Skip to content

Commit

Permalink
Merge pull request #719 from loadimpact/release/v0.22.1
Browse files Browse the repository at this point in the history
Release v0.22.1
  • Loading branch information
na-- authored Jul 23, 2018
2 parents d9dbea1 + a2f2fd2 commit b76e4c1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import (
"github.com/spf13/cobra"
)

var Version = "0.22.0"
var Version = "0.22.1"
var Banner = `
/\ |‾‾| /‾‾/ /‾/
/\ / \ | |_/ / / /
Expand Down
12 changes: 2 additions & 10 deletions release notes/upcoming.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
13 changes: 13 additions & 0 deletions release notes/v0.22.1.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit b76e4c1

Please sign in to comment.