camunda-platform-11.0.0
The changelog is automatically generated and it follows Conventional Commits format.
camunda-platform-11.0.0 (2024-10-07)
Features
- Configure Webapps with REST v2 Api (#1995)
- Support dnsPolicy and dnsConfig for all components (#2009)
- Configurable update strategy (#2036)
- Add camunda license config into all components (#2053)
- Use web-modeler public docker images (#1974)
- Add volumeClaimTemplates label selector in zeebe statefulSet (#1773)
- Support migration init container for operate (#2144)
- Configure camunda database to be used by v2 API (#2040)
- Adding
adaptSecurityContext
option in values.yaml for OpenShift SCC (#2212) - Support Keycloak v25 (#2255)
- Adding play env var to web-modeler (#2269)
- Support optional chart secrets auto-generation (#2257)
- Execution identity integration (#2247)
- Increase elasticsearch nodes to 3 (#2298)
- Adding aws config in apps for OpenSearch (#2232)
Refactor
- Update Tasklist with monorepo configuration (#1718)
- Configure Tasklist's management port (#1709)
- Configure zeebe-gateway context path (#1672)
- Configure operate management port (#1660)
- Use gatewayAddress property instead of brokerContactPoint (#1647)
- Remove the global image tag value and use it from the components (#2069)
- Hardcoding strategy for all components and removing ability to configure strategy (#2155)
- Using bitnami oci chart repository (#2356)
- Default keycloak ingress pathType to Prefix (#2372)
- Update console docker repository (#2379)
Fixes
- Added recreate strategy to all Operate deployments (#2143)
- Changed restAddress in Tasklist with helper function (#2152)
- Template grpc url in console config (#2165)
- Set the network host and port to the zeebeGateway config (#1910)
- Add constraint for contextPath and rest path to be the same for zeebe gateway (#2166)
- Use correct operate image for version label (#2183)
- Drop namespace from zeebe advertisedHost and initialContactPoints (#2170)
- ExistingSecret for OpenSearch password can be used without defining password literal (#2168)
- Remove openshift post-render script (#2188)
- Dynamically set advertisedHosts based on multiregion (#2222)
- AdvertisedHost relies on global.multiregion.regions and not global.multiregion.enabled (#2226)
- Enable secrets deprecation flag in alpha by default (#2081)
- Reload identity when its config changed (#2234)
- Correctly intend operate migration envs (#2238)
- Add zeebe opensearch retention to app config file (#2250)
- Gives port-forward hostnames to external urls when no ingress is… (#1897)
- Added helper function smtp auth for webmodeler (#2245)
- Correct ingress nginx annotation to activate proxy buffering by default (#2304)
- Double-slash issue in health check paths and constraints for Zeebe Gateway (#2355)
- Include opensearch env vars in operate initContainer (alpha) (#2364)
- Warning added to NOTES about installationType (#2328)
- Rearranged env vars necessary for oidc to work with console (#2390)
- Identity baseUrl supplied regardless of multitenancy (#2389)
- Define Web Modeler Admin role in identity (#2395)
- Up tasklist timeoutSeconds to 5 (#2417)
Release Info
Supported versions:
Camunda images:
- docker.io/camunda/connectors-bundle:8.6.2
- docker.io/camunda/console:8.6.5
- docker.io/camunda/identity:8.6.0
- docker.io/camunda/keycloak:25.0.6
- docker.io/camunda/operate:8.6.0
- docker.io/camunda/optimize:8.6.0
- docker.io/camunda/tasklist:8.6.0
- docker.io/camunda/web-modeler-restapi:8.6.0
- docker.io/camunda/web-modeler-webapp:8.6.0
- docker.io/camunda/web-modeler-websockets:8.6.0
- docker.io/camunda/zeebe:8.6.0
Non-Camunda images:
- docker.io/bitnami/elasticsearch:8.15.2
- docker.io/bitnami/os-shell:12-debian-12-r30
- docker.io/bitnami/postgresql:14.13.0
- docker.io/bitnami/postgresql:15.8.0
Verification
To verify the integrity of the Helm chart using Cosign:
cosign verify-blob camunda-platform-11.0.0.tgz \
--bundle camunda-platform-11.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-chores.yml@refs/pull/2438/merge"