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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"charts/camunda-platform-8.3": "8.3.26",
"charts/camunda-platform-8.4": "9.7.0",
"charts/camunda-platform-8.5": "10.11.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
2 changes: 1 addition & 1 deletion .github/workflows/chart-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:
- name: Create the script to verify signed Helm chart with Cosign
working-directory: .cr-release-packages
run: |
cat << EOF > ${{ env.CHART_RELEASE_NAME }}-cosign-verify.sh
cat << EOF > ${{ env.CHART_RELEASE_COSIGN_VERIFY_FILE }}
# Rekor.
echo "Rekor record:"
echo "https://search.sigstore.dev/?logIndex=${{ env.CHART_RELEASE_COSIGN_REKOR_LOG_INDEX }}"
Expand Down
8 changes: 2 additions & 6 deletions charts/camunda-platform-8.5/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: camunda-platform
version: 10.11.0
version: 10.11.1
appVersion: 8.5.x
description: |
Camunda 8 Self-Managed Helm charts.
Expand Down Expand Up @@ -67,8 +67,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"
artifacthub.io/changes: ""
36 changes: 15 additions & 21 deletions charts/camunda-platform-8.5/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,26 @@
The changelog is automatically generated and it follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) format.

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

### Features

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

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

Supported versions:

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

Camunda images:

- docker.io/camunda/connectors-bundle:8.5.20
- docker.io/camunda/connectors-bundle:8.5.21
- docker.io/camunda/identity:8.5.20
- docker.io/camunda/operate:8.5.19
- docker.io/camunda/operate:8.5.20
- docker.io/camunda/optimize:8.5.19
- docker.io/camunda/tasklist:8.5.21
- docker.io/camunda/zeebe:8.5.23
- docker.io/camunda/tasklist:8.5.22
- docker.io/camunda/zeebe:8.5.24
- registry.camunda.cloud/console/console-sm:8.5.118
- registry.camunda.cloud/web-modeler-ee/modeler-restapi:8.5.21
- registry.camunda.cloud/web-modeler-ee/modeler-webapp:8.5.21
- registry.camunda.cloud/web-modeler-ee/modeler-websockets:8.5.21
- registry.camunda.cloud/web-modeler-ee/modeler-restapi:8.5.22
- registry.camunda.cloud/web-modeler-ee/modeler-webapp:8.5.22
- registry.camunda.cloud/web-modeler-ee/modeler-websockets:8.5.22

Non-Camunda images:

Expand All @@ -40,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-10.11.0.tgz \
--bundle camunda-platform-10.11.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/4018/merge"
cosign verify-blob camunda-platform-10.11.1.tgz \
--bundle "camunda-platform-10.11.1-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-10.11.1-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 @@ -66,6 +66,7 @@ For the best experience, please remember:

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

### [Helm chart 10.11.1](./camunda-8.5/#helm-chart-10111)
### [Helm chart 10.11.0](./camunda-8.5/#helm-chart-10110)
### [Helm chart 10.10.0](./camunda-8.5/#helm-chart-10100)
### [Helm chart 10.9.0](./camunda-8.5/#helm-chart-1090)
Expand Down
32 changes: 32 additions & 0 deletions version-matrix/camunda-8.5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

## ToC

- [Helm chart 10.11.1](#helm-chart-10111)
- [Helm chart 10.11.0](#helm-chart-10110)
- [Helm chart 10.10.0](#helm-chart-10100)
- [Helm chart 10.9.0](#helm-chart-1090)
Expand Down Expand Up @@ -36,6 +37,37 @@
- [Helm chart 10.0.3](#helm-chart-1003)
- [Helm chart 10.0.2](#helm-chart-1002)

## Helm chart 10.11.1

Supported versions:

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

Camunda images:

- docker.io/camunda/connectors-bundle:8.5.21
- docker.io/camunda/identity:8.5.20
- docker.io/camunda/operate:8.5.20
- docker.io/camunda/optimize:8.5.19
- docker.io/camunda/tasklist:8.5.22
- docker.io/camunda/zeebe:8.5.24
- registry.camunda.cloud/console/console-sm:8.5.118
- registry.camunda.cloud/web-modeler-ee/modeler-restapi:8.5.22
- registry.camunda.cloud/web-modeler-ee/modeler-webapp:8.5.22
- registry.camunda.cloud/web-modeler-ee/modeler-websockets:8.5.22

Non-Camunda images:

- docker.io/bitnamilegacy/elasticsearch:8.12.2
- docker.io/bitnamilegacy/keycloak:23.0.7
- docker.io/bitnamilegacy/os-shell:12-debian-12-r18
- docker.io/bitnamilegacy/postgresql:14.18.0-debian-12-r0
- docker.io/bitnamilegacy/postgresql:15.10.0-debian-12-r2


## Helm chart 10.11.0

Supported versions:
Expand Down
20 changes: 20 additions & 0 deletions version-matrix/camunda-8.5/version-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -610,5 +610,25 @@
"registry.camunda.cloud/web-modeler-ee/modeler-webapp:8.5.21",
"registry.camunda.cloud/web-modeler-ee/modeler-websockets:8.5.21"
]
},
{
"chart_version": "10.11.1",
"chart_images": [
"docker.io/bitnamilegacy/elasticsearch:8.12.2",
"docker.io/bitnamilegacy/keycloak:23.0.7",
"docker.io/bitnamilegacy/os-shell:12-debian-12-r18",
"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.5.21",
"docker.io/camunda/identity:8.5.20",
"docker.io/camunda/operate:8.5.20",
"docker.io/camunda/optimize:8.5.19",
"docker.io/camunda/tasklist:8.5.22",
"docker.io/camunda/zeebe:8.5.24",
"registry.camunda.cloud/console/console-sm:8.5.118",
"registry.camunda.cloud/web-modeler-ee/modeler-restapi:8.5.22",
"registry.camunda.cloud/web-modeler-ee/modeler-webapp:8.5.22",
"registry.camunda.cloud/web-modeler-ee/modeler-websockets:8.5.22"
]
}
]