Skip to content

Commit

Permalink
Merge 6b5efec into 369b19a
Browse files Browse the repository at this point in the history
  • Loading branch information
Zelldon authored Feb 28, 2023
2 parents 369b19a + 6b5efec commit ff2e084
Show file tree
Hide file tree
Showing 3 changed files with 32 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.6
version: 0.1.7
appVersion: "8.1.2"
sources:
- https://github.com/zeebe-io/benchmark-helm
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: \"don't fail if no javaOpts are provided\"\n"
artifacthub.io/changes: "- kind: added\n description: \"enhance release notes\"\n- kind: fixed\n description: \"remove consistency checks from env\"\n- kind: changed\n description: \"migrate all settings to new config\"\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.1.6
version: 0.1.7
appVersion: "8.1.2"
sources:
- https://github.com/zeebe-io/benchmark-helm
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: \"don't fail if no javaOpts are provided\"\n"
artifacthub.io/changes: "- kind: added\n description: \"enhance release notes\"\n- kind: fixed\n description: \"remove consistency checks from env\"\n- kind: changed\n description: \"migrate all settings to new config\"\n"
32 changes: 28 additions & 4 deletions charts/zeebe-benchmark/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,38 @@ 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.6"></a>
## [zeebe-benchmark-0.1.6](https://github.com/camunda/camunda-platform-helm/compare/zeebe-benchmark-0.1.5...zeebe-benchmark-0.1.6) (2023-02-27)
<a name="zeebe-benchmark-0.1.7"></a>
## [zeebe-benchmark-0.1.7](https://github.com/camunda/camunda-platform-helm/compare/zeebe-benchmark-0.1.6...zeebe-benchmark-0.1.7) (2023-02-28)

### Docs

* fix toc
* write values documentation

### Feat

* enhance release notes

### Fix

* don't fail if no javaOpts are provided
* remove consistency checks from env

### Refactor

* migrate all settings to new config

### Test

* update golden file
* add zeebe config test
* add other goldenfiles
* add other resources to golden test
* add golden file for zeebe-config
* setup test go project

### Pull Requests

* Merge pull request [#21](https://github.com/camunda/camunda-platform-helm/issues/21) from zeebe-io/release
* Merge pull request [#28](https://github.com/camunda/camunda-platform-helm/issues/28) from zeebe-io/zell-readme
* Merge pull request [#26](https://github.com/camunda/camunda-platform-helm/issues/26) from zeebe-io/zell-add-tests
* Merge pull request [#25](https://github.com/camunda/camunda-platform-helm/issues/25) from zeebe-io/release

0 comments on commit ff2e084

Please sign in to comment.