diff --git a/cmd/root.go b/cmd/root.go index de6e89690f8..fd3aa2099b2 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -36,7 +36,7 @@ import ( "github.com/spf13/cobra" ) -var Version = "0.22.0" +var Version = "0.22.1" var Banner = ` /\ |‾‾| /‾‾/ /‾/ /\ / \ | |_/ / / / diff --git a/release notes/upcoming.md b/release notes/upcoming.md index b69e0ac5ce5..056bcd4efc6 100644 --- a/release notes/upcoming.md +++ b/release notes/upcoming.md @@ -2,20 +2,12 @@ TODO: Intro ## New Features! -### Category: Title (#533) +### Category: Title (#PR) Description of feature. **Docs**: [Title](http://k6.readme.io/docs/TODO) -## UX - -* The consolidated user-supplied options (the final combination of config file options, exported script `options`, environment variables and command-line flags) are now exported back into the `options` script variable and can be accessed from the script. Thanks to @mohanprasaths for working on this! (#681 and #713) -* Improved error messages when outputting results to or executing tests in the Load Impact cloud (#716) - ## Bugs fixed! -* Logging: using the `--no-color` flag caused k6 to print output intended for `sdtout` to `stderr` instead. (#712) -* Logging: some error messages originating from Go's standard library did not obey the `--logformat` option. (#712) -* JSON output: when the standard output was used, the JSON collector closed it before k6 was finished printing the end-of-test summary to it (#715) -* Metrics: some zero-filled metrics were emitted when scaling down the number of VUs (#710) +* Category: description of bug. (#PR) \ No newline at end of file diff --git a/release notes/v0.22.1.md b/release notes/v0.22.1.md new file mode 100644 index 00000000000..b99e2ce0d9b --- /dev/null +++ b/release notes/v0.22.1.md @@ -0,0 +1,13 @@ +A minor release that adds some UX improvements and fixes some of the issues in the v0.22.0 release. + +## UX + +* The consolidated user-supplied options (the final combination of config file options, exported script `options`, environment variables and command-line flags) are now exported back into the `options` script variable and can be accessed from the script. Thanks to @mohanprasaths for working on this! (#681 and #713) +* Improved error messages when outputting results to or executing tests in the Load Impact cloud (#716) + +## Bugs fixed! + +* Logging: using the `--no-color` flag caused k6 to print output intended for `sdtout` to `stderr` instead. (#712) +* Logging: some error messages originating from Go's standard library did not obey the `--logformat` option. (#712) +* JSON output: when the standard output was used, the JSON collector closed it before k6 was finished printing the end-of-test summary to it (#715) +* Metrics: some zero-filled metrics were emitted when scaling down the number of VUs (#710)