Skip to content

Bump go.k6.io/k6 from 0.56.0 to 1.6.1 in /long-running-test-arch/xk6#443

Merged
cleverchuk merged 1 commit intomainfrom
dependabot/go_modules/long-running-test-arch/xk6/go.k6.io/k6-1.6.1
Mar 13, 2026
Merged

Bump go.k6.io/k6 from 0.56.0 to 1.6.1 in /long-running-test-arch/xk6#443
cleverchuk merged 1 commit intomainfrom
dependabot/go_modules/long-running-test-arch/xk6/go.k6.io/k6-1.6.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 13, 2026

Bumps go.k6.io/k6 from 0.56.0 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Mar 13, 2026
@dependabot dependabot bot requested review from a team as code owners March 13, 2026 15:16
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Mar 13, 2026
cleverchuk
cleverchuk previously approved these changes Mar 13, 2026
@dependabot dependabot bot force-pushed the dependabot/go_modules/long-running-test-arch/xk6/go.k6.io/k6-1.6.1 branch from cfd4492 to e0db6c8 Compare March 13, 2026 15:39
Bumps [go.k6.io/k6](https://github.com/grafana/k6) from 0.56.0 to 1.6.1.
- [Release notes](https://github.com/grafana/k6/releases)
- [Commits](grafana/k6@v0.56.0...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-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/long-running-test-arch/xk6/go.k6.io/k6-1.6.1 branch from e0db6c8 to 4a0b634 Compare March 13, 2026 15:51
@cleverchuk cleverchuk merged commit f701a89 into main Mar 13, 2026
15 checks passed
@cleverchuk cleverchuk deleted the dependabot/go_modules/long-running-test-arch/xk6/go.k6.io/k6-1.6.1 branch March 13, 2026 16:01
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

Development

Successfully merging this pull request may close these issues.

1 participant