From 2f782f820356369801b793d0f6f5aba5c8f0b33e Mon Sep 17 00:00:00 2001 From: Tobias Metzke-Bernstein <586643+tmetzke@users.noreply.github.com> Date: Thu, 26 Sep 2024 11:07:54 +0200 Subject: [PATCH 1/2] chore: bump benchmark chart version to 0.3.3 --- charts/zeebe-benchmark/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/zeebe-benchmark/Chart.yaml b/charts/zeebe-benchmark/Chart.yaml index 88711fc..f32f02e 100644 --- a/charts/zeebe-benchmark/Chart.yaml +++ b/charts/zeebe-benchmark/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: zeebe-benchmark description: A Helm chart for Zeebe benchmarks type: application -version: 0.3.2 +version: 0.3.3 appVersion: "8.2.5" sources: - https://github.com/zeebe-io/benchmark-helm From e0d7ebac59338aca4944e6e405e972f4b2816cbe Mon Sep 17 00:00:00 2001 From: Tobias Metzke-Bernstein <586643+tmetzke@users.noreply.github.com> Date: Thu, 26 Sep 2024 11:07:59 +0200 Subject: [PATCH 2/2] chore: add release notes for benchmark 0.3.3 --- .../Chart-with-artifacthub-changes.yaml.tmp | 4 +-- charts/zeebe-benchmark/Chart.yaml | 2 +- charts/zeebe-benchmark/RELEASE-NOTES.md | 31 ++++++++++++++++--- 3 files changed, 29 insertions(+), 8 deletions(-) diff --git a/charts/zeebe-benchmark/Chart-with-artifacthub-changes.yaml.tmp b/charts/zeebe-benchmark/Chart-with-artifacthub-changes.yaml.tmp index 88711fc..138db23 100644 --- a/charts/zeebe-benchmark/Chart-with-artifacthub-changes.yaml.tmp +++ b/charts/zeebe-benchmark/Chart-with-artifacthub-changes.yaml.tmp @@ -2,7 +2,7 @@ apiVersion: v2 name: zeebe-benchmark description: A Helm chart for Zeebe benchmarks type: application -version: 0.3.2 +version: 0.3.3 appVersion: "8.2.5" sources: - https://github.com/zeebe-io/benchmark-helm @@ -26,4 +26,4 @@ annotations: - name: Zeebe Docs url: https://docs.camunda.io/docs/components/zeebe/zeebe-overview/ artifacthub.io/containsSecurityUpdates: "false" - artifacthub.io/changes: "" + artifacthub.io/changes: "- kind: added\n description: \"support credentials on starter\"\n- kind: added\n description: \"support credentials on Workers\"\n- kind: added\n description: \"define credentials secret\"\n- kind: added\n description: \"add helper to find correct secret name\"\n- kind: added\n description: \"define new values for SaaS credentials\"\n- kind: fixed\n description: \"scale workers down\"\n- kind: fixed\n description: \"reduce capacity of workers\"\n- kind: fixed\n description: \"use previously completionDelay default\"\n- kind: changed\n description: \"optimize workers\"\n" diff --git a/charts/zeebe-benchmark/Chart.yaml b/charts/zeebe-benchmark/Chart.yaml index f32f02e..138db23 100644 --- a/charts/zeebe-benchmark/Chart.yaml +++ b/charts/zeebe-benchmark/Chart.yaml @@ -26,4 +26,4 @@ annotations: - name: Zeebe Docs url: https://docs.camunda.io/docs/components/zeebe/zeebe-overview/ artifacthub.io/containsSecurityUpdates: "false" - artifacthub.io/changes: "" + artifacthub.io/changes: "- kind: added\n description: \"support credentials on starter\"\n- kind: added\n description: \"support credentials on Workers\"\n- kind: added\n description: \"define credentials secret\"\n- kind: added\n description: \"add helper to find correct secret name\"\n- kind: added\n description: \"define new values for SaaS credentials\"\n- kind: fixed\n description: \"scale workers down\"\n- kind: fixed\n description: \"reduce capacity of workers\"\n- kind: fixed\n description: \"use previously completionDelay default\"\n- kind: changed\n description: \"optimize workers\"\n" diff --git a/charts/zeebe-benchmark/RELEASE-NOTES.md b/charts/zeebe-benchmark/RELEASE-NOTES.md index dc9d783..66cdebb 100644 --- a/charts/zeebe-benchmark/RELEASE-NOTES.md +++ b/charts/zeebe-benchmark/RELEASE-NOTES.md @@ -2,15 +2,36 @@ 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. - -## [zeebe-benchmark-0.3.2](https://github.com/camunda/camunda-platform-helm/compare/zeebe-benchmark-0.3.1...zeebe-benchmark-0.3.2) (2024-09-17) + +## [zeebe-benchmark-0.3.3](https://github.com/camunda/camunda-platform-helm/compare/zeebe-benchmark-0.3.2...zeebe-benchmark-0.3.3) (2024-09-26) + +### Feat + +* support credentials on starter +* support credentials on Workers +* define credentials secret +* add helper to find correct secret name +* define new values for SaaS credentials + +### Fix + +* scale workers down +* reduce capacity of workers +* use previously completionDelay default + +### Refactor + +* optimize workers ### Test -* update golden tests -* update golden files +* verify existing secret behavior +* add golden test for credentials +* generate golden ### Pull Requests -* Merge pull request [#191](https://github.com/camunda/camunda-platform-helm/issues/191) from zeebe-io/release +* Merge pull request [#195](https://github.com/camunda/camunda-platform-helm/issues/195) from zeebe-io/ck-saas-support +* Merge pull request [#194](https://github.com/camunda/camunda-platform-helm/issues/194) from zeebe-io/ck-improve-worker-configs +* Merge pull request [#192](https://github.com/camunda/camunda-platform-helm/issues/192) from zeebe-io/release