Skip to content

Commit

Permalink
Release Camunda Platform Helm Chart
Browse files Browse the repository at this point in the history
  • Loading branch information
distro-ci[bot] authored Jun 25, 2024
1 parent 70f5232 commit 590af47
Show file tree
Hide file tree
Showing 17 changed files with 66 additions and 16 deletions.
8 changes: 4 additions & 4 deletions .github/config/release-please/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
16 changes: 16 additions & 0 deletions charts/camunda-platform-8.2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 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-25)


### 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/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

* update zeebe gateway readiness probe endpoint ([adc6abc](https://github.com/camunda/camunda-platform-helm/commit/adc6abcd3b4ecadb9c2c27d34612eb0022ce2471))
2 changes: 1 addition & 1 deletion charts/camunda-platform-8.2/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion charts/camunda-platform-8.2/charts/identity/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/camunda-platform-8.2/charts/operate/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion charts/camunda-platform-8.2/charts/optimize/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion charts/camunda-platform-8.2/charts/tasklist/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion charts/camunda-platform-8.2/charts/zeebe/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
10 changes: 10 additions & 0 deletions charts/camunda-platform-8.3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 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-25)


### 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/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))
2 changes: 1 addition & 1 deletion charts/camunda-platform-8.3/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion charts/camunda-platform-8.3/charts/identity/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
9 changes: 9 additions & 0 deletions charts/camunda-platform-8.4/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 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-25)


### 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))
* **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))
2 changes: 1 addition & 1 deletion charts/camunda-platform-8.4/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion charts/camunda-platform-8.4/charts/identity/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
15 changes: 15 additions & 0 deletions charts/camunda-platform-latest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 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-25)


### 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

* 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))
2 changes: 1 addition & 1 deletion charts/camunda-platform-latest/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: camunda-platform
version: 10.1.1
version: 10.2.0
appVersion: 8.5.x
description: |
Camunda 8 Self-Managed Helm charts.
Expand Down

0 comments on commit 590af47

Please sign in to comment.