11The changelog is automatically generated and it follows [ Conventional Commits] ( https://www.conventionalcommits.org/en/v1.0.0/ ) format.
2-
3- ## [ camunda-platform-10.11.0] ( https://github.com/camunda/camunda-platform-helm/releases/tag/camunda-platform-10.11.0 ) (2025-08-29)
4-
5- ### Features
6-
7- - Backport - implement joinPath helper for constructing paths (#3934 )
8- - Create extra values file for legacy bitnami repo name (#3996 )
9-
102<!-- generated by git-cliff -->
113### Release Info
124
135Supported versions:
146
157- Camunda applications: [ 8.5] ( https://github.com/camunda/camunda/releases?q=tag%3A8.5&expanded=true )
168- Camunda version matrix: [ 8.5] ( https://helm.camunda.io/camunda-platform/version-matrix/camunda-8.5 )
17- - Helm values: [ 10.11.0 ] ( https://artifacthub.io/packages/helm/camunda/camunda-platform/10.11.0 #parameters )
9+ - Helm values: [ 10.11.1 ] ( https://artifacthub.io/packages/helm/camunda/camunda-platform/10.11.1 #parameters )
1810- Helm CLI: [ 3.18.6] ( https://github.com/helm/helm/releases/tag/v3.18.6 )
1911
2012Camunda images:
2113
22- - docker.io/camunda/connectors-bundle:8.5.20
14+ - docker.io/camunda/connectors-bundle:8.5.21
2315- docker.io/camunda/identity:8.5.20
24- - docker.io/camunda/operate:8.5.19
16+ - docker.io/camunda/operate:8.5.20
2517- docker.io/camunda/optimize:8.5.19
26- - docker.io/camunda/tasklist:8.5.21
27- - docker.io/camunda/zeebe:8.5.23
18+ - docker.io/camunda/tasklist:8.5.22
19+ - docker.io/camunda/zeebe:8.5.24
2820- registry.camunda.cloud/console/console-sm:8.5.118
29- - registry.camunda.cloud/web-modeler-ee/modeler-restapi:8.5.21
30- - registry.camunda.cloud/web-modeler-ee/modeler-webapp:8.5.21
31- - registry.camunda.cloud/web-modeler-ee/modeler-websockets:8.5.21
21+ - registry.camunda.cloud/web-modeler-ee/modeler-restapi:8.5.22
22+ - registry.camunda.cloud/web-modeler-ee/modeler-webapp:8.5.22
23+ - registry.camunda.cloud/web-modeler-ee/modeler-websockets:8.5.22
3224
3325Non-Camunda images:
3426
@@ -40,11 +32,13 @@ Non-Camunda images:
4032
4133### Verification
4234
43- To verify the integrity of the Helm chart using [ Cosign] ( https://docs.sigstore.dev/signing/quickstart/ ) :
35+ For quick verification of the Helm chart integrity using [ Cosign] ( https://docs.sigstore.dev/signing/quickstart/ ) :
4436
4537``` shell
46- cosign verify-blob camunda-platform-10.11.0 .tgz \
47- --bundle camunda-platform-10.11.0. cosign. bundle \
48- --certificate-oidc-issuer " https://token.actions.githubusercontent. com" \
49- --certificate-identity " https://github.com/camunda/camunda-platform-helm/.github/workflows/chart-release-chores.yml@refs/pull/4018/merge "
38+ cosign verify-blob camunda-platform-10.11.1 .tgz \
39+ --bundle " camunda-platform-10.11.1- cosign- bundle.json " \
40+ --certificate-identity-regex " https://github. com/camunda/camunda-platform-helm " \
41+ --certificate-oidc-issuer " https://token.actions.githubusercontent.com "
5042```
43+
44+ For detailed verification instructions, check the steps in the ` camunda-platform-10.11.1-cosign-verify.sh ` file.
0 commit comments