From ada1cde41730ed4e1064b5ee02d599c42ef2c215 Mon Sep 17 00:00:00 2001 From: "distro-ci[bot]" <122795778+distro-ci[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 01:37:16 +0000 Subject: [PATCH 1/2] chore(release): Camunda Platform Helm Chart --- .../release-please/.release-please-manifest.json | 6 +++--- charts/camunda-platform-8.5/CHANGELOG.md | 8 ++++++++ charts/camunda-platform-8.5/Chart.yaml | 2 +- charts/camunda-platform-8.6/CHANGELOG.md | 8 ++++++++ charts/camunda-platform-8.6/Chart.yaml | 2 +- charts/camunda-platform-alpha/CHANGELOG.md | 13 +++++++++++++ charts/camunda-platform-alpha/Chart.yaml | 2 +- 7 files changed, 35 insertions(+), 6 deletions(-) create mode 100644 charts/camunda-platform-8.5/CHANGELOG.md create mode 100644 charts/camunda-platform-8.6/CHANGELOG.md create mode 100644 charts/camunda-platform-alpha/CHANGELOG.md 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..3e117d5e6d --- /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-22) + + +### 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..6caeaf319a --- /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-22) + + +### 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..0c256edd1b --- /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-22) + + +### 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. From f00dbc5ae8aaf1bcdeb42da65c109f153890952d Mon Sep 17 00:00:00 2001 From: "distro-ci[bot]" <122795778+distro-ci[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 01:39:40 +0000 Subject: [PATCH 2/2] chore(release): update chart files --- charts/camunda-platform-8.5/CHANGELOG.md | 8 ---- charts/camunda-platform-8.5/Chart.yaml | 4 +- charts/camunda-platform-8.5/RELEASE-NOTES.md | 17 +++++-- charts/camunda-platform-8.6/CHANGELOG.md | 8 ---- charts/camunda-platform-8.6/Chart.yaml | 8 +--- charts/camunda-platform-8.6/RELEASE-NOTES.md | 43 ++++++++--------- charts/camunda-platform-alpha/CHANGELOG.md | 13 ----- charts/camunda-platform-alpha/Chart.yaml | 10 ++-- .../camunda-platform-alpha/RELEASE-NOTES.md | 45 +++++++++--------- version-matrix.sqlite | Bin 86016 -> 86016 bytes 10 files changed, 62 insertions(+), 94 deletions(-) delete mode 100644 charts/camunda-platform-8.5/CHANGELOG.md delete mode 100644 charts/camunda-platform-8.6/CHANGELOG.md delete mode 100644 charts/camunda-platform-alpha/CHANGELOG.md diff --git a/charts/camunda-platform-8.5/CHANGELOG.md b/charts/camunda-platform-8.5/CHANGELOG.md deleted file mode 100644 index 3e117d5e6d..0000000000 --- a/charts/camunda-platform-8.5/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ -# 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-22) - - -### 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 cc04ba03ff..e32e5f8296 100644 --- a/charts/camunda-platform-8.5/Chart.yaml +++ b/charts/camunda-platform-8.5/Chart.yaml @@ -59,4 +59,6 @@ annotations: - name: Camunda 8 Self-Managed Helm charts url: https://github.com/camunda/camunda-platform-helm artifacthub.io/containsSecurityUpdates: "false" - artifacthub.io/changes: "" + artifacthub.io/changes: | + - kind: added + description: "Configure web-modeler restapi JWK Set URI" diff --git a/charts/camunda-platform-8.5/RELEASE-NOTES.md b/charts/camunda-platform-8.5/RELEASE-NOTES.md index 700d62489c..5c40270ea7 100644 --- a/charts/camunda-platform-8.5/RELEASE-NOTES.md +++ b/charts/camunda-platform-8.5/RELEASE-NOTES.md @@ -1,11 +1,18 @@ The changelog is automatically generated and it follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) format. + +## [camunda-platform-10.5.0](https://github.com/camunda/camunda-platform-helm/releases/tag/camunda-platform-10.5.0) (2025-01-22) + +### Features + +- Configure web-modeler restapi JWK Set URI (#2704) + ### Release Info Supported versions: - Camunda applications: [8.5](https://github.com/camunda/camunda-platform/releases?q=tag%3A8.5&expanded=true) -- Helm values: [10.4.8](https://artifacthub.io/packages/helm/camunda/camunda-platform/10.4.8#parameters) +- Helm values: [10.5.0](https://artifacthub.io/packages/helm/camunda/camunda-platform/10.5.0#parameters) - Helm CLI: [3.17.0](https://github.com/helm/helm/releases/tag/v3.17.0) Camunda images: @@ -26,7 +33,7 @@ Non-Camunda images: - docker.io/bitnami/elasticsearch:8.12.2 - docker.io/bitnami/keycloak:23.0.7 - docker.io/bitnami/os-shell:12-debian-12-r18 -- docker.io/bitnami/postgresql:14.15.0-debian-12-r8 +- docker.io/bitnami/postgresql:14.15.0-debian-12-r10 - docker.io/bitnami/postgresql:15.10.0-debian-12-r2 ### Verification @@ -34,8 +41,8 @@ Non-Camunda images: To verify the integrity of the Helm chart using [Cosign](https://docs.sigstore.dev/signing/quickstart/): ```shell -cosign verify-blob camunda-platform-10.4.8.tgz \ - --bundle camunda-platform-10.4.8.cosign.bundle \ +cosign verify-blob camunda-platform-10.5.0.tgz \ + --bundle camunda-platform-10.5.0.cosign.bundle \ --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \ - --certificate-identity "https://github.com/camunda/camunda-platform-helm/.github/workflows/chart-release-chores.yml@refs/pull/2786/merge" + --certificate-identity "https://github.com/camunda/camunda-platform-helm/.github/workflows/chart-release-chores.yml@refs/pull/2787/merge" ``` diff --git a/charts/camunda-platform-8.6/CHANGELOG.md b/charts/camunda-platform-8.6/CHANGELOG.md deleted file mode 100644 index 6caeaf319a..0000000000 --- a/charts/camunda-platform-8.6/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ -# 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-22) - - -### 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 292bf8a999..5741fa905e 100644 --- a/charts/camunda-platform-8.6/Chart.yaml +++ b/charts/camunda-platform-8.6/Chart.yaml @@ -54,7 +54,7 @@ maintainers: - name: jessesimpson36 email: jesse.simpson@camunda.com annotations: - camunda.io/helmCLIVersion: "3.16.3" + camunda.io/helmCLIVersion: "3.17.0" artifacthub.io/links: | - name: Camunda 8 docs url: https://docs.camunda.io/ @@ -65,8 +65,4 @@ annotations: artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: | - kind: added - description: "Adding TLS support to console" - - kind: added - description: "Add core unified prefix for Elasticsearch/OpenSearch" - - kind: fixed - description: "Add default webModler url when ingress is disabled" + description: "Configure web-modeler restapi JWK Set URI" diff --git a/charts/camunda-platform-8.6/RELEASE-NOTES.md b/charts/camunda-platform-8.6/RELEASE-NOTES.md index 39c7d71a7f..e1b1055761 100644 --- a/charts/camunda-platform-8.6/RELEASE-NOTES.md +++ b/charts/camunda-platform-8.6/RELEASE-NOTES.md @@ -1,15 +1,10 @@ The changelog is automatically generated and it follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) format. -## [camunda-platform-11.1.0](https://github.com/camunda/camunda-platform-helm/releases/tag/camunda-platform-11.1.0) (2024-12-10) +## [camunda-platform-11.2.0](https://github.com/camunda/camunda-platform-helm/releases/tag/camunda-platform-11.2.0) (2025-01-22) ### Features -- Adding TLS support to console (#2505) -- Add core unified prefix for Elasticsearch/OpenSearch (#2643) - -### Fixes - -- Add default webModler url when ingress is disabled (#2566) +- Configure web-modeler restapi JWK Set URI (#2704) ### Release Info @@ -17,28 +12,28 @@ The changelog is automatically generated and it follows [Conventional Commits](h Supported versions: - Camunda applications: [8.6](https://github.com/camunda/camunda-platform/releases?q=tag%3A8.6&expanded=true) -- Helm values: [11.1.0](https://artifacthub.io/packages/helm/camunda/camunda-platform/11.1.0#parameters) -- Helm CLI: [3.16.3](https://github.com/helm/helm/releases/tag/v3.16.3) +- Helm values: [11.2.0](https://artifacthub.io/packages/helm/camunda/camunda-platform/11.2.0#parameters) +- Helm CLI: [3.17.0](https://github.com/helm/helm/releases/tag/v3.17.0) Camunda images: -- docker.io/camunda/connectors-bundle:8.6.5 -- docker.io/camunda/console:8.6.36 -- docker.io/camunda/identity:8.6.6 +- docker.io/camunda/connectors-bundle:8.6.6 +- docker.io/camunda/console:8.6.47 +- docker.io/camunda/identity:8.6.7 - docker.io/camunda/keycloak:25.0.6 -- docker.io/camunda/operate:8.6.6 -- docker.io/camunda/optimize:8.6.3 -- docker.io/camunda/tasklist:8.6.6 -- docker.io/camunda/web-modeler-restapi:8.6.4 -- docker.io/camunda/web-modeler-webapp:8.6.4 -- docker.io/camunda/web-modeler-websockets:8.6.4 -- docker.io/camunda/zeebe:8.6.6 +- docker.io/camunda/operate:8.6.7 +- docker.io/camunda/optimize:8.6.4 +- docker.io/camunda/tasklist:8.6.7 +- docker.io/camunda/web-modeler-restapi:8.6.6 +- docker.io/camunda/web-modeler-webapp:8.6.6 +- docker.io/camunda/web-modeler-websockets:8.6.6 +- docker.io/camunda/zeebe:8.6.7 Non-Camunda images: - docker.io/bitnami/elasticsearch:8.15.4 -- docker.io/bitnami/os-shell:12-debian-12-r33 -- docker.io/bitnami/postgresql:14.15.0-debian-12-r2 +- docker.io/bitnami/os-shell:12-debian-12-r34 +- docker.io/bitnami/postgresql:14.15.0-debian-12-r10 - docker.io/bitnami/postgresql:15.10.0-debian-12-r2 ### Verification @@ -46,8 +41,8 @@ Non-Camunda images: To verify the integrity of the Helm chart using [Cosign](https://docs.sigstore.dev/signing/quickstart/): ```shell -cosign verify-blob camunda-platform-11.1.0.tgz \ - --bundle camunda-platform-11.1.0.cosign.bundle \ +cosign verify-blob camunda-platform-11.2.0.tgz \ + --bundle camunda-platform-11.2.0.cosign.bundle \ --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \ - --certificate-identity "https://github.com/camunda/camunda-platform-helm/.github/workflows/chart-release-chores.yml@refs/pull/2560/merge" + --certificate-identity "https://github.com/camunda/camunda-platform-helm/.github/workflows/chart-release-chores.yml@refs/pull/2787/merge" ``` diff --git a/charts/camunda-platform-alpha/CHANGELOG.md b/charts/camunda-platform-alpha/CHANGELOG.md deleted file mode 100644 index 0c256edd1b..0000000000 --- a/charts/camunda-platform-alpha/CHANGELOG.md +++ /dev/null @@ -1,13 +0,0 @@ -# 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-22) - - -### 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 7c3d4801f9..0403c13167 100644 --- a/charts/camunda-platform-alpha/Chart.yaml +++ b/charts/camunda-platform-alpha/Chart.yaml @@ -54,7 +54,7 @@ maintainers: - name: jessesimpson36 email: jesse.simpson@camunda.com annotations: - camunda.io/helmCLIVersion: "3.16.3" + camunda.io/helmCLIVersion: "3.17.0" artifacthub.io/links: | - name: Camunda 8 docs url: https://docs.camunda.io/ @@ -65,8 +65,6 @@ annotations: artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: | - kind: added - description: "Adding TLS support to console" - - kind: added - description: "Add core unified prefix for Elasticsearch/OpenSearch" - - kind: fixed - description: "Add default webModler url when ingress is disabled" + description: "Configure web-modeler restapi JWK Set URI" + - kind: changed + description: "Switch 8.7 to 8.6 chart structure" diff --git a/charts/camunda-platform-alpha/RELEASE-NOTES.md b/charts/camunda-platform-alpha/RELEASE-NOTES.md index 39c7d71a7f..0a7211dc59 100644 --- a/charts/camunda-platform-alpha/RELEASE-NOTES.md +++ b/charts/camunda-platform-alpha/RELEASE-NOTES.md @@ -1,44 +1,43 @@ The changelog is automatically generated and it follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) format. -## [camunda-platform-11.1.0](https://github.com/camunda/camunda-platform-helm/releases/tag/camunda-platform-11.1.0) (2024-12-10) +## [camunda-platform-8.8.0-alpha2](https://github.com/camunda/camunda-platform-helm/releases/tag/camunda-platform-8.8.0-alpha2) (2025-01-22) ### Features -- Adding TLS support to console (#2505) -- Add core unified prefix for Elasticsearch/OpenSearch (#2643) +- Configure web-modeler restapi JWK Set URI (#2704) -### Fixes +### Refactor -- Add default webModler url when ingress is disabled (#2566) +- Switch 8.7 to 8.6 chart structure (#2790) ### Release Info Supported versions: -- Camunda applications: [8.6](https://github.com/camunda/camunda-platform/releases?q=tag%3A8.6&expanded=true) -- Helm values: [11.1.0](https://artifacthub.io/packages/helm/camunda/camunda-platform/11.1.0#parameters) -- Helm CLI: [3.16.3](https://github.com/helm/helm/releases/tag/v3.16.3) +- Camunda applications: [8.7](https://github.com/camunda/camunda-platform/releases?q=tag%3A8.7&expanded=true) +- Helm values: [8.8.0-alpha2](https://artifacthub.io/packages/helm/camunda/camunda-platform/8.8.0-alpha2#parameters) +- Helm CLI: [3.17.0](https://github.com/helm/helm/releases/tag/v3.17.0) Camunda images: -- docker.io/camunda/connectors-bundle:8.6.5 -- docker.io/camunda/console:8.6.36 -- docker.io/camunda/identity:8.6.6 +- docker.io/camunda/connectors-bundle:8.6.6 +- docker.io/camunda/console:8.6.46 +- docker.io/camunda/identity:8.6.7 - docker.io/camunda/keycloak:25.0.6 -- docker.io/camunda/operate:8.6.6 -- docker.io/camunda/optimize:8.6.3 -- docker.io/camunda/tasklist:8.6.6 -- docker.io/camunda/web-modeler-restapi:8.6.4 -- docker.io/camunda/web-modeler-webapp:8.6.4 -- docker.io/camunda/web-modeler-websockets:8.6.4 -- docker.io/camunda/zeebe:8.6.6 +- docker.io/camunda/operate:8.6.7 +- docker.io/camunda/optimize:8.6.4 +- docker.io/camunda/tasklist:8.6.7 +- docker.io/camunda/web-modeler-restapi:8.6.6 +- docker.io/camunda/web-modeler-webapp:8.6.6 +- docker.io/camunda/web-modeler-websockets:8.6.6 +- docker.io/camunda/zeebe:8.6.7 Non-Camunda images: - docker.io/bitnami/elasticsearch:8.15.4 -- docker.io/bitnami/os-shell:12-debian-12-r33 -- docker.io/bitnami/postgresql:14.15.0-debian-12-r2 +- docker.io/bitnami/os-shell:12-debian-12-r34 +- docker.io/bitnami/postgresql:14.15.0-debian-12-r10 - docker.io/bitnami/postgresql:15.10.0-debian-12-r2 ### Verification @@ -46,8 +45,8 @@ Non-Camunda images: To verify the integrity of the Helm chart using [Cosign](https://docs.sigstore.dev/signing/quickstart/): ```shell -cosign verify-blob camunda-platform-11.1.0.tgz \ - --bundle camunda-platform-11.1.0.cosign.bundle \ +cosign verify-blob camunda-platform-8.8.0-alpha2.tgz \ + --bundle camunda-platform-8.8.0-alpha2.cosign.bundle \ --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \ - --certificate-identity "https://github.com/camunda/camunda-platform-helm/.github/workflows/chart-release-chores.yml@refs/pull/2560/merge" + --certificate-identity "https://github.com/camunda/camunda-platform-helm/.github/workflows/chart-release-chores.yml@refs/pull/2787/merge" ``` diff --git a/version-matrix.sqlite b/version-matrix.sqlite index bf3b92d637ea5b009e4a110cc8f798f15c0c1e8d..9cd4b635cb34e362c82bf7fadd7be3714f33785f 100644 GIT binary patch delta 204 zcmZozz}m2Yb%Hdb$wV1vMw7;btqF`v>;>2u)-&)<;8x&BWL?Ot&9HuA;cVfS%6t~p z&Ugzw3q1qf#GHbRM5D!^kAIN4gk`hLkj=^ delta 43 zcmZozz}m2Yb%Hdb;Y1l{M#IL0tqF`v?75gZ5*c_Wa4T>mZY&Ju*q-RYIG-H=7$OW$