Skip to content

Commit

Permalink
Release k6 v0.43.1
Browse files Browse the repository at this point in the history
  • Loading branch information
na-- committed Feb 27, 2023
1 parent f8e7459 commit af3a0b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/consts/consts.go
Expand Up @@ -8,7 +8,7 @@ import (
)

// Version contains the current semantic version of k6.
const Version = "0.43.0"
const Version = "0.43.1"

// VersionDetails can be set externally as part of the build process
var VersionDetails = "" //nolint:gochecknoglobals
Expand Down
4 changes: 4 additions & 0 deletions release notes/v0.43.1.md
@@ -0,0 +1,4 @@
k6 v0.43.1 is a patch release containing a few bugfixes:
- [#2926](https://github.com/grafana/k6/pull/2926) fixed a panic in `setup()` code when `vu.iterationInScenario` from `k6/execution` was used.
- [#2934](https://github.com/grafana/k6/pull/2934) fixed a wrongly printed internal output ID to the `stdout` UI.
- [#2938](https://github.com/grafana/k6/pull/2938) fixed a synchronization bug that caused k6 to get stuck after the end-of-test summary when sending the usage report took more than 3s. Thanks for [reporting this](https://github.com/grafana/k6/issues/2937), @ichasepucks!

0 comments on commit af3a0b8

Please sign in to comment.