Skip to content

Commit

Permalink
Merge 61b56f0 into f5726b2
Browse files Browse the repository at this point in the history
  • Loading branch information
Zelldon authored Mar 1, 2023
2 parents f5726b2 + 61b56f0 commit 82b9ba1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 29 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.7
version: 0.1.8
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: 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"
artifacthub.io/changes: "- kind: fixed\n description: \"use correct JDK_JAVA_OPTIONS\"\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.7
version: 0.1.8
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: 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"
artifacthub.io/changes: "- kind: fixed\n description: \"use correct JDK_JAVA_OPTIONS\"\n"
31 changes: 6 additions & 25 deletions charts/zeebe-benchmark/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,38 +2,19 @@ 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.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
<a name="zeebe-benchmark-0.1.8"></a>
## [zeebe-benchmark-0.1.8](https://github.com/camunda/camunda-platform-helm/compare/zeebe-benchmark-0.1.7...zeebe-benchmark-0.1.8) (2023-03-01)

### Fix

* remove consistency checks from env

### Refactor

* migrate all settings to new config
* use correct JDK_JAVA_OPTIONS

### 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
* remove concurrency
* generate golden

### Pull Requests

* 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
* Merge pull request [#32](https://github.com/camunda/camunda-platform-helm/issues/32) from zeebe-io/release

0 comments on commit 82b9ba1

Please sign in to comment.