diff --git a/charts/zeebe-benchmark/Chart-with-artifacthub-changes.yaml.tmp b/charts/zeebe-benchmark/Chart-with-artifacthub-changes.yaml.tmp index c741431..32039d7 100644 --- a/charts/zeebe-benchmark/Chart-with-artifacthub-changes.yaml.tmp +++ b/charts/zeebe-benchmark/Chart-with-artifacthub-changes.yaml.tmp @@ -2,7 +2,7 @@ apiVersion: v2 name: zeebe-benchmark description: A Helm chart for Zeebe benchmarks type: application -version: 0.2.4 +version: 0.3.0 appVersion: "8.2.5" sources: - https://github.com/zeebe-io/benchmark-helm @@ -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: added\n description: \"enable write rate limits for the benchmarks.\"\n" + artifacthub.io/changes: "- kind: added\n description: \"add example values file\"\n- kind: added\n description: \"add publish message configuration\"\n- kind: added\n description: \"configure starter app\"\n- kind: added\n description: \"add payloadPath and completionDelay as config\"\n- kind: added\n description: \"extend worker configuration\"\n- kind: fixed\n description: \"correctly reset benchmark app\"\n- kind: fixed\n description: \"configure starter correctly\"\n- kind: fixed\n description: \"set extraBpmnModels correct in starter app\"\n- kind: fixed\n description: \"scrape correct endpoint\"\n- kind: fixed\n description: \"separate deployments\"\n- kind: changed\n description: \"remove worker\"\n- kind: changed\n description: \"introduce workers values\"\n- kind: changed\n description: \"replace defaults\"\n" diff --git a/charts/zeebe-benchmark/Chart.yaml b/charts/zeebe-benchmark/Chart.yaml index c741431..32039d7 100644 --- a/charts/zeebe-benchmark/Chart.yaml +++ b/charts/zeebe-benchmark/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: zeebe-benchmark description: A Helm chart for Zeebe benchmarks type: application -version: 0.2.4 +version: 0.3.0 appVersion: "8.2.5" sources: - https://github.com/zeebe-io/benchmark-helm @@ -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: added\n description: \"enable write rate limits for the benchmarks.\"\n" + artifacthub.io/changes: "- kind: added\n description: \"add example values file\"\n- kind: added\n description: \"add publish message configuration\"\n- kind: added\n description: \"configure starter app\"\n- kind: added\n description: \"add payloadPath and completionDelay as config\"\n- kind: added\n description: \"extend worker configuration\"\n- kind: fixed\n description: \"correctly reset benchmark app\"\n- kind: fixed\n description: \"configure starter correctly\"\n- kind: fixed\n description: \"set extraBpmnModels correct in starter app\"\n- kind: fixed\n description: \"scrape correct endpoint\"\n- kind: fixed\n description: \"separate deployments\"\n- kind: changed\n description: \"remove worker\"\n- kind: changed\n description: \"introduce workers values\"\n- kind: changed\n description: \"replace defaults\"\n" diff --git a/charts/zeebe-benchmark/RELEASE-NOTES.md b/charts/zeebe-benchmark/RELEASE-NOTES.md index 80e1118..df9591e 100644 --- a/charts/zeebe-benchmark/RELEASE-NOTES.md +++ b/charts/zeebe-benchmark/RELEASE-NOTES.md @@ -2,14 +2,48 @@ 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. - -## [zeebe-benchmark-0.2.4](https://github.com/camunda/camunda-platform-helm/compare/zeebe-benchmark-0.2.3...zeebe-benchmark-0.2.4) (2024-08-22) + +## [zeebe-benchmark-0.3.0](https://github.com/camunda/camunda-platform-helm/compare/zeebe-benchmark-0.2.4...zeebe-benchmark-0.3.0) (2024-09-16) + +### Docs + +* cadd better example ### Feat -* enable write rate limits for the benchmarks. +* add example values file +* add publish message configuration +* configure starter app +* add payloadPath and completionDelay as config +* extend worker configuration + +### Fix + +* correctly reset benchmark app +* configure starter correctly +* set extraBpmnModels correct in starter app +* scrape correct endpoint +* separate deployments + +### Refactor + +* remove worker +* introduce workers values +* replace defaults ### Test -* add same config to test file which gets compared with the original. +* run workers test separate +* add test for workers +* generate-golden files +* remove capability as we run in priviliged mode +* update golden files + +### Reverts + +* fix: scrape correct endpoint + +### Pull Requests + +* Merge pull request [#180](https://github.com/camunda/camunda-platform-helm/issues/180) from zeebe-io/release