diff --git a/.github/config/release-please/.release-please-manifest.json b/.github/config/release-please/.release-please-manifest.json index f4cc169d74..d1f48ab90f 100644 --- a/.github/config/release-please/.release-please-manifest.json +++ b/.github/config/release-please/.release-please-manifest.json @@ -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" } diff --git a/charts/camunda-platform-8.2/CHANGELOG.md b/charts/camunda-platform-8.2/CHANGELOG.md new file mode 100644 index 0000000000..8320419123 --- /dev/null +++ b/charts/camunda-platform-8.2/CHANGELOG.md @@ -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)) diff --git a/charts/camunda-platform-8.2/Chart.yaml b/charts/camunda-platform-8.2/Chart.yaml index 7d4a283260..759734eb46 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.34 +version: 1.0.0 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 00ce8164fa..1f55a92ff9 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.34 +version: 1.0.0 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 762e9c1d3d..8656fb836f 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.34 +version: 1.0.0 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 2f333f0958..bb515b0036 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.34 +version: 1.0.0 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 e04a939a61..3f7c6880ba 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.34 +version: 1.0.0 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 9732acda72..9ce378bb21 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.34 +version: 1.0.0 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 773ab33f42..18bf9b8601 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.34 +version: 1.0.0 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 index 23a0a93c5b..719c7d99db 100644 --- a/charts/camunda-platform-8.3/CHANGELOG.md +++ b/charts/camunda-platform-8.3/CHANGELOG.md @@ -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) diff --git a/charts/camunda-platform-8.3/Chart.yaml b/charts/camunda-platform-8.3/Chart.yaml index a160880e2d..8150c29b1a 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.23 +version: 8.3.24 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 68f4addd7d..6b813428e5 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.23 +version: 8.3.24 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 index 2a88fd6e06..b43aebbdbd 100644 --- a/charts/camunda-platform-8.4/CHANGELOG.md +++ b/charts/camunda-platform-8.4/CHANGELOG.md @@ -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) diff --git a/charts/camunda-platform-8.4/Chart.yaml b/charts/camunda-platform-8.4/Chart.yaml index 5a177bcd69..65d7ff014a 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.4.6 +version: 9.4.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 f64c1c85ec..cb0c603f80 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.4.6 +version: 9.4.7 type: application icon: https://helm.camunda.io/imgs/camunda.svg dependencies: diff --git a/charts/camunda-platform-8.5/CHANGELOG.md b/charts/camunda-platform-8.5/CHANGELOG.md index 2f8786cc7f..fd82445f17 100644 --- a/charts/camunda-platform-8.5/CHANGELOG.md +++ b/charts/camunda-platform-8.5/CHANGELOG.md @@ -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) diff --git a/charts/camunda-platform-8.5/Chart.yaml b/charts/camunda-platform-8.5/Chart.yaml index f01f96a08a..b09747c7ee 100644 --- a/charts/camunda-platform-8.5/Chart.yaml +++ b/charts/camunda-platform-8.5/Chart.yaml @@ -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. diff --git a/charts/camunda-platform-8.6/CHANGELOG.md b/charts/camunda-platform-8.6/CHANGELOG.md index 14f9aceef3..35327913f8 100644 --- a/charts/camunda-platform-8.6/CHANGELOG.md +++ b/charts/camunda-platform-8.6/CHANGELOG.md @@ -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) diff --git a/charts/camunda-platform-8.6/Chart.yaml b/charts/camunda-platform-8.6/Chart.yaml index 59c745cb84..313017c365 100644 --- a/charts/camunda-platform-8.6/Chart.yaml +++ b/charts/camunda-platform-8.6/Chart.yaml @@ -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. diff --git a/charts/camunda-platform-alpha/CHANGELOG.md b/charts/camunda-platform-alpha/CHANGELOG.md new file mode 100644 index 0000000000..06de47dbef --- /dev/null +++ b/charts/camunda-platform-alpha/CHANGELOG.md @@ -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)) diff --git a/charts/camunda-platform-alpha/Chart.yaml b/charts/camunda-platform-alpha/Chart.yaml index bb4fe38d4a..01e06b3dc7 100644 --- a/charts/camunda-platform-alpha/Chart.yaml +++ b/charts/camunda-platform-alpha/Chart.yaml @@ -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.