Skip to content

camunda-platform-9.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jan 17:35
adb809d

The changelog is automatically generated using git-chglog
and it follows Conventional Commits format.

camunda-platform-9.0.0 (2024-01-09)

Important

Starting from the 8.4 release (January 2024), the Camunda Helm chart version is decoupled from the version of the application (e.g., the chart version is 9.0.0 and the application version is 8.4.x).

For more details about the applications' version included in the Helm chart, check out the full version matrix.

Ci

  • enhance version matrix and release notes generation (#1204)
  • removing dev comments before the release (#1127)

Docs

  • rename example deployment name (#1159)

Feat

  • use new Identity variables for auth configuration (#1155)

Refactor

  • update helm chart version schema (#1171)
  • remove deprecated tasklist graphql playground (#1172)
  • upgrade elasticsearch image from 8.8.2 to 8.9.2 (#1130)
  • fail if Multi-Tenancy requirements are not met (#1160)
  • upgrade keycloak chart from 16.1.7 to 17.3.5 (#1143)
  • resolve issues with web modeler deployment when using OIDC (#1189)
  • use correct web modeler audiences (#1187)

BREAKING CHANGE

The new Identity variables for auth configuration may require an update to values.yaml, refer to https://docs.camunda.io/docs/next/self-managed/platform-deployment/helm-kubernetes/guides/connect-to-an-oidc-provider/ and https://docs.camunda.io/docs/next/self-managed/platform-deployment/helm-kubernetes/upgrade/#version-update-instructions for more instructions.

Images

Camunda images:

  • docker.io/camunda/connectors-bundle:8.4.1
  • docker.io/camunda/identity:8.4.0
  • docker.io/camunda/operate:8.4.0
  • docker.io/camunda/optimize:8.4.0
  • docker.io/camunda/tasklist:8.4.0
  • docker.io/camunda/zeebe:8.4.0
  • registry.camunda.cloud/web-modeler-ee/modeler-restapi:8.4.1
  • registry.camunda.cloud/web-modeler-ee/modeler-webapp:8.4.1
  • registry.camunda.cloud/web-modeler-ee/modeler-websockets:8.4.1

Non-Camunda images:

  • docker.io/bitnami/elasticsearch:8.9.2
  • docker.io/bitnami/keycloak:22.0.5
  • docker.io/bitnami/os-shell:11-debian-11-r93
  • docker.io/bitnami/postgresql:15.5.0

Verification

To verify integrity of the Helm chart using Cosign:

cosign verify-blob camunda-platform-9.0.0.tgz \
  --bundle camunda-platform-9.0.0.cosign.bundle \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
  --certificate-identity "https://github.com/camunda/camunda-platform-helm/.github/workflows/chart-release.yaml@refs/pull/1206/merge"