Skip to content

Commit fddb1f7

Browse files
github-actions[bot]tuomas777
authored andcommitted
chore(main): release kukkuu 3.19.0
1 parent c65b890 commit fddb1f7

4 files changed

Lines changed: 19 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.18.2"
2+
".": "3.19.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22
<!-- REMINDER: While updating changelog, also remember to update
33
the version in kukkuu/__init.py__ -->
44

5+
## [3.19.0](https://github.com/City-of-Helsinki/kukkuu/compare/kukkuu-v3.18.2...kukkuu-v3.19.0) (2026-04-08)
6+
7+
8+
### Features
9+
10+
* Use django-helsinki-health-endpoints for readiness and healthz ([f65e659](https://github.com/City-of-Helsinki/kukkuu/commit/f65e659a6c1f36cb0579afefa61cd493633c4879))
11+
12+
13+
### Dependencies
14+
15+
* Bump ecdsa from 0.19.1 to 0.19.2 ([e56dcd0](https://github.com/City-of-Helsinki/kukkuu/commit/e56dcd0635afaa550f5e93f539c8568fe865cf34))
16+
* Bump lodash from 4.17.23 to 4.18.1 in /browser-tests ([d542d7b](https://github.com/City-of-Helsinki/kukkuu/commit/d542d7bd85b214bcd612b02914bb9fa4ad2562ae))
17+
* Bump requests from 2.32.5 to 2.33.0 ([8d9e4c3](https://github.com/City-of-Helsinki/kukkuu/commit/8d9e4c382e2608c3d91b68189a2d12457e47427a))
18+
* Bump testcafe and its vulnerable dependencies ([56f6741](https://github.com/City-of-Helsinki/kukkuu/commit/56f674171f3a1691e4bbc87bc182ec1f15be4a4f))
19+
* Bump urllib3, cryptography and pygments ([1713a77](https://github.com/City-of-Helsinki/kukkuu/commit/1713a77ab0bfb885f73a7a5d115588312d730941))
20+
521
## [3.18.2](https://github.com/City-of-Helsinki/kukkuu/compare/kukkuu-v3.18.1...kukkuu-v3.18.2) (2026-03-18)
622

723

kukkuu/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.18.2"
1+
__version__ = "3.19.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "kukkuu"
33
requires-python = ">=3.12, <3.13"
4-
version = "3.18.2"
4+
version = "3.19.0"
55

66
[tool.ruff]
77
target-version = "py312"

0 commit comments

Comments
 (0)