Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the k6 group with 2 updates: go.k6.io/k6 and github.com/grafana/sobek.

Updates go.k6.io/k6 from 1.1.0 to 1.2.1

Release notes

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

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.

Handling of NaN and Infinity float values in gRPC #4631

Previously, float values of NaN or Infinity were marshalled as null. This has now changed to use their string representation, aligning with other gRPC APIs.

There are no changes required in the scripts.

This is also the first contribution by @​ariasmn. Thank you @​ariasmn for taking the time to make the PR and answer all our questions.

... (truncated)

Commits
  • 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
  • 8a70b4c Add v1.2.0 release notes (#5006)
  • 1ef3123 build(deps): bump google.golang.org/protobuf in the googles group
  • abea50a build(deps): bump the golangx group with 5 updates
  • 506791b Use new expect() syntax in script templates (#5040)
  • f111c96 Disable automatic resolution for custom binaries
  • ed9831c Fix metric results alignment in end of test summary (#4976)
  • Additional commits viewable in compare view

Updates github.com/grafana/sobek from 0.0.0-20250320150027-203dc85b6d98 to 0.0.0-20250723111835-dd8a13f0d439

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 17, 2025
@dependabot dependabot bot requested a review from a team as a code owner August 17, 2025 16:24
@dependabot dependabot bot added the go Pull requests that update go code label Aug 17, 2025
@dependabot dependabot bot requested review from pablochacin and removed request for a team August 17, 2025 16:24
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Bumps the k6 group with 2 updates: [go.k6.io/k6](https://github.com/grafana/k6) and [github.com/grafana/sobek](https://github.com/grafana/sobek).


Updates `go.k6.io/k6` from 1.1.0 to 1.2.1
- [Release notes](https://github.com/grafana/k6/releases)
- [Commits](grafana/k6@v1.1.0...v1.2.1)

Updates `github.com/grafana/sobek` from 0.0.0-20250320150027-203dc85b6d98 to 0.0.0-20250723111835-dd8a13f0d439
- [Commits](https://github.com/grafana/sobek/commits)

---
updated-dependencies:
- dependency-name: go.k6.io/k6
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: k6
- dependency-name: github.com/grafana/sobek
  dependency-version: 0.0.0-20250723111835-dd8a13f0d439
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k6
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/k6-ef92e2f0ee branch from 0480d6b to 558119a Compare August 19, 2025 08:46
@pablochacin pablochacin merged commit 1bac33f into main Aug 19, 2025
13 of 14 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/k6-ef92e2f0ee branch August 19, 2025 12:07
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.

2 participants