diff --git a/charts/zeebe-benchmark/Chart-with-artifacthub-changes.yaml.tmp b/charts/zeebe-benchmark/Chart-with-artifacthub-changes.yaml.tmp index cfd250e..f431b58 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.11 +version: 0.1.12 appVersion: "8.2.5" 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: changed\n description: \"disable GMP integration via labels\"\n" + artifacthub.io/changes: "- kind: fixed\n description: \"disable global ingress\"\n- kind: fixed\n description: \"disable unnecessary components\"\n" diff --git a/charts/zeebe-benchmark/Chart.yaml b/charts/zeebe-benchmark/Chart.yaml index bb03f4c..f431b58 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: changed\n description: \"disable GMP integration via labels\"\n" + artifacthub.io/changes: "- kind: fixed\n description: \"disable global ingress\"\n- kind: fixed\n description: \"disable unnecessary components\"\n" diff --git a/charts/zeebe-benchmark/RELEASE-NOTES.md b/charts/zeebe-benchmark/RELEASE-NOTES.md index 6135e3c..ade9604 100644 --- a/charts/zeebe-benchmark/RELEASE-NOTES.md +++ b/charts/zeebe-benchmark/RELEASE-NOTES.md @@ -2,14 +2,15 @@ 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.11](https://github.com/camunda/camunda-platform-helm/compare/zeebe-benchmark-0.1.10...zeebe-benchmark-0.1.11) (2023-05-30) + +## [zeebe-benchmark-0.1.12](https://github.com/camunda/camunda-platform-helm/compare/zeebe-benchmark-0.1.11...zeebe-benchmark-0.1.12) (2023-06-07) -### Refactor +### Fix -* disable GMP integration via labels +* disable global ingress +* disable unnecessary components ### Pull Requests -* Merge pull request [#58](https://github.com/camunda/camunda-platform-helm/issues/58) from zeebe-io/release +* Merge pull request [#64](https://github.com/camunda/camunda-platform-helm/issues/64) from zeebe-io/release