Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/config/release-please/.release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"charts/camunda-platform-8.3": "8.3.26",
"charts/camunda-platform-8.4": "9.7.0",
"charts/camunda-platform-8.5": "10.11.1",
"charts/camunda-platform-8.6": "11.10.0",
"charts/camunda-platform-8.5": "10.11.1",
"charts/camunda-platform-8.6": "11.9.0",
"charts/camunda-platform-8.7": "12.5.0",
"charts/camunda-platform-8.8": "13.0.0-alpha7"
Expand Down
10 changes: 2 additions & 8 deletions charts/camunda-platform-8.6/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: camunda-platform
version: 11.9.0
version: 11.10.0
appVersion: 8.6.x
description: |
Camunda 8 Self-Managed Helm charts.
Expand Down Expand Up @@ -71,10 +71,4 @@ annotations:
- name: Camunda 8 Self-Managed Helm charts
url: https://github.com/camunda/camunda-platform-helm
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: |
- kind: added
description: "Backport - implement joinPath helper for constructing paths"
- kind: added
description: "Create extra values file for legacy bitnami repo name"
- kind: fixed
description: "Env var CAMUNDA_DATABASE_PASSWORD wasn't set correctly with opensearch"
artifacthub.io/changes: ""
46 changes: 16 additions & 30 deletions charts/camunda-platform-8.6/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,27 @@
The changelog is automatically generated and it follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) format.

## [camunda-platform-11.9.0](https://github.com/camunda/camunda-platform-helm/releases/tag/camunda-platform-11.9.0) (2025-08-27)

### Features

- Backport - implement joinPath helper for constructing paths (#3934)
- Create extra values file for legacy bitnami repo name (#3996)

### Fixes

- Env var CAMUNDA_DATABASE_PASSWORD wasn't set correctly with opensearch (#3931)

### Revert

- Chore(release): Camunda Platform Helm Chart 11.9.0 - Camunda 8.6 (#4012)

<!-- generated by git-cliff -->
### Release Info

Supported versions:

- Camunda applications: [8.6](https://github.com/camunda/camunda/releases?q=tag%3A8.6&expanded=true)
- Camunda version matrix: [8.6](https://helm.camunda.io/camunda-platform/version-matrix/camunda-8.6)
- Helm values: [11.9.0](https://artifacthub.io/packages/helm/camunda/camunda-platform/11.9.0#parameters)
- Helm values: [11.10.0](https://artifacthub.io/packages/helm/camunda/camunda-platform/11.10.0#parameters)
- Helm CLI: [3.18.6](https://github.com/helm/helm/releases/tag/v3.18.6)

Camunda images:

- docker.io/camunda/connectors-bundle:8.6.17
- docker.io/camunda/connectors-bundle:8.6.18
- docker.io/camunda/console:8.6.88
- docker.io/camunda/identity:8.6.19
- docker.io/camunda/keycloak:25.0.6
- docker.io/camunda/operate:8.6.25
- docker.io/camunda/optimize:8.6.15
- docker.io/camunda/tasklist:8.6.25
- docker.io/camunda/web-modeler-restapi:8.6.17
- docker.io/camunda/web-modeler-webapp:8.6.17
- docker.io/camunda/web-modeler-websockets:8.6.17
- docker.io/camunda/zeebe:8.6.25
- docker.io/camunda/operate:8.6.26
- docker.io/camunda/optimize:8.6.16
- docker.io/camunda/tasklist:8.6.26
- docker.io/camunda/web-modeler-restapi:8.6.18
- docker.io/camunda/web-modeler-webapp:8.6.18
- docker.io/camunda/web-modeler-websockets:8.6.18
- docker.io/camunda/zeebe:8.6.26

Non-Camunda images:

Expand All @@ -48,11 +32,13 @@ Non-Camunda images:

### Verification

To verify the integrity of the Helm chart using [Cosign](https://docs.sigstore.dev/signing/quickstart/):
For quick verification of the Helm chart integrity using [Cosign](https://docs.sigstore.dev/signing/quickstart/):

```shell
cosign verify-blob camunda-platform-11.9.0.tgz \
--bundle camunda-platform-11.9.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/4013/merge"
cosign verify-blob camunda-platform-11.10.0.tgz \
--bundle "camunda-platform-11.10.0-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-11.10.0-cosign-verify.sh` file.
1 change: 1 addition & 0 deletions version-matrix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ For the best experience, please remember:

## [Camunda 8.6](./camunda-8.6)

### [Helm chart 11.10.0](./camunda-8.6/#helm-chart-11100)
### [Helm chart 11.9.0](./camunda-8.6/#helm-chart-1190)
### [Helm chart 11.8.0](./camunda-8.6/#helm-chart-1180)
### [Helm chart 11.7.0](./camunda-8.6/#helm-chart-1170)
Expand Down
32 changes: 32 additions & 0 deletions version-matrix/camunda-8.6/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

## ToC

- [Helm chart 11.10.0](#helm-chart-11100)
- [Helm chart 11.9.0](#helm-chart-1190)
- [Helm chart 11.8.0](#helm-chart-1180)
- [Helm chart 11.7.0](#helm-chart-1170)
Expand All @@ -25,6 +26,37 @@
- [Helm chart 11.0.1](#helm-chart-1101)
- [Helm chart 11.0.0](#helm-chart-1100)

## Helm chart 11.10.0

Supported versions:

- Camunda applications: [8.6](https://github.com/camunda/camunda/releases?q=tag%3A8.6&expanded=true)
- Camunda version matrix: [8.6](https://helm.camunda.io/camunda-platform/version-matrix/camunda-8.6)
- Helm values: [11.10.0](https://artifacthub.io/packages/helm/camunda/camunda-platform/11.10.0#parameters)
- Helm CLI: [3.18.6](https://github.com/helm/helm/releases/tag/v3.18.6)

Camunda images:

- docker.io/camunda/connectors-bundle:8.6.18
- docker.io/camunda/console:8.6.88
- docker.io/camunda/identity:8.6.19
- docker.io/camunda/keycloak:25.0.6
- docker.io/camunda/operate:8.6.26
- docker.io/camunda/optimize:8.6.16
- docker.io/camunda/tasklist:8.6.26
- docker.io/camunda/web-modeler-restapi:8.6.18
- docker.io/camunda/web-modeler-webapp:8.6.18
- docker.io/camunda/web-modeler-websockets:8.6.18
- docker.io/camunda/zeebe:8.6.26

Non-Camunda images:

- docker.io/bitnamilegacy/elasticsearch:8.15.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


## Helm chart 11.9.0

Supported versions:
Expand Down
20 changes: 20 additions & 0 deletions version-matrix/camunda-8.6/version-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -378,5 +378,25 @@
"docker.io/camunda/web-modeler-websockets:8.6.17",
"docker.io/camunda/zeebe:8.6.25"
]
},
{
"chart_version": "11.10.0",
"chart_images": [
"docker.io/bitnamilegacy/elasticsearch:8.15.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",
"docker.io/camunda/connectors-bundle:8.6.18",
"docker.io/camunda/console:8.6.88",
"docker.io/camunda/identity:8.6.19",
"docker.io/camunda/keycloak:25.0.6",
"docker.io/camunda/operate:8.6.26",
"docker.io/camunda/optimize:8.6.16",
"docker.io/camunda/tasklist:8.6.26",
"docker.io/camunda/web-modeler-restapi:8.6.18",
"docker.io/camunda/web-modeler-webapp:8.6.18",
"docker.io/camunda/web-modeler-websockets:8.6.18",
"docker.io/camunda/zeebe:8.6.26"
]
}
]
Loading