Skip to content

Releases: grafana/k6-operator

v0.0.9rc1

14 Dec 17:26
Compare
Choose a tag to compare
v0.0.9rc1 Pre-release
Pre-release

What's Changed

  • Add runner=true label to matchedExpressions in podAntiAffinity by @cmergenthaler in #170
  • Revert removal of annotations from initializer by @yorugac in #173
  • Improve initializer logs on k6 errors by @yorugac in #174

Full Changelog: v0.0.8...v0.0.9rc1

v0.0.8

16 Nov 15:01
cb5e266
Compare
Choose a tag to compare

What's Changed

  • Fix of regression for localFile option by @yorugac in #113
  • Always inspect test run to rely on duration estimate by @yorugac in #117
  • feat: ability to set the environment variables with envFrom in k6 runner/starter. by @mugioka in #129
  • Update Makefile by @yorugac in #131
  • Fix: use Cluster IP instead of service name by @danielpalstra in #140
  • Be able to use a custom Go image to build apps by @danielpalstra in #141
  • Updates README and adds an example for volumeClaim testing usage by @ionicc in #151
  • feat: use name instead of index for instance id tag by @spoukke in #135
  • feat: add use of tolerations for starter and runner by @spoukke in #142
  • Support image pull secrets by @kneemaa in #145
  • Update README memory limit resources typo by @paulomf in #158
  • Added support for imagePullPolicy by @cmergenthaler in #154
  • Specify k6 container when reading logs by @mcandeia in #165
  • Do not add annotations to initializer based upon runner specification by @javaducky in #166

New Contributors

Full Changelog: v0.0.7...v0.0.8

v0.0.8rc3

23 Sep 15:12
Compare
Choose a tag to compare
v0.0.8rc3 Pre-release
Pre-release

A fix for messed up CI pipeline for Docker builds.

v0.0.8rc2

23 Sep 14:49
c13609d
Compare
Choose a tag to compare
v0.0.8rc2 Pre-release
Pre-release

What's Changed

  • envFrom feature. Thanks, @mugioka! #129
  • bug fix around service name for minikube and custom Go images capability. Thanks, @danielpalstra! #140 and #141
  • documentation improvements: volumeClaim usage. Thanks, @ionicc! #151
  • tolerations feature. Thanks, @spoukke! #142
  • small improvements and documentation fixes

Full Changelog: v0.0.8rc1...v0.0.8rc2

v0.0.8rc1

04 Jul 12:52
Compare
Choose a tag to compare
v0.0.8rc1 Pre-release
Pre-release

What's Changed

  • bug fix for LocalFile regression #111
  • bug fix changing the state machine flow for all test runs a7c4a3f

Full Changelog: v0.0.7...v0.0.8rc1

v0.0.7

13 May 15:35
Compare
Choose a tag to compare

⚠️ Deployment warning

This release includes changes to K6 CRD object and it must be updated together with the update of an image.

New Features

  • addition of labels and annotations (#41).
  • addition of resource limits (#40).
  • support for Istio (#47, #56, #59, #62, #71).
  • support for service account name and token (#52, #49). Thanks, @knmsk!
  • support for quiet and paused options (#54).
  • addition of finished state and cleanup (#79). Thanks, @brian-groux-hs!
  • addition of localFile configuration option (#93).
  • support for securityContext (#74, #101, #105). Thanks, @nerzhul and @adamdabbracci!
  • support for the Cloud output (#86).

Bug fixes

  • limiting tests by specific namespace (#46).
  • removal of configmaps/status (#45). Thanks, @mycargus!
  • check for service status as part of startup logic (#89). Thanks, @victorlcm!
  • improving support of OpenShift cluster (#100) Thanks, @ckavili!
  • setting backoff limit for runners to zero to prevent automatic restarts of runner pods (#75).

Maintenance

A separate big thank you to @knechtionscoding and @knmsk for all your contributions that make k6-operator much better 😄

Full Changelog: v0.0.6...v0.0.7

v0.0.7rc4

11 Feb 16:05
Compare
Choose a tag to compare
v0.0.7rc4 Pre-release
Pre-release

What's Changed

  • addition of finished state and cleanup (#79)
  • addition of localFile configuration option (#93)
  • check for service status as part of startup logic (#89)
  • update of Golang to 1.17 (#88)
  • docs update (#81, #85)
  • fixing CI (#80)

Full Changelog: v0.0.7rc3...v0.0.7rc4

v0.0.7rc3

19 Oct 11:23
1942165
Compare
Choose a tag to compare
v0.0.7rc3 Pre-release
Pre-release
feat: migrate from apiextensions.k8s.io/v1beta1 to apiextensions.k8s.…

v0.0.7rc2

17 Aug 11:45
0766a6e
Compare
Choose a tag to compare
v0.0.7rc2 Pre-release
Pre-release
Removing the k6 run on the starter pod (#59)

* Removing the k6 run on the starter pod

* Renamed the newCommand to newIstioCommand

v0.0.7rc

05 Aug 10:29
Compare
Choose a tag to compare
v0.0.7rc Pre-release
Pre-release
from k6io to grafana

Signed-off-by: Daniel González Lopes <[email protected]>