diff --git a/charts/objecten/.helmignore b/charts/objecten/.helmignore new file mode 100644 index 0000000..1b763b1 --- /dev/null +++ b/charts/objecten/.helmignore @@ -0,0 +1 @@ +CHANGELOG.md diff --git a/charts/objecten/CHANGELOG.md b/charts/objecten/CHANGELOG.md new file mode 100644 index 0000000..ef06ee2 --- /dev/null +++ b/charts/objecten/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 2.7.0-beta.0 (2025-10-01) + +- [#148] Replace the worker liveness probe with the `celery inspect active` command. This should detect when a worker is down and should not interrupt long running tasks. +- [#119] Update the syntax of the worker liveness probe. The worker probes now can be enabled/disabled with: + +```yaml +worker: + livenessProbe: + enabled: true # true | false +``` \ No newline at end of file diff --git a/charts/openarchiefbeheer/.helmignore b/charts/openarchiefbeheer/.helmignore new file mode 100644 index 0000000..1b763b1 --- /dev/null +++ b/charts/openarchiefbeheer/.helmignore @@ -0,0 +1 @@ +CHANGELOG.md diff --git a/charts/openarchiefbeheer/CHANGELOG.md b/charts/openarchiefbeheer/CHANGELOG.md new file mode 100644 index 0000000..4f18fc3 --- /dev/null +++ b/charts/openarchiefbeheer/CHANGELOG.md @@ -0,0 +1,6 @@ +# Changelog + +## 1.1.1-beta.0 (2025-10-01) + +- [#148] Add worker liveness probe command `celery inspect active`. This should detect when a worker is down and should not interrupt long running tasks. +- Fix missing init container to run Django setup configuration. \ No newline at end of file diff --git a/charts/openforms/.helmignore b/charts/openforms/.helmignore new file mode 100644 index 0000000..1b763b1 --- /dev/null +++ b/charts/openforms/.helmignore @@ -0,0 +1 @@ +CHANGELOG.md diff --git a/charts/openforms/CHANGELOG.md b/charts/openforms/CHANGELOG.md new file mode 100644 index 0000000..d2899d8 --- /dev/null +++ b/charts/openforms/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 1.8.0-beta.0 (2025-10-01) + +- [#148] Replace the worker liveness probe with the `celery inspect active` command. This should detect when a worker is down and should not interrupt long running tasks. +- [#119] Update the syntax of the worker liveness probe. The worker probes now can be enabled/disabled with: + +```yaml +worker: + livenessProbe: + enabled: true # true | false +``` \ No newline at end of file diff --git a/charts/openinwoner/.helmignore b/charts/openinwoner/.helmignore new file mode 100644 index 0000000..1b763b1 --- /dev/null +++ b/charts/openinwoner/.helmignore @@ -0,0 +1 @@ +CHANGELOG.md diff --git a/charts/openinwoner/CHANGELOG.md b/charts/openinwoner/CHANGELOG.md new file mode 100644 index 0000000..e65d989 --- /dev/null +++ b/charts/openinwoner/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 1.7.0-beta.0 (2025-10-01) + +- [#148] Replace the worker liveness probe with the `celery inspect active` command. This should detect when a worker is down and should not interrupt long running tasks. +- [#119] Update the syntax of the worker liveness probe. The worker probes now can be enabled/disabled with: + +```yaml +worker: + livenessProbe: + enabled: true # true | false +``` \ No newline at end of file diff --git a/charts/openklant/.helmignore b/charts/openklant/.helmignore new file mode 100644 index 0000000..1b763b1 --- /dev/null +++ b/charts/openklant/.helmignore @@ -0,0 +1 @@ +CHANGELOG.md diff --git a/charts/openklant/CHANGELOG.md b/charts/openklant/CHANGELOG.md new file mode 100644 index 0000000..f2d867a --- /dev/null +++ b/charts/openklant/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 1.5.0-beta.0 (2025-10-01) + +- [#148] Replace the worker liveness probe with the `celery inspect active` command. This should detect when a worker is down and should not interrupt long running tasks. +- [#119] Update the syntax of the worker liveness probe. The worker probes now can be enabled/disabled with: + +```yaml +worker: + livenessProbe: + enabled: true # true | false +``` \ No newline at end of file diff --git a/charts/opennotificaties/.helmignore b/charts/opennotificaties/.helmignore new file mode 100644 index 0000000..1b763b1 --- /dev/null +++ b/charts/opennotificaties/.helmignore @@ -0,0 +1 @@ +CHANGELOG.md diff --git a/charts/opennotificaties/CHANGELOG.md b/charts/opennotificaties/CHANGELOG.md new file mode 100644 index 0000000..e65d989 --- /dev/null +++ b/charts/opennotificaties/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 1.7.0-beta.0 (2025-10-01) + +- [#148] Replace the worker liveness probe with the `celery inspect active` command. This should detect when a worker is down and should not interrupt long running tasks. +- [#119] Update the syntax of the worker liveness probe. The worker probes now can be enabled/disabled with: + +```yaml +worker: + livenessProbe: + enabled: true # true | false +``` \ No newline at end of file diff --git a/charts/openzaak/.helmignore b/charts/openzaak/.helmignore new file mode 100644 index 0000000..1b763b1 --- /dev/null +++ b/charts/openzaak/.helmignore @@ -0,0 +1 @@ +CHANGELOG.md diff --git a/charts/openzaak/CHANGELOG.md b/charts/openzaak/CHANGELOG.md new file mode 100644 index 0000000..e65d989 --- /dev/null +++ b/charts/openzaak/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 1.7.0-beta.0 (2025-10-01) + +- [#148] Replace the worker liveness probe with the `celery inspect active` command. This should detect when a worker is down and should not interrupt long running tasks. +- [#119] Update the syntax of the worker liveness probe. The worker probes now can be enabled/disabled with: + +```yaml +worker: + livenessProbe: + enabled: true # true | false +``` \ No newline at end of file