Skip to content

Commit 952fd7a

Browse files
chore(release): Camunda Platform Helm Chart 13.1.1 - Camunda 8.8 (#4589)
1 parent 96fd240 commit 952fd7a

File tree

4 files changed

+26
-49
lines changed

4 files changed

+26
-49
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"charts/camunda-platform-8.5": "10.11.3",
55
"charts/camunda-platform-8.6": "11.10.2",
66
"charts/camunda-platform-8.7": "12.6.3",
7-
"charts/camunda-platform-8.8": "13.1.0",
7+
"charts/camunda-platform-8.8": "13.1.1",
88
"charts/camunda-platform-8.9": "14.0.0-alpha0"
99
}

charts/camunda-platform-8.8/Chart.yaml

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: camunda-platform
3-
version: 13.1.0
3+
version: 13.1.1
44
appVersion: 8.8.x
55
description: |
66
Camunda 8 Self-Managed Helm charts.
@@ -71,22 +71,4 @@ annotations:
7171
- name: Camunda 8 Self-Managed Helm charts
7272
url: https://github.com/camunda/camunda-platform-helm
7373
artifacthub.io/containsSecurityUpdates: "false"
74-
artifacthub.io/changes: |
75-
- kind: added
76-
description: "Data injection during testing"
77-
- kind: fixed
78-
description: "Consistent naming for migrations and importer"
79-
- kind: fixed
80-
description: "Changing pod anti-affinity rules for migration jobs and importer"
81-
- kind: fixed
82-
description: "Allows cpu to be set as either string or number"
83-
- kind: fixed
84-
description: "Delete the migrator from 8.9"
85-
- kind: fixed
86-
description: "The oidc scenario was always running the upgrade. Removing here …"
87-
- kind: fixed
88-
description: "Use joinPath helper to fix double slash issues in console configmap"
89-
- kind: fixed
90-
description: "Apply dual-region exclusion logic to opensearch exporter as well"
91-
- kind: fixed
92-
description: "Add back mapping rules in the orchestration cluster"
74+
artifacthub.io/changes: ""
Lines changed: 5 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,17 @@
11
The changelog is automatically generated and it follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) format.
2-
3-
## [camunda-platform-13.1.0](https://github.com/camunda/camunda-platform-helm/releases/tag/camunda-platform-13.1.0) (2025-10-27)
4-
5-
### Features
6-
7-
- Data injection during testing (#4423)
8-
9-
### Fixes
10-
11-
- Consistent naming for migrations and importer (#4477)
12-
- Changing pod anti-affinity rules for migration jobs and importer (#4481)
13-
- Allows cpu to be set as either string or number (#4491)
14-
- Delete the migrator from 8.9 (#4503)
15-
- The oidc scenario was always running the upgrade. Removing here … (#4523)
16-
- Use joinPath helper to fix double slash issues in console configmap (#4562)
17-
- Apply dual-region exclusion logic to opensearch exporter as well (#4352)
18-
- Add back mapping rules in the orchestration cluster (#4545)
19-
20-
### Revert
21-
22-
- Update camunda-platform-8.8 major (#4461)
23-
- Install-tool-action part of feat - data injection during testing (#4467)
24-
252
<!-- generated by git-cliff -->
263
### Release Info
274

285
Supported versions:
296

307
- Camunda applications: [8.8](https://github.com/camunda/camunda/releases?q=tag%3A8.8&expanded=true)
318
- Camunda version matrix: [8.8](https://helm.camunda.io/camunda-platform/version-matrix/camunda-8.8)
32-
- Helm values: [13.1.0](https://artifacthub.io/packages/helm/camunda/camunda-platform/13.1.0#parameters)
9+
- Helm values: [13.1.1](https://artifacthub.io/packages/helm/camunda/camunda-platform/13.1.1#parameters)
3310
- Helm CLI: [3.19.0](https://github.com/helm/helm/releases/tag/v3.19.0)
3411

3512
Camunda images:
3613

37-
- docker.io/camunda/camunda:8.8.1
14+
- docker.io/camunda/camunda:8.8.2
3815
- docker.io/camunda/connectors-bundle:8.8.1
3916
- docker.io/camunda/console:8.8.17
4017
- docker.io/camunda/identity:8.8.0
@@ -56,10 +33,10 @@ Non-Camunda images:
5633
For quick verification of the Helm chart integrity using [Cosign](https://docs.sigstore.dev/signing/quickstart/):
5734

5835
```shell
59-
cosign verify-blob camunda-platform-13.1.0.tgz \
60-
--bundle "camunda-platform-13.1.0-cosign-bundle.json" \
36+
cosign verify-blob camunda-platform-13.1.1.tgz \
37+
--bundle "camunda-platform-13.1.1-cosign-bundle.json" \
6138
--certificate-identity-regex "https://github.com/camunda/camunda-platform-helm" \
6239
--certificate-oidc-issuer "https://token.actions.githubusercontent.com"
6340
```
6441

65-
For detailed verification instructions, check the steps in the `camunda-platform-13.1.0-cosign-verify.sh` file.
42+
For detailed verification instructions, check the steps in the `camunda-platform-13.1.1-cosign-verify.sh` file.

version-matrix/camunda-8.8/version-matrix.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,5 +141,23 @@
141141
"docker.io/camunda/web-modeler-webapp:8.8.1",
142142
"docker.io/camunda/web-modeler-websockets:8.8.1"
143143
]
144+
},
145+
{
146+
"chart_version": "13.1.1",
147+
"chart_images": [
148+
"docker.io/bitnamilegacy/elasticsearch:8.18.0",
149+
"docker.io/bitnamilegacy/os-shell:12-debian-12-r43",
150+
"docker.io/bitnamilegacy/postgresql:14.18.0-debian-12-r0",
151+
"docker.io/bitnamilegacy/postgresql:15.10.0-debian-12-r2",
152+
"docker.io/camunda/camunda:8.8.2",
153+
"docker.io/camunda/connectors-bundle:8.8.1",
154+
"docker.io/camunda/console:8.8.17",
155+
"docker.io/camunda/identity:8.8.0",
156+
"docker.io/camunda/keycloak:26.3.3",
157+
"docker.io/camunda/optimize:8.8.0",
158+
"docker.io/camunda/web-modeler-restapi:8.8.1",
159+
"docker.io/camunda/web-modeler-webapp:8.8.1",
160+
"docker.io/camunda/web-modeler-websockets:8.8.1"
161+
]
144162
}
145163
]

0 commit comments

Comments
 (0)