diff --git a/.github/config/release-please/.release-please-manifest.json b/.github/config/release-please/.release-please-manifest.json index e73a8a3e7e..77b6a06f0f 100644 --- a/.github/config/release-please/.release-please-manifest.json +++ b/.github/config/release-please/.release-please-manifest.json @@ -1,7 +1,7 @@ { "charts/camunda-platform-8.3": "8.3.23", "charts/camunda-platform-8.4": "9.4.6", - "charts/camunda-platform-8.5": "10.4.8", - "charts/camunda-platform-8.6": "11.1.1", - "charts/camunda-platform-alpha": "8.7.0-alpha2" + "charts/camunda-platform-8.5": "10.5.0", + "charts/camunda-platform-8.6": "11.2.0", + "charts/camunda-platform-alpha": "8.8.0-alpha2" } diff --git a/charts/camunda-platform-8.5/CHANGELOG.md b/charts/camunda-platform-8.5/CHANGELOG.md new file mode 100644 index 0000000000..eeb81d6792 --- /dev/null +++ b/charts/camunda-platform-8.5/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [10.5.0](https://github.com/camunda/camunda-platform-helm/compare/camunda-platform-8.5-v10.4.8...camunda-platform-8.5-10.5.0) (2025-01-21) + + +### Features + +* configure web-modeler restapi JWK Set URI ([#2704](https://github.com/camunda/camunda-platform-helm/issues/2704)) ([0be3045](https://github.com/camunda/camunda-platform-helm/commit/0be304587c72c25644f08e3520089065eff55a8a)) diff --git a/charts/camunda-platform-8.5/Chart.yaml b/charts/camunda-platform-8.5/Chart.yaml index 06fff70358..cc04ba03ff 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.8 +version: 10.5.0 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 new file mode 100644 index 0000000000..67d86a7adb --- /dev/null +++ b/charts/camunda-platform-8.6/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [11.2.0](https://github.com/camunda/camunda-platform-helm/compare/camunda-platform-8.6-v11.1.1...camunda-platform-8.6-11.2.0) (2025-01-21) + + +### Features + +* configure web-modeler restapi JWK Set URI ([#2704](https://github.com/camunda/camunda-platform-helm/issues/2704)) ([0be3045](https://github.com/camunda/camunda-platform-helm/commit/0be304587c72c25644f08e3520089065eff55a8a)) diff --git a/charts/camunda-platform-8.6/Chart.yaml b/charts/camunda-platform-8.6/Chart.yaml index 59c745cb84..292bf8a999 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.2.0 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..3f76adda55 --- /dev/null +++ b/charts/camunda-platform-alpha/CHANGELOG.md @@ -0,0 +1,13 @@ +# 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-21) + + +### Features + +* configure web-modeler restapi JWK Set URI ([#2704](https://github.com/camunda/camunda-platform-helm/issues/2704)) ([0be3045](https://github.com/camunda/camunda-platform-helm/commit/0be304587c72c25644f08e3520089065eff55a8a)) + + +### Refactors + +* switch 8.7 to 8.6 chart structure ([#2790](https://github.com/camunda/camunda-platform-helm/issues/2790)) ([24e9c1a](https://github.com/camunda/camunda-platform-helm/commit/24e9c1a2d57025dcd08a14fb2a324c4af4cdcbac)) diff --git a/charts/camunda-platform-alpha/Chart.yaml b/charts/camunda-platform-alpha/Chart.yaml index 6c4bbf90e5..7c3d4801f9 100644 --- a/charts/camunda-platform-alpha/Chart.yaml +++ b/charts/camunda-platform-alpha/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: camunda-platform -version: 8.7.0-alpha3 +version: 8.8.0-alpha2 appVersion: 8.7.x description: | Camunda 8 Self-Managed Helm charts.