From 198378c28a6d8b37943833d228a3bba8fc05b9f6 Mon Sep 17 00:00:00 2001 From: Ahmed AbouZaid <6760103+aabouzaid@users.noreply.github.com> Date: Mon, 10 Jun 2024 22:52:00 +0200 Subject: [PATCH] chore: update release notes --- charts/camunda-platform-8.2/Chart.yaml | 1 + charts/camunda-platform-8.3/Chart.yaml | 1 + charts/camunda-platform-8.4/Chart.yaml | 1 + charts/camunda-platform/Chart.yaml | 18 +++++++++++++++++- charts/camunda-platform/RELEASE-NOTES.md | 15 +++++++++++++-- charts/web-modeler-postgresql/Chart.yaml | 2 +- charts/web-modeler-postgresql/RELEASE-NOTES.md | 11 ----------- 7 files changed, 34 insertions(+), 15 deletions(-) diff --git a/charts/camunda-platform-8.2/Chart.yaml b/charts/camunda-platform-8.2/Chart.yaml index b8e1538f48..6c6b01099d 100644 --- a/charts/camunda-platform-8.2/Chart.yaml +++ b/charts/camunda-platform-8.2/Chart.yaml @@ -72,3 +72,4 @@ annotations: url: https://github.com/camunda/camunda-platform-helm artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: "" + helm.sh/cliVersion: 3.15.1 diff --git a/charts/camunda-platform-8.3/Chart.yaml b/charts/camunda-platform-8.3/Chart.yaml index 937c0b904c..9138991e97 100644 --- a/charts/camunda-platform-8.3/Chart.yaml +++ b/charts/camunda-platform-8.3/Chart.yaml @@ -57,3 +57,4 @@ annotations: url: https://github.com/camunda/camunda-platform-helm artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: "" + helm.sh/cliVersion: 3.15.1 diff --git a/charts/camunda-platform-8.4/Chart.yaml b/charts/camunda-platform-8.4/Chart.yaml index 8409679612..88d2ff3a86 100644 --- a/charts/camunda-platform-8.4/Chart.yaml +++ b/charts/camunda-platform-8.4/Chart.yaml @@ -59,3 +59,4 @@ annotations: url: https://github.com/camunda/camunda-platform-helm artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: "- kind: fixed\n description: \"operate should be 8.4.8 in helm 9.3.4\"\n" + helm.sh/cliVersion: 3.15.1 diff --git a/charts/camunda-platform/Chart.yaml b/charts/camunda-platform/Chart.yaml index 698948b337..5ffa2db1cb 100644 --- a/charts/camunda-platform/Chart.yaml +++ b/charts/camunda-platform/Chart.yaml @@ -50,7 +50,7 @@ maintainers: - name: aabouzaid email: ahmed.abouzaid@camunda.com annotations: - helm.sh/cliVersion: "3.14.4" + helm.sh/cliVersion: "3.15.1" artifacthub.io/links: | - name: Camunda 8 docs url: https://docs.camunda.io/ @@ -60,6 +60,20 @@ annotations: url: https://github.com/camunda/camunda-platform-helm artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: | + - kind: added + description: "warning and error for not setting existingSecrets for all components" + - kind: added + description: "support envFrom reference in all components" + - kind: added + description: "adding a constraint for identity existingSecret" + - kind: fixed + description: "release info did not respect the context path" + - kind: fixed + description: "update livenessProbe endpoint of zeebe" + - kind: fixed + description: "re-added the postgresql secret" + - kind: fixed + description: "Delete multi-region review comment in values.yaml" - kind: fixed description: "use component service account" - kind: fixed @@ -68,5 +82,7 @@ annotations: description: "set zeebe exporters empty map when disabled" - kind: fixed description: "add constraints for when identity is disabled and keycloak is enabled" + - kind: changed + description: "add support for seccomp profiles in all components" - kind: changed description: "update identity application yaml to match upstream" diff --git a/charts/camunda-platform/RELEASE-NOTES.md b/charts/camunda-platform/RELEASE-NOTES.md index 15fbc76a2a..3f2cbb7185 100644 --- a/charts/camunda-platform/RELEASE-NOTES.md +++ b/charts/camunda-platform/RELEASE-NOTES.md @@ -2,8 +2,8 @@ The changelog is automatically generated using [git-chglog](https://github.com/g and it follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) format. - -## [camunda-platform-10.0.5](https://github.com/camunda/camunda-platform-helm/compare/camunda-platform-10.0.4...camunda-platform-10.0.5) (2024-05-14) + +## [camunda-platform-10.1.0](https://github.com/camunda/camunda-platform-helm/compare/camunda-platform-10.0.4...camunda-platform-10.1.0) (2024-06-10) ### Ci @@ -13,8 +13,18 @@ and it follows [Conventional Commits](https://www.conventionalcommits.org/en/v1. * enhance version matrix structure ([#1742](https://github.com/camunda/camunda-platform-helm/issues/1742)) +### Feat + +* warning and error for not setting existingSecrets for all components ([#1876](https://github.com/camunda/camunda-platform-helm/issues/1876)) +* support envFrom reference in all components ([#1949](https://github.com/camunda/camunda-platform-helm/issues/1949)) +* adding a constraint for identity existingSecret ([#1969](https://github.com/camunda/camunda-platform-helm/issues/1969)) + ### Fix +* release info did not respect the context path ([#1908](https://github.com/camunda/camunda-platform-helm/issues/1908)) +* update livenessProbe endpoint of zeebe ([#1858](https://github.com/camunda/camunda-platform-helm/issues/1858)) +* re-added the postgresql secret ([#1845](https://github.com/camunda/camunda-platform-helm/issues/1845)) +* Delete multi-region review comment in values.yaml ([#1819](https://github.com/camunda/camunda-platform-helm/issues/1819)) * use component service account ([#1753](https://github.com/camunda/camunda-platform-helm/issues/1753)) * handle type of es url correctly ([#1752](https://github.com/camunda/camunda-platform-helm/issues/1752)) * set zeebe exporters empty map when disabled ([#1743](https://github.com/camunda/camunda-platform-helm/issues/1743)) @@ -22,5 +32,6 @@ and it follows [Conventional Commits](https://www.conventionalcommits.org/en/v1. ### Refactor +* add support for seccomp profiles in all components ([#1973](https://github.com/camunda/camunda-platform-helm/issues/1973)) * update identity application yaml to match upstream ([#1737](https://github.com/camunda/camunda-platform-helm/issues/1737)) diff --git a/charts/web-modeler-postgresql/Chart.yaml b/charts/web-modeler-postgresql/Chart.yaml index 39c1d666d6..f9d2b8794f 100644 --- a/charts/web-modeler-postgresql/Chart.yaml +++ b/charts/web-modeler-postgresql/Chart.yaml @@ -1,6 +1,6 @@ annotations: category: Database - helm.sh/cliVersion: 3.14.4 + helm.sh/cliVersion: 3.15.1 artifacthub.io/changes: | - kind: fixed description: "embed web-modeler postregsql chart in camunda chart" diff --git a/charts/web-modeler-postgresql/RELEASE-NOTES.md b/charts/web-modeler-postgresql/RELEASE-NOTES.md index 1edc2a0561..e69de29bb2 100644 --- a/charts/web-modeler-postgresql/RELEASE-NOTES.md +++ b/charts/web-modeler-postgresql/RELEASE-NOTES.md @@ -1,11 +0,0 @@ -The changelog is automatically generated using [git-chglog](https://github.com/git-chglog/git-chglog) -and it follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) format. - - - -## web-modeler-postgresql-11.9.13 (2024-05-14) - -### Fix - -* embed web-modeler postregsql chart in camunda chart ([#1590](https://github.com/camunda/camunda-platform-helm/issues/1590)) -