fix(deps): update module go.k6.io/k6 to v1.7.1#184
Open
renovate-sh-app[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update module go.k6.io/k6 to v1.7.1#184renovate-sh-app[bot] wants to merge 1 commit intomainfrom
renovate-sh-app[bot] wants to merge 1 commit intomainfrom
Conversation
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
| datasource | package | from | to | | ---------- | ----------- | ------ | ------ | | go | go.k6.io/k6 | v1.6.1 | v1.7.1 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
4e333cd to
fc607d8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.6.1→v1.7.1Release Notes
grafana/k6 (go.k6.io/k6)
v1.7.1Compare Source
k6
v1.7.1is here 🎉! This release includes:google.golang.org/grpc.Maintenance and internal improvements
google.golang.org/grpcwhich contains a fix for CVE-2026-33186.v1.7.0Compare Source
k6
v1.7.0is here 🎉! This release includes: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
k6binary withxk6. Now, k6 detects themissing extension, provisions the binary on demand, and executes the command transparently — the same experience already
available for JavaScript extensions.
For instance, if you run:
and the
xk6-subcommand-httpbinsubcommand extension isn't in thecurrent binary, k6 will automatically provision a binary with it on demand and execute the command transparently.
UX improvements and enhancements
K6_SECRET_SOURCEenv var as an alternative to--secret-source, accepting the same syntax. Thanks @vortegatorres, for the contribution!Bug fixes
page.on('response')andpage.on('requestfinished').Maintenance and internal improvements
actions/setup-goaction to7a3fe6c.SizeandPageEmulateMediaOptionsoption parsing to the Browser's mapping layer. Thanks @baeseokjae, for the contribution!anchore/sbom-actionaction tov0.22.2.github.com/klauspost/compresstov1.18.4.docker/login-actionaction tov3.7.0.AGENTS.mdfor guiding coding agents.actions/checkoutaction tode0fac2.protoreflecttov1.18.0.google.golang.org/grpctov1.78.0.cmd/stateconstants when possible.1.24.13.aferooutside of thefsextmodule.golangci-lintto2.10.1.go.opentelemetry.io/otel/sdktov1.40.0.actions/staleaction tob5d41d4.grafana/shared-workflows/get-vault-secretsaction tov1.3.1.github/codeql-actionaction tov4.32.4.1.25and default to1.26, and fixes lint issues enabled by the new minimum.xk6-dashboardtov0.8.1.vendordirectory.Roadmap
k6
v2.0.0is 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.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
Need help?
You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.