Skip to content

Releases: grafana/xk6

v0.9.2

13 Jun 09:52
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.1...v0.9.2

v0.9.1

20 Apr 08:26
Compare
Choose a tag to compare

This is a patch release that updates the Go version used to build xk6 in the Docker image to v1.20.3, as a precaution against some vulnerabilities. xk6 shouldn't be affected, but users are encouraged to use Go v1.20.3 when installing and building xk6, as well as when building k6 binaries with xk6.

v0.9.0

01 Mar 10:24
Compare
Choose a tag to compare

This is a maintenance release with some CI and documentation changes, and introduction of the grafana/xk6 Docker image. There are no functional changes in xk6 itself.

What's Changed

New Contributors

Full Changelog: v0.8.1...v0.9.0

v0.8.1

16 Nov 17:53
Compare
Choose a tag to compare

This release upgrades the Go version used to build the xk6 binary to v1.19, due to an unexpected build failure, but otherwise has no functional changes from v0.8.0.

Full Changelog: v0.8.0...v0.8.1

v0.8.0

16 Nov 17:23
960c238
Compare
Choose a tag to compare

What's Changed

  • fix: library usage sample in readme by @ryoshindo in #46
  • Adds the possibility to configure go build flags by @thgruiz in #51
  • Add unit tests for buildCommandArgs and related fixes and cleanup by @imiric in #55

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

12 May 07:02
b706106
Compare
Choose a tag to compare

Changelog

  • 3cf8666 Adding a Makefile
  • 2731f46 Bump version of vendored library
  • fa72d58 Don't force latest k6 when building extensions
  • 1c4e786 Fix any kind of go module replacements getting latest k6
  • 94b9ca8 Fix k6 version not being taken into account anymore
  • 25958d3 Merge pull request #41 from grafana/paul/makefile
  • 9001905 Merge pull request #42 from grafana/paul/post-build-message
  • b706106 Merge pull request #44 from grafana/dontUseLatestk6
  • 343caf5 Minor updates to .gitignore
  • dbf0962 Provide an end-of-build message
  • b18f9ed Simplifying the end of build message.
  • 9fa342e Tweaking README adding attribution but removing original copyright
  • 20fdc08 Update environment.go

v0.6.1

18 Feb 10:47
3431936
Compare
Choose a tag to compare

This is a hotfix for v0.6.0 which broke compatibility with certain build environments.

What's Changed

  • Add Extensions files one by one so go mod tidy will always work by @mstoykov in #40

Full Changelog: v0.6.0...v0.6.1

v0.6.0

17 Feb 14:41
65e187a
Compare
Choose a tag to compare

What's Changed

  • Run go mod tidy after go mod edit -replace by @mstoykov in #39

Full Changelog: v0.5.0...v0.6.0

v0.5.0

25 Nov 08:34
dd03c09
Compare
Choose a tag to compare

Changelog

153b991 Add --replace argument (#33)
8a05c67 Add mention of k6 extensions listing page in README
7a2684f Add note to not use vendor in extensions
24e2476 Fix README's examples
dd03c09 Merge pull request #34 from grafana/refresh-readme

v0.4.5

25 Aug 07:40
Compare
Choose a tag to compare

Changelog

f080854 Go mod tidy after each go mod edit