Skip to content

Commit

Permalink
chore: add release notes for benchmark 0.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Zelldon committed Sep 22, 2023
1 parent 1a013ae commit 44c12ed
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 8 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.18
version: 0.1.19
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: \"match memory request and limit for brokers\"\n"
artifacthub.io/changes: "- kind: added\n description: \"adjust schedule\"\n- kind: added\n description: \"define new retentionPolicy\"\n- kind: added\n description: \"add new templates for curator\"\n- kind: changed\n description: \"adjust name and labels\"\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: \"match memory request and limit for brokers\"\n"
artifacthub.io/changes: "- kind: added\n description: \"adjust schedule\"\n- kind: added\n description: \"define new retentionPolicy\"\n- kind: added\n description: \"add new templates for curator\"\n- kind: changed\n description: \"adjust name and labels\"\n"
25 changes: 20 additions & 5 deletions charts/zeebe-benchmark/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,29 @@ 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.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)
<a name="zeebe-benchmark-0.1.19"></a>
## [zeebe-benchmark-0.1.19](https://github.com/camunda/camunda-platform-helm/compare/zeebe-benchmark-0.1.18...zeebe-benchmark-0.1.19) (2023-09-22)

### Fix
### Docs

* match memory request and limit for brokers
* add documentation to readme

### Feat

* adjust schedule
* define new retentionPolicy
* add new templates for curator

### Refactor

* adjust name and labels

### Test

* adjust golden test

### Pull Requests

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

0 comments on commit 44c12ed

Please sign in to comment.