Skip to content

Commit

Permalink
chore(release): Camunda Platform Helm Chart 10.3.2 (#2230)
Browse files Browse the repository at this point in the history
Co-authored-by: distro-ci[bot] <122795778+distro-ci[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
distro-ci[bot] and renovate[bot] committed Aug 15, 2024
1 parent 59ac01a commit 2a6762e
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"charts/camunda-platform-8.2": "8.2.31",
"charts/camunda-platform-8.3": "8.3.16",
"charts/camunda-platform-8.4": "9.3.9",
"charts/camunda-platform-latest": "10.3.1"
"charts/camunda-platform-latest": "10.3.2"
}
4 changes: 2 additions & 2 deletions charts/camunda-platform-latest/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: camunda-platform
version: 10.3.1
version: 10.3.2
appVersion: 8.5.x
description: |
Camunda 8 Self-Managed Helm charts.
Expand Down Expand Up @@ -61,4 +61,4 @@ annotations:
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: |
- kind: fixed
description: "Dynamically set advertisedHosts based on multiregion"
description: "AdvertisedHost relies on global.multiregion.regions and not global.multiregion.enabled"
12 changes: 6 additions & 6 deletions charts/camunda-platform-latest/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
The changelog is automatically generated and it follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) format.

## [camunda-platform-10.3.1](https://github.com/camunda/camunda-platform-helm/releases/tag/camunda-platform-10.3.1) (2024-08-14)
## [camunda-platform-10.3.2](https://github.com/camunda/camunda-platform-helm/releases/tag/camunda-platform-10.3.2) (2024-08-15)

### Fixes

- Dynamically set advertisedHosts based on multiregion (#2222)
- AdvertisedHost relies on global.multiregion.regions and not global.multiregion.enabled (#2226)

<!-- 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.3.1](https://artifacthub.io/packages/helm/camunda/camunda-platform/10.3.1#parameters)
- Helm values: [10.3.2](https://artifacthub.io/packages/helm/camunda/camunda-platform/10.3.2#parameters)
- Helm CLI: [3.15.3](https://github.com/helm/helm/releases/tag/v3.15.3)

Camunda images:
Expand Down Expand Up @@ -42,8 +42,8 @@ Non-Camunda images:
To verify the integrity of the Helm chart using [Cosign](https://docs.sigstore.dev/signing/quickstart/):

```shell
cosign verify-blob camunda-platform-10.3.1.tgz \
--bundle camunda-platform-10.3.1.cosign.bundle \
cosign verify-blob camunda-platform-10.3.2.tgz \
--bundle camunda-platform-10.3.2.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/2219/merge"
--certificate-identity "https://github.com/camunda/camunda-platform-helm/.github/workflows/chart-release-chores.yml@refs/pull/2230/merge"
```
1 change: 1 addition & 0 deletions version-matrix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ For the best experience, please remember:

## Camunda 8.5

### [Helm chart 10.3.2](./camunda-8.5/#helm-chart-1032)
### [Helm chart 10.3.1](./camunda-8.5/#helm-chart-1031)
### [Helm chart 10.3.0](./camunda-8.5/#helm-chart-1030)
### [Helm chart 10.2.1](./camunda-8.5/#helm-chart-1021)
Expand Down
31 changes: 31 additions & 0 deletions version-matrix/camunda-8.5/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,37 @@
<!-- THIS FILE IS AUTO-GENERATED, DO NOT EDIT IT MANUALLY! -->
# Camunda 8.5 Helm Chart Version Matrix

## Helm chart 10.3.2

Supported versions:

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

Camunda images:

- docker.io/camunda/connectors-bundle:8.5.5
- docker.io/camunda/identity:8.5.4
- docker.io/camunda/identity:latest
- docker.io/camunda/operate:8.5.5
- docker.io/camunda/optimize:8.5.4
- docker.io/camunda/tasklist:8.5.4
- docker.io/camunda/zeebe:8.5.6
- registry.camunda.cloud/console/console-sm:8.5.88
- registry.camunda.cloud/web-modeler-ee/modeler-restapi:8.5.6
- registry.camunda.cloud/web-modeler-ee/modeler-webapp:8.5.6
- registry.camunda.cloud/web-modeler-ee/modeler-websockets:8.5.6

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.12.0
- docker.io/bitnami/postgresql:15.7.0


## Helm chart 10.3.1

Supported versions:
Expand Down

0 comments on commit 2a6762e

Please sign in to comment.