Skip to content

Commit

Permalink
Merge pull request #67 from zeebe-io/release
Browse files Browse the repository at this point in the history
Release Zeebe Benchmark Helm Chart v0.1.12
  • Loading branch information
npepinpe committed Jun 7, 2023
2 parents 9e306d7 + d1bddf1 commit 9a37b9c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 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.11
version: 0.1.12
appVersion: "8.2.5"
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: changed\n description: \"disable GMP integration via labels\"\n"
artifacthub.io/changes: "- kind: fixed\n description: \"disable global ingress\"\n- kind: fixed\n description: \"disable unnecessary components\"\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.11
version: 0.1.12
appVersion: "8.2.5"
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: changed\n description: \"disable GMP integration via labels\"\n"
artifacthub.io/changes: "- kind: fixed\n description: \"disable global ingress\"\n- kind: fixed\n description: \"disable unnecessary components\"\n"
11 changes: 6 additions & 5 deletions charts/zeebe-benchmark/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +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.11"></a>
## [zeebe-benchmark-0.1.11](https://github.com/camunda/camunda-platform-helm/compare/zeebe-benchmark-0.1.10...zeebe-benchmark-0.1.11) (2023-05-30)
<a name="zeebe-benchmark-0.1.12"></a>
## [zeebe-benchmark-0.1.12](https://github.com/camunda/camunda-platform-helm/compare/zeebe-benchmark-0.1.11...zeebe-benchmark-0.1.12) (2023-06-07)

### Refactor
### Fix

* disable GMP integration via labels
* disable global ingress
* disable unnecessary components

### Pull Requests

* Merge pull request [#58](https://github.com/camunda/camunda-platform-helm/issues/58) from zeebe-io/release
* Merge pull request [#64](https://github.com/camunda/camunda-platform-helm/issues/64) from zeebe-io/release

0 comments on commit 9a37b9c

Please sign in to comment.