Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/camunda-load-tests/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: camunda-load-tests
description: A Helm chart for Camunda load tests
type: application
version: 0.1.11
version: 0.1.12
appVersion: "8.8.0"
sources:
- https://github.com/camunda/camunda-load-tests-helm
Expand All @@ -17,4 +17,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: \"make starter durationLimit configurable instead of hardcoding to 0\"\n"
artifacthub.io/changes: "- kind: fixed\n description: \"remove hardcoded worker pollingDelay default\"\n- kind: fixed\n description: \"documentation and links\"\n"
16 changes: 13 additions & 3 deletions charts/camunda-load-tests/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,20 @@ 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="camunda-load-tests-0.1.11"></a>
## [camunda-load-tests-0.1.11](https://github.com/camunda/camunda-load-tests-helm/compare/camunda-load-tests-0.1.10...camunda-load-tests-0.1.11) (2026-05-04)
<a name="camunda-load-tests-0.1.12"></a>
## [camunda-load-tests-0.1.12](https://github.com/camunda/camunda-load-tests-helm/compare/camunda-load-tests-0.1.11...camunda-load-tests-0.1.12) (2026-05-26)

### Build

* update golden

### Fix

* make starter durationLimit configurable instead of hardcoding to 0
* remove hardcoded worker pollingDelay default
* documentation and links

### Pull Requests

* Merge pull request [#70](https://github.com/camunda/camunda-load-tests-helm/issues/70) from camunda/renovate/helm-4.x
* Merge pull request [#60](https://github.com/camunda/camunda-load-tests-helm/issues/60) from camunda/release

Loading