Skip to content

Releases: grafana/k6exec

v0.3.0

23 Jan 10:16
c8d2c26
Compare
Choose a tag to compare

k6exec v0.3.0 is here 🎉!

Embedded k6 PoC removed

The embedded k6 PoC introduced in v0.3.0 does not allow k6exec to be installed using the regular go install command. Since we want to keep the go install installation method, the embedded k6 PoC has been removed.

Description from the v0.2.0 release notes:

Default k6 executable has been embedded

For a better user experience, the default k6 executable has been embedded in k6exec. If the user does not use any extensions and does not specify any version constraints for k6, the embedded default k6 executable will be executed. This results in much faster execution in a significant number of cases.

v0.2.0

21 Jan 19:02
Compare
Choose a tag to compare

k6exec v0.2.0 is here 🎉!

Default k6 executable has been embedded

For a better user experience, the default k6 executable has been embedded in k6exec. If the user does not use any extensions and does not specify any version constraints for k6, the embedded default k6 executable will be executed. This results in much faster execution in a significant number of cases.

Dependency updates

  • grafana/k6deps updated to v0.2.0
  • k6 provisioning logic extracted to grafana/k6provision v0.1.0

v0.1.12

17 Dec 08:18
3870022
Compare
Choose a tag to compare

k6exec v0.1.12 is here 🎉!

This release includes dependency updates:

v0.1.11

28 Nov 17:02
fdbe47c
Compare
Choose a tag to compare

k6exec v0.1.11 is here 🎉!

This release includes dependency updates:

v0.1.10

25 Nov 11:12
bad1c96
Compare
Choose a tag to compare

k6exec v0.1.10 is here 🎉!

This release includes dependency updates:

  • k6build to v0.3.5
  • k6deps to v0.1.7
  • k6pack to v0.2.3

v0.1.9

19 Nov 14:09
787f63e
Compare
Choose a tag to compare

k6exec v0.1.9 is here 🎉!

This release includes:

  • Update k6deps to v0.1.6: Support import path of arbitrary depth (deeper than three levels) (eg k6/x/foo/bar). Drivers of the xk6-sql extension use 5-level deep imports (eg k6/x/sql/driver/ramsql)

v0.1.8

15 Oct 13:33
cb2d359
Compare
Choose a tag to compare

k6exec v0.1.8 is here 🎉!

This is an internal bugfix release.

Fix subcommand flags handling

Passing subcommand specific flags was not possible, k6exec swallowed these flags.
This has been fixed.

v0.1.7

03 Sep 07:08
Compare
Choose a tag to compare

k6exec v0.1.7 is here 🎉!

This is an internal maintenance release.

New features:

v0.1.6

29 Aug 10:33
4b7b9ec
Compare
Choose a tag to compare

k6exec v0.1.6 is here 🎉!

This is an internal maintenance release.

New features:

  • The archive file created with the archive command can now be run using the run command.
    k6exec run archive.tar

Dependency upgrades:

  • k6build v0.3.0

v0.1.5

22 Aug 14:18
aa2e3fd
Compare
Choose a tag to compare

k6exec v0.1.5 is here 🎉!

This is an internal maintenance release with dependency upgrades:

  • k6deps v0.1.4

Default catalog URL changed to https://grafana.github.io/k6-extension-catalog/registered.json