From 5ee7f6af7e1b1078b7bea6864d0faae427d23264 Mon Sep 17 00:00:00 2001 From: Christopher Zell Date: Wed, 17 Jan 2024 17:01:12 +0100 Subject: [PATCH 1/2] chore: bump benchmark chart version to 0.2.0 --- 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 f064daa..baea73a 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.1.22 +version: 0.2.0 appVersion: "8.2.5" sources: - https://github.com/zeebe-io/benchmark-helm From 86ef3766a14c0fe6d83a007162cefc6afcdb31b2 Mon Sep 17 00:00:00 2001 From: Christopher Zell Date: Wed, 17 Jan 2024 17:01:13 +0100 Subject: [PATCH 2/2] chore: add release notes for benchmark 0.2.0 --- .../Chart-with-artifacthub-changes.yaml.tmp | 6 ++-- charts/zeebe-benchmark/Chart.yaml | 2 +- charts/zeebe-benchmark/RELEASE-NOTES.md | 34 ++++++++++++++++--- 3 files changed, 34 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 1aedf60..215caac 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.1.22 +version: 0.2.0 appVersion: "8.2.5" sources: - https://github.com/zeebe-io/benchmark-helm @@ -10,7 +10,7 @@ sources: dependencies: - name: camunda-platform repository: "https://helm.camunda.io" - version: 8.2.17 + version: 9.0.2 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: "" + artifacthub.io/changes: "- kind: added\n description: \"configure hourly index\"\n- kind: added\n description: \"update values file\"\n- kind: added\n description: \"upgrade to most recent camunda-platform helm chart\"\n- kind: fixed\n description: \"set a low min_age for operate\"\n- kind: fixed\n description: \"use lower value for min-age\"\n- kind: fixed\n description: \"use correct ES uri\"\n- kind: fixed\n description: \"use correct values for ES chart\"\n- kind: changed\n description: \"remove curator deployments\"\n- kind: changed\n description: \"remove additional retention policy cfg\"\n- kind: changed\n description: \"remove retention policy cfg\"\n" diff --git a/charts/zeebe-benchmark/Chart.yaml b/charts/zeebe-benchmark/Chart.yaml index baea73a..215caac 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: \"configure hourly index\"\n- kind: added\n description: \"update values file\"\n- kind: added\n description: \"upgrade to most recent camunda-platform helm chart\"\n- kind: fixed\n description: \"set a low min_age for operate\"\n- kind: fixed\n description: \"use lower value for min-age\"\n- kind: fixed\n description: \"use correct ES uri\"\n- kind: fixed\n description: \"use correct values for ES chart\"\n- kind: changed\n description: \"remove curator deployments\"\n- kind: changed\n description: \"remove additional retention policy cfg\"\n- kind: changed\n description: \"remove retention policy cfg\"\n" diff --git a/charts/zeebe-benchmark/RELEASE-NOTES.md b/charts/zeebe-benchmark/RELEASE-NOTES.md index 9d3ce7f..678f0e0 100644 --- a/charts/zeebe-benchmark/RELEASE-NOTES.md +++ b/charts/zeebe-benchmark/RELEASE-NOTES.md @@ -2,11 +2,37 @@ 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.1.22](https://github.com/camunda/camunda-platform-helm/compare/zeebe-benchmark-0.1.21...zeebe-benchmark-0.1.22) (2023-11-27) + +## [zeebe-benchmark-0.2.0](https://github.com/camunda/camunda-platform-helm/compare/zeebe-benchmark-0.1.22...zeebe-benchmark-0.2.0) (2024-01-17) + +### Feat + +* configure hourly index +* update values file +* upgrade to most recent camunda-platform helm chart + +### Fix + +* set a low min_age for operate +* use lower value for min-age +* use correct ES uri +* use correct values for ES chart + +### Refactor + +* remove curator deployments +* remove additional retention policy cfg +* remove retention policy cfg + +### Test + +* update golden +* remove curator from golden test +* update golden files +* update golden files +* update golden tests ### Pull Requests -* Merge pull request [#121](https://github.com/camunda/camunda-platform-helm/issues/121) from zeebe-io/meg-15000-gateway-memory -* Merge pull request [#102](https://github.com/camunda/camunda-platform-helm/issues/102) from zeebe-io/release +* Merge pull request [#123](https://github.com/camunda/camunda-platform-helm/issues/123) from zeebe-io/release