Skip to content

Commit

Permalink
Prepare the v0.23.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
na-- committed Dec 18, 2018
1 parent 02a27d4 commit d219b19
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 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.23.0"
var Version = "0.23.1"
var Banner = `
/\ |‾‾| /‾‾/ /‾/
/\ / \ | |_/ / / /
Expand Down
7 changes: 1 addition & 6 deletions release notes/upcoming.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,4 @@ Description of feature.

## Bugs fixed!

* Cloud: Fixed the cloud metrics output to read only `projectID`, `name` and `token` from the `env.loadimpact` map in the exported script `options`. (#848)
* JS: Fixed a Babel transformation issue that caused closing brackets to sometimes be commented out. (#853)
* JS: Fixed environment variable propagation when executing script bundles. (#853)
* HAR converter: Fixed a panic due to a missing nil check (#861)
* Cloud: Limit the amount of samples that k6 sends in a single package to the ingest by splitting them up. (#860)
* Metrics: Fix the incorrect tracing of some corner case HTTP requests (#862)
* Category: description of bug. (#PR)
10 changes: 10 additions & 0 deletions release notes/v0.23.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
A minor release that fixes some of the issues in the v0.23.0 release.

## Bugs fixed!

* Cloud: Fixed the interaction between the environment variable and JSON-based configuration, and the Load Impact specific `env.loadimpact` JS options. Now only the `projectID`, `name` and `token` fields will be populated (without overriding other fields) when executing scripts with `k6 cloud`, and taken into account when sending metrics to Load Impact Insights with `k6 run -o cloud`. (#848, #871, #872)
* JS: Fixed a Babel transformation issue that caused closing brackets to sometimes be commented out. (#853)
* JS: Fixed environment variable propagation when executing script bundles. (#853)
* HAR converter: Fixed a panic due to a missing nil check. (#861)
* Cloud: Limit the amount of samples that k6 sends in a single package to the ingest by splitting them up. (#860)
* Metrics: Fix the incorrect tracing of some corner case HTTP requests that resulted in negative or hugely positive metric values. (#862)

0 comments on commit d219b19

Please sign in to comment.