From c4d0949e253a49a2b68b90a59681d0a5151d8626 Mon Sep 17 00:00:00 2001 From: Christopher Zell Date: Wed, 1 Mar 2023 11:46:01 +0100 Subject: [PATCH 1/2] chore: bump benchmark chart version to 0.1.8 --- 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 f518ef2..00cf3b3 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.7 +version: 0.1.8 appVersion: "8.1.2" sources: - https://github.com/zeebe-io/benchmark-helm From 61b56f0cd4b0e3d63e1c7e9df58c6f1563fa44d3 Mon Sep 17 00:00:00 2001 From: Christopher Zell Date: Wed, 1 Mar 2023 11:46:02 +0100 Subject: [PATCH 2/2] chore: add release notes for benchmark 0.1.8 --- .../Chart-with-artifacthub-changes.yaml.tmp | 4 +-- charts/zeebe-benchmark/Chart.yaml | 2 +- charts/zeebe-benchmark/RELEASE-NOTES.md | 31 ++++--------------- 3 files changed, 9 insertions(+), 28 deletions(-) diff --git a/charts/zeebe-benchmark/Chart-with-artifacthub-changes.yaml.tmp b/charts/zeebe-benchmark/Chart-with-artifacthub-changes.yaml.tmp index f518ef2..1a2098a 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.7 +version: 0.1.8 appVersion: "8.1.2" sources: - https://github.com/zeebe-io/benchmark-helm @@ -22,4 +22,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: \"enhance release notes\"\n- kind: fixed\n description: \"remove consistency checks from env\"\n- kind: changed\n description: \"migrate all settings to new config\"\n" + artifacthub.io/changes: "- kind: fixed\n description: \"use correct JDK_JAVA_OPTIONS\"\n" diff --git a/charts/zeebe-benchmark/Chart.yaml b/charts/zeebe-benchmark/Chart.yaml index 00cf3b3..1a2098a 100644 --- a/charts/zeebe-benchmark/Chart.yaml +++ b/charts/zeebe-benchmark/Chart.yaml @@ -22,4 +22,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: \"enhance release notes\"\n- kind: fixed\n description: \"remove consistency checks from env\"\n- kind: changed\n description: \"migrate all settings to new config\"\n" + artifacthub.io/changes: "- kind: fixed\n description: \"use correct JDK_JAVA_OPTIONS\"\n" diff --git a/charts/zeebe-benchmark/RELEASE-NOTES.md b/charts/zeebe-benchmark/RELEASE-NOTES.md index 6b7f67d..7fc9b12 100644 --- a/charts/zeebe-benchmark/RELEASE-NOTES.md +++ b/charts/zeebe-benchmark/RELEASE-NOTES.md @@ -2,38 +2,19 @@ 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.7](https://github.com/camunda/camunda-platform-helm/compare/zeebe-benchmark-0.1.6...zeebe-benchmark-0.1.7) (2023-02-28) - -### Docs - -* fix toc -* write values documentation - -### Feat - -* enhance release notes + +## [zeebe-benchmark-0.1.8](https://github.com/camunda/camunda-platform-helm/compare/zeebe-benchmark-0.1.7...zeebe-benchmark-0.1.8) (2023-03-01) ### Fix -* remove consistency checks from env - -### Refactor - -* migrate all settings to new config +* use correct JDK_JAVA_OPTIONS ### Test -* update golden file -* add zeebe config test -* add other goldenfiles -* add other resources to golden test -* add golden file for zeebe-config -* setup test go project +* remove concurrency +* generate golden ### Pull Requests -* Merge pull request [#28](https://github.com/camunda/camunda-platform-helm/issues/28) from zeebe-io/zell-readme -* Merge pull request [#26](https://github.com/camunda/camunda-platform-helm/issues/26) from zeebe-io/zell-add-tests -* Merge pull request [#25](https://github.com/camunda/camunda-platform-helm/issues/25) from zeebe-io/release +* Merge pull request [#32](https://github.com/camunda/camunda-platform-helm/issues/32) from zeebe-io/release