Skip to content

Releases: st-tech/gatling-operator

v0.8.1

17 Nov 03:10
417fa51
Compare
Choose a tag to compare

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

08 Nov 02:05
8615304
Compare
Choose a tag to compare

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

Full Changelog: v0.7.0...v0.8.0

v0.7.0

01 Sep 02:19
4a9183f
Compare
Choose a tag to compare

What's Changed

  • docs: fix typos by @ucpr in #56
  • Add PULL_REQUEST_TEMPLATE by @yokawasa in #57
  • Refactor directory structure: moving shared lib files to pkg by @yokawasa in #58
  • Support Azure Blob Storage for Cloud Storage Provider by @yokawasa in #59

New Contributors

  • @ucpr made their first contribution in #56

Full Changelog: v0.6.0...v0.7.0

v0.6.0

06 Jun 03:24
76a72ec
Compare
Choose a tag to compare

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

30 Mar 10:40
06ffab2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.5.2

v0.5.1

15 Mar 01:40
e8ea111
Compare
Choose a tag to compare

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

03 Feb 05:35
1f81c54
Compare
Choose a tag to compare

What's Changed

  • Changed default gatling image by @yokawasa in #35
  • Fix manifests-release to exclude version from all-in-one manifest name by @tmrekk121 in #36
  • change gatling image for sample manifest by @tmrekk121 in #37

Full Changelog: v0.4.0...v0.5.0

v0.4.0

25 Jan 01:22
7278401
Compare
Choose a tag to compare

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

Full Changelog: v0.3.1...v0.4.0

v0.3.1

19 Jan 02:13
1d55be8
Compare
Choose a tag to compare

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

v0.3.0

14 Jan 07:36
8111bee
Compare
Choose a tag to compare

Updates from v0.2.0

  • add GCS related implementation / add toleration, serviceAccountName to PodSpec #2
    • support GCS as a reporting cloud storage
    • support toleration and serviceAccountName to specify in spec.podSpec