Skip to content

Commit c4ba57a

Browse files
authored
Merge pull request #277 from camunda/release
Release Zeebe Benchmark Helm Chart v0.3.22
2 parents 198e78a + c5ee730 commit c4ba57a

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

charts/zeebe-benchmark/Chart-with-artifacthub-changes.yaml.tmp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: zeebe-benchmark
33
description: A Helm chart for Zeebe benchmarks
44
type: application
5-
version: 0.3.21
5+
version: 0.3.22
66
appVersion: "8.2.5"
77
sources:
88
- https://github.com/camunda/zeebe-benchmark-helm
@@ -26,4 +26,4 @@ annotations:
2626
- name: Zeebe Docs
2727
url: https://docs.camunda.io/docs/components/zeebe/zeebe-overview/
2828
artifacthub.io/containsSecurityUpdates: "false"
29-
artifacthub.io/changes: "- kind: added\n description: \"enable write throttling to avoid exporting backlog\"\n"
29+
artifacthub.io/changes: "- kind: fixed\n description: \"remove \"benchmark\" to \"worker\"\"\n"

charts/zeebe-benchmark/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: zeebe-benchmark
33
description: A Helm chart for Zeebe benchmarks
44
type: application
5-
version: 0.3.21
5+
version: 0.3.22
66
appVersion: "8.2.5"
77
sources:
88
- https://github.com/camunda/zeebe-benchmark-helm
@@ -26,4 +26,4 @@ annotations:
2626
- name: Zeebe Docs
2727
url: https://docs.camunda.io/docs/components/zeebe/zeebe-overview/
2828
artifacthub.io/containsSecurityUpdates: "false"
29-
artifacthub.io/changes: "- kind: added\n description: \"enable write throttling to avoid exporting backlog\"\n"
29+
artifacthub.io/changes: "- kind: fixed\n description: \"remove \"benchmark\" to \"worker\"\"\n"

charts/zeebe-benchmark/RELEASE-NOTES.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@ The changelog is automatically generated using [git-chglog](https://github.com/g
22
and it follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) format.
33

44

5-
<a name="zeebe-benchmark-0.3.21"></a>
6-
## [zeebe-benchmark-0.3.21](https://github.com/camunda/camunda-platform-helm/compare/zeebe-benchmark-0.3.20...zeebe-benchmark-0.3.21) (2025-08-13)
5+
<a name="zeebe-benchmark-0.3.22"></a>
6+
## [zeebe-benchmark-0.3.22](https://github.com/camunda/camunda-platform-helm/compare/zeebe-benchmark-0.3.21...zeebe-benchmark-0.3.22) (2025-08-29)
77

8-
### Feat
8+
### Fix
99

10-
* enable write throttling to avoid exporting backlog
10+
* remove "benchmark" to "worker"
11+
12+
### Pull Requests
13+
14+
* Merge pull request [#275](https://github.com/camunda/camunda-platform-helm/issues/275) from camunda/release
1115

0 commit comments

Comments
 (0)