From 6aadf6f0875c9c0722583d2c6c1bacb1946fea1a Mon Sep 17 00:00:00 2001 From: "distro-ci[bot]" <122795778+distro-ci[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 03:37:09 +0000 Subject: [PATCH] chore(release): Camunda Platform Helm Chart --- .../.release-please-manifest.json | 8 +++---- charts/camunda-platform-8.2/CHANGELOG.md | 20 ++++++++++++++++ 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 | 18 ++++++++++++++ charts/camunda-platform-8.3/Chart.yaml | 2 +- .../charts/identity/Chart.yaml | 2 +- charts/camunda-platform-8.4/CHANGELOG.md | 17 +++++++++++++ charts/camunda-platform-8.4/Chart.yaml | 2 +- .../charts/identity/Chart.yaml | 2 +- charts/camunda-platform-latest/CHANGELOG.md | 24 +++++++++++++++++++ charts/camunda-platform-latest/Chart.yaml | 2 +- 17 files changed, 95 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 2b601a7292..aedb747cf1 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.29", - "charts/camunda-platform-8.3": "8.3.14", - "charts/camunda-platform-8.4": "9.3.7", - "charts/camunda-platform-latest": "10.2.0" + "charts/camunda-platform-8.2": "8.2.30", + "charts/camunda-platform-8.3": "8.3.15", + "charts/camunda-platform-8.4": "9.3.8", + "charts/camunda-platform-latest": "10.3.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..00095c383c --- /dev/null +++ b/charts/camunda-platform-8.2/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + +## [8.2.30](https://github.com/camunda/camunda-platform-helm/compare/camunda-platform-8.2.29...camunda-platform-8.2.30) (2024-07-25) + + +### Bug Fixes + +* added recreate strategy to all Operate deployments ([#2143](https://github.com/camunda/camunda-platform-helm/issues/2143)) ([c2d70dc](https://github.com/camunda/camunda-platform-helm/commit/c2d70dc36088e67c5acb6fc5e51cc1fc64cf9e33)) +* **deps:** update module github.com/gruntwork-io/terratest to v0.46.15 ([#1965](https://github.com/camunda/camunda-platform-helm/issues/1965)) ([5487142](https://github.com/camunda/camunda-platform-helm/commit/548714296ae6ade07b7585111f8973d221e80983)) +* **deps:** update module github.com/gruntwork-io/terratest to v0.46.16 ([#2088](https://github.com/camunda/camunda-platform-helm/issues/2088)) ([33d5b61](https://github.com/camunda/camunda-platform-helm/commit/33d5b61e27fb4a6e3e30506fb557c65626995130)) +* **deps:** update module github.com/gruntwork-io/terratest to v0.47.0 ([#2121](https://github.com/camunda/camunda-platform-helm/issues/2121)) ([63a87c2](https://github.com/camunda/camunda-platform-helm/commit/63a87c25d136f56e901a4bcb57e2cc34ad87b795)) +* **deps:** update module github.com/stretchr/testify to v1.9.0 ([#1948](https://github.com/camunda/camunda-platform-helm/issues/1948)) ([11afba6](https://github.com/camunda/camunda-platform-helm/commit/11afba60edf6de35429174b381b0d06964e8b6de)) +* **deps:** update module k8s.io/api to v0.27.15 ([#1962](https://github.com/camunda/camunda-platform-helm/issues/1962)) ([e68d48b](https://github.com/camunda/camunda-platform-helm/commit/e68d48b7af48f6fbaf2aff0c1e8714c1659f4479)) +* **openshift:** make post-render script compatible with mac ([#1970](https://github.com/camunda/camunda-platform-helm/issues/1970)) ([5a43425](https://github.com/camunda/camunda-platform-helm/commit/5a43425b2b59c674de4495b7e2ae13209156d29b)) + + +### 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)) ([30a3724](https://github.com/camunda/camunda-platform-helm/commit/30a3724c62c9c97b54eb9f78dea2a95b0953d3bb)) +* update zeebe gateway readiness probe endpoint ([a28f661](https://github.com/camunda/camunda-platform-helm/commit/a28f6616d0c3f0268709aceb8406ee9fe651d722)) diff --git a/charts/camunda-platform-8.2/Chart.yaml b/charts/camunda-platform-8.2/Chart.yaml index f515d5e6be..63574a60c0 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.29 +version: 8.2.30 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 3f23f46a2a..41d1d18e21 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.29 +version: 8.2.30 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 6671abbbef..24a24be898 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.29 +version: 8.2.30 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 09086d7529..2049a8e62f 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.29 +version: 8.2.30 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 e5402a71a0..4b103c949f 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.29 +version: 8.2.30 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 63574e89bf..406449a1e6 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.29 +version: 8.2.30 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 85fef8c94d..0bea17b3a3 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.29 +version: 8.2.30 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..9ee25e5b97 --- /dev/null +++ b/charts/camunda-platform-8.3/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog + +## [8.3.15](https://github.com/camunda/camunda-platform-helm/compare/camunda-platform-8.3.14...camunda-platform-8.3.15) (2024-07-25) + + +### Bug Fixes + +* added recreate strategy to all Operate deployments ([#2143](https://github.com/camunda/camunda-platform-helm/issues/2143)) ([c2d70dc](https://github.com/camunda/camunda-platform-helm/commit/c2d70dc36088e67c5acb6fc5e51cc1fc64cf9e33)) +* **deps:** update module github.com/gruntwork-io/terratest to v0.46.15 ([#1935](https://github.com/camunda/camunda-platform-helm/issues/1935)) ([8817e58](https://github.com/camunda/camunda-platform-helm/commit/8817e587fb25499f25e6dd89dc801e630c3b63a5)) +* **deps:** update module github.com/gruntwork-io/terratest to v0.46.16 ([#2088](https://github.com/camunda/camunda-platform-helm/issues/2088)) ([33d5b61](https://github.com/camunda/camunda-platform-helm/commit/33d5b61e27fb4a6e3e30506fb557c65626995130)) +* **deps:** update module github.com/gruntwork-io/terratest to v0.47.0 ([#2121](https://github.com/camunda/camunda-platform-helm/issues/2121)) ([63a87c2](https://github.com/camunda/camunda-platform-helm/commit/63a87c25d136f56e901a4bcb57e2cc34ad87b795)) +* **deps:** update module github.com/stretchr/testify to v1.9.0 ([#1948](https://github.com/camunda/camunda-platform-helm/issues/1948)) ([11afba6](https://github.com/camunda/camunda-platform-helm/commit/11afba60edf6de35429174b381b0d06964e8b6de)) +* **openshift:** make post-render script compatible with mac ([#1970](https://github.com/camunda/camunda-platform-helm/issues/1970)) ([5a43425](https://github.com/camunda/camunda-platform-helm/commit/5a43425b2b59c674de4495b7e2ae13209156d29b)) + + +### 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)) ([30a3724](https://github.com/camunda/camunda-platform-helm/commit/30a3724c62c9c97b54eb9f78dea2a95b0953d3bb)) diff --git a/charts/camunda-platform-8.3/Chart.yaml b/charts/camunda-platform-8.3/Chart.yaml index f564a0ed96..830d3c509e 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.14 +version: 8.3.15 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 6f59124406..aef5324104 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.14 +version: 8.3.15 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..fe72200b63 --- /dev/null +++ b/charts/camunda-platform-8.4/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +## [9.3.8](https://github.com/camunda/camunda-platform-helm/compare/camunda-platform-9.3.7...camunda-platform-9.3.8) (2024-07-25) + + +### Bug Fixes + +* added recreate strategy to all Operate deployments ([#2143](https://github.com/camunda/camunda-platform-helm/issues/2143)) ([c2d70dc](https://github.com/camunda/camunda-platform-helm/commit/c2d70dc36088e67c5acb6fc5e51cc1fc64cf9e33)) +* **deps:** update module github.com/gruntwork-io/terratest to v0.46.15 ([#1935](https://github.com/camunda/camunda-platform-helm/issues/1935)) ([8817e58](https://github.com/camunda/camunda-platform-helm/commit/8817e587fb25499f25e6dd89dc801e630c3b63a5)) +* **deps:** update module github.com/gruntwork-io/terratest to v0.46.16 ([#2088](https://github.com/camunda/camunda-platform-helm/issues/2088)) ([33d5b61](https://github.com/camunda/camunda-platform-helm/commit/33d5b61e27fb4a6e3e30506fb557c65626995130)) +* **deps:** update module github.com/gruntwork-io/terratest to v0.47.0 ([#2121](https://github.com/camunda/camunda-platform-helm/issues/2121)) ([63a87c2](https://github.com/camunda/camunda-platform-helm/commit/63a87c25d136f56e901a4bcb57e2cc34ad87b795)) +* **openshift:** make post-render script compatible with mac ([#1970](https://github.com/camunda/camunda-platform-helm/issues/1970)) ([5a43425](https://github.com/camunda/camunda-platform-helm/commit/5a43425b2b59c674de4495b7e2ae13209156d29b)) + + +### 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)) ([30a3724](https://github.com/camunda/camunda-platform-helm/commit/30a3724c62c9c97b54eb9f78dea2a95b0953d3bb)) diff --git a/charts/camunda-platform-8.4/Chart.yaml b/charts/camunda-platform-8.4/Chart.yaml index 3f74eb0a7b..1731d3ea06 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.7 +version: 9.3.8 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 62ce19769a..0ee4efd483 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.7 +version: 9.3.8 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..2d59ddc8f4 --- /dev/null +++ b/charts/camunda-platform-latest/CHANGELOG.md @@ -0,0 +1,24 @@ +# Changelog + +## [10.3.0](https://github.com/camunda/camunda-platform-helm/compare/camunda-platform-10.2.0...camunda-platform-10.3.0) (2024-07-25) + + +### Features + +* add console auth vars ([#1782](https://github.com/camunda/camunda-platform-helm/issues/1782)) ([81da51b](https://github.com/camunda/camunda-platform-helm/commit/81da51b4dc22e3419c5e210c626ff2a52edd4328)) +* configurable update strategy ([#2036](https://github.com/camunda/camunda-platform-helm/issues/2036)) ([675ce34](https://github.com/camunda/camunda-platform-helm/commit/675ce341395987f42707592a2e00b4e47c749b6d)) +* support dnsPolicy and dnsConfig for all components ([#2009](https://github.com/camunda/camunda-platform-helm/issues/2009)) ([6e3045c](https://github.com/camunda/camunda-platform-helm/commit/6e3045c6247af3d356564541dcae980eec5d7419)) + + +### Bug Fixes + +* added recreate strategy to all Operate deployments ([#2143](https://github.com/camunda/camunda-platform-helm/issues/2143)) ([c2d70dc](https://github.com/camunda/camunda-platform-helm/commit/c2d70dc36088e67c5acb6fc5e51cc1fc64cf9e33)) +* **deps:** update module github.com/gruntwork-io/terratest to v0.46.16 ([#2088](https://github.com/camunda/camunda-platform-helm/issues/2088)) ([33d5b61](https://github.com/camunda/camunda-platform-helm/commit/33d5b61e27fb4a6e3e30506fb557c65626995130)) +* **deps:** update module github.com/gruntwork-io/terratest to v0.47.0 ([#2122](https://github.com/camunda/camunda-platform-helm/issues/2122)) ([b5fe511](https://github.com/camunda/camunda-platform-helm/commit/b5fe5117cf7323456e2e1797863b85f45cb09e14)) +* identity base url not configured ([#2028](https://github.com/camunda/camunda-platform-helm/issues/2028)) ([890d202](https://github.com/camunda/camunda-platform-helm/commit/890d2028e14ed79c9a0f14b1ac7845379a3eb301)) +* unauthenticated external elasticsearch no longer forces password… ([#1990](https://github.com/camunda/camunda-platform-helm/issues/1990)) ([485ecb7](https://github.com/camunda/camunda-platform-helm/commit/485ecb7e575aa6c702e119d6ced97a0f9246e2b1)) + + +### Refactors + +* remove the global image tag value and use it from the components ([#2069](https://github.com/camunda/camunda-platform-helm/issues/2069)) ([0c34cd5](https://github.com/camunda/camunda-platform-helm/commit/0c34cd56d12fe257e0feca3fcf52fca3ea4c3fb5)) diff --git a/charts/camunda-platform-latest/Chart.yaml b/charts/camunda-platform-latest/Chart.yaml index fff02920c1..86b26f6ffd 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.2.0 +version: 10.3.0 appVersion: 8.5.x description: | Camunda 8 Self-Managed Helm charts.