From fa51fe60e9df9d677176dd77d50d722f55900f3e Mon Sep 17 00:00:00 2001 From: rodrigolourencolopes Date: Thu, 22 Aug 2024 12:26:19 +0200 Subject: [PATCH 1/2] chore: bump benchmark chart version to 0.2.4 --- 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 b7442cb..0f9342d 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.2.3 +version: 0.2.4 appVersion: "8.2.5" sources: - https://github.com/zeebe-io/benchmark-helm From 8bebab2090d64e6b8bb06e135cb86e8472c920eb Mon Sep 17 00:00:00 2001 From: rodrigolourencolopes Date: Thu, 22 Aug 2024 12:26:21 +0200 Subject: [PATCH 2/2] chore: add release notes for benchmark 0.2.4 --- .../Chart-with-artifacthub-changes.yaml.tmp | 4 ++-- charts/zeebe-benchmark/Chart.yaml | 2 +- charts/zeebe-benchmark/RELEASE-NOTES.md | 12 ++++-------- 3 files changed, 7 insertions(+), 11 deletions(-) diff --git a/charts/zeebe-benchmark/Chart-with-artifacthub-changes.yaml.tmp b/charts/zeebe-benchmark/Chart-with-artifacthub-changes.yaml.tmp index b7442cb..c741431 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.2.3 +version: 0.2.4 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: added\n description: \"add more details to NOTES\"\n" + artifacthub.io/changes: "- kind: added\n description: \"enable write rate limits for the benchmarks.\"\n" diff --git a/charts/zeebe-benchmark/Chart.yaml b/charts/zeebe-benchmark/Chart.yaml index 0f9342d..c741431 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: \"add more details to NOTES\"\n" + artifacthub.io/changes: "- kind: added\n description: \"enable write rate limits for the benchmarks.\"\n" diff --git a/charts/zeebe-benchmark/RELEASE-NOTES.md b/charts/zeebe-benchmark/RELEASE-NOTES.md index c2f0718..80e1118 100644 --- a/charts/zeebe-benchmark/RELEASE-NOTES.md +++ b/charts/zeebe-benchmark/RELEASE-NOTES.md @@ -2,18 +2,14 @@ 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.2.3](https://github.com/camunda/camunda-platform-helm/compare/zeebe-benchmark-0.2.2...zeebe-benchmark-0.2.3) (2024-08-16) + +## [zeebe-benchmark-0.2.4](https://github.com/camunda/camunda-platform-helm/compare/zeebe-benchmark-0.2.3...zeebe-benchmark-0.2.4) (2024-08-22) ### Feat -* add more details to NOTES +* enable write rate limits for the benchmarks. ### Test -* regenerate golden files - -### Pull Requests - -* Merge pull request [#172](https://github.com/camunda/camunda-platform-helm/issues/172) from zeebe-io/release +* add same config to test file which gets compared with the original.