Skip to content

Commit 3b3c46d

Browse files
Revert "chore(release): Camunda Platform Helm Chart 12.6.2 - Camunda 8.7 (#4414)"
This reverts commit 157b9fd.
1 parent 157b9fd commit 3b3c46d

File tree

5 files changed

+18
-89
lines changed

5 files changed

+18
-89
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"charts/camunda-platform-8.4": "9.7.0",
44
"charts/camunda-platform-8.5": "10.11.3",
55
"charts/camunda-platform-8.6": "11.10.1",
6-
"charts/camunda-platform-8.7": "12.6.2",
6+
"charts/camunda-platform-8.7": "12.6.1",
77
"charts/camunda-platform-8.8": "13.0.0-alpha8"
88
}

charts/camunda-platform-8.7/CHANGELOG.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

charts/camunda-platform-8.7/Chart.yaml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: camunda-platform
3-
version: 12.6.2
3+
version: 12.6.1
44
appVersion: 8.7.x
55
description: |
66
Camunda 8 Self-Managed Helm charts.
@@ -71,16 +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: changed
76-
description: "Upgrade keycloak image from 26.3.1 to 26.3.3"
77-
- kind: fixed
78-
description: "2 issues.. the configmap for optimize was using the elasticsearch prefix value for opensearch and the QA scenarios where reusing the global prefix to shared OS failed CI"
79-
- kind: fixed
80-
description: "This PR is enabling Entra for testing"
81-
- kind: fixed
82-
description: "Correct sysctlImage structure in values-enterprise.yaml"
83-
- kind: fixed
84-
description: "Revert renovate bot version bump"
85-
- kind: fixed
86-
description: "Web modeler extraConfiguration uses subcomponent subkey"
74+
artifacthub.io/changes: ""
Lines changed: 15 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,27 @@
11
The changelog is automatically generated and it follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) format.
2-
3-
## [camunda-platform-12.6.2](https://github.com/camunda/camunda-platform-helm/releases/tag/camunda-platform-12.6.2) (2025-10-10)
4-
5-
### Refactor
6-
7-
- Upgrade keycloak image from 26.3.1 to 26.3.3 (#4386)
8-
9-
### Fixes
10-
11-
- 2 issues.. the configmap for optimize was using the elasticsearch prefix value for opensearch and the QA scenarios where reusing the global prefix to shared OS failed CI (#4238)
12-
- This PR is enabling Entra for testing (#4294)
13-
- Correct sysctlImage structure in values-enterprise.yaml (#4339)
14-
- Revert renovate bot version bump (#4376)
15-
- Web modeler extraConfiguration uses subcomponent subkey (#4097)
16-
172
<!-- generated by git-cliff -->
183
### Release Info
194

205
Supported versions:
216

227
- Camunda applications: [8.7](https://github.com/camunda/camunda/releases?q=tag%3A8.7&expanded=true)
238
- Camunda version matrix: [8.7](https://helm.camunda.io/camunda-platform/version-matrix/camunda-8.7)
24-
- Helm values: [12.6.2](https://artifacthub.io/packages/helm/camunda/camunda-platform/12.6.2#parameters)
9+
- Helm values: [12.6.1](https://artifacthub.io/packages/helm/camunda/camunda-platform/12.6.1#parameters)
2510
- Helm CLI: [3.18.6](https://github.com/helm/helm/releases/tag/v3.18.6)
2611

2712
Camunda images:
2813

29-
- docker.io/camunda/connectors-bundle:8.7.10
30-
- docker.io/camunda/console:8.7.89
31-
- docker.io/camunda/identity:8.7.7
32-
- docker.io/camunda/keycloak:26.3.3
33-
- docker.io/camunda/operate:8.7.15
34-
- docker.io/camunda/optimize:8.7.11
35-
- docker.io/camunda/tasklist:8.7.15
36-
- docker.io/camunda/web-modeler-restapi:8.7.10
37-
- docker.io/camunda/web-modeler-webapp:8.7.10
38-
- docker.io/camunda/web-modeler-websockets:8.7.10
39-
- docker.io/camunda/zeebe:8.7.15
14+
- docker.io/camunda/connectors-bundle:8.7.8
15+
- docker.io/camunda/console:8.7.72
16+
- docker.io/camunda/identity:8.7.6
17+
- docker.io/camunda/keycloak:26.3.2
18+
- docker.io/camunda/operate:8.7.13
19+
- docker.io/camunda/optimize:8.7.9
20+
- docker.io/camunda/tasklist:8.7.13
21+
- docker.io/camunda/web-modeler-restapi:8.7.9
22+
- docker.io/camunda/web-modeler-webapp:8.7.9
23+
- docker.io/camunda/web-modeler-websockets:8.7.9
24+
- docker.io/camunda/zeebe:8.7.13
4025

4126
Non-Camunda images:
4227

@@ -50,10 +35,10 @@ Non-Camunda images:
5035
For quick verification of the Helm chart integrity using [Cosign](https://docs.sigstore.dev/signing/quickstart/):
5136

5237
```shell
53-
cosign verify-blob camunda-platform-12.6.2.tgz \
54-
--bundle "camunda-platform-12.6.2-cosign-bundle.json" \
38+
cosign verify-blob camunda-platform-12.6.1.tgz \
39+
--bundle "camunda-platform-12.6.1-cosign-bundle.json" \
5540
--certificate-identity-regex "https://github.com/camunda/camunda-platform-helm" \
5641
--certificate-oidc-issuer "https://token.actions.githubusercontent.com"
5742
```
5843

59-
For detailed verification instructions, check the steps in the `camunda-platform-12.6.2-cosign-verify.sh` file.
44+
For detailed verification instructions, check the steps in the `camunda-platform-12.6.1-cosign-verify.sh` file.

version-matrix/camunda-8.7/version-matrix.json

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -238,25 +238,5 @@
238238
"docker.io/camunda/web-modeler-websockets:8.7.9",
239239
"docker.io/camunda/zeebe:8.7.13"
240240
]
241-
},
242-
{
243-
"chart_version": "12.6.2",
244-
"chart_images": [
245-
"docker.io/bitnamilegacy/elasticsearch:8.17.4",
246-
"docker.io/bitnamilegacy/os-shell:12-debian-12-r43",
247-
"docker.io/bitnamilegacy/postgresql:14.18.0-debian-12-r0",
248-
"docker.io/bitnamilegacy/postgresql:15.10.0-debian-12-r2",
249-
"docker.io/camunda/connectors-bundle:8.7.10",
250-
"docker.io/camunda/console:8.7.89",
251-
"docker.io/camunda/identity:8.7.7",
252-
"docker.io/camunda/keycloak:26.3.3",
253-
"docker.io/camunda/operate:8.7.15",
254-
"docker.io/camunda/optimize:8.7.11",
255-
"docker.io/camunda/tasklist:8.7.15",
256-
"docker.io/camunda/web-modeler-restapi:8.7.10",
257-
"docker.io/camunda/web-modeler-webapp:8.7.10",
258-
"docker.io/camunda/web-modeler-websockets:8.7.10",
259-
"docker.io/camunda/zeebe:8.7.15"
260-
]
261241
}
262242
]

0 commit comments

Comments
 (0)