Skip to content

Commit 5895c04

Browse files
distro-ci[bot]jessesimpson36renovate[bot]
authored
chore(release): Camunda Platform Helm Chart 10.11.1 - Camunda 8.5 (#4074)
Signed-off-by: Jesse Simpson <[email protected]> Co-authored-by: distro-ci[bot] <122795778+distro-ci[bot]@users.noreply.github.com> Co-authored-by: Jesse Simpson <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6db9610 commit 5895c04

File tree

7 files changed

+72
-29
lines changed

7 files changed

+72
-29
lines changed

.github/config/release-please/.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"charts/camunda-platform-8.3": "8.3.26",
33
"charts/camunda-platform-8.4": "9.7.0",
4-
"charts/camunda-platform-8.5": "10.11.0",
4+
"charts/camunda-platform-8.5": "10.11.1",
55
"charts/camunda-platform-8.6": "11.9.0",
66
"charts/camunda-platform-8.7": "12.5.0",
77
"charts/camunda-platform-8.8": "13.0.0-alpha7"

.github/workflows/chart-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
- name: Create the script to verify signed Helm chart with Cosign
219219
working-directory: .cr-release-packages
220220
run: |
221-
cat << EOF > ${{ env.CHART_RELEASE_NAME }}-cosign-verify.sh
221+
cat << EOF > ${{ env.CHART_RELEASE_COSIGN_VERIFY_FILE }}
222222
# Rekor.
223223
echo "Rekor record:"
224224
echo "https://search.sigstore.dev/?logIndex=${{ env.CHART_RELEASE_COSIGN_REKOR_LOG_INDEX }}"

charts/camunda-platform-8.5/Chart.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: camunda-platform
3-
version: 10.11.0
3+
version: 10.11.1
44
appVersion: 8.5.x
55
description: |
66
Camunda 8 Self-Managed Helm charts.
@@ -67,8 +67,4 @@ annotations:
6767
- name: Camunda 8 Self-Managed Helm charts
6868
url: https://github.com/camunda/camunda-platform-helm
6969
artifacthub.io/containsSecurityUpdates: "false"
70-
artifacthub.io/changes: |
71-
- kind: added
72-
description: "Backport - implement joinPath helper for constructing paths"
73-
- kind: added
74-
description: "Create extra values file for legacy bitnami repo name"
70+
artifacthub.io/changes: ""
Lines changed: 15 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,26 @@
11
The changelog is automatically generated and it follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) format.
2-
3-
## [camunda-platform-10.11.0](https://github.com/camunda/camunda-platform-helm/releases/tag/camunda-platform-10.11.0) (2025-08-29)
4-
5-
### Features
6-
7-
- Backport - implement joinPath helper for constructing paths (#3934)
8-
- Create extra values file for legacy bitnami repo name (#3996)
9-
102
<!-- generated by git-cliff -->
113
### Release Info
124

135
Supported versions:
146

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

2012
Camunda images:
2113

22-
- docker.io/camunda/connectors-bundle:8.5.20
14+
- docker.io/camunda/connectors-bundle:8.5.21
2315
- docker.io/camunda/identity:8.5.20
24-
- docker.io/camunda/operate:8.5.19
16+
- docker.io/camunda/operate:8.5.20
2517
- docker.io/camunda/optimize:8.5.19
26-
- docker.io/camunda/tasklist:8.5.21
27-
- docker.io/camunda/zeebe:8.5.23
18+
- docker.io/camunda/tasklist:8.5.22
19+
- docker.io/camunda/zeebe:8.5.24
2820
- registry.camunda.cloud/console/console-sm:8.5.118
29-
- registry.camunda.cloud/web-modeler-ee/modeler-restapi:8.5.21
30-
- registry.camunda.cloud/web-modeler-ee/modeler-webapp:8.5.21
31-
- registry.camunda.cloud/web-modeler-ee/modeler-websockets:8.5.21
21+
- registry.camunda.cloud/web-modeler-ee/modeler-restapi:8.5.22
22+
- registry.camunda.cloud/web-modeler-ee/modeler-webapp:8.5.22
23+
- registry.camunda.cloud/web-modeler-ee/modeler-websockets:8.5.22
3224

3325
Non-Camunda images:
3426

@@ -40,11 +32,13 @@ Non-Camunda images:
4032

4133
### Verification
4234

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

4537
```shell
46-
cosign verify-blob camunda-platform-10.11.0.tgz \
47-
--bundle camunda-platform-10.11.0.cosign.bundle \
48-
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
49-
--certificate-identity "https://github.com/camunda/camunda-platform-helm/.github/workflows/chart-release-chores.yml@refs/pull/4018/merge"
38+
cosign verify-blob camunda-platform-10.11.1.tgz \
39+
--bundle "camunda-platform-10.11.1-cosign-bundle.json" \
40+
--certificate-identity-regex "https://github.com/camunda/camunda-platform-helm" \
41+
--certificate-oidc-issuer "https://token.actions.githubusercontent.com"
5042
```
43+
44+
For detailed verification instructions, check the steps in the `camunda-platform-10.11.1-cosign-verify.sh` file.

version-matrix/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ For the best experience, please remember:
6666

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

69+
### [Helm chart 10.11.1](./camunda-8.5/#helm-chart-10111)
6970
### [Helm chart 10.11.0](./camunda-8.5/#helm-chart-10110)
7071
### [Helm chart 10.10.0](./camunda-8.5/#helm-chart-10100)
7172
### [Helm chart 10.9.0](./camunda-8.5/#helm-chart-1090)

version-matrix/camunda-8.5/README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
## ToC
77

8+
- [Helm chart 10.11.1](#helm-chart-10111)
89
- [Helm chart 10.11.0](#helm-chart-10110)
910
- [Helm chart 10.10.0](#helm-chart-10100)
1011
- [Helm chart 10.9.0](#helm-chart-1090)
@@ -36,6 +37,37 @@
3637
- [Helm chart 10.0.3](#helm-chart-1003)
3738
- [Helm chart 10.0.2](#helm-chart-1002)
3839

40+
## Helm chart 10.11.1
41+
42+
Supported versions:
43+
44+
- Camunda applications: [8.5](https://github.com/camunda/camunda/releases?q=tag%3A8.5&expanded=true)
45+
- Camunda version matrix: [8.5](https://helm.camunda.io/camunda-platform/version-matrix/camunda-8.5)
46+
- Helm values: [10.11.1](https://artifacthub.io/packages/helm/camunda/camunda-platform/10.11.1#parameters)
47+
- Helm CLI: [3.18.6](https://github.com/helm/helm/releases/tag/v3.18.6)
48+
49+
Camunda images:
50+
51+
- docker.io/camunda/connectors-bundle:8.5.21
52+
- docker.io/camunda/identity:8.5.20
53+
- docker.io/camunda/operate:8.5.20
54+
- docker.io/camunda/optimize:8.5.19
55+
- docker.io/camunda/tasklist:8.5.22
56+
- docker.io/camunda/zeebe:8.5.24
57+
- registry.camunda.cloud/console/console-sm:8.5.118
58+
- registry.camunda.cloud/web-modeler-ee/modeler-restapi:8.5.22
59+
- registry.camunda.cloud/web-modeler-ee/modeler-webapp:8.5.22
60+
- registry.camunda.cloud/web-modeler-ee/modeler-websockets:8.5.22
61+
62+
Non-Camunda images:
63+
64+
- docker.io/bitnamilegacy/elasticsearch:8.12.2
65+
- docker.io/bitnamilegacy/keycloak:23.0.7
66+
- docker.io/bitnamilegacy/os-shell:12-debian-12-r18
67+
- docker.io/bitnamilegacy/postgresql:14.18.0-debian-12-r0
68+
- docker.io/bitnamilegacy/postgresql:15.10.0-debian-12-r2
69+
70+
3971
## Helm chart 10.11.0
4072

4173
Supported versions:

version-matrix/camunda-8.5/version-matrix.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -610,5 +610,25 @@
610610
"registry.camunda.cloud/web-modeler-ee/modeler-webapp:8.5.21",
611611
"registry.camunda.cloud/web-modeler-ee/modeler-websockets:8.5.21"
612612
]
613+
},
614+
{
615+
"chart_version": "10.11.1",
616+
"chart_images": [
617+
"docker.io/bitnamilegacy/elasticsearch:8.12.2",
618+
"docker.io/bitnamilegacy/keycloak:23.0.7",
619+
"docker.io/bitnamilegacy/os-shell:12-debian-12-r18",
620+
"docker.io/bitnamilegacy/postgresql:14.18.0-debian-12-r0",
621+
"docker.io/bitnamilegacy/postgresql:15.10.0-debian-12-r2",
622+
"docker.io/camunda/connectors-bundle:8.5.21",
623+
"docker.io/camunda/identity:8.5.20",
624+
"docker.io/camunda/operate:8.5.20",
625+
"docker.io/camunda/optimize:8.5.19",
626+
"docker.io/camunda/tasklist:8.5.22",
627+
"docker.io/camunda/zeebe:8.5.24",
628+
"registry.camunda.cloud/console/console-sm:8.5.118",
629+
"registry.camunda.cloud/web-modeler-ee/modeler-restapi:8.5.22",
630+
"registry.camunda.cloud/web-modeler-ee/modeler-webapp:8.5.22",
631+
"registry.camunda.cloud/web-modeler-ee/modeler-websockets:8.5.22"
632+
]
613633
}
614634
]

0 commit comments

Comments
 (0)