⚠️ Since PR #247 all images are built as part of k6-operator package. This RC is the first that will be published to the new package.
The old images and releases continue to be available as part of operator package. If someone needs to load an older release (without prefix k6-
), it's possible to pass it via K6 spec runner.image
in case of runner image or in IMG=... make deploy
in case of controller image. However, it is highly recommended to re-deploy with the new, k6-operator package image, in order to receive the latest updates and releases. After this RC, the simplest way to switch to the new package will be to git pull
fresh changes in the main
branch of the k6-operator, re-run make deploy
and restart the deployment as needs be.
What's Changed
- Fix 'no such file or directory' issue in initializer by @vukor in #243
- Core implementation for PLZ API by @yorugac in #238
- fix(docs): use valid, conventional syntax in JS example by @agilgur5 in #244
- docs: add missing YAML syntax highlighting by @agilgur5 in #245
- Updating example when building with extensions by @javaducky in #246
- Fix default name of test runs in cloud output by @yorugac in #248
- Update image names to k6-operator over generic operator by @javaducky in #247
New Contributors
Full Changelog: v0.0.10rc2...v0.0.10rc3