Skip to content

Commit cc44c93

Browse files
chore(release): Camunda Platform Helm Chart 11.9.0 - Camunda 8.6 (#4004)
Co-authored-by: distro-ci[bot] <122795778+distro-ci[bot]@users.noreply.github.com>
1 parent 0672dc6 commit cc44c93

File tree

5 files changed

+66
-29
lines changed

5 files changed

+66
-29
lines changed

.github/config/release-please/.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"charts/camunda-platform-8.3": "8.3.26",
33
"charts/camunda-platform-8.4": "9.7.0",
44
"charts/camunda-platform-8.5": "10.10.0",
5-
"charts/camunda-platform-8.6": "11.8.0",
5+
"charts/camunda-platform-8.6": "11.9.0",
66
"charts/camunda-platform-8.7": "12.4.0",
77
"charts/camunda-platform-8.8": "13.0.0-alpha7"
88
}
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Changelog
2+
3+
## [11.9.0](https://github.com/camunda/camunda-platform-helm/compare/camunda-platform-8.6-11.8.0...camunda-platform-8.6-11.9.0) (2025-08-26)
4+
5+
6+
### Features
7+
8+
* backport - implement joinPath helper for constructing paths ([#3934](https://github.com/camunda/camunda-platform-helm/issues/3934)) ([15052c2](https://github.com/camunda/camunda-platform-helm/commit/15052c2d96a6ae7f2774fdef51f5f0a1a97b080b))
9+
* create extra values file for legacy bitnami repo name ([#3996](https://github.com/camunda/camunda-platform-helm/issues/3996)) ([d1a48ea](https://github.com/camunda/camunda-platform-helm/commit/d1a48ea76fbb4fdae12dc685b842c3925e54ec6f))
10+
11+
12+
### Bug Fixes
13+
14+
* env var CAMUNDA_DATABASE_PASSWORD wasn't set correctly with opensearch ([#3931](https://github.com/camunda/camunda-platform-helm/issues/3931)) ([626a5fa](https://github.com/camunda/camunda-platform-helm/commit/626a5fa6fa9cf2dc7cac0d6f20eda76042cdbd81))
15+
16+
17+
### Dependencies
18+
19+
* update camunda-platform-8.6 to v8.6.25 (patch) ([#3993](https://github.com/camunda/camunda-platform-helm/issues/3993)) ([1426dcf](https://github.com/camunda/camunda-platform-helm/commit/1426dcf3e6152c0f858e9a489e981e8c38171a05))
20+
* update camunda/identity docker tag to v8.6.19 ([#3989](https://github.com/camunda/camunda-platform-helm/issues/3989)) ([1ecaa47](https://github.com/camunda/camunda-platform-helm/commit/1ecaa476b29c91c31a2c5db01f270facea506320))
21+
* update camunda/optimize docker tag to v8.6.15 ([#4000](https://github.com/camunda/camunda-platform-helm/issues/4000)) ([f2f79b9](https://github.com/camunda/camunda-platform-helm/commit/f2f79b978d65a492eba4d377ff033dbf15806f19))
22+
* update dependency go to v1.25.0 ([#3936](https://github.com/camunda/camunda-platform-helm/issues/3936)) ([42a7c73](https://github.com/camunda/camunda-platform-helm/commit/42a7c7357cfbca23760c9ba3c4977f776a7f6282))
23+
* update module github.com/stretchr/testify to v1.11.0 ([#3986](https://github.com/camunda/camunda-platform-helm/issues/3986)) ([5af5659](https://github.com/camunda/camunda-platform-helm/commit/5af565966743f543149b225e68fa55c4f5ee3084))
24+
* update registry.camunda.cloud/vendor-ee/postgresql docker tag to v14.19.0 ([#3947](https://github.com/camunda/camunda-platform-helm/issues/3947)) ([7537b24](https://github.com/camunda/camunda-platform-helm/commit/7537b242cd80e09ebfd08d0b01f5a3471eaf08f4))
25+
* update registry.camunda.cloud/vendor-ee/postgresql docker tag to v15.13.0 ([#3776](https://github.com/camunda/camunda-platform-helm/issues/3776)) ([be096f8](https://github.com/camunda/camunda-platform-helm/commit/be096f89b20900cd376baa1b8b465242ce0b4a42))
26+
* update registry.camunda.cloud/vendor-ee/postgresql docker tag to v15.14.0 ([#3969](https://github.com/camunda/camunda-platform-helm/issues/3969)) ([f587663](https://github.com/camunda/camunda-platform-helm/commit/f58766398a368777a69ae1f33c398f41dfc580fd))

charts/camunda-platform-8.6/Chart.yaml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: camunda-platform
3-
version: 11.8.0
3+
version: 11.9.0
44
appVersion: 8.6.x
55
description: |
66
Camunda 8 Self-Managed Helm charts.
@@ -62,7 +62,7 @@ maintainers:
6262
- name: jessesimpson36
6363
6464
annotations:
65-
camunda.io/helmCLIVersion: "3.18.3"
65+
camunda.io/helmCLIVersion: "3.18.6"
6666
artifacthub.io/links: |
6767
- name: Camunda 8 docs
6868
url: https://docs.camunda.io/
@@ -73,12 +73,8 @@ annotations:
7373
artifacthub.io/containsSecurityUpdates: "false"
7474
artifacthub.io/changes: |
7575
- kind: added
76-
description: "Introduce e2e tests for helm charts"
76+
description: "Backport - implement joinPath helper for constructing paths"
7777
- kind: added
78-
description: "Enable values to be source from this repo rather than push from the QA repo"
79-
- kind: changed
80-
description: "Change bitnami docker images to bitnamilegacy"
78+
description: "Create extra values file for legacy bitnami repo name"
8179
- kind: fixed
82-
description: "Add digest to web-modeler components"
83-
- kind: fixed
84-
description: "Sysctl images were not updated with the bitnamilegacy repo name"
80+
description: "Env var CAMUNDA_DATABASE_PASSWORD wasn't set correctly with opensearch"
Lines changed: 14 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
11
The changelog is automatically generated and it follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) format.
22

3-
## [camunda-platform-11.8.0](https://github.com/camunda/camunda-platform-helm/releases/tag/camunda-platform-11.8.0) (2025-08-08)
3+
## [camunda-platform-11.9.0](https://github.com/camunda/camunda-platform-helm/releases/tag/camunda-platform-11.9.0) (2025-08-27)
44

55
### Features
66

7-
- Introduce e2e tests for helm charts (#3730)
8-
- Enable values to be source from this repo rather than push from the QA repo (#3885)
9-
10-
### Refactor
11-
12-
- Change bitnami docker images to bitnamilegacy (#3890)
7+
- Backport - implement joinPath helper for constructing paths (#3934)
8+
- Create extra values file for legacy bitnami repo name (#3996)
139

1410
### Fixes
1511

16-
- Add digest to web-modeler components (#3873)
17-
- Sysctl images were not updated with the bitnamilegacy repo name (#3900)
12+
- Env var CAMUNDA_DATABASE_PASSWORD wasn't set correctly with opensearch (#3931)
1813

1914
<!-- generated by git-cliff -->
2015
### Release Info
@@ -23,22 +18,22 @@ Supported versions:
2318

2419
- Camunda applications: [8.6](https://github.com/camunda/camunda/releases?q=tag%3A8.6&expanded=true)
2520
- Camunda version matrix: [8.6](https://helm.camunda.io/camunda-platform/version-matrix/camunda-8.6)
26-
- Helm values: [11.8.0](https://artifacthub.io/packages/helm/camunda/camunda-platform/11.8.0#parameters)
27-
- Helm CLI: [3.18.3](https://github.com/helm/helm/releases/tag/v3.18.3)
21+
- Helm values: [11.9.0](https://artifacthub.io/packages/helm/camunda/camunda-platform/11.9.0#parameters)
22+
- Helm CLI: [3.18.6](https://github.com/helm/helm/releases/tag/v3.18.6)
2823

2924
Camunda images:
3025

3126
- docker.io/camunda/connectors-bundle:8.6.17
3227
- docker.io/camunda/console:8.6.88
33-
- docker.io/camunda/identity:8.6.18
28+
- docker.io/camunda/identity:8.6.19
3429
- docker.io/camunda/keycloak:25.0.6
35-
- docker.io/camunda/operate:8.6.24
36-
- docker.io/camunda/optimize:8.6.14
37-
- docker.io/camunda/tasklist:8.6.24
30+
- docker.io/camunda/operate:8.6.25
31+
- docker.io/camunda/optimize:8.6.15
32+
- docker.io/camunda/tasklist:8.6.25
3833
- docker.io/camunda/web-modeler-restapi:8.6.17
3934
- docker.io/camunda/web-modeler-webapp:8.6.17
4035
- docker.io/camunda/web-modeler-websockets:8.6.17
41-
- docker.io/camunda/zeebe:8.6.24
36+
- docker.io/camunda/zeebe:8.6.25
4237

4338
Non-Camunda images:
4439

@@ -52,8 +47,8 @@ Non-Camunda images:
5247
To verify the integrity of the Helm chart using [Cosign](https://docs.sigstore.dev/signing/quickstart/):
5348

5449
```shell
55-
cosign verify-blob camunda-platform-11.8.0.tgz \
56-
--bundle camunda-platform-11.8.0.cosign.bundle \
50+
cosign verify-blob camunda-platform-11.9.0.tgz \
51+
--bundle camunda-platform-11.9.0.cosign.bundle \
5752
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
58-
--certificate-identity "https://github.com/camunda/camunda-platform-helm/.github/workflows/chart-release-chores.yml@refs/pull/3820/merge"
53+
--certificate-identity "https://github.com/camunda/camunda-platform-helm/.github/workflows/chart-release-chores.yml@refs/pull/4004/merge"
5954
```

version-matrix/camunda-8.6/version-matrix.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,5 +358,25 @@
358358
"docker.io/camunda/web-modeler-websockets:8.6.17",
359359
"docker.io/camunda/zeebe:8.6.24"
360360
]
361+
},
362+
{
363+
"chart_version": "11.9.0",
364+
"chart_images": [
365+
"docker.io/bitnamilegacy/elasticsearch:8.15.4",
366+
"docker.io/bitnamilegacy/os-shell:12-debian-12-r43",
367+
"docker.io/bitnamilegacy/postgresql:14.18.0-debian-12-r0",
368+
"docker.io/bitnamilegacy/postgresql:15.10.0-debian-12-r2",
369+
"docker.io/camunda/connectors-bundle:8.6.17",
370+
"docker.io/camunda/console:8.6.88",
371+
"docker.io/camunda/identity:8.6.19",
372+
"docker.io/camunda/keycloak:25.0.6",
373+
"docker.io/camunda/operate:8.6.25",
374+
"docker.io/camunda/optimize:8.6.15",
375+
"docker.io/camunda/tasklist:8.6.25",
376+
"docker.io/camunda/web-modeler-restapi:8.6.17",
377+
"docker.io/camunda/web-modeler-webapp:8.6.17",
378+
"docker.io/camunda/web-modeler-websockets:8.6.17",
379+
"docker.io/camunda/zeebe:8.6.25"
380+
]
361381
}
362382
]

0 commit comments

Comments
 (0)