11The changelog is automatically generated and it follows [ Conventional Commits] ( https://www.conventionalcommits.org/en/v1.0.0/ ) format.
2-
3- ## [ camunda-platform-13.1.0] ( https://github.com/camunda/camunda-platform-helm/releases/tag/camunda-platform-13.1.0 ) (2025-10-27)
4-
5- ### Features
6-
7- - Data injection during testing (#4423 )
8-
9- ### Fixes
10-
11- - Consistent naming for migrations and importer (#4477 )
12- - Changing pod anti-affinity rules for migration jobs and importer (#4481 )
13- - Allows cpu to be set as either string or number (#4491 )
14- - Delete the migrator from 8.9 (#4503 )
15- - The oidc scenario was always running the upgrade. Removing here … (#4523 )
16- - Use joinPath helper to fix double slash issues in console configmap (#4562 )
17- - Apply dual-region exclusion logic to opensearch exporter as well (#4352 )
18- - Add back mapping rules in the orchestration cluster (#4545 )
19-
20- ### Revert
21-
22- - Update camunda-platform-8.8 major (#4461 )
23- - Install-tool-action part of feat - data injection during testing (#4467 )
24-
252<!-- generated by git-cliff -->
263### Release Info
274
285Supported versions:
296
307- Camunda applications: [ 8.8] ( https://github.com/camunda/camunda/releases?q=tag%3A8.8&expanded=true )
318- Camunda version matrix: [ 8.8] ( https://helm.camunda.io/camunda-platform/version-matrix/camunda-8.8 )
32- - Helm values: [ 13.1.0 ] ( https://artifacthub.io/packages/helm/camunda/camunda-platform/13.1.0 #parameters )
9+ - Helm values: [ 13.1.1 ] ( https://artifacthub.io/packages/helm/camunda/camunda-platform/13.1.1 #parameters )
3310- Helm CLI: [ 3.19.0] ( https://github.com/helm/helm/releases/tag/v3.19.0 )
3411
3512Camunda images:
3613
37- - docker.io/camunda/camunda:8.8.1
14+ - docker.io/camunda/camunda:8.8.2
3815- docker.io/camunda/connectors-bundle:8.8.1
3916- docker.io/camunda/console:8.8.17
4017- docker.io/camunda/identity:8.8.0
@@ -56,10 +33,10 @@ Non-Camunda images:
5633For quick verification of the Helm chart integrity using [ Cosign] ( https://docs.sigstore.dev/signing/quickstart/ ) :
5734
5835``` shell
59- cosign verify-blob camunda-platform-13.1.0 .tgz \
60- --bundle " camunda-platform-13.1.0 -cosign-bundle.json" \
36+ cosign verify-blob camunda-platform-13.1.1 .tgz \
37+ --bundle " camunda-platform-13.1.1 -cosign-bundle.json" \
6138 --certificate-identity-regex " https://github.com/camunda/camunda-platform-helm" \
6239 --certificate-oidc-issuer " https://token.actions.githubusercontent.com"
6340```
6441
65- For detailed verification instructions, check the steps in the ` camunda-platform-13.1.0 -cosign-verify.sh ` file.
42+ For detailed verification instructions, check the steps in the ` camunda-platform-13.1.1 -cosign-verify.sh ` file.
0 commit comments