From 44c12edde0d8edf1cdd0c7262cc337c2041c142b Mon Sep 17 00:00:00 2001 From: Christopher Zell Date: Fri, 22 Sep 2023 16:33:37 +0200 Subject: [PATCH] chore: add release notes for benchmark 0.1.19 --- .../Chart-with-artifacthub-changes.yaml.tmp | 4 +-- charts/zeebe-benchmark/Chart.yaml | 2 +- charts/zeebe-benchmark/RELEASE-NOTES.md | 25 +++++++++++++++---- 3 files changed, 23 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 493d0df..1f2b5b4 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.18 +version: 0.1.19 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: \"match memory request and limit for brokers\"\n" + artifacthub.io/changes: "- kind: added\n description: \"adjust schedule\"\n- kind: added\n description: \"define new retentionPolicy\"\n- kind: added\n description: \"add new templates for curator\"\n- kind: changed\n description: \"adjust name and labels\"\n" diff --git a/charts/zeebe-benchmark/Chart.yaml b/charts/zeebe-benchmark/Chart.yaml index b7ae4f7..1f2b5b4 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: \"match memory request and limit for brokers\"\n" + artifacthub.io/changes: "- kind: added\n description: \"adjust schedule\"\n- kind: added\n description: \"define new retentionPolicy\"\n- kind: added\n description: \"add new templates for curator\"\n- kind: changed\n description: \"adjust name and labels\"\n" diff --git a/charts/zeebe-benchmark/RELEASE-NOTES.md b/charts/zeebe-benchmark/RELEASE-NOTES.md index a3ebb1d..5a4773e 100644 --- a/charts/zeebe-benchmark/RELEASE-NOTES.md +++ b/charts/zeebe-benchmark/RELEASE-NOTES.md @@ -2,14 +2,29 @@ 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.18](https://github.com/camunda/camunda-platform-helm/compare/zeebe-benchmark-0.1.17...zeebe-benchmark-0.1.18) (2023-09-12) + +## [zeebe-benchmark-0.1.19](https://github.com/camunda/camunda-platform-helm/compare/zeebe-benchmark-0.1.18...zeebe-benchmark-0.1.19) (2023-09-22) -### Fix +### Docs -* match memory request and limit for brokers +* add documentation to readme + +### Feat + +* adjust schedule +* define new retentionPolicy +* add new templates for curator + +### Refactor + +* adjust name and labels + +### Test + +* adjust golden test ### Pull Requests -* Merge pull request [#88](https://github.com/camunda/camunda-platform-helm/issues/88) from zeebe-io/release +* Merge pull request [#95](https://github.com/camunda/camunda-platform-helm/issues/95) from zeebe-io/ck-operate-curator +* Merge pull request [#91](https://github.com/camunda/camunda-platform-helm/issues/91) from zeebe-io/release