Releases: st-tech/gatling-operator
Releases · st-tech/gatling-operator
v0.8.1
What's Changed
- Modify Gatling Runner Pod’s Multi-Containers Structure to make gatling-runner run as main container by @yokawasa in #65
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- Increase default memory allocation for the Gatling manager by @yokawasa in #60
- Update docs - Quick Start and User Guide by @yokawasa in #61
- Support Custom labels and annotations to be added to Pod template of a Gatling runner job by @S-mishina in #63
New Contributors
- @S-mishina made their first contribution in #63
Full Changelog: v0.7.0...v0.8.0
v0.7.0
v0.6.0
What's Changed
- Added the procedure for pulling images from private registry by @yokawasa in #49
- Fix vulnerabilities - go-client and controller-runtime by @yokawasa in #53
- Support Max Concurrent Reconciles Option for Gatling Manager Controller 🎉 by @yokawasa in #51
- Upgrade Golang version to 1.17 used in release CI 🎉 by @yokawasa in #54
Full Changelog: v0.5.2...v0.6.0
v0.5.2
What's Changed
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- Update docs and sample Gatling docker image files by @yokawasa in #39
- Add Architecture and design doc by @yokawasa in #40
- Add badge for markdown in README by @yokawasa in #42
- Update docs/quickstart-guide.md by @tmrekk121 in #41
- Refactor Providers: CloudStorageProvider and NotificationServiceProvider by @yokawasa in #43
Full Changelog: v0.5.0...v0.5.1
v0.5.0
v0.4.0
What's Changed
- add option to create reports in each pod by @kayamin in #30
- Fix Copyright by @yokawasa in #32
- Fix wording by @yokawasa in #33
- Support auto release note generation in CI by @yokawasa in #34
- add gatling-waiter to wait node scaling before starting gatling simulation by @kayamin in #31
⚠️ this change requires gatling-runner to use kubernetes service account with pod get, list, patch permission. Please make ServiceAccount, Role, RoleBinding like as /config/samples/gatling-worker-service-account.yaml and specify this ServiceAccount at Gatling CR
⚠️ This change requires gatling-runner to use kubernetes service account with pod get, list, patch permission as a default
- Please make ServiceAccount, Role, RoleBinding like as /config/samples/gatling-worker-service-account.yaml and specify this ServiceAccount at Gatling CR
Full Changelog: v0.3.1...v0.4.0
v0.3.1
Update from v0.3.0
- Fix bug on #2 : fix gcs rclone create config command to assume uniform bucket-level access #28
- Update rclone configuration for gcs case to assume that gcs bucket use uniform bucket-level access control
- This prevent gatling operator from creating no one accessible object in GCS and allows bucket owners to control access permission