Olha Yevtushenko
Olha Yevtushenko
Bumps: - Golang to 1.22 - controller-gen to 0.16.1 - controller-runtime to 0.19.0 Additionally, some cleaning up of Makefile.
### Feature Description Modern CLI tools sometimes support the option of upgrading the tool to the newest version in-place, with `upgrade` CLI command. This would allow to simplify keeping k6...
While it is generally advised to avoid MFA in tests, sometimes it simply cannot be avoided. We don't have any guide for these use cases now. Taking inspiration from this...
In the description for [modules in k6](https://grafana.com/docs/k6/latest/using-k6/modules), we don't have a mention of the resource like https://unpkg.com. Given that it's a common problem to stumble upon npm packages in JS...
Issue: #235
Investigate [k6-cloud-openapi-client-go](https://github.com/grafana/k6-cloud-openapi-client-go): the main question is if it's possible to move from k6 Go lib to this client for Cloud integration in k6-operator. If so, implement the necessary changes.
### Feature Description Since PLZ can exist for a long time, there are cases when it can become accidentally misconfigured. Most noticeably, when something happens to the token: e.g. it's...
Previously, all abort events were marked with "user" origin, to distinguish from pure "k6" origin. "k6" here is not ideal either, as it's not precise, but perhaps, somewhat less misleading.
### Brief summary If the TestRun CR is removed, all the jobs are being removed as a consequence. In case of cloud test runs (cloud output and PLZ), this is...
### Feature Description To improve decision-making, add installation collection, similar to what was done for k6-studio: https://grafana.com/docs/k6-studio/set-up/usage-collection/ ### Suggested Solution (optional) The endpoint for usage reports is simple and can...