Releases: grafana/xk6
v0.9.2
What's Changed
- Update Dockerfile GO version to 1.20.5 by @kempsterc in #68
New Contributors
- @kempsterc made their first contribution in #68
Full Changelog: v0.9.1...v0.9.2
v0.9.1
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
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
- Maintenance/GitHub actions by @olegbespalov in #58
- Remove experimental warning from README by @imiric in #61
- Add Dockerfile and publish image to container registries by @imiric in #62
- Remove goreleaser by @imiric in #63
New Contributors
- @olegbespalov made their first contribution in #58
Full Changelog: v0.8.1...v0.9.0
v0.8.1
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
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
- @ryoshindo made their first contribution in #46
- @thgruiz made their first contribution in #51
Full Changelog: v0.7.0...v0.8.0
v0.7.0
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