Skip to content

Commit e9d8349

Browse files
mstoykovIvan Mirić
authored andcommitted
Release notes and bump version for v0.31.1
1 parent cdf85de commit e9d8349

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

lib/consts/consts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828
)
2929

3030
// Version contains the current semantic version of k6.
31-
const Version = "0.31.0"
31+
const Version = "0.31.1"
3232

3333
// VersionDetails can be set externally as part of the build process
3434
var VersionDetails = "" // nolint:gochecknoglobals

release notes/v0.31.1.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
k6 v0.31.1 is a patch release with a single bugfix.
2+
3+
The bugfix is about the cloud output and the new `http_req_failed` metric in k6 v0.31.0. Due to additional state being used for its transport to the k6 cloud, and a misunderstanding of what a functional call from a library dependency does, the `http_req_failed` values were always set to `1`. This did not affect any other output or the end of test summary. ([#1908](https://github.com/loadimpact/k6/issues/1908))

0 commit comments

Comments
 (0)