From f77c0e58a9d74c514ad57897456a587d096eaab5 Mon Sep 17 00:00:00 2001 From: "distro-ci[bot]" <122795778+distro-ci[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 09:56:51 +0000 Subject: [PATCH 1/2] Release Camunda Platform Helm Chart --- .../.release-please-manifest.json | 8 +++---- charts/camunda-platform-8.2/CHANGELOG.md | 18 +++++++++++++++ charts/camunda-platform-8.2/Chart.yaml | 2 +- .../charts/identity/Chart.yaml | 2 +- .../charts/operate/Chart.yaml | 2 +- .../charts/optimize/Chart.yaml | 2 +- .../charts/tasklist/Chart.yaml | 2 +- .../charts/zeebe-gateway/Chart.yaml | 2 +- .../charts/zeebe/Chart.yaml | 2 +- charts/camunda-platform-8.3/CHANGELOG.md | 16 ++++++++++++++ charts/camunda-platform-8.3/Chart.yaml | 2 +- .../charts/identity/Chart.yaml | 2 +- charts/camunda-platform-8.4/CHANGELOG.md | 15 +++++++++++++ charts/camunda-platform-8.4/Chart.yaml | 2 +- .../charts/identity/Chart.yaml | 2 +- charts/camunda-platform-latest/CHANGELOG.md | 22 +++++++++++++++++++ charts/camunda-platform-latest/Chart.yaml | 2 +- 17 files changed, 87 insertions(+), 16 deletions(-) create mode 100644 charts/camunda-platform-8.2/CHANGELOG.md create mode 100644 charts/camunda-platform-8.3/CHANGELOG.md create mode 100644 charts/camunda-platform-8.4/CHANGELOG.md create mode 100644 charts/camunda-platform-latest/CHANGELOG.md diff --git a/.github/config/release-please/.release-please-manifest.json b/.github/config/release-please/.release-please-manifest.json index d728e04445..2b601a7292 100644 --- a/.github/config/release-please/.release-please-manifest.json +++ b/.github/config/release-please/.release-please-manifest.json @@ -1,6 +1,6 @@ { - "charts/camunda-platform-8.2": "8.2.28", - "charts/camunda-platform-8.3": "8.3.13", - "charts/camunda-platform-8.4": "9.3.6", - "charts/camunda-platform-latest": "10.1.0" + "charts/camunda-platform-8.2": "8.2.29", + "charts/camunda-platform-8.3": "8.3.14", + "charts/camunda-platform-8.4": "9.3.7", + "charts/camunda-platform-latest": "10.2.0" } diff --git a/charts/camunda-platform-8.2/CHANGELOG.md b/charts/camunda-platform-8.2/CHANGELOG.md new file mode 100644 index 0000000000..abcbaad3a8 --- /dev/null +++ b/charts/camunda-platform-8.2/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog + +## [8.2.29](https://github.com/camunda/camunda-platform-helm/compare/camunda-platform-8.2-v8.2.28...camunda-platform-8.2-v8.2.29) (2024-06-28) + + +### Bug Fixes + +* **deps:** update module github.com/gruntwork-io/terratest to v0.46.15 ([#1965](https://github.com/camunda/camunda-platform-helm/issues/1965)) ([61c7194](https://github.com/camunda/camunda-platform-helm/commit/61c71944417d0ef9c7e9ac9e1293188ba8bbc145)) +* **deps:** update module github.com/gruntwork-io/terratest to v0.46.16 ([#2088](https://github.com/camunda/camunda-platform-helm/issues/2088)) ([8fe27b5](https://github.com/camunda/camunda-platform-helm/commit/8fe27b55966a4577e5f72c720bd85aac5bd63d63)) +* **deps:** update module github.com/stretchr/testify to v1.9.0 ([#1948](https://github.com/camunda/camunda-platform-helm/issues/1948)) ([0e2f389](https://github.com/camunda/camunda-platform-helm/commit/0e2f3897ebff7e13722ee42dca801ca94d1de292)) +* **deps:** update module k8s.io/api to v0.27.15 ([#1962](https://github.com/camunda/camunda-platform-helm/issues/1962)) ([d77ed70](https://github.com/camunda/camunda-platform-helm/commit/d77ed7071abacc3e2f18764f835184d88bc42237)) +* **openshift:** make post-render script compatible with mac ([#1970](https://github.com/camunda/camunda-platform-helm/issues/1970)) ([c326f48](https://github.com/camunda/camunda-platform-helm/commit/c326f4892f3728fd3e9f8bfe72db9beb219f6b5e)) + + +### Refactors + +* remove the global image tag value and use it from the components - 8.2, 8.3, and 8.4 ([#2080](https://github.com/camunda/camunda-platform-helm/issues/2080)) ([3c1a207](https://github.com/camunda/camunda-platform-helm/commit/3c1a20702705dc5ae4029eddd4fbe06e66796937)) +* update zeebe gateway readiness probe endpoint ([adc6abc](https://github.com/camunda/camunda-platform-helm/commit/adc6abcd3b4ecadb9c2c27d34612eb0022ce2471)) diff --git a/charts/camunda-platform-8.2/Chart.yaml b/charts/camunda-platform-8.2/Chart.yaml index 43c5315772..d5e9ed8513 100644 --- a/charts/camunda-platform-8.2/Chart.yaml +++ b/charts/camunda-platform-8.2/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: camunda-platform -version: 8.2.28 +version: 8.2.29 appVersion: 8.2.x description: | Camunda Platform 8 Self-Managed Helm charts. diff --git a/charts/camunda-platform-8.2/charts/identity/Chart.yaml b/charts/camunda-platform-8.2/charts/identity/Chart.yaml index b0b6931c14..3f23f46a2a 100644 --- a/charts/camunda-platform-8.2/charts/identity/Chart.yaml +++ b/charts/camunda-platform-8.2/charts/identity/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 description: Identity Helm Chart for Kubernetes name: identity -version: 8.2.28 +version: 8.2.29 type: application icon: https://helm.camunda.io/imgs/camunda.svg dependencies: diff --git a/charts/camunda-platform-8.2/charts/operate/Chart.yaml b/charts/camunda-platform-8.2/charts/operate/Chart.yaml index 307cd0dc01..6671abbbef 100644 --- a/charts/camunda-platform-8.2/charts/operate/Chart.yaml +++ b/charts/camunda-platform-8.2/charts/operate/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 description: Operate Helm Chart for Kubernetes name: operate -version: 8.2.28 +version: 8.2.29 type: application icon: https://helm.camunda.io/imgs/camunda.svg diff --git a/charts/camunda-platform-8.2/charts/optimize/Chart.yaml b/charts/camunda-platform-8.2/charts/optimize/Chart.yaml index a814de0a96..09086d7529 100644 --- a/charts/camunda-platform-8.2/charts/optimize/Chart.yaml +++ b/charts/camunda-platform-8.2/charts/optimize/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 description: Optimize Helm Chart for Kubernetes name: optimize -version: 8.2.28 +version: 8.2.29 icon: https://helm.camunda.io/imgs/camunda.svg diff --git a/charts/camunda-platform-8.2/charts/tasklist/Chart.yaml b/charts/camunda-platform-8.2/charts/tasklist/Chart.yaml index 44fab3210f..e5402a71a0 100644 --- a/charts/camunda-platform-8.2/charts/tasklist/Chart.yaml +++ b/charts/camunda-platform-8.2/charts/tasklist/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 description: Zeebe TaskList Helm Chart for Kubernetes name: tasklist -version: 8.2.28 +version: 8.2.29 icon: https://helm.camunda.io/imgs/camunda.svg diff --git a/charts/camunda-platform-8.2/charts/zeebe-gateway/Chart.yaml b/charts/camunda-platform-8.2/charts/zeebe-gateway/Chart.yaml index e9560ee087..63574e89bf 100644 --- a/charts/camunda-platform-8.2/charts/zeebe-gateway/Chart.yaml +++ b/charts/camunda-platform-8.2/charts/zeebe-gateway/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 description: Zeebe Gateway Helm Chart for Kubernetes name: zeebe-gateway type: application -version: 8.2.28 +version: 8.2.29 icon: https://helm.camunda.io/imgs/camunda.svg diff --git a/charts/camunda-platform-8.2/charts/zeebe/Chart.yaml b/charts/camunda-platform-8.2/charts/zeebe/Chart.yaml index 7047f9681f..85fef8c94d 100644 --- a/charts/camunda-platform-8.2/charts/zeebe/Chart.yaml +++ b/charts/camunda-platform-8.2/charts/zeebe/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 description: Zeebe Helm Chart for Kubernetes name: zeebe type: application -version: 8.2.28 +version: 8.2.29 icon: https://helm.camunda.io/imgs/camunda.svg diff --git a/charts/camunda-platform-8.3/CHANGELOG.md b/charts/camunda-platform-8.3/CHANGELOG.md new file mode 100644 index 0000000000..7ff2a39ae0 --- /dev/null +++ b/charts/camunda-platform-8.3/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +## [8.3.14](https://github.com/camunda/camunda-platform-helm/compare/camunda-platform-8.3-v8.3.13...camunda-platform-8.3-v8.3.14) (2024-06-28) + + +### Bug Fixes + +* **deps:** update module github.com/gruntwork-io/terratest to v0.46.15 ([#1935](https://github.com/camunda/camunda-platform-helm/issues/1935)) ([8f14e5d](https://github.com/camunda/camunda-platform-helm/commit/8f14e5d385680af5daace92da5fe9d9cd8f89ce4)) +* **deps:** update module github.com/gruntwork-io/terratest to v0.46.16 ([#2088](https://github.com/camunda/camunda-platform-helm/issues/2088)) ([8fe27b5](https://github.com/camunda/camunda-platform-helm/commit/8fe27b55966a4577e5f72c720bd85aac5bd63d63)) +* **deps:** update module github.com/stretchr/testify to v1.9.0 ([#1948](https://github.com/camunda/camunda-platform-helm/issues/1948)) ([0e2f389](https://github.com/camunda/camunda-platform-helm/commit/0e2f3897ebff7e13722ee42dca801ca94d1de292)) +* **openshift:** make post-render script compatible with mac ([#1970](https://github.com/camunda/camunda-platform-helm/issues/1970)) ([c326f48](https://github.com/camunda/camunda-platform-helm/commit/c326f4892f3728fd3e9f8bfe72db9beb219f6b5e)) + + +### Refactors + +* remove the global image tag value and use it from the components - 8.2, 8.3, and 8.4 ([#2080](https://github.com/camunda/camunda-platform-helm/issues/2080)) ([3c1a207](https://github.com/camunda/camunda-platform-helm/commit/3c1a20702705dc5ae4029eddd4fbe06e66796937)) diff --git a/charts/camunda-platform-8.3/Chart.yaml b/charts/camunda-platform-8.3/Chart.yaml index fcace66936..27f9a28f8b 100644 --- a/charts/camunda-platform-8.3/Chart.yaml +++ b/charts/camunda-platform-8.3/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: camunda-platform -version: 8.3.13 +version: 8.3.14 appVersion: 8.3.x description: | Camunda 8 Self-Managed Helm charts. diff --git a/charts/camunda-platform-8.3/charts/identity/Chart.yaml b/charts/camunda-platform-8.3/charts/identity/Chart.yaml index 007b5c49ba..6f59124406 100644 --- a/charts/camunda-platform-8.3/charts/identity/Chart.yaml +++ b/charts/camunda-platform-8.3/charts/identity/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 description: Identity Helm Chart for Kubernetes name: identity -version: 8.3.13 +version: 8.3.14 type: application icon: https://helm.camunda.io/imgs/camunda.svg dependencies: diff --git a/charts/camunda-platform-8.4/CHANGELOG.md b/charts/camunda-platform-8.4/CHANGELOG.md new file mode 100644 index 0000000000..20b5d94e66 --- /dev/null +++ b/charts/camunda-platform-8.4/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +## [9.3.7](https://github.com/camunda/camunda-platform-helm/compare/camunda-platform-8.4-v9.3.6...camunda-platform-8.4-v9.3.7) (2024-06-28) + + +### Bug Fixes + +* **deps:** update module github.com/gruntwork-io/terratest to v0.46.15 ([#1935](https://github.com/camunda/camunda-platform-helm/issues/1935)) ([8f14e5d](https://github.com/camunda/camunda-platform-helm/commit/8f14e5d385680af5daace92da5fe9d9cd8f89ce4)) +* **deps:** update module github.com/gruntwork-io/terratest to v0.46.16 ([#2088](https://github.com/camunda/camunda-platform-helm/issues/2088)) ([8fe27b5](https://github.com/camunda/camunda-platform-helm/commit/8fe27b55966a4577e5f72c720bd85aac5bd63d63)) +* **openshift:** make post-render script compatible with mac ([#1970](https://github.com/camunda/camunda-platform-helm/issues/1970)) ([c326f48](https://github.com/camunda/camunda-platform-helm/commit/c326f4892f3728fd3e9f8bfe72db9beb219f6b5e)) + + +### Refactors + +* remove the global image tag value and use it from the components - 8.2, 8.3, and 8.4 ([#2080](https://github.com/camunda/camunda-platform-helm/issues/2080)) ([3c1a207](https://github.com/camunda/camunda-platform-helm/commit/3c1a20702705dc5ae4029eddd4fbe06e66796937)) diff --git a/charts/camunda-platform-8.4/Chart.yaml b/charts/camunda-platform-8.4/Chart.yaml index b5e7c736ad..b3d65550bd 100644 --- a/charts/camunda-platform-8.4/Chart.yaml +++ b/charts/camunda-platform-8.4/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: camunda-platform -version: 9.3.6 +version: 9.3.7 appVersion: 8.4.x description: | Camunda 8 Self-Managed Helm charts. diff --git a/charts/camunda-platform-8.4/charts/identity/Chart.yaml b/charts/camunda-platform-8.4/charts/identity/Chart.yaml index ba41515202..62ce19769a 100644 --- a/charts/camunda-platform-8.4/charts/identity/Chart.yaml +++ b/charts/camunda-platform-8.4/charts/identity/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 description: Identity Helm Chart for Kubernetes name: identity -version: 9.3.6 +version: 9.3.7 type: application icon: https://helm.camunda.io/imgs/camunda.svg dependencies: diff --git a/charts/camunda-platform-latest/CHANGELOG.md b/charts/camunda-platform-latest/CHANGELOG.md new file mode 100644 index 0000000000..6f22921471 --- /dev/null +++ b/charts/camunda-platform-latest/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog + +## [10.2.0](https://github.com/camunda/camunda-platform-helm/compare/camunda-platform-latest-v10.1.0...camunda-platform-latest-v10.2.0) (2024-06-28) + + +### Features + +* add console auth vars ([#1782](https://github.com/camunda/camunda-platform-helm/issues/1782)) ([1bd65ca](https://github.com/camunda/camunda-platform-helm/commit/1bd65ca58c56a821710532ed8fc6e68d97d492ca)) +* configurable update strategy ([#2036](https://github.com/camunda/camunda-platform-helm/issues/2036)) ([70f5232](https://github.com/camunda/camunda-platform-helm/commit/70f523223e5c39676471d3beb166083c1b0ad185)) +* support dnsPolicy and dnsConfig for all components ([#2009](https://github.com/camunda/camunda-platform-helm/issues/2009)) ([31b7c4f](https://github.com/camunda/camunda-platform-helm/commit/31b7c4fee88361e441f820f9104c2192a1261965)) + + +### Bug Fixes + +* **deps:** update module github.com/gruntwork-io/terratest to v0.46.16 ([#2088](https://github.com/camunda/camunda-platform-helm/issues/2088)) ([8fe27b5](https://github.com/camunda/camunda-platform-helm/commit/8fe27b55966a4577e5f72c720bd85aac5bd63d63)) +* identity base url not configured ([#2028](https://github.com/camunda/camunda-platform-helm/issues/2028)) ([d3d0012](https://github.com/camunda/camunda-platform-helm/commit/d3d001232b42dc8f94e139dc4a5fe29b32fae9aa)) +* unauthenticated external elasticsearch no longer forces password… ([#1990](https://github.com/camunda/camunda-platform-helm/issues/1990)) ([fc79bdb](https://github.com/camunda/camunda-platform-helm/commit/fc79bdbc70475e19a22d9f7b24e11c036cea6be8)) + + +### Refactors + +* remove the global image tag value and use it from the components ([#2069](https://github.com/camunda/camunda-platform-helm/issues/2069)) ([3a672ea](https://github.com/camunda/camunda-platform-helm/commit/3a672eaabd6154baa88aa1f70777b850dfe5c9b9)) diff --git a/charts/camunda-platform-latest/Chart.yaml b/charts/camunda-platform-latest/Chart.yaml index fcb39d2b9f..8ec2f19cee 100644 --- a/charts/camunda-platform-latest/Chart.yaml +++ b/charts/camunda-platform-latest/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: camunda-platform -version: 10.1.1 +version: 10.2.0 appVersion: 8.5.x description: | Camunda 8 Self-Managed Helm charts. From 68da6c1b62cbf427e1d413380650017fc39f9b4d Mon Sep 17 00:00:00 2001 From: "distro-ci[bot]" <122795778+distro-ci[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 10:02:09 +0000 Subject: [PATCH 2/2] chore(release): update chart files --- charts/camunda-platform-8.2/CHANGELOG.md | 18 ------ charts/camunda-platform-8.2/Chart.yaml | 8 ++- charts/camunda-platform-8.2/RELEASE-NOTES.md | 51 +++++++++++++++- .../connectors/golden/deployment.golden.yaml | 4 +- .../golden/ingress-all-enabled.golden.yaml | 2 +- .../connectors/golden/ingress.golden.yaml | 2 +- .../connectors/golden/service.golden.yaml | 2 +- .../golden/serviceaccount.golden.yaml | 2 +- .../unit/golden/curator-configmap.golden.yaml | 2 +- .../unit/golden/curator-cronjob.golden.yaml | 2 +- .../unit/golden/service-monitor.golden.yaml | 2 +- charts/camunda-platform-8.3/CHANGELOG.md | 16 ----- charts/camunda-platform-8.3/Chart.yaml | 6 +- charts/camunda-platform-8.3/README.md | 14 ++--- charts/camunda-platform-8.3/RELEASE-NOTES.md | 49 +++++++++++++-- .../connectors-service-monitor.golden.yaml | 2 +- .../identity-service-monitor.golden.yaml | 2 +- .../operate-service-monitor.golden.yaml | 2 +- .../optimize-service-monitor.golden.yaml | 2 +- .../tasklist-service-monitor.golden.yaml | 2 +- .../web-modeler-service-monitor.golden.yaml | 2 +- .../zeebe-gateway-service-monitor.golden.yaml | 2 +- .../golden/zeebe-service-monitor.golden.yaml | 2 +- .../connectors/golden/deployment.golden.yaml | 4 +- .../golden/ingress-all-enabled.golden.yaml | 2 +- .../connectors/golden/ingress.golden.yaml | 2 +- .../connectors/golden/service.golden.yaml | 2 +- .../golden/serviceaccount.golden.yaml | 2 +- .../unit/operate/golden/configmap.golden.yaml | 2 +- .../operate/golden/deployment.golden.yaml | 4 +- .../golden/ingress-all-enabled.golden.yaml | 2 +- .../unit/operate/golden/ingress.golden.yaml | 2 +- .../unit/operate/golden/service.golden.yaml | 2 +- .../operate/golden/serviceaccount.golden.yaml | 2 +- .../optimize/golden/deployment.golden.yaml | 4 +- .../golden/ingress-all-enabled.golden.yaml | 2 +- .../unit/optimize/golden/ingress.golden.yaml | 2 +- .../unit/optimize/golden/service.golden.yaml | 2 +- .../golden/serviceaccount.golden.yaml | 2 +- .../tasklist/golden/configmap.golden.yaml | 2 +- .../tasklist/golden/deployment.golden.yaml | 4 +- .../golden/ingress-all-enabled.golden.yaml | 2 +- .../unit/tasklist/golden/ingress.golden.yaml | 2 +- .../unit/tasklist/golden/service.golden.yaml | 2 +- .../golden/configmap-log4j2.golden.yaml | 2 +- .../golden/configmap.golden.yaml | 2 +- .../golden/deployment.golden.yaml | 4 +- .../golden/ingress-all-enabled.golden.yaml | 2 +- .../zeebe-gateway/golden/ingress.golden.yaml | 2 +- .../golden/poddisruptionbudget.golden.yaml | 2 +- .../zeebe-gateway/golden/service.golden.yaml | 2 +- .../serviceaccount-annotations.golden.yaml | 2 +- .../golden/serviceaccount.golden.yaml | 2 +- .../zeebe/golden/configmap-log4j2.golden.yaml | 2 +- .../unit/zeebe/golden/configmap.golden.yaml | 2 +- .../golden/poddisruptionbudget.golden.yaml | 2 +- .../unit/zeebe/golden/service.golden.yaml | 2 +- .../zeebe/golden/serviceaccount.golden.yaml | 2 +- .../unit/zeebe/golden/statefulset.golden.yaml | 4 +- charts/camunda-platform-8.4/CHANGELOG.md | 15 ----- charts/camunda-platform-8.4/Chart.yaml | 6 +- charts/camunda-platform-8.4/README.md | 18 +++--- charts/camunda-platform-8.4/RELEASE-NOTES.md | 51 ++++++++++++++-- charts/camunda-platform-latest/CHANGELOG.md | 22 ------- charts/camunda-platform-latest/Chart.yaml | 12 +++- charts/camunda-platform-latest/README.md | 6 +- .../camunda-platform-latest/RELEASE-NOTES.md | 59 +++++++++++++++++-- 67 files changed, 294 insertions(+), 175 deletions(-) delete mode 100644 charts/camunda-platform-8.2/CHANGELOG.md delete mode 100644 charts/camunda-platform-8.3/CHANGELOG.md delete mode 100644 charts/camunda-platform-8.4/CHANGELOG.md delete mode 100644 charts/camunda-platform-latest/CHANGELOG.md diff --git a/charts/camunda-platform-8.2/CHANGELOG.md b/charts/camunda-platform-8.2/CHANGELOG.md deleted file mode 100644 index abcbaad3a8..0000000000 --- a/charts/camunda-platform-8.2/CHANGELOG.md +++ /dev/null @@ -1,18 +0,0 @@ -# Changelog - -## [8.2.29](https://github.com/camunda/camunda-platform-helm/compare/camunda-platform-8.2-v8.2.28...camunda-platform-8.2-v8.2.29) (2024-06-28) - - -### Bug Fixes - -* **deps:** update module github.com/gruntwork-io/terratest to v0.46.15 ([#1965](https://github.com/camunda/camunda-platform-helm/issues/1965)) ([61c7194](https://github.com/camunda/camunda-platform-helm/commit/61c71944417d0ef9c7e9ac9e1293188ba8bbc145)) -* **deps:** update module github.com/gruntwork-io/terratest to v0.46.16 ([#2088](https://github.com/camunda/camunda-platform-helm/issues/2088)) ([8fe27b5](https://github.com/camunda/camunda-platform-helm/commit/8fe27b55966a4577e5f72c720bd85aac5bd63d63)) -* **deps:** update module github.com/stretchr/testify to v1.9.0 ([#1948](https://github.com/camunda/camunda-platform-helm/issues/1948)) ([0e2f389](https://github.com/camunda/camunda-platform-helm/commit/0e2f3897ebff7e13722ee42dca801ca94d1de292)) -* **deps:** update module k8s.io/api to v0.27.15 ([#1962](https://github.com/camunda/camunda-platform-helm/issues/1962)) ([d77ed70](https://github.com/camunda/camunda-platform-helm/commit/d77ed7071abacc3e2f18764f835184d88bc42237)) -* **openshift:** make post-render script compatible with mac ([#1970](https://github.com/camunda/camunda-platform-helm/issues/1970)) ([c326f48](https://github.com/camunda/camunda-platform-helm/commit/c326f4892f3728fd3e9f8bfe72db9beb219f6b5e)) - - -### Refactors - -* remove the global image tag value and use it from the components - 8.2, 8.3, and 8.4 ([#2080](https://github.com/camunda/camunda-platform-helm/issues/2080)) ([3c1a207](https://github.com/camunda/camunda-platform-helm/commit/3c1a20702705dc5ae4029eddd4fbe06e66796937)) -* update zeebe gateway readiness probe endpoint ([adc6abc](https://github.com/camunda/camunda-platform-helm/commit/adc6abcd3b4ecadb9c2c27d34612eb0022ce2471)) diff --git a/charts/camunda-platform-8.2/Chart.yaml b/charts/camunda-platform-8.2/Chart.yaml index d5e9ed8513..f515d5e6be 100644 --- a/charts/camunda-platform-8.2/Chart.yaml +++ b/charts/camunda-platform-8.2/Chart.yaml @@ -71,5 +71,9 @@ annotations: - name: Camunda Platform 8 Self-Managed Helm charts url: https://github.com/camunda/camunda-platform-helm artifacthub.io/containsSecurityUpdates: "false" - artifacthub.io/changes: "" - camunda.io/helmCLIVersion: 3.15.1 + artifacthub.io/changes: | + - kind: changed + description: "remove the global image tag value and use it from the components - 8.2, 8.3, and 8.4" + - kind: changed + description: "update zeebe gateway readiness probe endpoint" + camunda.io/helmCLIVersion: 3.15.2 diff --git a/charts/camunda-platform-8.2/RELEASE-NOTES.md b/charts/camunda-platform-8.2/RELEASE-NOTES.md index aca6bd7db0..329e07e9ce 100644 --- a/charts/camunda-platform-8.2/RELEASE-NOTES.md +++ b/charts/camunda-platform-8.2/RELEASE-NOTES.md @@ -2,6 +2,53 @@ The changelog is automatically generated using [git-chglog](https://github.com/g and it follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) format. - -## [camunda-platform-8.2.27](https://github.com/camunda/camunda-platform-helm/compare/camunda-platform-8.2.26...camunda-platform-8.2.27) (2024-05-13) + +## [camunda-platform-8.2.29](https://github.com/camunda/camunda-platform-helm/releases/tag/camunda-platform-8.2.29) (2024-06-28) +### Ci + +* automate release chores ([#2013](https://github.com/camunda/camunda-platform-helm/issues/2013)) + +### Refactor + +* remove the global image tag value and use it from the components - 8.2, 8.3, and 8.4 ([#2080](https://github.com/camunda/camunda-platform-helm/issues/2080)) +* update zeebe gateway readiness probe endpoint + +### Release Info + +Supported versions: + +- Camunda applications: [8.2](https://github.com/camunda/camunda-platform/releases?q=tag%3A8.2&expanded=true) +- Helm values: [8.2.29](https://artifacthub.io/packages/helm/camunda/camunda-platform/8.2.29#parameters) +- Helm CLI: [3.15.2](https://github.com/helm/helm/releases/tag/v3.15.2) + +Camunda images: + +- docker.io/camunda/connectors-bundle:0.23.2 +- docker.io/camunda/identity:8.2.29 +- docker.io/camunda/operate:8.2.28 +- docker.io/camunda/optimize:8.2.12 +- docker.io/camunda/tasklist:8.2.29 +- docker.io/camunda/zeebe:8.2.29 +- registry.camunda.cloud/console/console-sm:latest +- registry.camunda.cloud/web-modeler-ee/modeler-restapi:8.2.16 +- registry.camunda.cloud/web-modeler-ee/modeler-webapp:8.2.16 +- registry.camunda.cloud/web-modeler-ee/modeler-websockets:8.2.16 + +Non-Camunda images: + +- docker.elastic.co/elasticsearch/elasticsearch:7.17.22 +- docker.io/bitnami/keycloak:19.0.3 +- docker.io/bitnami/postgresql:14.5.0-debian-11-r35 +- docker.io/bitnami/postgresql:15.4.0 + +### Verification + +To verify the integrity of the Helm chart using [Cosign](https://docs.sigstore.dev/signing/quickstart/): + +```shell +cosign verify-blob camunda-platform-8.2.29.tgz \ + --bundle camunda-platform-8.2.29.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/2014/merge" +``` diff --git a/charts/camunda-platform-8.2/test/unit/connectors/golden/deployment.golden.yaml b/charts/camunda-platform-8.2/test/unit/connectors/golden/deployment.golden.yaml index 4addf0f2d9..131d32e7f8 100644 --- a/charts/camunda-platform-8.2/test/unit/connectors/golden/deployment.golden.yaml +++ b/charts/camunda-platform-8.2/test/unit/connectors/golden/deployment.golden.yaml @@ -10,7 +10,7 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.2.28" + app.kubernetes.io/version: "8.2.29" app.kubernetes.io/component: connectors annotations: {} @@ -32,7 +32,7 @@ spec: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.2.28" + app.kubernetes.io/version: "8.2.29" app.kubernetes.io/component: connectors spec: imagePullSecrets: diff --git a/charts/camunda-platform-8.2/test/unit/connectors/golden/ingress-all-enabled.golden.yaml b/charts/camunda-platform-8.2/test/unit/connectors/golden/ingress-all-enabled.golden.yaml index e59acc8b76..90ff3bba34 100644 --- a/charts/camunda-platform-8.2/test/unit/connectors/golden/ingress-all-enabled.golden.yaml +++ b/charts/camunda-platform-8.2/test/unit/connectors/golden/ingress-all-enabled.golden.yaml @@ -10,7 +10,7 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.2.28" + app.kubernetes.io/version: "8.2.29" app.kubernetes.io/component: connectors annotations: ingress.kubernetes.io/rewrite-target: / diff --git a/charts/camunda-platform-8.2/test/unit/connectors/golden/ingress.golden.yaml b/charts/camunda-platform-8.2/test/unit/connectors/golden/ingress.golden.yaml index df51d62b10..69c9769425 100644 --- a/charts/camunda-platform-8.2/test/unit/connectors/golden/ingress.golden.yaml +++ b/charts/camunda-platform-8.2/test/unit/connectors/golden/ingress.golden.yaml @@ -10,7 +10,7 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.2.28" + app.kubernetes.io/version: "8.2.29" app.kubernetes.io/component: connectors annotations: ingress.kubernetes.io/rewrite-target: / diff --git a/charts/camunda-platform-8.2/test/unit/connectors/golden/service.golden.yaml b/charts/camunda-platform-8.2/test/unit/connectors/golden/service.golden.yaml index e1cebe19cc..9164c7bf74 100644 --- a/charts/camunda-platform-8.2/test/unit/connectors/golden/service.golden.yaml +++ b/charts/camunda-platform-8.2/test/unit/connectors/golden/service.golden.yaml @@ -10,7 +10,7 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.2.28" + app.kubernetes.io/version: "8.2.29" app.kubernetes.io/component: connectors annotations: spec: diff --git a/charts/camunda-platform-8.2/test/unit/connectors/golden/serviceaccount.golden.yaml b/charts/camunda-platform-8.2/test/unit/connectors/golden/serviceaccount.golden.yaml index 45d3c93255..1053ebfaed 100644 --- a/charts/camunda-platform-8.2/test/unit/connectors/golden/serviceaccount.golden.yaml +++ b/charts/camunda-platform-8.2/test/unit/connectors/golden/serviceaccount.golden.yaml @@ -10,5 +10,5 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.2.28" + app.kubernetes.io/version: "8.2.29" app.kubernetes.io/component: connectors \ No newline at end of file diff --git a/charts/camunda-platform-8.2/test/unit/golden/curator-configmap.golden.yaml b/charts/camunda-platform-8.2/test/unit/golden/curator-configmap.golden.yaml index 3019d5a644..c654012d9b 100644 --- a/charts/camunda-platform-8.2/test/unit/golden/curator-configmap.golden.yaml +++ b/charts/camunda-platform-8.2/test/unit/golden/curator-configmap.golden.yaml @@ -10,7 +10,7 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.2.28" + app.kubernetes.io/version: "8.2.29" data: action_file.yml: |- --- diff --git a/charts/camunda-platform-8.2/test/unit/golden/curator-cronjob.golden.yaml b/charts/camunda-platform-8.2/test/unit/golden/curator-cronjob.golden.yaml index 493197bd7d..bde374d918 100644 --- a/charts/camunda-platform-8.2/test/unit/golden/curator-cronjob.golden.yaml +++ b/charts/camunda-platform-8.2/test/unit/golden/curator-cronjob.golden.yaml @@ -10,7 +10,7 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.2.28" + app.kubernetes.io/version: "8.2.29" spec: schedule: "0 0 * * *" successfulJobsHistoryLimit: 1 diff --git a/charts/camunda-platform-8.2/test/unit/golden/service-monitor.golden.yaml b/charts/camunda-platform-8.2/test/unit/golden/service-monitor.golden.yaml index 7c3e0ec7c3..b056322001 100644 --- a/charts/camunda-platform-8.2/test/unit/golden/service-monitor.golden.yaml +++ b/charts/camunda-platform-8.2/test/unit/golden/service-monitor.golden.yaml @@ -10,7 +10,7 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.2.28" + app.kubernetes.io/version: "8.2.29" release: metrics spec: selector: diff --git a/charts/camunda-platform-8.3/CHANGELOG.md b/charts/camunda-platform-8.3/CHANGELOG.md deleted file mode 100644 index 7ff2a39ae0..0000000000 --- a/charts/camunda-platform-8.3/CHANGELOG.md +++ /dev/null @@ -1,16 +0,0 @@ -# Changelog - -## [8.3.14](https://github.com/camunda/camunda-platform-helm/compare/camunda-platform-8.3-v8.3.13...camunda-platform-8.3-v8.3.14) (2024-06-28) - - -### Bug Fixes - -* **deps:** update module github.com/gruntwork-io/terratest to v0.46.15 ([#1935](https://github.com/camunda/camunda-platform-helm/issues/1935)) ([8f14e5d](https://github.com/camunda/camunda-platform-helm/commit/8f14e5d385680af5daace92da5fe9d9cd8f89ce4)) -* **deps:** update module github.com/gruntwork-io/terratest to v0.46.16 ([#2088](https://github.com/camunda/camunda-platform-helm/issues/2088)) ([8fe27b5](https://github.com/camunda/camunda-platform-helm/commit/8fe27b55966a4577e5f72c720bd85aac5bd63d63)) -* **deps:** update module github.com/stretchr/testify to v1.9.0 ([#1948](https://github.com/camunda/camunda-platform-helm/issues/1948)) ([0e2f389](https://github.com/camunda/camunda-platform-helm/commit/0e2f3897ebff7e13722ee42dca801ca94d1de292)) -* **openshift:** make post-render script compatible with mac ([#1970](https://github.com/camunda/camunda-platform-helm/issues/1970)) ([c326f48](https://github.com/camunda/camunda-platform-helm/commit/c326f4892f3728fd3e9f8bfe72db9beb219f6b5e)) - - -### Refactors - -* remove the global image tag value and use it from the components - 8.2, 8.3, and 8.4 ([#2080](https://github.com/camunda/camunda-platform-helm/issues/2080)) ([3c1a207](https://github.com/camunda/camunda-platform-helm/commit/3c1a20702705dc5ae4029eddd4fbe06e66796937)) diff --git a/charts/camunda-platform-8.3/Chart.yaml b/charts/camunda-platform-8.3/Chart.yaml index 27f9a28f8b..f564a0ed96 100644 --- a/charts/camunda-platform-8.3/Chart.yaml +++ b/charts/camunda-platform-8.3/Chart.yaml @@ -56,5 +56,7 @@ annotations: - name: Camunda 8 Self-Managed Helm charts url: https://github.com/camunda/camunda-platform-helm artifacthub.io/containsSecurityUpdates: "false" - artifacthub.io/changes: "" - camunda.io/helmCLIVersion: 3.15.1 + artifacthub.io/changes: | + - kind: changed + description: "remove the global image tag value and use it from the components - 8.2, 8.3, and 8.4" + camunda.io/helmCLIVersion: 3.15.2 diff --git a/charts/camunda-platform-8.3/README.md b/charts/camunda-platform-8.3/README.md index 74eed4e27d..f99495176e 100644 --- a/charts/camunda-platform-8.3/README.md +++ b/charts/camunda-platform-8.3/README.md @@ -439,7 +439,7 @@ Please see the corresponding [release guide](../../RELEASE.md) to find out how t | `global.annotations` | Annotations can be used to define common annotations, which should be applied to all deployments | `{}` | | `global.labels.app` | Name of the application | `camunda-platform` | | `global.image.registry` | Can be used to set container image registry. | `""` | -| `global.image.tag` | defines the tag / version which should be used in the most of the apps. | `8.3.12` | +| `global.image.tag` | defines the tag / version which should be used in the most of the apps. | `nil` | | `global.image.pullPolicy` | defines the image pull policy which should be used https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy | `IfNotPresent` | | `global.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` | | `global.ingress` | | | @@ -494,7 +494,7 @@ Please see the corresponding [release guide](../../RELEASE.md) to find out how t | `zeebe.image` | configuration to configure the zeebe image specifics | | | `zeebe.image.registry` | can be used to set container image registry. | `""` | | `zeebe.image.repository` | defines which image repository to use | `camunda/zeebe` | -| `zeebe.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `nil` | +| `zeebe.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.3.13` | | `zeebe.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` | | `zeebe.sidecars` | can be used to attach extra containers to the zeebe deployment | `[]` | | `zeebe.clusterSize` | defines the amount of brokers (=replicas), which are deployed via helm | `3` | @@ -599,7 +599,7 @@ Please see the corresponding [release guide](../../RELEASE.md) to find out how t | `zeebe-gateway.image` | configuration to configure the zeebe-gateway image specifics | | | `zeebe-gateway.image.registry` | can be used to set container image registry. | `""` | | `zeebe-gateway.image.repository` | defines which image repository to use | `camunda/zeebe` | -| `zeebe-gateway.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `nil` | +| `zeebe-gateway.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.3.13` | | `zeebe-gateway.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` | | `zeebe-gateway.sidecars` | can be used to attach extra containers to the zeebe gateway deployment | `[]` | | `zeebe-gateway.podAnnotations` | can be used to define extra gateway pod annotations | `{}` | @@ -698,7 +698,7 @@ Please see the corresponding [release guide](../../RELEASE.md) to find out how t | `operate.image` | configuration to configure the Operate image specifics | | | `operate.image.registry` | can be used to set container image registry. | `""` | | `operate.image.repository` | defines which image repository to use | `camunda/operate` | -| `operate.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `nil` | +| `operate.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.3.13` | | `operate.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` | | `operate.sidecars` | can be used to attach extra containers to the operate deployment | `[]` | | `operate.initContainers` | can be used to set up extra init containers for the operate pods, useful for additional exporters | `[]` | @@ -784,7 +784,7 @@ Please see the corresponding [release guide](../../RELEASE.md) to find out how t | `tasklist.image` | configuration to configure the tasklist image specifics | | | `tasklist.image.registry` | can be used to set container image registry. | `""` | | `tasklist.image.repository` | defines which image repository to use | `camunda/tasklist` | -| `tasklist.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `nil` | +| `tasklist.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.3.14` | | `tasklist.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` | | `tasklist.sidecars` | can be used to attach extra containers to the tasklist deployment | `[]` | | `tasklist.initContainers` | can be used to set up extra init containers for the taskList pods, useful for additional exporters | `[]` | @@ -869,7 +869,7 @@ Please see the corresponding [release guide](../../RELEASE.md) to find out how t | `optimize.image` | configuration to configure the Optimize image specifics | | | `optimize.image.registry` | can be used to set container image registry | `""` | | `optimize.image.repository` | defines which image repository to use | `camunda/optimize` | -| `optimize.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.3.10` | +| `optimize.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.3.11` | | `optimize.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` | | `optimize.migration` | configuration for Optimize migration | | | `optimize.migration.enabled` | if true, run Optimize migration script as an init container | `true` | @@ -963,7 +963,7 @@ Please see the corresponding [release guide](../../RELEASE.md) to find out how t | `identity.image` | configuration to configure the identity image specifics | | | `identity.image.registry` | can be used to set container image registry. | `""` | | `identity.image.repository` | defines which image repository to use | `camunda/identity` | -| `identity.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `nil` | +| `identity.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.3.13` | | `identity.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` | | `identity.sidecars` | can be used to attach extra containers to the identity deployment | `[]` | | `identity.initContainers` | can be used to set up extra init containers for the identity pods, useful for additional exporters | `[]` | diff --git a/charts/camunda-platform-8.3/RELEASE-NOTES.md b/charts/camunda-platform-8.3/RELEASE-NOTES.md index 83f6943cd2..208eec44b0 100644 --- a/charts/camunda-platform-8.3/RELEASE-NOTES.md +++ b/charts/camunda-platform-8.3/RELEASE-NOTES.md @@ -2,16 +2,53 @@ The changelog is automatically generated using [git-chglog](https://github.com/g and it follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) format. - -## [camunda-platform-8.3.12](https://github.com/camunda/camunda-platform-helm/compare/camunda-platform-8.3.11...camunda-platform-8.3.12) (2024-05-13) + +## [camunda-platform-8.3.14](https://github.com/camunda/camunda-platform-helm/releases/tag/camunda-platform-8.3.14) (2024-06-28) + +### Ci + +* automate release chores ([#2013](https://github.com/camunda/camunda-platform-helm/issues/2013)) + +### Refactor + +* remove the global image tag value and use it from the components - 8.2, 8.3, and 8.4 ([#2080](https://github.com/camunda/camunda-platform-helm/issues/2080)) + +### Release Info + +Supported versions: + +- Camunda applications: [8.3](https://github.com/camunda/camunda-platform/releases?q=tag%3A8.3&expanded=true) +- Helm values: [8.3.14](https://artifacthub.io/packages/helm/camunda/camunda-platform/8.3.14#parameters) +- Helm CLI: [3.15.2](https://github.com/helm/helm/releases/tag/v3.15.2) + +Camunda images: + +- docker.io/camunda/connectors-bundle:8.3.13 +- docker.io/camunda/identity:8.3.13 +- docker.io/camunda/operate:8.3.13 +- docker.io/camunda/optimize:8.3.11 +- docker.io/camunda/tasklist:8.3.14 +- docker.io/camunda/zeebe:8.3.13 +- registry.camunda.cloud/console/console-sm:latest +- registry.camunda.cloud/web-modeler-ee/modeler-restapi:8.3.9 +- registry.camunda.cloud/web-modeler-ee/modeler-webapp:8.3.9 +- registry.camunda.cloud/web-modeler-ee/modeler-websockets:8.3.9 + +Non-Camunda images: + +- docker.io/bitnami/elasticsearch:8.8.2 +- docker.io/bitnami/keycloak:22.0.5 +- docker.io/bitnami/os-shell:11-debian-11-r92 +- docker.io/bitnami/postgresql:14.5.0-debian-11-r35 +- docker.io/bitnami/postgresql:15.5.0 ### Verification -To verify integrity of the Helm chart using [Cosign](https://docs.sigstore.dev/signing/quickstart/): +To verify the integrity of the Helm chart using [Cosign](https://docs.sigstore.dev/signing/quickstart/): ```shell -cosign verify-blob camunda-platform-8.3.12.tgz \ - --bundle camunda-platform-8.3.12.cosign.bundle \ +cosign verify-blob camunda-platform-8.3.14.tgz \ + --bundle camunda-platform-8.3.14.cosign.bundle \ --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \ - --certificate-identity "https://github.com/_GITHUB_WORKFLOW_REF_" + --certificate-identity "https://github.com/camunda/camunda-platform-helm/.github/workflows/chart-release-chores.yml@refs/pull/2014/merge" ``` diff --git a/charts/camunda-platform-8.3/test/unit/camunda/golden/connectors-service-monitor.golden.yaml b/charts/camunda-platform-8.3/test/unit/camunda/golden/connectors-service-monitor.golden.yaml index ddb6300c49..1002b0fc9f 100644 --- a/charts/camunda-platform-8.3/test/unit/camunda/golden/connectors-service-monitor.golden.yaml +++ b/charts/camunda-platform-8.3/test/unit/camunda/golden/connectors-service-monitor.golden.yaml @@ -10,7 +10,7 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.3.13" + app.kubernetes.io/version: "8.3.14" release: metrics spec: selector: diff --git a/charts/camunda-platform-8.3/test/unit/camunda/golden/identity-service-monitor.golden.yaml b/charts/camunda-platform-8.3/test/unit/camunda/golden/identity-service-monitor.golden.yaml index b5216c0aa2..76cf4c5f08 100644 --- a/charts/camunda-platform-8.3/test/unit/camunda/golden/identity-service-monitor.golden.yaml +++ b/charts/camunda-platform-8.3/test/unit/camunda/golden/identity-service-monitor.golden.yaml @@ -10,7 +10,7 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.3.13" + app.kubernetes.io/version: "8.3.14" release: metrics spec: selector: diff --git a/charts/camunda-platform-8.3/test/unit/camunda/golden/operate-service-monitor.golden.yaml b/charts/camunda-platform-8.3/test/unit/camunda/golden/operate-service-monitor.golden.yaml index 83b34dab3d..a6198dac69 100644 --- a/charts/camunda-platform-8.3/test/unit/camunda/golden/operate-service-monitor.golden.yaml +++ b/charts/camunda-platform-8.3/test/unit/camunda/golden/operate-service-monitor.golden.yaml @@ -10,7 +10,7 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.3.13" + app.kubernetes.io/version: "8.3.14" release: metrics spec: selector: diff --git a/charts/camunda-platform-8.3/test/unit/camunda/golden/optimize-service-monitor.golden.yaml b/charts/camunda-platform-8.3/test/unit/camunda/golden/optimize-service-monitor.golden.yaml index 8953fb787a..82c5340001 100644 --- a/charts/camunda-platform-8.3/test/unit/camunda/golden/optimize-service-monitor.golden.yaml +++ b/charts/camunda-platform-8.3/test/unit/camunda/golden/optimize-service-monitor.golden.yaml @@ -10,7 +10,7 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.3.13" + app.kubernetes.io/version: "8.3.14" release: metrics spec: selector: diff --git a/charts/camunda-platform-8.3/test/unit/camunda/golden/tasklist-service-monitor.golden.yaml b/charts/camunda-platform-8.3/test/unit/camunda/golden/tasklist-service-monitor.golden.yaml index 8d57c3b5b1..1bcc8bc329 100644 --- a/charts/camunda-platform-8.3/test/unit/camunda/golden/tasklist-service-monitor.golden.yaml +++ b/charts/camunda-platform-8.3/test/unit/camunda/golden/tasklist-service-monitor.golden.yaml @@ -10,7 +10,7 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.3.13" + app.kubernetes.io/version: "8.3.14" release: metrics spec: selector: diff --git a/charts/camunda-platform-8.3/test/unit/camunda/golden/web-modeler-service-monitor.golden.yaml b/charts/camunda-platform-8.3/test/unit/camunda/golden/web-modeler-service-monitor.golden.yaml index b249394ee2..35fdf97e5a 100644 --- a/charts/camunda-platform-8.3/test/unit/camunda/golden/web-modeler-service-monitor.golden.yaml +++ b/charts/camunda-platform-8.3/test/unit/camunda/golden/web-modeler-service-monitor.golden.yaml @@ -10,7 +10,7 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.3.13" + app.kubernetes.io/version: "8.3.14" release: metrics spec: selector: diff --git a/charts/camunda-platform-8.3/test/unit/camunda/golden/zeebe-gateway-service-monitor.golden.yaml b/charts/camunda-platform-8.3/test/unit/camunda/golden/zeebe-gateway-service-monitor.golden.yaml index bd2514cfde..dd31151eaf 100644 --- a/charts/camunda-platform-8.3/test/unit/camunda/golden/zeebe-gateway-service-monitor.golden.yaml +++ b/charts/camunda-platform-8.3/test/unit/camunda/golden/zeebe-gateway-service-monitor.golden.yaml @@ -10,7 +10,7 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.3.13" + app.kubernetes.io/version: "8.3.14" release: metrics spec: selector: diff --git a/charts/camunda-platform-8.3/test/unit/camunda/golden/zeebe-service-monitor.golden.yaml b/charts/camunda-platform-8.3/test/unit/camunda/golden/zeebe-service-monitor.golden.yaml index 2b38eb0f0d..0ea1a811b4 100644 --- a/charts/camunda-platform-8.3/test/unit/camunda/golden/zeebe-service-monitor.golden.yaml +++ b/charts/camunda-platform-8.3/test/unit/camunda/golden/zeebe-service-monitor.golden.yaml @@ -10,7 +10,7 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.3.13" + app.kubernetes.io/version: "8.3.14" release: metrics spec: selector: diff --git a/charts/camunda-platform-8.3/test/unit/connectors/golden/deployment.golden.yaml b/charts/camunda-platform-8.3/test/unit/connectors/golden/deployment.golden.yaml index 76074ec5e5..08412425b2 100644 --- a/charts/camunda-platform-8.3/test/unit/connectors/golden/deployment.golden.yaml +++ b/charts/camunda-platform-8.3/test/unit/connectors/golden/deployment.golden.yaml @@ -10,7 +10,7 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.3.13" + app.kubernetes.io/version: "8.3.14" app.kubernetes.io/component: connectors annotations: {} @@ -32,7 +32,7 @@ spec: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.3.13" + app.kubernetes.io/version: "8.3.14" app.kubernetes.io/component: connectors spec: imagePullSecrets: diff --git a/charts/camunda-platform-8.3/test/unit/connectors/golden/ingress-all-enabled.golden.yaml b/charts/camunda-platform-8.3/test/unit/connectors/golden/ingress-all-enabled.golden.yaml index d8e6075f59..c96dfbd339 100644 --- a/charts/camunda-platform-8.3/test/unit/connectors/golden/ingress-all-enabled.golden.yaml +++ b/charts/camunda-platform-8.3/test/unit/connectors/golden/ingress-all-enabled.golden.yaml @@ -10,7 +10,7 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.3.13" + app.kubernetes.io/version: "8.3.14" app.kubernetes.io/component: connectors annotations: ingress.kubernetes.io/rewrite-target: / diff --git a/charts/camunda-platform-8.3/test/unit/connectors/golden/ingress.golden.yaml b/charts/camunda-platform-8.3/test/unit/connectors/golden/ingress.golden.yaml index b6fa03555f..f90e90d616 100644 --- a/charts/camunda-platform-8.3/test/unit/connectors/golden/ingress.golden.yaml +++ b/charts/camunda-platform-8.3/test/unit/connectors/golden/ingress.golden.yaml @@ -10,7 +10,7 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.3.13" + app.kubernetes.io/version: "8.3.14" app.kubernetes.io/component: connectors annotations: ingress.kubernetes.io/rewrite-target: / diff --git a/charts/camunda-platform-8.3/test/unit/connectors/golden/service.golden.yaml b/charts/camunda-platform-8.3/test/unit/connectors/golden/service.golden.yaml index 006293d3c2..583440948b 100644 --- a/charts/camunda-platform-8.3/test/unit/connectors/golden/service.golden.yaml +++ b/charts/camunda-platform-8.3/test/unit/connectors/golden/service.golden.yaml @@ -10,7 +10,7 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.3.13" + app.kubernetes.io/version: "8.3.14" app.kubernetes.io/component: connectors annotations: spec: diff --git a/charts/camunda-platform-8.3/test/unit/connectors/golden/serviceaccount.golden.yaml b/charts/camunda-platform-8.3/test/unit/connectors/golden/serviceaccount.golden.yaml index 9852768a8c..116067b7c3 100644 --- a/charts/camunda-platform-8.3/test/unit/connectors/golden/serviceaccount.golden.yaml +++ b/charts/camunda-platform-8.3/test/unit/connectors/golden/serviceaccount.golden.yaml @@ -10,5 +10,5 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.3.13" + app.kubernetes.io/version: "8.3.14" app.kubernetes.io/component: connectors \ No newline at end of file diff --git a/charts/camunda-platform-8.3/test/unit/operate/golden/configmap.golden.yaml b/charts/camunda-platform-8.3/test/unit/operate/golden/configmap.golden.yaml index 98c0b85fdf..7ac0f984b0 100644 --- a/charts/camunda-platform-8.3/test/unit/operate/golden/configmap.golden.yaml +++ b/charts/camunda-platform-8.3/test/unit/operate/golden/configmap.golden.yaml @@ -10,7 +10,7 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.3.13" + app.kubernetes.io/version: "8.3.14" app.kubernetes.io/component: operate data: application.yml: | diff --git a/charts/camunda-platform-8.3/test/unit/operate/golden/deployment.golden.yaml b/charts/camunda-platform-8.3/test/unit/operate/golden/deployment.golden.yaml index 68aa6b5235..db8901fb61 100644 --- a/charts/camunda-platform-8.3/test/unit/operate/golden/deployment.golden.yaml +++ b/charts/camunda-platform-8.3/test/unit/operate/golden/deployment.golden.yaml @@ -10,7 +10,7 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.3.13" + app.kubernetes.io/version: "8.3.14" app.kubernetes.io/component: operate annotations: {} @@ -32,7 +32,7 @@ spec: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.3.13" + app.kubernetes.io/version: "8.3.14" app.kubernetes.io/component: operate annotations: spec: diff --git a/charts/camunda-platform-8.3/test/unit/operate/golden/ingress-all-enabled.golden.yaml b/charts/camunda-platform-8.3/test/unit/operate/golden/ingress-all-enabled.golden.yaml index ee52d6f27d..e6e7a31e21 100644 --- a/charts/camunda-platform-8.3/test/unit/operate/golden/ingress-all-enabled.golden.yaml +++ b/charts/camunda-platform-8.3/test/unit/operate/golden/ingress-all-enabled.golden.yaml @@ -10,7 +10,7 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.3.13" + app.kubernetes.io/version: "8.3.14" app.kubernetes.io/component: operate annotations: ingress.kubernetes.io/rewrite-target: / diff --git a/charts/camunda-platform-8.3/test/unit/operate/golden/ingress.golden.yaml b/charts/camunda-platform-8.3/test/unit/operate/golden/ingress.golden.yaml index cf64e207d5..568d435c3e 100644 --- a/charts/camunda-platform-8.3/test/unit/operate/golden/ingress.golden.yaml +++ b/charts/camunda-platform-8.3/test/unit/operate/golden/ingress.golden.yaml @@ -10,7 +10,7 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.3.13" + app.kubernetes.io/version: "8.3.14" app.kubernetes.io/component: operate annotations: ingress.kubernetes.io/rewrite-target: / diff --git a/charts/camunda-platform-8.3/test/unit/operate/golden/service.golden.yaml b/charts/camunda-platform-8.3/test/unit/operate/golden/service.golden.yaml index 295d435333..2fa2ddb47f 100644 --- a/charts/camunda-platform-8.3/test/unit/operate/golden/service.golden.yaml +++ b/charts/camunda-platform-8.3/test/unit/operate/golden/service.golden.yaml @@ -10,7 +10,7 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.3.13" + app.kubernetes.io/version: "8.3.14" app.kubernetes.io/component: operate annotations: spec: diff --git a/charts/camunda-platform-8.3/test/unit/operate/golden/serviceaccount.golden.yaml b/charts/camunda-platform-8.3/test/unit/operate/golden/serviceaccount.golden.yaml index 380673a7a7..779406309a 100644 --- a/charts/camunda-platform-8.3/test/unit/operate/golden/serviceaccount.golden.yaml +++ b/charts/camunda-platform-8.3/test/unit/operate/golden/serviceaccount.golden.yaml @@ -10,5 +10,5 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.3.13" + app.kubernetes.io/version: "8.3.14" app.kubernetes.io/component: operate \ No newline at end of file diff --git a/charts/camunda-platform-8.3/test/unit/optimize/golden/deployment.golden.yaml b/charts/camunda-platform-8.3/test/unit/optimize/golden/deployment.golden.yaml index 35d5f5e105..36cb35c10c 100644 --- a/charts/camunda-platform-8.3/test/unit/optimize/golden/deployment.golden.yaml +++ b/charts/camunda-platform-8.3/test/unit/optimize/golden/deployment.golden.yaml @@ -10,7 +10,7 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.3.13" + app.kubernetes.io/version: "8.3.14" app.kubernetes.io/component: optimize annotations: {} @@ -32,7 +32,7 @@ spec: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.3.13" + app.kubernetes.io/version: "8.3.14" app.kubernetes.io/component: optimize spec: imagePullSecrets: diff --git a/charts/camunda-platform-8.3/test/unit/optimize/golden/ingress-all-enabled.golden.yaml b/charts/camunda-platform-8.3/test/unit/optimize/golden/ingress-all-enabled.golden.yaml index 4d503ecc19..e6a57caff3 100644 --- a/charts/camunda-platform-8.3/test/unit/optimize/golden/ingress-all-enabled.golden.yaml +++ b/charts/camunda-platform-8.3/test/unit/optimize/golden/ingress-all-enabled.golden.yaml @@ -10,7 +10,7 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.3.13" + app.kubernetes.io/version: "8.3.14" app.kubernetes.io/component: optimize annotations: ingress.kubernetes.io/rewrite-target: / diff --git a/charts/camunda-platform-8.3/test/unit/optimize/golden/ingress.golden.yaml b/charts/camunda-platform-8.3/test/unit/optimize/golden/ingress.golden.yaml index 1da78a0b8c..2fda48a26b 100644 --- a/charts/camunda-platform-8.3/test/unit/optimize/golden/ingress.golden.yaml +++ b/charts/camunda-platform-8.3/test/unit/optimize/golden/ingress.golden.yaml @@ -10,7 +10,7 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.3.13" + app.kubernetes.io/version: "8.3.14" app.kubernetes.io/component: optimize annotations: ingress.kubernetes.io/rewrite-target: / diff --git a/charts/camunda-platform-8.3/test/unit/optimize/golden/service.golden.yaml b/charts/camunda-platform-8.3/test/unit/optimize/golden/service.golden.yaml index b0c469e26a..0382edee5d 100644 --- a/charts/camunda-platform-8.3/test/unit/optimize/golden/service.golden.yaml +++ b/charts/camunda-platform-8.3/test/unit/optimize/golden/service.golden.yaml @@ -10,7 +10,7 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.3.13" + app.kubernetes.io/version: "8.3.14" app.kubernetes.io/component: optimize annotations: spec: diff --git a/charts/camunda-platform-8.3/test/unit/optimize/golden/serviceaccount.golden.yaml b/charts/camunda-platform-8.3/test/unit/optimize/golden/serviceaccount.golden.yaml index 621fedf942..99d78217a9 100644 --- a/charts/camunda-platform-8.3/test/unit/optimize/golden/serviceaccount.golden.yaml +++ b/charts/camunda-platform-8.3/test/unit/optimize/golden/serviceaccount.golden.yaml @@ -10,5 +10,5 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.3.13" + app.kubernetes.io/version: "8.3.14" app.kubernetes.io/component: optimize \ No newline at end of file diff --git a/charts/camunda-platform-8.3/test/unit/tasklist/golden/configmap.golden.yaml b/charts/camunda-platform-8.3/test/unit/tasklist/golden/configmap.golden.yaml index 05becbda10..5b105608e5 100644 --- a/charts/camunda-platform-8.3/test/unit/tasklist/golden/configmap.golden.yaml +++ b/charts/camunda-platform-8.3/test/unit/tasklist/golden/configmap.golden.yaml @@ -10,7 +10,7 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.3.13" + app.kubernetes.io/version: "8.3.14" app.kubernetes.io/component: tasklist data: application.yml: | diff --git a/charts/camunda-platform-8.3/test/unit/tasklist/golden/deployment.golden.yaml b/charts/camunda-platform-8.3/test/unit/tasklist/golden/deployment.golden.yaml index 8c4e55026f..b0b8cea29e 100644 --- a/charts/camunda-platform-8.3/test/unit/tasklist/golden/deployment.golden.yaml +++ b/charts/camunda-platform-8.3/test/unit/tasklist/golden/deployment.golden.yaml @@ -10,7 +10,7 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.3.13" + app.kubernetes.io/version: "8.3.14" app.kubernetes.io/component: tasklist annotations: {} @@ -32,7 +32,7 @@ spec: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.3.13" + app.kubernetes.io/version: "8.3.14" app.kubernetes.io/component: tasklist annotations: spec: diff --git a/charts/camunda-platform-8.3/test/unit/tasklist/golden/ingress-all-enabled.golden.yaml b/charts/camunda-platform-8.3/test/unit/tasklist/golden/ingress-all-enabled.golden.yaml index b999f1bd37..f0030f95a4 100644 --- a/charts/camunda-platform-8.3/test/unit/tasklist/golden/ingress-all-enabled.golden.yaml +++ b/charts/camunda-platform-8.3/test/unit/tasklist/golden/ingress-all-enabled.golden.yaml @@ -10,7 +10,7 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.3.13" + app.kubernetes.io/version: "8.3.14" app.kubernetes.io/component: tasklist annotations: ingress.kubernetes.io/rewrite-target: / diff --git a/charts/camunda-platform-8.3/test/unit/tasklist/golden/ingress.golden.yaml b/charts/camunda-platform-8.3/test/unit/tasklist/golden/ingress.golden.yaml index 96b1e9f85a..1eedf98c0d 100644 --- a/charts/camunda-platform-8.3/test/unit/tasklist/golden/ingress.golden.yaml +++ b/charts/camunda-platform-8.3/test/unit/tasklist/golden/ingress.golden.yaml @@ -10,7 +10,7 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.3.13" + app.kubernetes.io/version: "8.3.14" app.kubernetes.io/component: tasklist annotations: ingress.kubernetes.io/rewrite-target: / diff --git a/charts/camunda-platform-8.3/test/unit/tasklist/golden/service.golden.yaml b/charts/camunda-platform-8.3/test/unit/tasklist/golden/service.golden.yaml index 6d2c62309a..570b39d312 100644 --- a/charts/camunda-platform-8.3/test/unit/tasklist/golden/service.golden.yaml +++ b/charts/camunda-platform-8.3/test/unit/tasklist/golden/service.golden.yaml @@ -10,7 +10,7 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.3.13" + app.kubernetes.io/version: "8.3.14" app.kubernetes.io/component: tasklist spec: type: ClusterIP diff --git a/charts/camunda-platform-8.3/test/unit/zeebe-gateway/golden/configmap-log4j2.golden.yaml b/charts/camunda-platform-8.3/test/unit/zeebe-gateway/golden/configmap-log4j2.golden.yaml index a80b634365..fe3e98736f 100644 --- a/charts/camunda-platform-8.3/test/unit/zeebe-gateway/golden/configmap-log4j2.golden.yaml +++ b/charts/camunda-platform-8.3/test/unit/zeebe-gateway/golden/configmap-log4j2.golden.yaml @@ -9,7 +9,7 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.3.13" + app.kubernetes.io/version: "8.3.14" app.kubernetes.io/component: zeebe-gateway apiVersion: v1 data: diff --git a/charts/camunda-platform-8.3/test/unit/zeebe-gateway/golden/configmap.golden.yaml b/charts/camunda-platform-8.3/test/unit/zeebe-gateway/golden/configmap.golden.yaml index 90fe3a38e2..c93547e886 100644 --- a/charts/camunda-platform-8.3/test/unit/zeebe-gateway/golden/configmap.golden.yaml +++ b/charts/camunda-platform-8.3/test/unit/zeebe-gateway/golden/configmap.golden.yaml @@ -9,7 +9,7 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.3.13" + app.kubernetes.io/version: "8.3.14" app.kubernetes.io/component: zeebe-gateway apiVersion: v1 data: diff --git a/charts/camunda-platform-8.3/test/unit/zeebe-gateway/golden/deployment.golden.yaml b/charts/camunda-platform-8.3/test/unit/zeebe-gateway/golden/deployment.golden.yaml index 59bd9685d9..c4f40d7bef 100644 --- a/charts/camunda-platform-8.3/test/unit/zeebe-gateway/golden/deployment.golden.yaml +++ b/charts/camunda-platform-8.3/test/unit/zeebe-gateway/golden/deployment.golden.yaml @@ -10,7 +10,7 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.3.13" + app.kubernetes.io/version: "8.3.14" app.kubernetes.io/component: zeebe-gateway annotations: {} @@ -32,7 +32,7 @@ spec: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.3.13" + app.kubernetes.io/version: "8.3.14" app.kubernetes.io/component: zeebe-gateway annotations: {} diff --git a/charts/camunda-platform-8.3/test/unit/zeebe-gateway/golden/ingress-all-enabled.golden.yaml b/charts/camunda-platform-8.3/test/unit/zeebe-gateway/golden/ingress-all-enabled.golden.yaml index 38f81b3565..5775c8cd5a 100644 --- a/charts/camunda-platform-8.3/test/unit/zeebe-gateway/golden/ingress-all-enabled.golden.yaml +++ b/charts/camunda-platform-8.3/test/unit/zeebe-gateway/golden/ingress-all-enabled.golden.yaml @@ -10,7 +10,7 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.3.13" + app.kubernetes.io/version: "8.3.14" app.kubernetes.io/component: zeebe-gateway annotations: ingress.kubernetes.io/rewrite-target: / diff --git a/charts/camunda-platform-8.3/test/unit/zeebe-gateway/golden/ingress.golden.yaml b/charts/camunda-platform-8.3/test/unit/zeebe-gateway/golden/ingress.golden.yaml index 5f86c6f168..87a997d7a3 100644 --- a/charts/camunda-platform-8.3/test/unit/zeebe-gateway/golden/ingress.golden.yaml +++ b/charts/camunda-platform-8.3/test/unit/zeebe-gateway/golden/ingress.golden.yaml @@ -10,7 +10,7 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.3.13" + app.kubernetes.io/version: "8.3.14" app.kubernetes.io/component: zeebe-gateway annotations: ingress.kubernetes.io/rewrite-target: / diff --git a/charts/camunda-platform-8.3/test/unit/zeebe-gateway/golden/poddisruptionbudget.golden.yaml b/charts/camunda-platform-8.3/test/unit/zeebe-gateway/golden/poddisruptionbudget.golden.yaml index 22750dec57..f548c87fca 100644 --- a/charts/camunda-platform-8.3/test/unit/zeebe-gateway/golden/poddisruptionbudget.golden.yaml +++ b/charts/camunda-platform-8.3/test/unit/zeebe-gateway/golden/poddisruptionbudget.golden.yaml @@ -10,7 +10,7 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.3.13" + app.kubernetes.io/version: "8.3.14" app.kubernetes.io/component: zeebe-gateway spec: minAvailable: 1 diff --git a/charts/camunda-platform-8.3/test/unit/zeebe-gateway/golden/service.golden.yaml b/charts/camunda-platform-8.3/test/unit/zeebe-gateway/golden/service.golden.yaml index 12df3daf24..f87b7def33 100644 --- a/charts/camunda-platform-8.3/test/unit/zeebe-gateway/golden/service.golden.yaml +++ b/charts/camunda-platform-8.3/test/unit/zeebe-gateway/golden/service.golden.yaml @@ -10,7 +10,7 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.3.13" + app.kubernetes.io/version: "8.3.14" app.kubernetes.io/component: zeebe-gateway annotations: spec: diff --git a/charts/camunda-platform-8.3/test/unit/zeebe-gateway/golden/serviceaccount-annotations.golden.yaml b/charts/camunda-platform-8.3/test/unit/zeebe-gateway/golden/serviceaccount-annotations.golden.yaml index 479bbc4b61..21317b7155 100644 --- a/charts/camunda-platform-8.3/test/unit/zeebe-gateway/golden/serviceaccount-annotations.golden.yaml +++ b/charts/camunda-platform-8.3/test/unit/zeebe-gateway/golden/serviceaccount-annotations.golden.yaml @@ -10,7 +10,7 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.3.13" + app.kubernetes.io/version: "8.3.14" app.kubernetes.io/component: zeebe-gateway annotations: foo: bar diff --git a/charts/camunda-platform-8.3/test/unit/zeebe-gateway/golden/serviceaccount.golden.yaml b/charts/camunda-platform-8.3/test/unit/zeebe-gateway/golden/serviceaccount.golden.yaml index 97f09d071b..b7917212e9 100644 --- a/charts/camunda-platform-8.3/test/unit/zeebe-gateway/golden/serviceaccount.golden.yaml +++ b/charts/camunda-platform-8.3/test/unit/zeebe-gateway/golden/serviceaccount.golden.yaml @@ -10,5 +10,5 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.3.13" + app.kubernetes.io/version: "8.3.14" app.kubernetes.io/component: zeebe-gateway \ No newline at end of file diff --git a/charts/camunda-platform-8.3/test/unit/zeebe/golden/configmap-log4j2.golden.yaml b/charts/camunda-platform-8.3/test/unit/zeebe/golden/configmap-log4j2.golden.yaml index 54d4d5f3e7..7c5f9ee43b 100644 --- a/charts/camunda-platform-8.3/test/unit/zeebe/golden/configmap-log4j2.golden.yaml +++ b/charts/camunda-platform-8.3/test/unit/zeebe/golden/configmap-log4j2.golden.yaml @@ -9,7 +9,7 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.3.13" + app.kubernetes.io/version: "8.3.14" app.kubernetes.io/component: zeebe-broker apiVersion: v1 data: diff --git a/charts/camunda-platform-8.3/test/unit/zeebe/golden/configmap.golden.yaml b/charts/camunda-platform-8.3/test/unit/zeebe/golden/configmap.golden.yaml index 542325a254..1d0f32aeba 100644 --- a/charts/camunda-platform-8.3/test/unit/zeebe/golden/configmap.golden.yaml +++ b/charts/camunda-platform-8.3/test/unit/zeebe/golden/configmap.golden.yaml @@ -9,7 +9,7 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.3.13" + app.kubernetes.io/version: "8.3.14" app.kubernetes.io/component: zeebe-broker apiVersion: v1 data: diff --git a/charts/camunda-platform-8.3/test/unit/zeebe/golden/poddisruptionbudget.golden.yaml b/charts/camunda-platform-8.3/test/unit/zeebe/golden/poddisruptionbudget.golden.yaml index 4121569e20..045c1c28ba 100644 --- a/charts/camunda-platform-8.3/test/unit/zeebe/golden/poddisruptionbudget.golden.yaml +++ b/charts/camunda-platform-8.3/test/unit/zeebe/golden/poddisruptionbudget.golden.yaml @@ -10,7 +10,7 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.3.13" + app.kubernetes.io/version: "8.3.14" app.kubernetes.io/component: zeebe-broker spec: maxUnavailable: 1 diff --git a/charts/camunda-platform-8.3/test/unit/zeebe/golden/service.golden.yaml b/charts/camunda-platform-8.3/test/unit/zeebe/golden/service.golden.yaml index b3451d7436..0ec6dd2e2d 100644 --- a/charts/camunda-platform-8.3/test/unit/zeebe/golden/service.golden.yaml +++ b/charts/camunda-platform-8.3/test/unit/zeebe/golden/service.golden.yaml @@ -10,7 +10,7 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.3.13" + app.kubernetes.io/version: "8.3.14" app.kubernetes.io/component: zeebe-broker annotations: {} diff --git a/charts/camunda-platform-8.3/test/unit/zeebe/golden/serviceaccount.golden.yaml b/charts/camunda-platform-8.3/test/unit/zeebe/golden/serviceaccount.golden.yaml index 6a897c44c9..3075c35791 100644 --- a/charts/camunda-platform-8.3/test/unit/zeebe/golden/serviceaccount.golden.yaml +++ b/charts/camunda-platform-8.3/test/unit/zeebe/golden/serviceaccount.golden.yaml @@ -10,5 +10,5 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.3.13" + app.kubernetes.io/version: "8.3.14" app.kubernetes.io/component: zeebe-broker \ No newline at end of file diff --git a/charts/camunda-platform-8.3/test/unit/zeebe/golden/statefulset.golden.yaml b/charts/camunda-platform-8.3/test/unit/zeebe/golden/statefulset.golden.yaml index 5b2245bcc7..3735daca5e 100644 --- a/charts/camunda-platform-8.3/test/unit/zeebe/golden/statefulset.golden.yaml +++ b/charts/camunda-platform-8.3/test/unit/zeebe/golden/statefulset.golden.yaml @@ -10,7 +10,7 @@ metadata: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.3.13" + app.kubernetes.io/version: "8.3.14" app.kubernetes.io/component: zeebe-broker annotations: spec: @@ -35,7 +35,7 @@ spec: app.kubernetes.io/instance: camunda-platform-test app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: camunda-platform - app.kubernetes.io/version: "8.3.13" + app.kubernetes.io/version: "8.3.14" app.kubernetes.io/component: zeebe-broker annotations: spec: diff --git a/charts/camunda-platform-8.4/CHANGELOG.md b/charts/camunda-platform-8.4/CHANGELOG.md deleted file mode 100644 index 20b5d94e66..0000000000 --- a/charts/camunda-platform-8.4/CHANGELOG.md +++ /dev/null @@ -1,15 +0,0 @@ -# Changelog - -## [9.3.7](https://github.com/camunda/camunda-platform-helm/compare/camunda-platform-8.4-v9.3.6...camunda-platform-8.4-v9.3.7) (2024-06-28) - - -### Bug Fixes - -* **deps:** update module github.com/gruntwork-io/terratest to v0.46.15 ([#1935](https://github.com/camunda/camunda-platform-helm/issues/1935)) ([8f14e5d](https://github.com/camunda/camunda-platform-helm/commit/8f14e5d385680af5daace92da5fe9d9cd8f89ce4)) -* **deps:** update module github.com/gruntwork-io/terratest to v0.46.16 ([#2088](https://github.com/camunda/camunda-platform-helm/issues/2088)) ([8fe27b5](https://github.com/camunda/camunda-platform-helm/commit/8fe27b55966a4577e5f72c720bd85aac5bd63d63)) -* **openshift:** make post-render script compatible with mac ([#1970](https://github.com/camunda/camunda-platform-helm/issues/1970)) ([c326f48](https://github.com/camunda/camunda-platform-helm/commit/c326f4892f3728fd3e9f8bfe72db9beb219f6b5e)) - - -### Refactors - -* remove the global image tag value and use it from the components - 8.2, 8.3, and 8.4 ([#2080](https://github.com/camunda/camunda-platform-helm/issues/2080)) ([3c1a207](https://github.com/camunda/camunda-platform-helm/commit/3c1a20702705dc5ae4029eddd4fbe06e66796937)) diff --git a/charts/camunda-platform-8.4/Chart.yaml b/charts/camunda-platform-8.4/Chart.yaml index b3d65550bd..3f74eb0a7b 100644 --- a/charts/camunda-platform-8.4/Chart.yaml +++ b/charts/camunda-platform-8.4/Chart.yaml @@ -59,6 +59,6 @@ annotations: url: https://github.com/camunda/camunda-platform-helm artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: | - - kind: fixed - description: "operate should be 8.4.8 in helm 9.3.4" - camunda.io/helmCLIVersion: 3.15.1 + - kind: changed + description: "remove the global image tag value and use it from the components - 8.2, 8.3, and 8.4" + camunda.io/helmCLIVersion: 3.15.2 diff --git a/charts/camunda-platform-8.4/README.md b/charts/camunda-platform-8.4/README.md index a920683ca2..9256dd2c63 100644 --- a/charts/camunda-platform-8.4/README.md +++ b/charts/camunda-platform-8.4/README.md @@ -426,7 +426,7 @@ Please see the corresponding [release guide](../../RELEASE.md) to find out how t | `global.annotations` | Annotations can be used to define common annotations, which should be applied to all deployments | `{}` | | `global.labels.app` | Name of the application | `camunda-platform` | | `global.image.registry` | Can be used to set container image registry. | `""` | -| `global.image.tag` | defines the tag / version which should be used in the most of the apps. | `8.4.8` | +| `global.image.tag` | defines the tag / version which should be used in the most of the apps. | `nil` | | `global.image.pullPolicy` | defines the image pull policy which should be used https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy | `IfNotPresent` | | `global.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` | | `global.ingress` | | | @@ -587,7 +587,7 @@ Please see the corresponding [release guide](../../RELEASE.md) to find out how t | `zeebe.image` | configuration to configure the zeebe image specifics | | | `zeebe.image.registry` | can be used to set container image registry. | `""` | | `zeebe.image.repository` | defines which image repository to use | `camunda/zeebe` | -| `zeebe.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `nil` | +| `zeebe.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.4.9` | | `zeebe.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` | | `zeebe.sidecars` | can be used to attach extra containers to the zeebe deployment | `[]` | | `zeebe.clusterSize` | defines the amount of brokers (=replicas), which are deployed via helm | `3` | @@ -696,7 +696,7 @@ Please see the corresponding [release guide](../../RELEASE.md) to find out how t | `zeebe-gateway.image` | configuration to configure the zeebe-gateway image specifics | | | `zeebe-gateway.image.registry` | can be used to set container image registry. | `""` | | `zeebe-gateway.image.repository` | defines which image repository to use | `camunda/zeebe` | -| `zeebe-gateway.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `nil` | +| `zeebe-gateway.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.4.9` | | `zeebe-gateway.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` | | `zeebe-gateway.sidecars` | can be used to attach extra containers to the zeebe gateway deployment | `[]` | | `zeebe-gateway.podAnnotations` | can be used to define extra gateway pod annotations | `{}` | @@ -797,7 +797,7 @@ Please see the corresponding [release guide](../../RELEASE.md) to find out how t | `operate.image` | configuration to configure the Operate image specifics | | | `operate.image.registry` | can be used to set container image registry. | `""` | | `operate.image.repository` | defines which image repository to use | `camunda/operate` | -| `operate.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.4.9` | +| `operate.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.4.10` | | `operate.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` | | `operate.sidecars` | can be used to attach extra containers to the operate deployment | `[]` | | `operate.initContainers` | can be used to set up extra init containers for the application Pod | `[]` | @@ -885,7 +885,7 @@ Please see the corresponding [release guide](../../RELEASE.md) to find out how t | `tasklist.image` | configuration to configure the tasklist image specifics | | | `tasklist.image.registry` | can be used to set container image registry. | `""` | | `tasklist.image.repository` | defines which image repository to use | `camunda/tasklist` | -| `tasklist.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `nil` | +| `tasklist.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.4.10` | | `tasklist.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` | | `tasklist.sidecars` | can be used to attach extra containers to the tasklist deployment | `[]` | | `tasklist.initContainers` | can be used to set up extra init containers for the application Pod | `[]` | @@ -971,7 +971,7 @@ Please see the corresponding [release guide](../../RELEASE.md) to find out how t | `optimize.image` | configuration to configure the Optimize image specifics | | | `optimize.image.registry` | can be used to set container image registry | `""` | | `optimize.image.repository` | defines which image repository to use | `camunda/optimize` | -| `optimize.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.4.4` | +| `optimize.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.4.6` | | `optimize.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` | | `optimize.migration` | configuration for Optimize migration | | | `optimize.migration.enabled` | if true, run Optimize migration script as an init container | `true` | @@ -1067,7 +1067,7 @@ Please see the corresponding [release guide](../../RELEASE.md) to find out how t | `identity.image` | configuration to configure the identity image specifics | | | `identity.image.registry` | can be used to set container image registry. | `""` | | `identity.image.repository` | defines which image repository to use | `camunda/identity` | -| `identity.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `nil` | +| `identity.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.4.9` | | `identity.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` | | `identity.sidecars` | can be used to attach extra containers to the identity deployment | `[]` | | `identity.initContainers` | can be used to set up extra init containers for the application Pod | `[]` | @@ -1252,7 +1252,7 @@ Please see the corresponding [release guide](../../RELEASE.md) to find out how t | `webModeler.nameOverride` | can be used to partly override the name of the Web Modeler resources (names will still be prefixed with the release name) | `""` | | `webModeler.image` | configuration of the Web Modeler Docker images | | | `webModeler.image.registry` | can be used to set the Docker registry for the Web Modeler images (overwrites global.image.registry) | `registry.camunda.cloud` | -| `webModeler.image.tag` | can be used to set the Docker image tag for the Web Modeler images (overwrites global.image.tag) | `8.4.6` | +| `webModeler.image.tag` | can be used to set the Docker image tag for the Web Modeler images (overwrites global.image.tag) | `8.4.7` | | `webModeler.image.pullSecrets` | can be used to configure image pull secrets, see https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` | | `webModeler.contextPath` | can be used to make Web Modeler available on a custom sub-path. This is mainly used to run the Camunda web applications under a single domain. | `""` | @@ -1527,7 +1527,7 @@ Please see the corresponding [release guide](../../RELEASE.md) to find out how t | `connectors.image` | configuration to configure the Connectors image specifics | | | `connectors.image.registry` | can be used to set container image registry. | `""` | | `connectors.image.repository` | defines which image repository to use | `camunda/connectors-bundle` | -| `connectors.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.4.8` | +| `connectors.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.4.9` | | `connectors.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` | | `connectors.sidecars` | can be used to attach extra containers to the connectors deployment | `[]` | | `connectors.initContainers` | can be used to set up extra init containers for the application Pod | `[]` | diff --git a/charts/camunda-platform-8.4/RELEASE-NOTES.md b/charts/camunda-platform-8.4/RELEASE-NOTES.md index 8fc3bc7e75..ba71fd8830 100644 --- a/charts/camunda-platform-8.4/RELEASE-NOTES.md +++ b/charts/camunda-platform-8.4/RELEASE-NOTES.md @@ -2,10 +2,53 @@ The changelog is automatically generated using [git-chglog](https://github.com/g and it follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) format. - -## [camunda-platform-9.3.5](https://github.com/camunda/camunda-platform-helm/compare/camunda-platform-9.3.4...camunda-platform-9.3.5) (2024-05-22) + +## [camunda-platform-9.3.7](https://github.com/camunda/camunda-platform-helm/releases/tag/camunda-platform-9.3.7) (2024-06-28) -### Fix +### Ci -* operate should be 8.4.8 in helm 9.3.4 ([#1835](https://github.com/camunda/camunda-platform-helm/issues/1835)) +* automate release chores ([#2013](https://github.com/camunda/camunda-platform-helm/issues/2013)) +### Refactor + +* remove the global image tag value and use it from the components - 8.2, 8.3, and 8.4 ([#2080](https://github.com/camunda/camunda-platform-helm/issues/2080)) + +### Release Info + +Supported versions: + +- Camunda applications: [8.4](https://github.com/camunda/camunda-platform/releases?q=tag%3A8.4&expanded=true) +- Helm values: [9.3.7](https://artifacthub.io/packages/helm/camunda/camunda-platform/9.3.7#parameters) +- Helm CLI: [3.15.2](https://github.com/helm/helm/releases/tag/v3.15.2) + +Camunda images: + +- docker.io/camunda/connectors-bundle:8.4.9 +- docker.io/camunda/identity:8.4.9 +- docker.io/camunda/operate:8.4.10 +- docker.io/camunda/optimize:8.4.6 +- docker.io/camunda/tasklist:8.4.10 +- docker.io/camunda/zeebe:8.4.9 +- registry.camunda.cloud/console/console-sm:8.4.60 +- registry.camunda.cloud/web-modeler-ee/modeler-restapi:8.4.7 +- registry.camunda.cloud/web-modeler-ee/modeler-webapp:8.4.7 +- registry.camunda.cloud/web-modeler-ee/modeler-websockets:8.4.7 + +Non-Camunda images: + +- docker.io/bitnami/elasticsearch:8.9.2 +- docker.io/bitnami/keycloak:22.0.5 +- docker.io/bitnami/os-shell:12-debian-12-r16 +- docker.io/bitnami/postgresql:14.5.0-debian-11-r35 +- docker.io/bitnami/postgresql:15.7.0 + +### Verification + +To verify the integrity of the Helm chart using [Cosign](https://docs.sigstore.dev/signing/quickstart/): + +```shell +cosign verify-blob camunda-platform-9.3.7.tgz \ + --bundle camunda-platform-9.3.7.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/2014/merge" +``` diff --git a/charts/camunda-platform-latest/CHANGELOG.md b/charts/camunda-platform-latest/CHANGELOG.md deleted file mode 100644 index 6f22921471..0000000000 --- a/charts/camunda-platform-latest/CHANGELOG.md +++ /dev/null @@ -1,22 +0,0 @@ -# Changelog - -## [10.2.0](https://github.com/camunda/camunda-platform-helm/compare/camunda-platform-latest-v10.1.0...camunda-platform-latest-v10.2.0) (2024-06-28) - - -### Features - -* add console auth vars ([#1782](https://github.com/camunda/camunda-platform-helm/issues/1782)) ([1bd65ca](https://github.com/camunda/camunda-platform-helm/commit/1bd65ca58c56a821710532ed8fc6e68d97d492ca)) -* configurable update strategy ([#2036](https://github.com/camunda/camunda-platform-helm/issues/2036)) ([70f5232](https://github.com/camunda/camunda-platform-helm/commit/70f523223e5c39676471d3beb166083c1b0ad185)) -* support dnsPolicy and dnsConfig for all components ([#2009](https://github.com/camunda/camunda-platform-helm/issues/2009)) ([31b7c4f](https://github.com/camunda/camunda-platform-helm/commit/31b7c4fee88361e441f820f9104c2192a1261965)) - - -### Bug Fixes - -* **deps:** update module github.com/gruntwork-io/terratest to v0.46.16 ([#2088](https://github.com/camunda/camunda-platform-helm/issues/2088)) ([8fe27b5](https://github.com/camunda/camunda-platform-helm/commit/8fe27b55966a4577e5f72c720bd85aac5bd63d63)) -* identity base url not configured ([#2028](https://github.com/camunda/camunda-platform-helm/issues/2028)) ([d3d0012](https://github.com/camunda/camunda-platform-helm/commit/d3d001232b42dc8f94e139dc4a5fe29b32fae9aa)) -* unauthenticated external elasticsearch no longer forces password… ([#1990](https://github.com/camunda/camunda-platform-helm/issues/1990)) ([fc79bdb](https://github.com/camunda/camunda-platform-helm/commit/fc79bdbc70475e19a22d9f7b24e11c036cea6be8)) - - -### Refactors - -* remove the global image tag value and use it from the components ([#2069](https://github.com/camunda/camunda-platform-helm/issues/2069)) ([3a672ea](https://github.com/camunda/camunda-platform-helm/commit/3a672eaabd6154baa88aa1f70777b850dfe5c9b9)) diff --git a/charts/camunda-platform-latest/Chart.yaml b/charts/camunda-platform-latest/Chart.yaml index 8ec2f19cee..bb486f710a 100644 --- a/charts/camunda-platform-latest/Chart.yaml +++ b/charts/camunda-platform-latest/Chart.yaml @@ -51,7 +51,7 @@ maintainers: email: ahmed.abouzaid@camunda.com annotations: dummy: dummy - camunda.io/helmCLIVersion: "3.15.1" + camunda.io/helmCLIVersion: "3.15.2" artifacthub.io/links: | - name: Camunda 8 docs url: https://docs.camunda.io/ @@ -61,5 +61,15 @@ annotations: url: https://github.com/camunda/camunda-platform-helm artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: | + - kind: added + description: "configurable update strategy" + - kind: added + description: "support dnsPolicy and dnsConfig for all components" - kind: added description: "add console auth vars" + - kind: fixed + description: "identity base url not configured" + - kind: fixed + description: "unauthenticated external elasticsearch no longer forces password…" + - kind: changed + description: "remove the global image tag value and use it from the components" diff --git a/charts/camunda-platform-latest/README.md b/charts/camunda-platform-latest/README.md index b08d65d6e4..b774fdf227 100644 --- a/charts/camunda-platform-latest/README.md +++ b/charts/camunda-platform-latest/README.md @@ -537,7 +537,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out | `console.configuration` | Configuration passed directly to Console as YAML file. More details on [Console official documenations](https://docs.camunda.io/docs/self-managed/console-deployment/configuration/) | `""` | | `console.image.registry` | can be used to set container image registry. | `registry.camunda.cloud` | | `console.image.repository` | defines which image repository to use | `console/console-sm` | -| `console.image.tag` | can be used to set the Docker image tag for the Console image (overwrites global.image.tag) | `8.5.60` | +| `console.image.tag` | can be used to set the Docker image tag for the Console image (overwrites global.image.tag) | `8.5.67` | | `console.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` | | `console.sidecars` | can be used to attach extra containers to the console deployment | `[]` | | `console.replicas` | Number of Console replicas | `1` | @@ -627,7 +627,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out | `zeebe.image` | configuration to configure the zeebe image specifics | | | `zeebe.image.registry` | can be used to set container image registry. | `""` | | `zeebe.image.repository` | defines which image repository to use | `camunda/zeebe` | -| `zeebe.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.5.3` | +| `zeebe.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.5.4` | | `zeebe.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` | | `zeebe.sidecars` | can be used to attach extra containers to the zeebe deployment | `[]` | | `zeebe.clusterSize` | defines the amount of brokers (=replicas), which are deployed via helm | `3` | @@ -748,7 +748,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out | `zeebeGateway.image` | configuration to configure the ZeebeGateway image specifics | | | `zeebeGateway.image.registry` | can be used to set container image registry. | `""` | | `zeebeGateway.image.repository` | defines which image repository to use | `camunda/zeebe` | -| `zeebeGateway.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.5.3` | +| `zeebeGateway.image.tag` | can be set to overwrite the global tag, which should be used in that chart | `8.5.4` | | `zeebeGateway.image.pullSecrets` | can be used to configure image pull secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` | | `zeebeGateway.sidecars` | can be used to attach extra containers to the ZeebeGateway deployment | `[]` | | `zeebeGateway.podAnnotations` | can be used to define extra gateway pod annotations | `{}` | diff --git a/charts/camunda-platform-latest/RELEASE-NOTES.md b/charts/camunda-platform-latest/RELEASE-NOTES.md index d012b36b74..11d0910322 100644 --- a/charts/camunda-platform-latest/RELEASE-NOTES.md +++ b/charts/camunda-platform-latest/RELEASE-NOTES.md @@ -2,18 +2,65 @@ The changelog is automatically generated using [git-chglog](https://github.com/g and it follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) format. - -## [camunda-platform-10.1.1](https://github.com/camunda/camunda-platform-helm/compare/camunda-platform-9.3.6...camunda-platform-10.1.1) (2024-06-17) + +## [camunda-platform-10.2.0](https://github.com/camunda/camunda-platform-helm/releases/tag/camunda-platform-10.2.0) (2024-06-28) + +### Ci + +* automate release chores ([#2013](https://github.com/camunda/camunda-platform-helm/issues/2013)) ### Feat +* configurable update strategy ([#2036](https://github.com/camunda/camunda-platform-helm/issues/2036)) +* support dnsPolicy and dnsConfig for all components ([#2009](https://github.com/camunda/camunda-platform-helm/issues/2009)) * add console auth vars ([#1782](https://github.com/camunda/camunda-platform-helm/issues/1782)) +### Fix + +* identity base url not configured ([#2028](https://github.com/camunda/camunda-platform-helm/issues/2028)) +* unauthenticated external elasticsearch no longer forces password… ([#1990](https://github.com/camunda/camunda-platform-helm/issues/1990)) + +### Refactor + +* remove the global image tag value and use it from the components ([#2069](https://github.com/camunda/camunda-platform-helm/issues/2069)) + +### Release Info + +Supported versions: + +- Camunda applications: [8.5](https://github.com/camunda/camunda-platform/releases?q=tag%3A8.5&expanded=true) +- Helm values: [10.2.0](https://artifacthub.io/packages/helm/camunda/camunda-platform/10.2.0#parameters) +- Helm CLI: [3.15.2](https://github.com/helm/helm/releases/tag/v3.15.2) + +Camunda images: + +- docker.io/camunda/connectors-bundle:8.5.4 +- docker.io/camunda/identity:8.5.3 +- docker.io/camunda/identity:latest +- docker.io/camunda/operate:8.5.4 +- docker.io/camunda/optimize:8.5.3 +- docker.io/camunda/tasklist:8.5.3 +- docker.io/camunda/zeebe:8.5.4 +- registry.camunda.cloud/console/console-sm:8.5.67 +- registry.camunda.cloud/web-modeler-ee/modeler-restapi:8.5.5 +- registry.camunda.cloud/web-modeler-ee/modeler-webapp:8.5.5 +- registry.camunda.cloud/web-modeler-ee/modeler-websockets:8.5.5 + +Non-Camunda images: - -## [camunda-platform-9.3.6](https://github.com/camunda/camunda-platform-helm/compare/camunda-platform-10.1.0...camunda-platform-9.3.6) (2024-06-11) +- 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 +### Verification - -## [camunda-platform-10.1.0](https://github.com/camunda/camunda-platform-helm/compare/camunda-platform-8.2.28...camunda-platform-10.1.0) (2024-06-11) +To verify the integrity of the Helm chart using [Cosign](https://docs.sigstore.dev/signing/quickstart/): +```shell +cosign verify-blob camunda-platform-10.2.0.tgz \ + --bundle camunda-platform-10.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/2014/merge" +```