Skip to content

Commit af3a0b8

Browse files
committed
Release k6 v0.43.1
1 parent f8e7459 commit af3a0b8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

lib/consts/consts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
)
99

1010
// Version contains the current semantic version of k6.
11-
const Version = "0.43.0"
11+
const Version = "0.43.1"
1212

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

release notes/v0.43.1.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
k6 v0.43.1 is a patch release containing a few bugfixes:
2+
- [#2926](https://github.com/grafana/k6/pull/2926) fixed a panic in `setup()` code when `vu.iterationInScenario` from `k6/execution` was used.
3+
- [#2934](https://github.com/grafana/k6/pull/2934) fixed a wrongly printed internal output ID to the `stdout` UI.
4+
- [#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 commit comments

Comments
 (0)