This is a relatively small release to update the default k6 runner image, as well as to release an important bug fix for Grafana Cloud k6 tests.
K6
CRD will be removed. Please switch to using TestRun
CRD, if you have not done so already!
🐛 Bug hunting
When Grafana Cloud k6 tests entered Timeout state, k6-operator had failed to treat this is as a cause for abort of the test. This case is now treated correctly and the test run is aborted on Timeouts. PR 489.
📦 Helm
There were bugs with the values JSON schema added in previous release (Chart version 3.9.0) which did not allow to install the Chart when passing certain values. The fix was done and released as of Chart version 3.9.1. Thanks, @julian-perge, for the help! (PR 474, 484).
Manager's pod security context can now be configured via the Chart. Thanks, @gonmmarques! (PR 467).
Maintenance efforts to improve workflows around Helm are ongoing.
🪛 Maintenance
golangci-lint
bumped to 1.61.0.
Full Changelog: v0.0.17...0.0.18