Skip to content

Commit

Permalink
chore: add release notes for benchmark 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Zelldon committed Aug 16, 2024
1 parent e574d33 commit b5191db
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
2 changes: 1 addition & 1 deletion charts/zeebe-benchmark/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
22 changes: 5 additions & 17 deletions charts/zeebe-benchmark/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


<a name="zeebe-benchmark-0.2.2"></a>
## [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)
<a name="zeebe-benchmark-0.2.3"></a>
## [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

0 comments on commit b5191db

Please sign in to comment.