Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): Camunda Platform Helm Chart 10.5.0, 11.2.0, 8.8.0-alpha2 #2787

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions .github/config/release-please/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"charts/camunda-platform-8.3": "8.3.23",
"charts/camunda-platform-8.4": "9.4.6",
"charts/camunda-platform-8.5": "10.4.8",
"charts/camunda-platform-8.6": "11.1.1",
"charts/camunda-platform-alpha": "8.7.0-alpha2"
"charts/camunda-platform-8.5": "10.5.0",
"charts/camunda-platform-8.6": "11.2.0",
"charts/camunda-platform-alpha": "8.8.0-alpha2"
}
6 changes: 4 additions & 2 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.4.8
version: 10.5.0
appVersion: 8.5.x
description: |
Camunda 8 Self-Managed Helm charts.
Expand Down Expand Up @@ -59,4 +59,6 @@ annotations:
- name: Camunda 8 Self-Managed Helm charts
url: https://github.com/camunda/camunda-platform-helm
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: ""
artifacthub.io/changes: |
- kind: added
description: "Configure web-modeler restapi JWK Set URI"
17 changes: 12 additions & 5 deletions charts/camunda-platform-8.5/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
The changelog is automatically generated and it follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) format.

## [camunda-platform-10.5.0](https://github.com/camunda/camunda-platform-helm/releases/tag/camunda-platform-10.5.0) (2025-01-22)

### Features

