Documentation for automated readers
A curated documentation index is available at: https://grafana.com/llms.txt
A complete documentation index is available at: https://grafana.com/llms-full.txt
These indexes can help with page discovery before fetching individual documents.
This page is also available in Markdown, which may be easier for automated readers and AI tools to parse than HTML. The Markdown version is available at https://grafana.com/docs/k6/latest/release-notes/v1.7.0.md, or by sending Accept: text/markdown to https://grafana.com/docs/k6/latest/release-notes/v1.7.0/. For broader documentation discovery, the curated index is available at https://grafana.com/llms.txt and the complete index is available at https://grafana.com/llms-full.txt.
Version 1.7.0 release notes
k6 v1.7.0 is here 🎉! This release includes:
- Automatic resolution for subcommand extensions — no more manual
xk6builds required to use them! K6_SECRET_SOURCEenv var as an alternative to--secret-source, accepting the same syntax.
Breaking changes
There are no breaking changes in this release.
New features
Automatic resolution for subcommand extensions #5664
You can now rely on automatic extension resolution also when using a subcommand extension that isn’t included in the current binary.
Previously, using extension subcommands required manually building a custom k6 binary with xk6. Now, k6 detects the
missing extension, provisions the binary on demand, and executes the command transparently — the same experience already
available for JavaScript extensions.
For instance, if you run:
k6 x httpbinand the xk6-subcommand-httpbin subcommand extension isn’t in the
current binary, k6 will automatically provision a binary with it on demand and execute the command transparently.
Roadmap
k6 v2.0.0 is the next planned release. It will include a set of breaking changes that have been discussed and planned.
You can find the list of planned breaking changes in #5062.
Was this page helpful?
Related resources from Grafana Labs

