Skip to content

v0.12.0

Latest

Choose a tag to compare

@szkiba szkiba released this 08 Jul 09:37
78b518d

Security and maintenance release. Minor version bump because the minimum required Go version for consumers is raised to 1.26.0, and go.k6.io/k6 is updated to the v2 module path.

  • Update go.k6.io/k6 to v2 (v2.0.0). The module import path is now go.k6.io/k6/v2/...; consumers building against k6 must use the v2 module.
  • Bump the go.mod Go version to 1.26.0 and pin the toolchain to 1.26.4 (consumers must now run Go >= 1.26.0).
  • Update golang.org/x/net to v0.55.0 to pick up a security advisory fix.
  • Update the Kubernetes monorepo to v0.36.2.
  • Update github.com/sirupsen/logrus to v1.9.4.
  • Pin CI dependencies and enable Renovate auto-merge for trusted updates.

Full Changelog: v0.11.0...v0.12.0