Releases: zeebe-io/benchmark-helm
zeebe-benchmark-0.3.8
The changelog is automatically generated using git-chglog
and it follows Conventional Commits format.
zeebe-benchmark-0.3.8 (2024-11-13)
Refactor
- disable importer
Test
- update golden tests
Pull Requests
- Merge pull request #209 from zeebe-io/release
zeebe-benchmark-0.3.7
The changelog is automatically generated using git-chglog
and it follows Conventional Commits format.
zeebe-benchmark-0.3.7 (2024-11-08)
Fix
- cpu request & limits were inverted in default benchmark
Pull Requests
zeebe-benchmark-0.3.6
The changelog is automatically generated using git-chglog
and it follows Conventional Commits format.
zeebe-benchmark-0.3.6 (2024-11-08)
Fix
- increase zeebe cpu limit to 1.7 in default benchmark
Pull Requests
zeebe-benchmark-0.3.5
The changelog is automatically generated using git-chglog
and it follows Conventional Commits format.
zeebe-benchmark-0.3.5 (2024-11-06)
Fix
- increase cpu zeebe limit to 1.7 while keeping cpu-request at 1.35
Pull Requests
- Merge pull request #203 from zeebe-io/release
zeebe-benchmark-0.3.4
The changelog is automatically generated using git-chglog
and it follows Conventional Commits format.
zeebe-benchmark-0.3.4 (2024-10-29)
Build
- update chart version
Feat
- introduce worker threads
- remove repeated completion delay, and only add this if not set.
Fix
- regen threads
- increase worker threads
- use larger disks to avoid throttling
Test
- update golden files
- adjust golded file for new disk size
Pull Requests
zeebe-benchmark-0.3.3
The changelog is automatically generated using git-chglog
and it follows Conventional Commits format.
zeebe-benchmark-0.3.3 (2024-09-26)
Feat
- support credentials on starter
- support credentials on Workers
- define credentials secret
- add helper to find correct secret name
- define new values for SaaS credentials
Fix
- scale workers down
- reduce capacity of workers
- use previously completionDelay default
Refactor
- optimize workers
Test
- verify existing secret behavior
- add golden test for credentials
- generate golden
Pull Requests
zeebe-benchmark-0.3.2
The changelog is automatically generated using git-chglog
and it follows Conventional Commits format.
zeebe-benchmark-0.3.2 (2024-09-17)
Test
- update golden tests
- update golden files
Pull Requests
- Merge pull request #191 from zeebe-io/release
zeebe-benchmark-0.3.1
The changelog is automatically generated using git-chglog
and it follows Conventional Commits format.
zeebe-benchmark-0.3.1 (2024-09-16)
Fix
- use correct notation for variable templating
- bring default back
- inform about success worker
- use different worker for get-vendor-info
Pull Requests
- Merge pull request #189 from zeebe-io/release
zeebe-benchmark-0.3.0
The changelog is automatically generated using git-chglog
and it follows Conventional Commits format.
zeebe-benchmark-0.3.0 (2024-09-16)
Docs
- cadd better example
Feat
- 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
- 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 from zeebe-io/release
zeebe-benchmark-0.2.4
The changelog is automatically generated using git-chglog
and it follows Conventional Commits format.
zeebe-benchmark-0.2.4 (2024-08-22)
Feat
- enable write rate limits for the benchmarks.
Test
- add same config to test file which gets compared with the original.