Skip to content

Commit 4a468ae

Browse files
chore(release): Camunda Platform Helm Chart 13.10.2 - Camunda 8.8 (#6368)
Co-authored-by: distro-ci[bot] <122795778+distro-ci[bot]@users.noreply.github.com>
1 parent 45f4079 commit 4a468ae

6 files changed

Lines changed: 101 additions & 22 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"charts/camunda-platform-8.6+FILLER": "0.0.0",
1010
"charts/camunda-platform-8.7": "12.11.0",
1111
"charts/camunda-platform-8.7+FILLER": "0.0.0",
12-
"charts/camunda-platform-8.8": "13.10.1",
12+
"charts/camunda-platform-8.8": "13.10.2",
1313
"charts/camunda-platform-8.8+FILLER": "0.0.0",
1414
"charts/camunda-platform-8.9": "14.4.0",
1515
"charts/camunda-platform-8.9+FILLER": "0.0.0",

charts/camunda-platform-8.8/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [13.10.2](https://github.com/camunda/camunda-platform-helm/compare/camunda-platform-8.8-13.10.1...camunda-platform-8.8-13.10.2) (2026-06-11)
4+
5+
6+
### Bug Fixes
7+
8+
* support Orchestration gRPC TLS endpoints ([#6280](https://github.com/camunda/camunda-platform-helm/issues/6280)) ([faa57dd](https://github.com/camunda/camunda-platform-helm/commit/faa57dd935ddc382655a52f52a4fba790db1dcc0))
9+
10+
11+
### Dependencies
12+
13+
* update camunda-platform-images (patch) ([#6154](https://github.com/camunda/camunda-platform-helm/issues/6154)) ([2598594](https://github.com/camunda/camunda-platform-helm/commit/2598594cff5b3936e3f4478c679d4f8b4087235a))
14+
* update minor-updates (minor) ([#6112](https://github.com/camunda/camunda-platform-helm/issues/6112)) ([02a27f3](https://github.com/camunda/camunda-platform-helm/commit/02a27f3da084312a971cdeac3699a661d28071c8))
15+
* update patch-updates (patch) ([#6289](https://github.com/camunda/camunda-platform-helm/issues/6289)) ([2164f17](https://github.com/camunda/camunda-platform-helm/commit/2164f176bc967536bb9c9b1f279d9201f0711f50))
16+
317
## [13.10.1](https://github.com/camunda/camunda-platform-helm/compare/camunda-platform-8.8-13.10.0...camunda-platform-8.8-13.10.1) (2026-06-03)
418

519

charts/camunda-platform-8.8/Chart.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: camunda-platform
3-
version: 13.10.1
3+
version: 13.10.2
44
appVersion: 8.8.x
55
description: |
66
Camunda 8 Self-Managed Helm charts.
@@ -72,9 +72,5 @@ annotations:
7272
url: https://github.com/camunda/camunda-platform-helm
7373
artifacthub.io/containsSecurityUpdates: "false"
7474
artifacthub.io/changes: |
75-
- kind: changed
76-
description: "Drop bundled Bitnami subcharts"
7775
- kind: fixed
78-
description: "Allow Recreate strategy for Web Modeler persistence"
79-
- kind: fixed
80-
description: "Align upload size with Zeebe message limits"
76+
description: "Support Orchestration gRPC TLS endpoints"
Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
The changelog is automatically generated and it follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) format.
22

3-
## [camunda-platform-13.10.1](https://github.com/camunda/camunda-platform-helm/releases/tag/camunda-platform-13.10.1) (2026-06-03)
4-
5-
### Refactor
6-
7-
- Drop bundled Bitnami subcharts (#6146)
3+
## [camunda-platform-13.10.2](https://github.com/camunda/camunda-platform-helm/releases/tag/camunda-platform-13.10.2) (2026-06-11)
84

95
### Fixes
106

11-
- Allow Recreate strategy for Web Modeler persistence (#6014)
12-
- Align upload size with Zeebe message limits (#6279)
7+
- Support Orchestration gRPC TLS endpoints (#6280)
138

149
<!-- generated by git-cliff -->
1510
### Release Info
@@ -18,16 +13,16 @@ Supported versions:
1813

1914
- Camunda applications: [8.8](https://github.com/camunda/camunda/releases?q=tag%3A8.8&expanded=true)
2015
- Camunda version matrix: [8.8](https://helm.camunda.io/camunda-platform/version-matrix/camunda-8.8)
21-
- Helm values: [13.10.1](https://artifacthub.io/packages/helm/camunda/camunda-platform/13.10.1#parameters)
16+
- Helm values: [13.10.2](https://artifacthub.io/packages/helm/camunda/camunda-platform/13.10.2#parameters)
2217
- Helm CLI: [3.20.2](https://github.com/helm/helm/releases/tag/v3.20.2)
2318

2419
Camunda images:
2520

26-
- docker.io/camunda/camunda:8.8.25
21+
- docker.io/camunda/camunda:8.8.26
2722
- docker.io/camunda/connectors-bundle:8.8.14
2823
- docker.io/camunda/console:8.8.135
2924
- docker.io/camunda/identity:8.8.13
30-
- docker.io/camunda/optimize:8.8.25
25+
- docker.io/camunda/optimize:8.8.26
3126
- docker.io/camunda/web-modeler-restapi:8.8.15
3227
- docker.io/camunda/web-modeler-webapp:8.8.15
3328
- docker.io/camunda/web-modeler-websockets:8.8.15
@@ -43,8 +38,8 @@ Non-Camunda images:
4338

4439
Enterprise images ([Camunda Enterprise](https://docs.camunda.io/docs/self-managed/setup/guides/install-bitnami-enterprise-images/)):
4540

46-
- registry.camunda.cloud/keycloak-ee/keycloak:26.5.6
47-
- registry.camunda.cloud/vendor-ee/elasticsearch:8.19.13
41+
- registry.camunda.cloud/keycloak-ee/keycloak:26.6.1
42+
- registry.camunda.cloud/vendor-ee/elasticsearch:8.19.15
4843
- registry.camunda.cloud/vendor-ee/os-shell:12-debian-12-r43
4944
- registry.camunda.cloud/vendor-ee/postgresql:14.23.0-debian-12-r2
5045
- registry.camunda.cloud/vendor-ee/postgresql:15.18.0-debian-12-r2
@@ -54,10 +49,10 @@ Enterprise images ([Camunda Enterprise](https://docs.camunda.io/docs/self-manage
5449
For quick verification of the Helm chart integrity using [Cosign](https://docs.sigstore.dev/signing/quickstart/):
5550

5651
```shell
57-
cosign verify-blob camunda-platform-13.10.1.tgz \
58-
--bundle "camunda-platform-13.10.1-cosign-bundle.json" \
52+
cosign verify-blob camunda-platform-13.10.2.tgz \
53+
--bundle "camunda-platform-13.10.2-cosign-bundle.json" \
5954
--certificate-identity-regexp "https://github.com/camunda/camunda-platform-helm" \
6055
--certificate-oidc-issuer "https://token.actions.githubusercontent.com"
6156
```
6257

63-
For detailed verification instructions, check the steps in the `camunda-platform-13.10.1-cosign-verify.sh` file.
58+
For detailed verification instructions, check the steps in the `camunda-platform-13.10.2-cosign-verify.sh` file.

version-matrix/camunda-8.8/README.md

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

66
## ToC
77

8+
- [Helm chart 13.10.2](#helm-chart-13102)
89
- [Helm chart 13.10.1](#helm-chart-13101)
910
- [Helm chart 13.10.0](#helm-chart-13100)
1011
- [Helm chart 13.9.1](#helm-chart-1391)
@@ -43,6 +44,44 @@
4344
- [Helm chart 13.0.0-alpha3](#helm-chart-1300-alpha3)
4445
- [Helm chart 13.0.0-alpha2](#helm-chart-1300-alpha2)
4546

47+
## Helm chart 13.10.2
48+
49+
Supported versions:
50+
51+
- Camunda applications: [8.8](https://github.com/camunda/camunda/releases?q=tag%3A8.8&expanded=true)
52+
- Camunda version matrix: [8.8](https://helm.camunda.io/camunda-platform/version-matrix/camunda-8.8)
53+
- Helm values: [13.10.2](https://artifacthub.io/packages/helm/camunda/camunda-platform/13.10.2#parameters)
54+
- Helm CLI: [3.20.2](https://github.com/helm/helm/releases/tag/v3.20.2)
55+
56+
Camunda images:
57+
58+
- docker.io/camunda/camunda:8.8.26
59+
- docker.io/camunda/connectors-bundle:8.8.14
60+
- docker.io/camunda/console:8.8.135
61+
- docker.io/camunda/identity:8.8.13
62+
- docker.io/camunda/optimize:8.8.26
63+
- docker.io/camunda/web-modeler-restapi:8.8.15
64+
- docker.io/camunda/web-modeler-webapp:8.8.15
65+
- docker.io/camunda/web-modeler-websockets:8.8.15
66+
- registry.camunda.cloud/camunda/keycloak:26.3.3
67+
68+
Non-Camunda images:
69+
70+
- busybox:1.36
71+
- docker.io/bitnamilegacy/elasticsearch:8.18.0
72+
- docker.io/bitnamilegacy/os-shell:12-debian-12-r43
73+
- docker.io/bitnamilegacy/postgresql:14.18.0-debian-12-r0
74+
- docker.io/bitnamilegacy/postgresql:15.10.0-debian-12-r2
75+
76+
Enterprise images ([Camunda Enterprise](https://docs.camunda.io/docs/self-managed/setup/guides/install-bitnami-enterprise-images/)):
77+
78+
- registry.camunda.cloud/keycloak-ee/keycloak:26.6.1
79+
- registry.camunda.cloud/vendor-ee/elasticsearch:8.19.15
80+
- registry.camunda.cloud/vendor-ee/os-shell:12-debian-12-r43
81+
- registry.camunda.cloud/vendor-ee/postgresql:14.23.0-debian-12-r2
82+
- registry.camunda.cloud/vendor-ee/postgresql:15.18.0-debian-12-r2
83+
84+
4685
## Helm chart 13.10.1
4786

4887
Supported versions:

version-matrix/camunda-8.8/version-matrix.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1155,5 +1155,40 @@
11551155
"registry.camunda.cloud/vendor-ee/postgresql:14.23.0-debian-12-r2",
11561156
"registry.camunda.cloud/vendor-ee/postgresql:15.18.0-debian-12-r2"
11571157
]
1158+
},
1159+
{
1160+
"chart_version": "13.10.2",
1161+
"chart_images": [
1162+
"busybox:1.36",
1163+
"docker.io/bitnamilegacy/elasticsearch:8.18.0",
1164+
"docker.io/bitnamilegacy/os-shell:12-debian-12-r43",
1165+
"docker.io/bitnamilegacy/postgresql:14.18.0-debian-12-r0",
1166+
"docker.io/bitnamilegacy/postgresql:15.10.0-debian-12-r2",
1167+
"docker.io/camunda/camunda:8.8.26",
1168+
"docker.io/camunda/connectors-bundle:8.8.14",
1169+
"docker.io/camunda/console:8.8.135",
1170+
"docker.io/camunda/identity:8.8.13",
1171+
"docker.io/camunda/optimize:8.8.26",
1172+
"docker.io/camunda/web-modeler-restapi:8.8.15",
1173+
"docker.io/camunda/web-modeler-webapp:8.8.15",
1174+
"docker.io/camunda/web-modeler-websockets:8.8.15",
1175+
"registry.camunda.cloud/camunda/keycloak:26.3.3"
1176+
],
1177+
"chart_enterprise_images": [
1178+
"busybox:1.36",
1179+
"docker.io/camunda/camunda:8.8.26",
1180+
"docker.io/camunda/connectors-bundle:8.8.14",
1181+
"docker.io/camunda/console:8.8.135",
1182+
"docker.io/camunda/identity:8.8.13",
1183+
"docker.io/camunda/optimize:8.8.26",
1184+
"docker.io/camunda/web-modeler-restapi:8.8.15",
1185+
"docker.io/camunda/web-modeler-webapp:8.8.15",
1186+
"docker.io/camunda/web-modeler-websockets:8.8.15",
1187+
"registry.camunda.cloud/keycloak-ee/keycloak:26.6.1",
1188+
"registry.camunda.cloud/vendor-ee/elasticsearch:8.19.15",
1189+
"registry.camunda.cloud/vendor-ee/os-shell:12-debian-12-r43",
1190+
"registry.camunda.cloud/vendor-ee/postgresql:14.23.0-debian-12-r2",
1191+
"registry.camunda.cloud/vendor-ee/postgresql:15.18.0-debian-12-r2"
1192+
]
11581193
}
11591194
]

0 commit comments

Comments
 (0)