Releases: grafana/k6-operator
Releases · grafana/k6-operator
v0.0.9rc1
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
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
- @mugioka made their first contribution in #129
- @danielpalstra made their first contribution in #140
- @ionicc made their first contribution in #151
- @spoukke made their first contribution in #135
- @kneemaa made their first contribution in #145
- @paulomf made their first contribution in #158
- @cmergenthaler made their first contribution in #154
- @mcandeia made their first contribution in #165
- @javaducky made their first contribution in #166
Full Changelog: v0.0.7...v0.0.8
v0.0.8rc3
v0.0.8rc2
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
v0.0.7
⚠️ 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
andpaused
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
- migration from
k6io
tografana
account. - docs update (#72, #81, #85, #107). Thanks, @DrizzlingCattus, @guillermotti!
- migration of
apiextensions.k8s.io
fromv1beta1
tov1
(#76). - improving tests and CI (#51, #53, #80).
- update of Golang to 1.17 (#88).
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
v0.0.7rc3
v0.0.7rc2
v0.0.7rc
from k6io to grafana Signed-off-by: Daniel González Lopes <[email protected]>