Skip to content

v0.0.17

Latest
Compare
Choose a tag to compare
@yorugac yorugac released this 03 Oct 11:29
· 2 commits to main since this release

✨ New features

This release contains the long-awaited support for IPv6. Thanks, @zzhao2010!

PrivateLoadZone test runs are now sending logs from the runners to the Cloud storage by default. These logs can then be accessed in Grafana Cloud k6 UI.

📦 Helm

Helm chart now has the schema file which allows integration with tools like Cyclops. Thanks, @petar-cvit!

Leader election of k6-operator Deployment became smarter: now it is automatically disabled by the Chart if replicas are set to 1. Thanks, @hartman17!

🐛 Bug hunting

The error on copying of the logs in initializer pod is now propagated properly. Thanks, @frittentheke!

🪛 Maintenance

Following k6 example, support for the outdated cloud output version 1 is removed.

Notable dependency updates in this release:

  • Golang to 1.22
  • controller-gen to 0.16.1
  • controller-runtime to 0.19.0

Last but not least, CI workflows for Helm chart linting and testing are fixed and properly executed on each Helm-related PR.

Full Changelog: v0.0.16...v0.0.17