Skip to content

Commit

Permalink
Merge 8bebab2 into 560c584
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-lourenco-lopes authored Aug 22, 2024
2 parents 560c584 + 8bebab2 commit 8e39f1f
Show file tree
Hide file tree
Showing 3 changed files with 8 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.2.3
version: 0.2.4
appVersion: "8.2.5"
sources:
- https://github.com/zeebe-io/benchmark-helm
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: added\n description: \"add more details to NOTES\"\n"
artifacthub.io/changes: "- kind: added\n description: \"enable write rate limits for the benchmarks.\"\n"
4 changes: 2 additions & 2 deletions charts/zeebe-benchmark/Chart.yaml
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.2.3
version: 0.2.4
appVersion: "8.2.5"
sources:
- https://github.com/zeebe-io/benchmark-helm
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: added\n description: \"add more details to NOTES\"\n"
artifacthub.io/changes: "- kind: added\n description: \"enable write rate limits for the benchmarks.\"\n"
12 changes: 4 additions & 8 deletions charts/zeebe-benchmark/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,14 @@ 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.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)
<a name="zeebe-benchmark-0.2.4"></a>
## [zeebe-benchmark-0.2.4](https://github.com/camunda/camunda-platform-helm/compare/zeebe-benchmark-0.2.3...zeebe-benchmark-0.2.4) (2024-08-22)

### Feat

* add more details to NOTES
* enable write rate limits for the benchmarks.

### Test

* regenerate golden files

### Pull Requests

* Merge pull request [#172](https://github.com/camunda/camunda-platform-helm/issues/172) from zeebe-io/release
* add same config to test file which gets compared with the original.

0 comments on commit 8e39f1f

Please sign in to comment.