Skip to content

Commit

Permalink
Merge bfdead5 into 375ac16
Browse files Browse the repository at this point in the history
  • Loading branch information
lenaschoenburg authored Feb 24, 2023
2 parents 375ac16 + bfdead5 commit f2ddf9c
Show file tree
Hide file tree
Showing 3 changed files with 16 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.4
version: 0.1.5
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: \"set zeebe config via values\"\n"
artifacthub.io/changes: "- kind: added\n description: \"use `zeebe.config` for gateway too\"\n- kind: added\n description: \"enable broker profiling via helm value\"\n- kind: fixed\n description: \"use native env vars to set worker and starter properties\"\n- kind: fixed\n description: \"make k8s namespace and name available\"\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.4
version: 0.1.5
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: \"set zeebe config via values\"\n"
artifacthub.io/changes: "- kind: added\n description: \"use `zeebe.config` for gateway too\"\n- kind: added\n description: \"enable broker profiling via helm value\"\n- kind: fixed\n description: \"use native env vars to set worker and starter properties\"\n- kind: fixed\n description: \"make k8s namespace and name available\"\n"
16 changes: 12 additions & 4 deletions charts/zeebe-benchmark/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,22 @@ 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.4"></a>
## [zeebe-benchmark-0.1.4](https://github.com/camunda/camunda-platform-helm/compare/zeebe-benchmark-0.1.3...zeebe-benchmark-0.1.4) (2023-02-22)
<a name="zeebe-benchmark-0.1.5"></a>
## [zeebe-benchmark-0.1.5](https://github.com/camunda/camunda-platform-helm/compare/zeebe-benchmark-0.1.4...zeebe-benchmark-0.1.5) (2023-02-24)

### Feat

* set zeebe config via values
* use `zeebe.config` for gateway too
* enable broker profiling via helm value

### Fix

* use native env vars to set worker and starter properties
* make k8s namespace and name available

### Pull Requests

* Merge pull request [#10](https://github.com/camunda/camunda-platform-helm/issues/10) from zeebe-io/release
* Merge pull request [#16](https://github.com/camunda/camunda-platform-helm/issues/16) from zeebe-io/os-profile-gateway
* Merge pull request [#15](https://github.com/camunda/camunda-platform-helm/issues/15) from zeebe-io/os-profiling-toggle
* Merge pull request [#17](https://github.com/camunda/camunda-platform-helm/issues/17) from zeebe-io/release

0 comments on commit f2ddf9c

Please sign in to comment.