Skip to content

build(deps): bump go.k6.io/k6 from 1.4.2 to 1.6.1 - #31

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go.k6.io/k6-1.6.1
Open

build(deps): bump go.k6.io/k6 from 1.4.2 to 1.6.1#31
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go.k6.io/k6-1.6.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 16, 2026

Copy link
Copy Markdown

Bumps go.k6.io/k6 from 1.4.2 to 1.6.1.

Release notes

Sourced from go.k6.io/k6's releases.

v1.6.1

k6 v1.6.1 is here! This patch release includes:

  • Bug fix for a race condition in the experimental CSV module
  • Bug fix for manifest k6 version override
  • Version updates for Go toolchain and Docker images

Bug fixes

  • #5632 Fixes a race condition in the experimental/csv module when multiple files with async code use csv.parse in parallel during initialization.
  • #5642 Fixes an issue where k6 was not always added as a build dependency, preventing manifests from overriding the k6 version.

Maintenance and security updates

  • #5641 Adds chromium as an explicit dependency for with-browser Docker image.
  • #5646 Updates Go toolchain version to 1.24.13.
  • #5654 Updates the used Go version in the Docker image to v1.25.7.

v1.6.0

k6 v1.6.0 is here 🎉! This release includes:

  • Cloud commands now support configurable default Grafana Cloud stack.
  • New k6 deps command for analyzing script dependencies.
  • Browser APIs enhancements with frameLocator(), goBack(), goForward() methods.
  • Crypto module adds PBKDF2 support for password-based key derivation.
  • jslib gets a new TOTP library for time-based one-time password generation and validation.
  • New mcp-k6 MCP server for AI-assisted k6 script writing.

Breaking changes

There are no breaking changes in this release.

New features

Configurable default stack for Cloud commands #5420

Cloud commands now support configuring the default Grafana Cloud stack you want to use. The stack slug (or stack id) is used by the Cloud to determine which default project to use when not explicitly provided.

Previously, users had to specify the project id for every test run. With this change, you can configure a default stack during login, and k6 will use it to automatically resolve the appropriate default project. This is particularly useful for organizations with multiple Grafana Cloud stacks or when working across different teams and environments.

Users can also set up a specific stack for every test run, either using the new option stackID or the environment variable K6_CLOUD_STACK_ID.

Please note that, in k6 v2, this stack information will become mandatory to run a test.

# Login interactively and select default stack
k6 cloud login
Login and set default stack with token
k6 cloud login --token $MY_TOKEN --stack my-stack-slug
</tr></table>

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [go.k6.io/k6](https://github.com/grafana/k6) from 1.4.2 to 1.6.1.
- [Release notes](https://github.com/grafana/k6/releases)
- [Commits](grafana/k6@v1.4.2...v1.6.1)

---
updated-dependencies:
- dependency-name: go.k6.io/k6
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Feb 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants