Skip to content

Commit

Permalink
chore(release): Camunda Platform Helm Chart
Browse files Browse the repository at this point in the history
  • Loading branch information
distro-ci[bot] authored Jan 14, 2025
1 parent 2a6e30b commit 3047cfc
Show file tree
Hide file tree
Showing 21 changed files with 106 additions and 19 deletions.
11 changes: 6 additions & 5 deletions .github/config/release-please/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"charts/camunda-platform-8.3": "8.3.23",
"charts/camunda-platform-8.4": "9.4.6",
"charts/camunda-platform-8.5": "10.4.7",
"charts/camunda-platform-8.6": "11.1.1",
"charts/camunda-platform-alpha": "8.7.0-alpha2"
"charts/camunda-platform-8.3": "8.3.24",
"charts/camunda-platform-8.4": "9.4.7",
"charts/camunda-platform-8.5": "10.4.8",
"charts/camunda-platform-8.6": "11.1.2",
"charts/camunda-platform-alpha": "8.8.0-alpha2",
"charts/camunda-platform-8.2": "1.0.0"
}
8 changes: 8 additions & 0 deletions charts/camunda-platform-8.2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 1.0.0 (2025-01-14)


### Bug Fixes

* empty commit for releasable unit (release-please) ([#2766](https://github.com/camunda/camunda-platform-helm/issues/2766)) ([7c81e3d](https://github.com/camunda/camunda-platform-helm/commit/7c81e3db92a47be163a8bb7a4efe26cdfab10551))
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.34
version: 1.0.0
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.34
version: 1.0.0
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.34
version: 1.0.0
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.34
version: 1.0.0
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.34
version: 1.0.0
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.34
version: 1.0.0
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.34
version: 1.0.0
icon: https://helm.camunda.io/imgs/camunda.svg
9 changes: 9 additions & 0 deletions charts/camunda-platform-8.3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [8.3.24](https://github.com/camunda/camunda-platform-helm/compare/camunda-platform-8.3-v8.3.23...camunda-platform-8.3-8.3.24) (2025-01-14)


### Bug Fixes

* empty commit for releasable unit (release-please) ([#2766](https://github.com/camunda/camunda-platform-helm/issues/2766)) ([7c81e3d](https://github.com/camunda/camunda-platform-helm/commit/7c81e3db92a47be163a8bb7a4efe26cdfab10551))
* support optional chart secrets auto-generation - camunda 8.3 ([#2742](https://github.com/camunda/camunda-platform-helm/issues/2742)) ([653b31d](https://github.com/camunda/camunda-platform-helm/commit/653b31dd109393c33b749cf6a8e25f8f7e4e40e8))
* use integration-test-credentials for web modeler secret ([#2745](https://github.com/camunda/camunda-platform-helm/issues/2745)) ([b5e49ac](https://github.com/camunda/camunda-platform-helm/commit/b5e49ac530034729044bc7251d2fa35bf5ed4bb5))

## [8.3.23](https://github.com/camunda/camunda-platform-helm/compare/camunda-platform-8.3-v8.3.22...camunda-platform-8.3-8.3.23) (2025-01-14)


Expand Down
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.23
version: 8.3.24
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.23
version: 8.3.24
type: application
icon: https://helm.camunda.io/imgs/camunda.svg
dependencies:
Expand Down
7 changes: 7 additions & 0 deletions charts/camunda-platform-8.4/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [9.4.7](https://github.com/camunda/camunda-platform-helm/compare/camunda-platform-8.4-v9.4.6...camunda-platform-8.4-9.4.7) (2025-01-14)


### Bug Fixes

* empty commit for releasable unit (release-please) ([#2766](https://github.com/camunda/camunda-platform-helm/issues/2766)) ([7c81e3d](https://github.com/camunda/camunda-platform-helm/commit/7c81e3db92a47be163a8bb7a4efe26cdfab10551))

## [9.4.6](https://github.com/camunda/camunda-platform-helm/compare/camunda-platform-8.4-v9.4.5...camunda-platform-8.4-9.4.6) (2025-01-14)


Expand Down
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.4.6
version: 9.4.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.4.6
version: 9.4.7
type: application
icon: https://helm.camunda.io/imgs/camunda.svg
dependencies:
Expand Down
14 changes: 14 additions & 0 deletions charts/camunda-platform-8.5/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [10.4.8](https://github.com/camunda/camunda-platform-helm/compare/camunda-platform-8.5-v10.4.7...camunda-platform-8.5-10.4.8) (2025-01-14)


### Bug Fixes

* client-secret should only be present when string literal provided for oidc ([#2733](https://github.com/camunda/camunda-platform-helm/issues/2733)) ([6cd9313](https://github.com/camunda/camunda-platform-helm/commit/6cd9313aed1474d2c92143e7ea8b33ae3bd3a634))
* empty commit for releasable unit (release-please) ([#2766](https://github.com/camunda/camunda-platform-helm/issues/2766)) ([7c81e3d](https://github.com/camunda/camunda-platform-helm/commit/7c81e3db92a47be163a8bb7a4efe26cdfab10551))
* tasklist auth config ([#2522](https://github.com/camunda/camunda-platform-helm/issues/2522)) ([aac2578](https://github.com/camunda/camunda-platform-helm/commit/aac2578d4701d44918f250b299693643a6de767e))


### Refactors

* remove unused web-modeler config map entries ([#2708](https://github.com/camunda/camunda-platform-helm/issues/2708)) ([bd74490](https://github.com/camunda/camunda-platform-helm/commit/bd744904ded9f3f308d07c2b3e62755ef6429cdc))

## [10.4.7](https://github.com/camunda/camunda-platform-helm/compare/camunda-platform-8.5-v10.4.6...camunda-platform-8.5-10.4.7) (2025-01-14)


Expand Down
2 changes: 1 addition & 1 deletion charts/camunda-platform-8.5/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: camunda-platform
version: 10.4.7
version: 10.4.8
appVersion: 8.5.x
description: |
Camunda 8 Self-Managed Helm charts.
Expand Down
16 changes: 16 additions & 0 deletions charts/camunda-platform-8.6/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [11.1.2](https://github.com/camunda/camunda-platform-helm/compare/camunda-platform-8.6-v11.1.1...camunda-platform-8.6-11.1.2) (2025-01-14)


### Bug Fixes

* client-secret should only be present when string literal provided for oidc ([#2733](https://github.com/camunda/camunda-platform-helm/issues/2733)) ([6cd9313](https://github.com/camunda/camunda-platform-helm/commit/6cd9313aed1474d2c92143e7ea8b33ae3bd3a634))
* empty commit for releasable unit (release-please) ([#2766](https://github.com/camunda/camunda-platform-helm/issues/2766)) ([7c81e3d](https://github.com/camunda/camunda-platform-helm/commit/7c81e3db92a47be163a8bb7a4efe26cdfab10551))
* envVar-identity-client-secret-not-passed ([#2700](https://github.com/camunda/camunda-platform-helm/issues/2700)) ([75a1a16](https://github.com/camunda/camunda-platform-helm/commit/75a1a164e9c7eb4cf021d1de4eee9b5ae39b6438))
* tasklist auth config ([#2522](https://github.com/camunda/camunda-platform-helm/issues/2522)) ([aac2578](https://github.com/camunda/camunda-platform-helm/commit/aac2578d4701d44918f250b299693643a6de767e))
* **zeebe-grpc-ingress:** class check for openshift was not checked ([#2678](https://github.com/camunda/camunda-platform-helm/issues/2678)) ([873dbd0](https://github.com/camunda/camunda-platform-helm/commit/873dbd08ca63292312e5965b2d5d43daeaa7da4f))


### Refactors

* remove unused web-modeler config map entries ([#2708](https://github.com/camunda/camunda-platform-helm/issues/2708)) ([bd74490](https://github.com/camunda/camunda-platform-helm/commit/bd744904ded9f3f308d07c2b3e62755ef6429cdc))

## [11.1.1](https://github.com/camunda/camunda-platform-helm/compare/camunda-platform-8.6-v11.1.0...camunda-platform-8.6-11.1.1) (2025-01-14)


Expand Down
2 changes: 1 addition & 1 deletion charts/camunda-platform-8.6/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: camunda-platform
version: 11.1.1
version: 11.1.2
appVersion: 8.6.x
description: |
Camunda 8 Self-Managed Helm charts.
Expand Down
32 changes: 32 additions & 0 deletions charts/camunda-platform-alpha/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Changelog

## [8.8.0-alpha2](https://github.com/camunda/camunda-platform-helm/compare/camunda-platform-alpha-v8.7.0-alpha2...camunda-platform-alpha-8.8.0-alpha2) (2025-01-14)


### Features

* adding schema.json file to alpha (8.7) version ([#2537](https://github.com/camunda/camunda-platform-helm/issues/2537)) ([d7b4530](https://github.com/camunda/camunda-platform-helm/commit/d7b453030c533d6bfb2fd7508e444a48de99789c))
* **alpha:** add Connectors to release items ([#2659](https://github.com/camunda/camunda-platform-helm/issues/2659)) ([50a8392](https://github.com/camunda/camunda-platform-helm/commit/50a839276a485b33421b8e624a255fb3adfb7482))


### Bug Fixes

* **alpha:** add connectors init secret to identity ([245a28e](https://github.com/camunda/camunda-platform-helm/commit/245a28e1f18c3742607ff4884ee603d307259382))
* **alpha:** add connectors init secret to identity ([0a4441e](https://github.com/camunda/camunda-platform-helm/commit/0a4441e59cf23f10a699fd5df333fe611a029a23))
* **alpha:** move core sts command to correct location ([#2712](https://github.com/camunda/camunda-platform-helm/issues/2712)) ([0b88c6f](https://github.com/camunda/camunda-platform-helm/commit/0b88c6fb0eb215feb7951bba74a6a2e3c6141b22))
* **alpha:** move identity admin client to presets ([#2714](https://github.com/camunda/camunda-platform-helm/issues/2714)) ([c671090](https://github.com/camunda/camunda-platform-helm/commit/c6710909bcb41259520de87a23947c4c8b52bb5e))
* **alpha:** show error on usage of core.ingress.rest not core.ingress ([9318266](https://github.com/camunda/camunda-platform-helm/commit/93182668ade9cd99ce51423fca6869ea09504e82))
* changing `existingSecret.name` to comply with schema ([#2726](https://github.com/camunda/camunda-platform-helm/issues/2726)) ([c399f09](https://github.com/camunda/camunda-platform-helm/commit/c399f09e82d21cf11cbbcfd6ae9c61cd09d7b965))
* client-secret should only be present when string literal provided for oidc ([#2733](https://github.com/camunda/camunda-platform-helm/issues/2733)) ([6cd9313](https://github.com/camunda/camunda-platform-helm/commit/6cd9313aed1474d2c92143e7ea8b33ae3bd3a634))
* **deps:** update camunda-platform-alpha (patch) ([#2701](https://github.com/camunda/camunda-platform-helm/issues/2701)) ([a2661e2](https://github.com/camunda/camunda-platform-helm/commit/a2661e2767a6aaf1ff75bc485db152133f2a8116))
* empty commit for releasable unit (release-please) ([#2766](https://github.com/camunda/camunda-platform-helm/issues/2766)) ([7c81e3d](https://github.com/camunda/camunda-platform-helm/commit/7c81e3db92a47be163a8bb7a4efe26cdfab10551))
* set identity client secret env var in alpha ([#2703](https://github.com/camunda/camunda-platform-helm/issues/2703)) ([d48086c](https://github.com/camunda/camunda-platform-helm/commit/d48086cb9f3a0d9b8b2a5fa3ff47b8bf12c478c6))
* **zeebe-grpc-ingress:** class check for openshift was not checked ([#2678](https://github.com/camunda/camunda-platform-helm/issues/2678)) ([873dbd0](https://github.com/camunda/camunda-platform-helm/commit/873dbd08ca63292312e5965b2d5d43daeaa7da4f))


### Refactors

* **alpha:** adjust resources for core sts ([#2702](https://github.com/camunda/camunda-platform-helm/issues/2702)) ([b9102ee](https://github.com/camunda/camunda-platform-helm/commit/b9102ee8ff3ddf78378d4fb5b776ee7a31476749))
* **alpha:** enable connectors readinessProbe again ([cc74f31](https://github.com/camunda/camunda-platform-helm/commit/cc74f31c5d41a17e6636714cf39dfcabf8b06948))
* remove unused web-modeler config map entries ([#2708](https://github.com/camunda/camunda-platform-helm/issues/2708)) ([bd74490](https://github.com/camunda/camunda-platform-helm/commit/bd744904ded9f3f308d07c2b3e62755ef6429cdc))
* remove/rename deprecated helm values file keys ([#2615](https://github.com/camunda/camunda-platform-helm/issues/2615)) ([9a7f111](https://github.com/camunda/camunda-platform-helm/commit/9a7f111f3615fff9c2c9a41bdef12daa0276fedf))
2 changes: 1 addition & 1 deletion charts/camunda-platform-alpha/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: camunda-platform
# renovate: datasource=github-tags depName=charts/camunda-platform-alpha packageName=camunda/camunda
version: 8.7.0-alpha2
version: 8.8.0-alpha2
appVersion: 8.7.x
description: |
Camunda 8 Self-Managed Helm charts.
Expand Down

0 comments on commit 3047cfc

Please sign in to comment.