Skip to content

Releases: grafana/xk6-sm

v0.4.0

11 Mar 17:24
Compare
Choose a tag to compare

0.4.0 (2025-03-11)

Features

  • build a second binary with the Grafana secrets manager client extension (#75) (31f4734)
  • update k6 to 0.57.0 (0389dce)

Fixes

  • correctly handle raw_url by replacing url with it if present (1b9b29d)
  • handle abbreviated proto tags such as h2 or h3 (7a3393e)

Miscellaneous Chores

  • integration: add tests for raw_url handling (67c8086)
  • integration: add tests for browser scripts and metrics (3a9bb2a)
  • integration: extract script run to a helper function (965928d)
  • integration: increase k6 timeout (8873a57)
  • integration: log k6 output if it fails to run (96ff5a5)
  • README: clarify this repo is not to be used by SM end users (#71) (e456446)
  • remove unused renovate-app.json (296c26c)
  • renovate: update crocochrome image used for testing (7d2f8b6)
  • Update actions/create-github-app-token digest to 21cfef2 (cc5c756)
  • Update dependency go to v1.24.1 (#76) (9e7b76c)
  • Update googleapis/release-please-action digest to a02a34c (#83) (e670179)
  • use non-deprecated prometheus format selection (7c3de2a)

v0.3.1-beta1

03 Mar 13:39
d7c3541
Compare
Choose a tag to compare
v0.3.1-beta1 Pre-release
Pre-release

Full Changelog: v0.3.0...v0.3.1-beta1

v0.3.0

26 Feb 11:45
Compare
Choose a tag to compare

0.3.0 (2025-02-26)

Features

Fixes

  • Fix release-please manifest file (#51) (238d945)

Miscellaneous Chores

  • create dist directory so xk6 can write compiled binaries to it (dfe362a)
  • integration: add tests for custom phases (9c682a7)
  • integration: properly parse output metrics and assert more things about them (#44) (510f2cc)
  • README: adjust release process description (#59) (aaeaded)
  • renovate: use prefix from preset (6053d6c)
  • Update actions/create-github-app-token digest to 0d56448 (67fb83d)
  • update CODEOWNERS (23b5d3f)
  • Update dependency go to v1.24.0 (1acf382)
  • Update golangci/golangci-lint-action digest to 0adbc47 (b4c424b)
  • Update golangci/golangci-lint-action digest to 2226d7c (bd43062)
  • Update golangci/golangci-lint-action digest to 818ec4d (#64) (40d712c)
  • Update golangci/golangci-lint-action digest to e0ebdd2 (65e3320)
  • Update prometheus-go (68a435c)
  • use fully qualified package name (8beec7f)

v0.0.3-hotfix

25 Feb 15:31
9ab26d3
Compare
Choose a tag to compare
v0.0.3-hotfix Pre-release
Pre-release

Hotfix release from #68 for users who cannot wait until a new fixed version is released.

Full Changelog: v0.0.3...v0.0.3-hotfix

v0.2.0

14 Jan 15:37
@mem mem
2087ec8
Compare
Choose a tag to compare

Release v0.2.0

v0.1.0

13 Nov 13:48
Compare
Choose a tag to compare

What's Changed

  • Fix: add CODEOWNERS file by @mem in #7
  • renovate: sync configs with other repositories by @roobre in #9
  • CODEOWNERS: add by @roobre in #8
  • Chore: Update ghcr.io/renovatebot/renovate Docker tag to v39 by @grafanarenovatebot in #12
  • Chore: Update module go.k6.io/k6 to v0.55.0 by @grafanarenovatebot in #11

New Contributors

  • @mem made their first contribution in #7
  • @grafanarenovatebot made their first contribution in #12

Full Changelog: v0.0.4...v0.1.0

v0.0.4

30 Oct 10:14
Compare
Choose a tag to compare

What's Changed

  • ci: build for darwin by @roobre in #6

Full Changelog: v0.0.3...v0.0.4

v0.0.3-pre

08 Oct 10:12
676ad1b
Compare
Choose a tag to compare

Test release

v0.0.3

08 Oct 13:40
823a888
Compare
Choose a tag to compare

What's Changed

  • go.mod: rename module so it matches the new repo name by @roobre in #2
  • ci: add lint, pr, and release workflows by @roobre in #4

New Contributors

  • @roobre made their first contribution in #2

Full Changelog: v0.0.2...v0.0.3

v0.0.1

23 Aug 11:51
3d09ab8
Compare
Choose a tag to compare
ci: add build and lint workflows