Skip to content

Commit 1977ba0

Browse files
distro-ci[bot]hisImminencerenovate[bot]
authored
chore(release): Camunda Platform Helm Chart 12.6.1 - Camunda 8.7 (#4189)
Co-authored-by: distro-ci[bot] <122795778+distro-ci[bot]@users.noreply.github.com> Co-authored-by: hisImminence <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: hisImminence <[email protected]>
1 parent 71ef4fc commit 1977ba0

File tree

6 files changed

+65
-29
lines changed

6 files changed

+65
-29
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +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.11.1",
5-
"charts/camunda-platform-8.6": "11.10.0",
6-
"charts/camunda-platform-8.5": "10.11.1",
75
"charts/camunda-platform-8.6": "11.9.0",
8-
"charts/camunda-platform-8.7": "12.6.0",
6+
"charts/camunda-platform-8.7": "12.6.1",
97
"charts/camunda-platform-8.8": "13.0.0-alpha8"
108
}

charts/camunda-platform-8.7/Chart.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: camunda-platform
3-
version: 12.6.0
3+
version: 12.6.1
44
appVersion: 8.7.x
55
description: |
66
Camunda 8 Self-Managed Helm charts.
@@ -71,10 +71,4 @@ annotations:
7171
- name: Camunda 8 Self-Managed Helm charts
7272
url: https://github.com/camunda/camunda-platform-helm
7373
artifacthub.io/containsSecurityUpdates: "false"
74-
artifacthub.io/changes: |
75-
- kind: fixed
76-
description: "Upgrade keycloak version for 8.7"
77-
- kind: fixed
78-
description: "Downgrade nonexistant keycloak 26.3.2 to 26.3.1"
79-
- kind: fixed
80-
description: "Revert webmodeler externaldb change"
74+
artifacthub.io/changes: ""
Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,27 @@
11
The changelog is automatically generated and it follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) format.
2-
3-
## [camunda-platform-12.6.0](https://github.com/camunda/camunda-platform-helm/releases/tag/camunda-platform-12.6.0) (2025-09-08)
4-
5-
### Fixes
6-
7-
- Upgrade keycloak version for 8.7 (#3942)
8-
- Downgrade nonexistant keycloak 26.3.2 to 26.3.1 (#4079)
9-
- Revert webmodeler externaldb change (#4071)
10-
112
<!-- generated by git-cliff -->
123
### Release Info
134

145
Supported versions:
156

167
- Camunda applications: [8.7](https://github.com/camunda/camunda/releases?q=tag%3A8.7&expanded=true)
178
- Camunda version matrix: [8.7](https://helm.camunda.io/camunda-platform/version-matrix/camunda-8.7)
18-
- Helm values: [12.6.0](https://artifacthub.io/packages/helm/camunda/camunda-platform/12.6.0#parameters)
9+
- Helm values: [12.6.1](https://artifacthub.io/packages/helm/camunda/camunda-platform/12.6.1#parameters)
1910
- Helm CLI: [3.18.6](https://github.com/helm/helm/releases/tag/v3.18.6)
2011

2112
Camunda images:
2213

2314
- docker.io/camunda/connectors-bundle:8.7.8
24-
- docker.io/camunda/console:8.7.61
15+
- docker.io/camunda/console:8.7.72
2516
- docker.io/camunda/identity:8.7.6
26-
- docker.io/camunda/keycloak:26.3.1
27-
- docker.io/camunda/operate:8.7.12
17+
- docker.io/camunda/keycloak:26.3.2
18+
- docker.io/camunda/operate:8.7.13
2819
- docker.io/camunda/optimize:8.7.9
29-
- docker.io/camunda/tasklist:8.7.12
20+
- docker.io/camunda/tasklist:8.7.13
3021
- docker.io/camunda/web-modeler-restapi:8.7.9
3122
- docker.io/camunda/web-modeler-webapp:8.7.9
3223
- docker.io/camunda/web-modeler-websockets:8.7.9
33-
- docker.io/camunda/zeebe:8.7.12
24+
- docker.io/camunda/zeebe:8.7.13
3425

3526
Non-Camunda images:
3627

@@ -44,10 +35,10 @@ Non-Camunda images:
4435
For quick verification of the Helm chart integrity using [Cosign](https://docs.sigstore.dev/signing/quickstart/):
4536

4637
```shell
47-
cosign verify-blob camunda-platform-12.6.0.tgz \
48-
--bundle "camunda-platform-12.6.0-cosign-bundle.json" \
38+
cosign verify-blob camunda-platform-12.6.1.tgz \
39+
--bundle "camunda-platform-12.6.1-cosign-bundle.json" \
4940
--certificate-identity-regex "https://github.com/camunda/camunda-platform-helm" \
5041
--certificate-oidc-issuer "https://token.actions.githubusercontent.com"
5142
```
5243

53-
For detailed verification instructions, check the steps in the `camunda-platform-12.6.0-cosign-verify.sh` file.
44+
For detailed verification instructions, check the steps in the `camunda-platform-12.6.1-cosign-verify.sh` file.

version-matrix/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ For the best experience, please remember:
3232

3333
## [Camunda 8.7](./camunda-8.7)
3434

35+
### [Helm chart 12.6.1](./camunda-8.7/#helm-chart-1261)
3536
### [Helm chart 12.6.0](./camunda-8.7/#helm-chart-1260)
3637
### [Helm chart 12.5.0](./camunda-8.7/#helm-chart-1250)
3738
### [Helm chart 12.4.0](./camunda-8.7/#helm-chart-1240)

version-matrix/camunda-8.7/README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
## ToC
77

8+
- [Helm chart 12.6.1](#helm-chart-1261)
89
- [Helm chart 12.6.0](#helm-chart-1260)
910
- [Helm chart 12.5.0](#helm-chart-1250)
1011
- [Helm chart 12.4.0](#helm-chart-1240)
@@ -17,6 +18,37 @@
1718
- [Helm chart 12.0.0-alpha5](#helm-chart-1200-alpha5)
1819
- [Helm chart 12.0.0-alpha4](#helm-chart-1200-alpha4)
1920

21+
## Helm chart 12.6.1
22+
23+
Supported versions:
24+
25+
- Camunda applications: [8.7](https://github.com/camunda/camunda/releases?q=tag%3A8.7&expanded=true)
26+
- Camunda version matrix: [8.7](https://helm.camunda.io/camunda-platform/version-matrix/camunda-8.7)
27+
- Helm values: [12.6.1](https://artifacthub.io/packages/helm/camunda/camunda-platform/12.6.1#parameters)
28+
- Helm CLI: [3.18.6](https://github.com/helm/helm/releases/tag/v3.18.6)
29+
30+
Camunda images:
31+
32+
- docker.io/camunda/connectors-bundle:8.7.8
33+
- docker.io/camunda/console:8.7.72
34+
- docker.io/camunda/identity:8.7.6
35+
- docker.io/camunda/keycloak:26.3.2
36+
- docker.io/camunda/operate:8.7.13
37+
- docker.io/camunda/optimize:8.7.9
38+
- docker.io/camunda/tasklist:8.7.13
39+
- docker.io/camunda/web-modeler-restapi:8.7.9
40+
- docker.io/camunda/web-modeler-webapp:8.7.9
41+
- docker.io/camunda/web-modeler-websockets:8.7.9
42+
- docker.io/camunda/zeebe:8.7.13
43+
44+
Non-Camunda images:
45+
46+
- docker.io/bitnamilegacy/elasticsearch:8.17.4
47+
- docker.io/bitnamilegacy/os-shell:12-debian-12-r43
48+
- docker.io/bitnamilegacy/postgresql:14.18.0-debian-12-r0
49+
- docker.io/bitnamilegacy/postgresql:15.10.0-debian-12-r2
50+
51+
2052
## Helm chart 12.6.0
2153

2254
Supported versions:

version-matrix/camunda-8.7/version-matrix.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,5 +218,25 @@
218218
"docker.io/camunda/web-modeler-websockets:8.7.9",
219219
"docker.io/camunda/zeebe:8.7.12"
220220
]
221+
},
222+
{
223+
"chart_version": "12.6.1",
224+
"chart_images": [
225+
"docker.io/bitnamilegacy/elasticsearch:8.17.4",
226+
"docker.io/bitnamilegacy/os-shell:12-debian-12-r43",
227+
"docker.io/bitnamilegacy/postgresql:14.18.0-debian-12-r0",
228+
"docker.io/bitnamilegacy/postgresql:15.10.0-debian-12-r2",
229+
"docker.io/camunda/connectors-bundle:8.7.8",
230+
"docker.io/camunda/console:8.7.72",
231+
"docker.io/camunda/identity:8.7.6",
232+
"docker.io/camunda/keycloak:26.3.2",
233+
"docker.io/camunda/operate:8.7.13",
234+
"docker.io/camunda/optimize:8.7.9",
235+
"docker.io/camunda/tasklist:8.7.13",
236+
"docker.io/camunda/web-modeler-restapi:8.7.9",
237+
"docker.io/camunda/web-modeler-webapp:8.7.9",
238+
"docker.io/camunda/web-modeler-websockets:8.7.9",
239+
"docker.io/camunda/zeebe:8.7.13"
240+
]
221241
}
222242
]

0 commit comments

Comments
 (0)