diff --git a/charts/zeebe-benchmark/Chart-with-artifacthub-changes.yaml.tmp b/charts/zeebe-benchmark/Chart-with-artifacthub-changes.yaml.tmp index 859cda3..f518ef2 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.6 +version: 0.1.7 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: fixed\n description: \"don't fail if no javaOpts are provided\"\n" + 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" diff --git a/charts/zeebe-benchmark/Chart.yaml b/charts/zeebe-benchmark/Chart.yaml index 859cda3..f518ef2 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.6 +version: 0.1.7 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: fixed\n description: \"don't fail if no javaOpts are provided\"\n" + 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" diff --git a/charts/zeebe-benchmark/RELEASE-NOTES.md b/charts/zeebe-benchmark/RELEASE-NOTES.md index 928f4d1..6b7f67d 100644 --- a/charts/zeebe-benchmark/RELEASE-NOTES.md +++ b/charts/zeebe-benchmark/RELEASE-NOTES.md @@ -2,14 +2,38 @@ 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.6](https://github.com/camunda/camunda-platform-helm/compare/zeebe-benchmark-0.1.5...zeebe-benchmark-0.1.6) (2023-02-27) + +## [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 ### Fix -* don't fail if no javaOpts are provided +* remove consistency checks from env + +### Refactor + +* migrate all settings to new config + +### 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 ### Pull Requests -* Merge pull request [#21](https://github.com/camunda/camunda-platform-helm/issues/21) from zeebe-io/release +* 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