From 03d0e568fb4691b2985230bc0a756414f65b3b74 Mon Sep 17 00:00:00 2001 From: Carlo Sana Date: Fri, 8 Nov 2024 16:48:14 +0100 Subject: [PATCH 1/2] chore: bump benchmark chart version to 0.3.7 --- 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 5f00d4c..bc9760e 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.6 +version: 0.3.7 appVersion: "8.2.5" sources: - https://github.com/zeebe-io/benchmark-helm From 017a3e57cfe604a523b15ee2f786527b82859a74 Mon Sep 17 00:00:00 2001 From: Carlo Sana Date: Fri, 8 Nov 2024 16:48:15 +0100 Subject: [PATCH 2/2] chore: add release notes for benchmark 0.3.7 --- .../Chart-with-artifacthub-changes.yaml.tmp | 4 ++-- charts/zeebe-benchmark/Chart.yaml | 2 +- charts/zeebe-benchmark/RELEASE-NOTES.md | 10 +++++----- 3 files changed, 8 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 5f00d4c..7a2349d 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.6 +version: 0.3.7 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: "- kind: fixed\n description: \"increase zeebe cpu limit to 1.7 in default benchmark\"\n" + artifacthub.io/changes: "- kind: fixed\n description: \"cpu request & limits were inverted in default benchmark\"\n" diff --git a/charts/zeebe-benchmark/Chart.yaml b/charts/zeebe-benchmark/Chart.yaml index bc9760e..7a2349d 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: fixed\n description: \"increase zeebe cpu limit to 1.7 in default benchmark\"\n" + artifacthub.io/changes: "- kind: fixed\n description: \"cpu request & limits were inverted in default benchmark\"\n" diff --git a/charts/zeebe-benchmark/RELEASE-NOTES.md b/charts/zeebe-benchmark/RELEASE-NOTES.md index fe1274c..0ad60b0 100644 --- a/charts/zeebe-benchmark/RELEASE-NOTES.md +++ b/charts/zeebe-benchmark/RELEASE-NOTES.md @@ -2,15 +2,15 @@ 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.6](https://github.com/camunda/camunda-platform-helm/compare/zeebe-benchmark-0.3.5...zeebe-benchmark-0.3.6) (2024-11-08) + +## [zeebe-benchmark-0.3.7](https://github.com/camunda/camunda-platform-helm/compare/zeebe-benchmark-0.3.6...zeebe-benchmark-0.3.7) (2024-11-08) ### Fix -* increase zeebe cpu limit to 1.7 in default benchmark +* cpu request & limits were inverted in default benchmark ### Pull Requests -* Merge pull request [#206](https://github.com/camunda/camunda-platform-helm/issues/206) from zeebe-io/cs-bump-cpu-limit-on-default-benchmark -* Merge pull request [#205](https://github.com/camunda/camunda-platform-helm/issues/205) from zeebe-io/release +* Merge pull request [#208](https://github.com/camunda/camunda-platform-helm/issues/208) from zeebe-io/cs-fix-cpu-limits-request-in-default-benchmark +* Merge pull request [#207](https://github.com/camunda/camunda-platform-helm/issues/207) from zeebe-io/release