Releases: grafana/k6dist
v0.1.8
🎉 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
v0.1.5
v0.1.2
🎉 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 variableINPUT_ARGS
. Its value is split using the shlex package.
v0.1.1
🎉 k6dist v0.1.1
is here!
This is bugfix release: added golang base image for GitHub action container.
v0.1.0
🎉 k6dist v0.1.0
is here!
This is the initial release.