Skip to content

Releases: grafana/k6dist

v0.1.8

09 Oct 09:22
909d786
Compare
Choose a tag to compare

🎉 k6dist v0.1.8 is here!

Use semantic versioning

Semantic versioning is widespread and well-known and has many advantages. It is advisable to switch from the date-based version to the use of the semantic version.

Assuming that k6 and its extensions use semantic versioning, the semantic version of the distribution will be generated as follows:

  • if a major version of a module (k6 or extension) is bumped, or a module is removed, the major version will be bumped (potential breaking change)
  • if the minor version of any module (k6 or extension) is bumped or a new module is added, the minor version will be bumped (backward compatible feature change)
  • otherwise, the patch version will be bumped

v0.1.7

08 Oct 06:08
Compare
Choose a tag to compare

🎉 k6dist v0.1.7 is here!

Fix detection of new extensions

Change detection now correctly detects new extensions released since the previous release.

v0.1.5

07 Oct 09:37
Compare
Choose a tag to compare

🎉 k6dist v0.1.5 is here!

Fix input parameter handling in GitHub Action mode.

v0.1.2

07 Oct 07:50
8d06286
Compare
Choose a tag to compare

🎉 k6dist v0.1.2 is here!

Fixes

  • The executable bit of the k6 binary was removed for some reason while copying to the Docker image. Now the executable bit is explicitly set during copying.

Refactors

  • GitHub Action input environment variables are now handled automatically based on the command flag. The name of the environment variable is generated from the name of the flag. In this way, all environment variables belonging to flags are processed.

  • The GitHub Action parameter corresponding to the positional argument is now args, i.e. the corresponding environment variable INPUT_ARGS. Its value is split using the shlex package.

v0.1.1

04 Oct 15:49
Compare
Choose a tag to compare

🎉 k6dist v0.1.1 is here!

This is bugfix release: added golang base image for GitHub action container.

v0.1.0

04 Oct 14:51
132a975
Compare
Choose a tag to compare

🎉 k6dist v0.1.0 is here!

This is the initial release.