Skip to content

Commit

Permalink
chore: add release notes for benchmark 0.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
lenaschoenburg committed Sep 12, 2023
1 parent 67cdd59 commit 2f40150
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 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.1.17
version: 0.1.18
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: fixed\n description: \"set index size to 1\"\n"
artifacthub.io/changes: "- kind: fixed\n description: \"match memory request and limit for brokers\"\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: fixed\n description: \"set index size to 1\"\n"
artifacthub.io/changes: "- kind: fixed\n description: \"match memory request and limit for brokers\"\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.1.17"></a>
## [zeebe-benchmark-0.1.17](https://github.com/camunda/camunda-platform-helm/compare/zeebe-benchmark-0.1.16...zeebe-benchmark-0.1.17) (2023-08-29)
<a name="zeebe-benchmark-0.1.18"></a>
## [zeebe-benchmark-0.1.18](https://github.com/camunda/camunda-platform-helm/compare/zeebe-benchmark-0.1.17...zeebe-benchmark-0.1.18) (2023-09-12)

### Fix

* set index size to 1

### Test

* update golden
* match memory request and limit for brokers

### Pull Requests

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

0 comments on commit 2f40150

Please sign in to comment.