From f31ae3145633289c747d18b95d7bbca0f27b8d0f Mon Sep 17 00:00:00 2001 From: Christopher Zell Date: Tue, 29 Oct 2024 08:31:09 +0100 Subject: [PATCH] chore: add release notes for benchmark 0.3.4 --- .../Chart-with-artifacthub-changes.yaml.tmp | 6 ++-- charts/zeebe-benchmark/Chart.yaml | 2 +- charts/zeebe-benchmark/RELEASE-NOTES.md | 35 ++++++++----------- 3 files changed, 19 insertions(+), 24 deletions(-) diff --git a/charts/zeebe-benchmark/Chart-with-artifacthub-changes.yaml.tmp b/charts/zeebe-benchmark/Chart-with-artifacthub-changes.yaml.tmp index 138db23..663eeee 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.3 +version: 0.3.4 appVersion: "8.2.5" sources: - https://github.com/zeebe-io/benchmark-helm @@ -10,7 +10,7 @@ sources: dependencies: - name: camunda-platform repository: "oci://ghcr.io/camunda/helm" - version: "0.0.0-8.6.0-alpha4" + version: "0.0.0-rc-8.6" condition: "camunda.enabled" - name: prometheus-elasticsearch-exporter repository: "https://prometheus-community.github.io/helm-charts" @@ -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: "- 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" + artifacthub.io/changes: "- kind: added\n description: \"introduce worker threads\"\n- kind: added\n description: \"remove repeated completion delay, and only add this if not set.\"\n- kind: fixed\n description: \"regen threads\"\n- kind: fixed\n description: \"increase worker threads\"\n- kind: fixed\n description: \"use larger disks to avoid throttling\"\n" diff --git a/charts/zeebe-benchmark/Chart.yaml b/charts/zeebe-benchmark/Chart.yaml index 0e028aa..663eeee 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: "- 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" + artifacthub.io/changes: "- kind: added\n description: \"introduce worker threads\"\n- kind: added\n description: \"remove repeated completion delay, and only add this if not set.\"\n- kind: fixed\n description: \"regen threads\"\n- kind: fixed\n description: \"increase worker threads\"\n- kind: fixed\n description: \"use larger disks to avoid throttling\"\n" diff --git a/charts/zeebe-benchmark/RELEASE-NOTES.md b/charts/zeebe-benchmark/RELEASE-NOTES.md index 66cdebb..7baffa5 100644 --- a/charts/zeebe-benchmark/RELEASE-NOTES.md +++ b/charts/zeebe-benchmark/RELEASE-NOTES.md @@ -2,36 +2,31 @@ 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.3](https://github.com/camunda/camunda-platform-helm/compare/zeebe-benchmark-0.3.2...zeebe-benchmark-0.3.3) (2024-09-26) + +## [zeebe-benchmark-0.3.4](https://github.com/camunda/camunda-platform-helm/compare/zeebe-benchmark-0.3.3...zeebe-benchmark-0.3.4) (2024-10-29) -### Feat +### Build -* support credentials on starter -* support credentials on Workers -* define credentials secret -* add helper to find correct secret name -* define new values for SaaS credentials +* update chart version -### Fix +### Feat -* scale workers down -* reduce capacity of workers -* use previously completionDelay default +* introduce worker threads +* remove repeated completion delay, and only add this if not set. -### Refactor +### Fix -* optimize workers +* regen threads +* increase worker threads +* use larger disks to avoid throttling ### Test -* verify existing secret behavior -* add golden test for credentials -* generate golden +* update golden files +* adjust golded file for new disk size ### Pull Requests -* 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 +* Merge pull request [#186](https://github.com/camunda/camunda-platform-helm/issues/186) from zeebe-io/ls/increase-disk-size +* Merge pull request [#196](https://github.com/camunda/camunda-platform-helm/issues/196) from zeebe-io/release