Skip to content

build(deps): bump grafana/xk6 from 1.0.1 to 1.1.2 #226

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 28, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 28, 2025

Bumps grafana/xk6 from 1.0.1 to 1.1.2.

Release notes

Sourced from grafana/xk6's releases.

v1.1.2

Grafana xk6 v1.1.2 is here! 🎉

Bug Fixes

  • The xk6 build command now correctly logs the k6 version being used. The version number is emphasized, and a warning is displayed if it's not the latest.
  • xk6 build now respects HTTP_PROXY, HTTPS_PROXY, and NO_PROXY environment variables, allowing it to work in proxied environments.

New Feature

The xk6 sync command can now generate results in multiple formats:

  • Terminal text: The default, colored output.
  • JSON: Use the --json flag for standard JSON output or combine it with --compact for unindented JSON.
  • Markdown: Use the --markdown flag to generate a Markdown report, which is useful for changelogs.

v1.1.1

Grafana xk6 v1.1.1 is here! 🎉

This is a patch release that addresses a critical bug in our multi-arch Docker image, ensuring proper functionality on arm64 platforms.

Bug Fix

Corrected the build process for the linux/arm64 Docker image. Previously, the image was incorrectly shipping amd64 binaries, causing an exec format error on ARM-based systems like Apple Silicon (M1/M2/M3) and AWS Graviton. The multi-arch image now contains the correct native binaries for the arm64 platform and functions as expected.

This resolves the issue where running xk6 on an arm64 host would fail. A big thank you to @​potyl for reporting this!

v1.1.0

Grafana xk6 v1.1.0 is here! 🎉

New Features

xk6 sync subcommand

The xk6 sync subcommand synchronizes the versions of dependencies in go.mod with those used in the k6 project. Dependencies not found in k6's go.mod remain unchanged. Future updates may include synchronization of other files.

The purpose of xk6 sync subcommand is to avoid dependency conflicts when building the extension with k6 (and other extensions).

Inspired by the grafana/go-depsync command.

Maintenance

  • Docker base image updated to golang:1.24.5-alpine3.22
Commits
  • 33c66aa Merge pull request #240 from grafana/234-produce-a-change-log-for-the-sync-co...
  • 50f0397 feat: added result output to xk6 sync in different formats
  • 773e70e Revert "feat: added xk6 sync result output in various formats"
  • 7e3210c Revert "docs: release notes"
  • f47cb2b docs: release notes
  • 7e47987 feat: added xk6 sync result output in various formats
  • b11c4cd Merge pull request #239 from grafana/238-propagate-http-proxy-environment-var...
  • 3e94992 Merge pull request #237 from grafana/236-xk6-build-logs-the-wrong-k6-version
  • 014c08c propagate HTTP proxy env vars during xk6 build
  • 0e71325 revert accidental commit
  • 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 [grafana/xk6](https://github.com/grafana/xk6) from 1.0.1 to 1.1.2.
- [Release notes](https://github.com/grafana/xk6/releases)
- [Changelog](https://github.com/grafana/xk6/blob/master/.goreleaser.yaml)
- [Commits](grafana/xk6@v1.0.1...v1.1.2)

---
updated-dependencies:
- dependency-name: grafana/xk6
  dependency-version: 1.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 28, 2025
@dependabot dependabot bot requested a review from a team as a code owner July 28, 2025 10:05
@dependabot dependabot bot requested review from szkiba and removed request for a team July 28, 2025 10:05
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 28, 2025
Copy link
Contributor

@szkiba szkiba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@szkiba szkiba merged commit 052d363 into master Jul 28, 2025
31 checks passed
@szkiba szkiba deleted the dependabot/github_actions/grafana/xk6-1.1.2 branch July 28, 2025 18:55
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 github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant