Skip to content

Commit

Permalink
chore: add release notes for benchmark 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Zelldon committed Sep 17, 2024
1 parent 811f9fb commit ab33024
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: zeebe-benchmark
description: A Helm chart for Zeebe benchmarks
type: application
version: 0.3.1
version: 0.3.2
appVersion: "8.2.5"
sources:
- https://github.com/zeebe-io/benchmark-helm
Expand All @@ -14,7 +14,7 @@ dependencies:
condition: "camunda.enabled"
- name: prometheus-elasticsearch-exporter
repository: "https://prometheus-community.github.io/helm-charts"
version: 5.2.0
version: 6.4.0
condition: "prometheus-elasticsearch-exporter.enabled"
maintainers:
- name: Zelldon
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: fixed\n description: \"use correct notation for variable templating\"\n- kind: fixed\n description: \"bring default back\"\n- kind: fixed\n description: \"inform about success worker\"\n- kind: fixed\n description: \"use different worker for get-vendor-info\"\n"
artifacthub.io/changes: ""
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: fixed\n description: \"use correct notation for variable templating\"\n- kind: fixed\n description: \"bring default back\"\n- kind: fixed\n description: \"inform about success worker\"\n- kind: fixed\n description: \"use different worker for get-vendor-info\"\n"
artifacthub.io/changes: ""
14 changes: 6 additions & 8 deletions charts/zeebe-benchmark/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +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.


<a name="zeebe-benchmark-0.3.1"></a>
## [zeebe-benchmark-0.3.1](https://github.com/camunda/camunda-platform-helm/compare/zeebe-benchmark-0.3.0...zeebe-benchmark-0.3.1) (2024-09-16)
<a name="zeebe-benchmark-0.3.2"></a>
## [zeebe-benchmark-0.3.2](https://github.com/camunda/camunda-platform-helm/compare/zeebe-benchmark-0.3.1...zeebe-benchmark-0.3.2) (2024-09-17)

### Fix
### Test

* use correct notation for variable templating
* bring default back
* inform about success worker
* use different worker for get-vendor-info
* update golden tests
* update golden files

### Pull Requests

* Merge pull request [#189](https://github.com/camunda/camunda-platform-helm/issues/189) from zeebe-io/release
* Merge pull request [#191](https://github.com/camunda/camunda-platform-helm/issues/191) from zeebe-io/release

0 comments on commit ab33024

Please sign in to comment.