Skip to content

Commit

Permalink
Merge pull request #211 from zeebe-io/release
Browse files Browse the repository at this point in the history
Release Zeebe Benchmark Helm Chart v0.3.8
  • Loading branch information
ChrisKujawa authored Nov 13, 2024
2 parents 163d36b + 5ce5822 commit a20795e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 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.3.7
version: 0.3.8
appVersion: "8.2.5"
sources:
- https://github.com/zeebe-io/benchmark-helm
- https://github.com/camunda/camunda
dependencies:
- name: camunda-platform
repository: "oci://ghcr.io/camunda/helm"
version: "0.0.0-rc-8.6"
version: "0.0.0-12.0.0-alpha1"
condition: "camunda.enabled"
- name: prometheus-elasticsearch-exporter
repository: "https://prometheus-community.github.io/helm-charts"
Expand All @@ -26,4 +26,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: \"cpu request & limits were inverted in default benchmark\"\n"
artifacthub.io/changes: "- kind: changed\n description: \"disable importer\"\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.3.7
version: 0.3.8
appVersion: "8.2.5"
sources:
- https://github.com/zeebe-io/benchmark-helm
Expand All @@ -26,4 +26,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: \"cpu request & limits were inverted in default benchmark\"\n"
artifacthub.io/changes: "- kind: changed\n description: \"disable importer\"\n"
15 changes: 9 additions & 6 deletions charts/zeebe-benchmark/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@ 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.3.7"></a>
## [zeebe-benchmark-0.3.7](https://github.com/camunda/camunda-platform-helm/compare/zeebe-benchmark-0.3.6...zeebe-benchmark-0.3.7) (2024-11-08)
<a name="zeebe-benchmark-0.3.8"></a>
## [zeebe-benchmark-0.3.8](https://github.com/camunda/camunda-platform-helm/compare/zeebe-benchmark-0.3.7...zeebe-benchmark-0.3.8) (2024-11-13)

### Fix
### Refactor

* cpu request & limits were inverted in default benchmark
* disable importer

### Test

* update golden tests

### Pull Requests

* Merge pull request [#208](https://github.com/camunda/camunda-platform-helm/issues/208) from zeebe-io/cs-fix-cpu-limits-request-in-default-benchmark
* Merge pull request [#207](https://github.com/camunda/camunda-platform-helm/issues/207) from zeebe-io/release
* Merge pull request [#209](https://github.com/camunda/camunda-platform-helm/issues/209) from zeebe-io/release

0 comments on commit a20795e

Please sign in to comment.