Skip to content

camunda-platform-8.7-12.6.2

Choose a tag to compare

@github-actions github-actions released this 10 Oct 13:42
· 152 commits to main since this release
157b9fd

The changelog is automatically generated and it follows Conventional Commits format.

camunda-platform-12.6.2 (2025-10-10)

Refactor

  • Upgrade keycloak image from 26.3.1 to 26.3.3 (#4386)

Fixes

  • 2 issues.. the configmap for optimize was using the elasticsearch prefix value for opensearch and the QA scenarios where reusing the global prefix to shared OS failed CI (#4238)
  • This PR is enabling Entra for testing (#4294)
  • Correct sysctlImage structure in values-enterprise.yaml (#4339)
  • Revert renovate bot version bump (#4376)
  • Web modeler extraConfiguration uses subcomponent subkey (#4097)

Release Info

Supported versions:

  • Camunda applications: 8.7
  • Camunda version matrix: 8.7
  • Helm values: 12.6.2
  • Helm CLI: 3.18.6

Camunda images:

  • docker.io/camunda/connectors-bundle:8.7.10
  • docker.io/camunda/console:8.7.89
  • docker.io/camunda/identity:8.7.7
  • docker.io/camunda/keycloak:26.3.3
  • docker.io/camunda/operate:8.7.15
  • docker.io/camunda/optimize:8.7.11
  • docker.io/camunda/tasklist:8.7.15
  • docker.io/camunda/web-modeler-restapi:8.7.10
  • docker.io/camunda/web-modeler-webapp:8.7.10
  • docker.io/camunda/web-modeler-websockets:8.7.10
  • docker.io/camunda/zeebe:8.7.15

Non-Camunda images:

  • docker.io/bitnamilegacy/elasticsearch:8.17.4
  • docker.io/bitnamilegacy/os-shell:12-debian-12-r43
  • docker.io/bitnamilegacy/postgresql:14.18.0-debian-12-r0
  • docker.io/bitnamilegacy/postgresql:15.10.0-debian-12-r2

Verification

For quick verification of the Helm chart integrity using Cosign:

cosign verify-blob camunda-platform-12.6.2.tgz \
  --bundle "camunda-platform-12.6.2-cosign-bundle.json" \
  --certificate-identity-regex "https://github.com/camunda/camunda-platform-helm" \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com"

For detailed verification instructions, check the steps in the camunda-platform-12.6.2-cosign-verify.sh file.