Skip to content

Commit

Permalink
chore: add release notes for benchmark 0.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
lenaschoenburg committed Jul 19, 2023
1 parent 06e4e79 commit 3516bdd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ apiVersion: v2
name: zeebe-benchmark
description: A Helm chart for Zeebe benchmarks
type: application
version: 0.1.14
version: 0.1.15
appVersion: "8.2.5"
sources:
- https://github.com/zeebe-io/benchmark-helm
- https://github.com/camunda/zeebe
dependencies:
- name: camunda-platform
repository: "https://helm.camunda.io"
version: 8.2.6
version: 8.2.8
condition: "camunda.enabled"
maintainers:
- name: Zelldon
Expand All @@ -22,4 +22,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: \"correctly indent the image object\"\n- kind: changed\n description: \"rename golden file\"\n"
artifacthub.io/changes: "- kind: fixed\n description: \"set fsGroup for zeebe user\"\n"
2 changes: 1 addition & 1 deletion charts/zeebe-benchmark/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,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: \"correctly indent the image object\"\n- kind: changed\n description: \"rename golden file\"\n"
artifacthub.io/changes: "- kind: fixed\n description: \"set fsGroup for zeebe user\"\n"
20 changes: 5 additions & 15 deletions charts/zeebe-benchmark/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +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.1.14"></a>
## [zeebe-benchmark-0.1.14](https://github.com/camunda/camunda-platform-helm/compare/zeebe-benchmark-0.1.13...zeebe-benchmark-0.1.14) (2023-07-03)
<a name="zeebe-benchmark-0.1.15"></a>
## [zeebe-benchmark-0.1.15](https://github.com/camunda/camunda-platform-helm/compare/zeebe-benchmark-0.1.14...zeebe-benchmark-0.1.15) (2023-07-19)

### Fix

* correctly indent the image object

### Refactor

* rename golden file

### Test

* rework test
* add new golden all test
* set fsGroup for zeebe user

### Pull Requests

* Merge pull request [#75](https://github.com/camunda/camunda-platform-helm/issues/75) from zeebe-io/zell-fix-curator-again
* Merge pull request [#68](https://github.com/camunda/camunda-platform-helm/issues/68) from zeebe-io/renovate/camunda-platform-8.x
* Merge pull request [#73](https://github.com/camunda/camunda-platform-helm/issues/73) from zeebe-io/release
* Merge pull request [#79](https://github.com/camunda/camunda-platform-helm/issues/79) from zeebe-io/meg-fsgroup
* Merge pull request [#76](https://github.com/camunda/camunda-platform-helm/issues/76) from zeebe-io/release

0 comments on commit 3516bdd

Please sign in to comment.