diff --git a/charts/zeebe-benchmark/Chart-with-artifacthub-changes.yaml.tmp b/charts/zeebe-benchmark/Chart-with-artifacthub-changes.yaml.tmp index a139b45..b7442cb 100644 --- a/charts/zeebe-benchmark/Chart-with-artifacthub-changes.yaml.tmp +++ b/charts/zeebe-benchmark/Chart-with-artifacthub-changes.yaml.tmp @@ -2,15 +2,15 @@ apiVersion: v2 name: zeebe-benchmark description: A Helm chart for Zeebe benchmarks type: application -version: 0.2.2 +version: 0.2.3 appVersion: "8.2.5" sources: - https://github.com/zeebe-io/benchmark-helm - https://github.com/camunda/camunda dependencies: - name: camunda-platform - repository: "https://helm.camunda.io" - version: 10.2.1 + repository: "oci://ghcr.io/camunda/helm" + version: "0.0.0-8.6.0-alpha4" 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: "- kind: changed\n description: \"load config as additional spring config\"\n- kind: changed\n description: \"set tag on all components\"\n- kind: changed\n description: \"change zeebe-gateway to zeebeGateway\"\n- kind: changed\n description: \"disable identityKeycloak\"\n- kind: changed\n description: \"rename camunda/zeebe repo\"\n" + artifacthub.io/changes: "- kind: added\n description: \"add more details to NOTES\"\n" diff --git a/charts/zeebe-benchmark/Chart.yaml b/charts/zeebe-benchmark/Chart.yaml index c366fd4..b7442cb 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.2.2 +version: 0.2.3 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: changed\n description: \"load config as additional spring config\"\n- kind: changed\n description: \"set tag on all components\"\n- kind: changed\n description: \"change zeebe-gateway to zeebeGateway\"\n- kind: changed\n description: \"disable identityKeycloak\"\n- kind: changed\n description: \"rename camunda/zeebe repo\"\n" + artifacthub.io/changes: "- kind: added\n description: \"add more details to NOTES\"\n" diff --git a/charts/zeebe-benchmark/RELEASE-NOTES.md b/charts/zeebe-benchmark/RELEASE-NOTES.md index a2033af..c2f0718 100644 --- a/charts/zeebe-benchmark/RELEASE-NOTES.md +++ b/charts/zeebe-benchmark/RELEASE-NOTES.md @@ -2,30 +2,18 @@ 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.2.2](https://github.com/camunda/camunda-platform-helm/compare/zeebe-benchmark-0.2.1...zeebe-benchmark-0.2.2) (2024-08-08) + +## [zeebe-benchmark-0.2.3](https://github.com/camunda/camunda-platform-helm/compare/zeebe-benchmark-0.2.2...zeebe-benchmark-0.2.3) (2024-08-16) -### Docs +### Feat -* explain spring config - -### Refactor - -* load config as additional spring config -* set tag on all components -* change zeebe-gateway to zeebeGateway -* disable identityKeycloak -* rename camunda/zeebe repo +* add more details to NOTES ### Test -* use separate golden files for gw and zeebe * regenerate golden files -* use right template file -* generate golden files -* add missing golden file test for zeebe deployments ### Pull Requests -* Merge pull request [#144](https://github.com/camunda/camunda-platform-helm/issues/144) from zeebe-io/release +* Merge pull request [#172](https://github.com/camunda/camunda-platform-helm/issues/172) from zeebe-io/release