diff --git a/.github/config/release-please/.release-please-manifest.json b/.github/config/release-please/.release-please-manifest.json index 70758a7b42..f92ec9c6ec 100644 --- a/.github/config/release-please/.release-please-manifest.json +++ b/.github/config/release-please/.release-please-manifest.json @@ -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" diff --git a/.github/workflows/chart-release.yaml b/.github/workflows/chart-release.yaml index fbaf67ebc3..208f837916 100644 --- a/.github/workflows/chart-release.yaml +++ b/.github/workflows/chart-release.yaml @@ -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 }}" diff --git a/charts/camunda-platform-8.5/Chart.yaml b/charts/camunda-platform-8.5/Chart.yaml index 88a318e8ef..4f9b167f40 100644 --- a/charts/camunda-platform-8.5/Chart.yaml +++ b/charts/camunda-platform-8.5/Chart.yaml @@ -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. @@ -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: "" diff --git a/charts/camunda-platform-8.5/RELEASE-NOTES.md b/charts/camunda-platform-8.5/RELEASE-NOTES.md index d95340a579..a1e10c91eb 100644 --- a/charts/camunda-platform-8.5/RELEASE-NOTES.md +++ b/charts/camunda-platform-8.5/RELEASE-NOTES.md @@ -1,12 +1,4 @@ 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) - ### Release Info @@ -14,21 +6,21 @@ 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: @@ -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. diff --git a/version-matrix/README.md b/version-matrix/README.md index 29b40f20d0..a375c51392 100644 --- a/version-matrix/README.md +++ b/version-matrix/README.md @@ -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) diff --git a/version-matrix/camunda-8.5/README.md b/version-matrix/camunda-8.5/README.md index dc2e845a41..5cb5cfcc61 100644 --- a/version-matrix/camunda-8.5/README.md +++ b/version-matrix/camunda-8.5/README.md @@ -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) @@ -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: diff --git a/version-matrix/camunda-8.5/version-matrix.json b/version-matrix/camunda-8.5/version-matrix.json index 94c75ce6eb..a571dd491b 100644 --- a/version-matrix/camunda-8.5/version-matrix.json +++ b/version-matrix/camunda-8.5/version-matrix.json @@ -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" + ] } ]