- Configure web-modeler restapi JWK Set URI (#2704)

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

Supported versions:

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

Camunda images:
Expand All @@ -26,16 +33,16 @@ Non-Camunda images:
- docker.io/bitnami/elasticsearch:8.12.2
- docker.io/bitnami/keycloak:23.0.7
- docker.io/bitnami/os-shell:12-debian-12-r18
- docker.io/bitnami/postgresql:14.15.0-debian-12-r8
- docker.io/bitnami/postgresql:14.15.0-debian-12-r10
- docker.io/bitnami/postgresql:15.10.0-debian-12-r2

### Verification

To verify the integrity of the Helm chart using [Cosign](https://docs.sigstore.dev/signing/quickstart/):

```shell
cosign verify-blob camunda-platform-10.4.8.tgz \
--bundle camunda-platform-10.4.8.cosign.bundle \
cosign verify-blob camunda-platform-10.5.0.tgz \
--bundle camunda-platform-10.5.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/2786/merge"
--certificate-identity "https://github.com/camunda/camunda-platform-helm/.github/workflows/chart-release-chores.yml@refs/pull/2787/merge"
```
10 changes: 3 additions & 7 deletions charts/camunda-platform-8.6/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: camunda-platform
version: 11.1.1
version: 11.2.0
appVersion: 8.6.x
description: |
Camunda 8 Self-Managed Helm charts.
Expand Down Expand Up @@ -54,7 +54,7 @@ maintainers:
- name: jessesimpson36
email: [email protected]
annotations:
camunda.io/helmCLIVersion: "3.16.3"
camunda.io/helmCLIVersion: "3.17.0"
artifacthub.io/links: |
- name: Camunda 8 docs
url: https://docs.camunda.io/
Expand All @@ -65,8 +65,4 @@ annotations:
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: |
- kind: added
description: "Adding TLS support to console"
- kind: added
description: "Add core unified prefix for Elasticsearch/OpenSearch"
- kind: fixed
description: "Add default webModler url when ingress is disabled"
description: "Configure web-modeler restapi JWK Set URI"
43 changes: 19 additions & 24 deletions charts/camunda-platform-8.6/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,53 +1,48 @@
The changelog is automatically generated and it follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) format.

## [camunda-platform-11.1.0](https://github.com/camunda/camunda-platform-helm/releases/tag/camunda-platform-11.1.0) (2024-12-10)
## [camunda-platform-11.2.0](https://github.com/camunda/camunda-platform-helm/releases/tag/camunda-platform-11.2.0) (2025-01-22)

### Features

- Adding TLS support to console (#2505)
- Add core unified prefix for Elasticsearch/OpenSearch (#2643)

### Fixes

- Add default webModler url when ingress is disabled (#2566)
- Configure web-modeler restapi JWK Set URI (#2704)

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

Supported versions:

- Camunda applications: [8.6](https://github.com/camunda/camunda-platform/releases?q=tag%3A8.6&expanded=true)
- Helm values: [11.1.0](https://artifacthub.io/packages/helm/camunda/camunda-platform/11.1.0#parameters)
- Helm CLI: [3.16.3](https://github.com/helm/helm/releases/tag/v3.16.3)
- Helm values: [11.2.0](https://artifacthub.io/packages/helm/camunda/camunda-platform/11.2.0#parameters)
- Helm CLI: [3.17.0](https://github.com/helm/helm/releases/tag/v3.17.0)

Camunda images:

- docker.io/camunda/connectors-bundle:8.6.5
- docker.io/camunda/console:8.6.36
- docker.io/camunda/identity:8.6.6
- docker.io/camunda/connectors-bundle:8.6.6
- docker.io/camunda/console:8.6.47
- docker.io/camunda/identity:8.6.7
- docker.io/camunda/keycloak:25.0.6
- docker.io/camunda/operate:8.6.6
- docker.io/camunda/optimize:8.6.3
- docker.io/camunda/tasklist:8.6.6
- docker.io/camunda/web-modeler-restapi:8.6.4
- docker.io/camunda/web-modeler-webapp:8.6.4
- docker.io/camunda/web-modeler-websockets:8.6.4
- docker.io/camunda/zeebe:8.6.6
- docker.io/camunda/operate:8.6.7
- docker.io/camunda/optimize:8.6.4
- docker.io/camunda/tasklist:8.6.7
- docker.io/camunda/web-modeler-restapi:8.6.6
- docker.io/camunda/web-modeler-webapp:8.6.6
- docker.io/camunda/web-modeler-websockets:8.6.6
- docker.io/camunda/zeebe:8.6.7

Non-Camunda images:

- docker.io/bitnami/elasticsearch:8.15.4
- docker.io/bitnami/os-shell:12-debian-12-r33
- docker.io/bitnami/postgresql:14.15.0-debian-12-r2
- docker.io/bitnami/os-shell:12-debian-12-r34
- docker.io/bitnami/postgresql:14.15.0-debian-12-r10
- docker.io/bitnami/postgresql:15.10.0-debian-12-r2

### Verification

To verify the integrity of the Helm chart using [Cosign](https://docs.sigstore.dev/signing/quickstart/):

```shell
cosign verify-blob camunda-platform-11.1.0.tgz \
--bundle camunda-platform-11.1.0.cosign.bundle \
cosign verify-blob camunda-platform-11.2.0.tgz \
--bundle camunda-platform-11.2.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/2560/merge"
--certificate-identity "https://github.com/camunda/camunda-platform-helm/.github/workflows/chart-release-chores.yml@refs/pull/2787/merge"
```
12 changes: 5 additions & 7 deletions charts/camunda-platform-alpha/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: camunda-platform
version: 8.7.0-alpha3
version: 8.8.0-alpha2
appVersion: 8.7.x
description: |
Camunda 8 Self-Managed Helm charts.
Expand Down Expand Up @@ -54,7 +54,7 @@ maintainers:
- name: jessesimpson36
email: [email protected]
annotations:
camunda.io/helmCLIVersion: "3.16.3"
camunda.io/helmCLIVersion: "3.17.0"
artifacthub.io/links: |
- name: Camunda 8 docs
url: https://docs.camunda.io/
Expand All @@ -65,8 +65,6 @@ annotations:
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: |
- kind: added
description: "Adding TLS support to console"
- kind: added
description: "Add core unified prefix for Elasticsearch/OpenSearch"
- kind: fixed
description: "Add default webModler url when ingress is disabled"
description: "Configure web-modeler restapi JWK Set URI"
- kind: changed
description: "Switch 8.7 to 8.6 chart structure"
45 changes: 22 additions & 23 deletions charts/camunda-platform-alpha/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,53 +1,52 @@
The changelog is automatically generated and it follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) format.

## [camunda-platform-11.1.0](https://github.com/camunda/camunda-platform-helm/releases/tag/camunda-platform-11.1.0) (2024-12-10)
## [camunda-platform-8.8.0-alpha2](https://github.com/camunda/camunda-platform-helm/releases/tag/camunda-platform-8.8.0-alpha2) (2025-01-22)

### Features

- Adding TLS support to console (#2505)
- Add core unified prefix for Elasticsearch/OpenSearch (#2643)
- Configure web-modeler restapi JWK Set URI (#2704)

### Fixes
### Refactor

- Add default webModler url when ingress is disabled (#2566)
- Switch 8.7 to 8.6 chart structure (#2790)

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

Supported versions:

- Camunda applications: [8.6](https://github.com/camunda/camunda-platform/releases?q=tag%3A8.6&expanded=true)
- Helm values: [11.1.0](https://artifacthub.io/packages/helm/camunda/camunda-platform/11.1.0#parameters)
- Helm CLI: [3.16.3](https://github.com/helm/helm/releases/tag/v3.16.3)
- Camunda applications: [8.7](https://github.com/camunda/camunda-platform/releases?q=tag%3A8.7&expanded=true)
- Helm values: [8.8.0-alpha2](https://artifacthub.io/packages/helm/camunda/camunda-platform/8.8.0-alpha2#parameters)
- Helm CLI: [3.17.0](https://github.com/helm/helm/releases/tag/v3.17.0)

Camunda images:

- docker.io/camunda/connectors-bundle:8.6.5
- docker.io/camunda/console:8.6.36
- docker.io/camunda/identity:8.6.6
- docker.io/camunda/connectors-bundle:8.6.6
- docker.io/camunda/console:8.6.46
- docker.io/camunda/identity:8.6.7
- docker.io/camunda/keycloak:25.0.6
- docker.io/camunda/operate:8.6.6
- docker.io/camunda/optimize:8.6.3
- docker.io/camunda/tasklist:8.6.6
- docker.io/camunda/web-modeler-restapi:8.6.4
- docker.io/camunda/web-modeler-webapp:8.6.4
- docker.io/camunda/web-modeler-websockets:8.6.4
- docker.io/camunda/zeebe:8.6.6
- docker.io/camunda/operate:8.6.7
- docker.io/camunda/optimize:8.6.4
- docker.io/camunda/tasklist:8.6.7
- docker.io/camunda/web-modeler-restapi:8.6.6
- docker.io/camunda/web-modeler-webapp:8.6.6
- docker.io/camunda/web-modeler-websockets:8.6.6
- docker.io/camunda/zeebe:8.6.7

Non-Camunda images:

- docker.io/bitnami/elasticsearch:8.15.4
- docker.io/bitnami/os-shell:12-debian-12-r33
- docker.io/bitnami/postgresql:14.15.0-debian-12-r2
- docker.io/bitnami/os-shell:12-debian-12-r34
- docker.io/bitnami/postgresql:14.15.0-debian-12-r10
- docker.io/bitnami/postgresql:15.10.0-debian-12-r2

### Verification

To verify the integrity of the Helm chart using [Cosign](https://docs.sigstore.dev/signing/quickstart/):

```shell
cosign verify-blob camunda-platform-11.1.0.tgz \
--bundle camunda-platform-11.1.0.cosign.bundle \
cosign verify-blob camunda-platform-8.8.0-alpha2.tgz \
--bundle camunda-platform-8.8.0-alpha2.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/2560/merge"
--certificate-identity "https://github.com/camunda/camunda-platform-helm/.github/workflows/chart-release-chores.yml@refs/pull/2787/merge"
```
Binary file modified version-matrix.sqlite
Binary file not shown.