Skip to content

build(deps): bump go.k6.io/k6 from 1.0.0 to 1.2.2#18

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go.k6.io/k6-1.2.2
Closed

build(deps): bump go.k6.io/k6 from 1.0.0 to 1.2.2#18
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go.k6.io/k6-1.2.2

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 25, 2025

Bumps go.k6.io/k6 from 1.0.0 to 1.2.2.

Release notes

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

v1.2.2

k6 1.2.2 is a small patch release fixing a panic and two other smaller bugfixes.

Bug fixes

  • #5067 fixes a panic on the deprecated k6 login cloud command. Thanks @​indygriffiths for reporting it!
  • #5069 Fixes group order in end of test summary when scenarios are used.
  • #5070 Adds nullish check to the new getByRole and add tests for other getBy* APIs nullish checks.

v1.2.1

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

  • Automatic extension resolution (previously Binary Provisioning) enabled for everyone
  • gRPC gets better handling of NaN and Infinity float values and easier health check
  • Browser module gets page.route, all the page.getBy* APIs, locator.all(), and page.waitForURL

Note: An old xk6-browser repo v1.2.0 tag was pushed by mistake. It was left over on the machine since the merging of the two repos. As such it can not be used as a go module or installed with go install. For this reason v1.2.1 is released.

Breaking changes

As per our stability guarantees, breaking changes across minor releases are allowed only for experimental features.

Breaking changes for experimental modules

  • The experimental Open Telemetry and Prometheus outputs now default to TLSv1.3. This should've been the default to begin with. It is not expected that anyone should be affected, apart from making it more secure for the metrics output to send messages.

New features

Automatic extension resolution

k6 extensions allow you to add custom functionality to your tests, such as connecting to databases, message queues, or specialized networking protocols. Previously, using extensions required manual building of a custom k6 binary with the extensions compiled in. This new version introduces the Automatic Extension Resolution functionality, previously named Binary Provisioning, which is enabled by default and automatically detects when your script imports extensions and handles the complexity of provisioning the right k6 binary for you.

import faker from "k6/x/faker";
export default function () {
console.log(faker.person.firstName());
}

The previous experimental versions only supported official extensions. #4922 added the support to use any extension listed in the community list by setting the K6_ENABLE_COMMUNITY_EXTENSIONS environment variable.

K6_ENABLE_COMMUNITY_EXTENSIONS=true k6 run script.js

Note, Community extensions are only supported for local test executions (using k6 run or k6 cloud run --local-execution). When running tests on Grafana Cloud k6, only official extensions are allowed.

Check out the new extensions documentation for additional details.

... (truncated)

Commits
  • e0215db Add v1.2.2 release notes
  • 0a3389d Bump version to v1.2.2
  • 4170fd4 fix: do not panic on k6 login cloud
  • f842ef6 Add a test to check correct null checks
  • 7928c68 Add nullish check on getByRole
  • d584d9e fix: order groups in summary by execution also in scenario
  • 4ec066d Retract v1.2.0
  • 7ebf4cb Add v1.2.1 release notes
  • 862adca Bump the version to 1.2.1
  • 543c4a2 Bump the version to 1.2.0
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.0.0 to 1.2.2.
- [Release notes](https://github.com/grafana/k6/releases)
- [Commits](grafana/k6@v1.0.0...v1.2.2)

---
updated-dependencies:
- dependency-name: go.k6.io/k6
  dependency-version: 1.2.2
  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 Aug 25, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 1, 2025

Superseded by #21.

@dependabot dependabot bot closed this Sep 1, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/go.k6.io/k6-1.2.2 branch September 1, 2025 18:10
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