Skip to content

Releases: grafana/xk6-kubernetes

v0.2.0

29 Sep 14:50
c6d495d
Compare
Choose a tag to compare

What's Changed

⚠️ Resource helpers should be considered deprecated at this time and will be removed soon!

Use of methods like k8s.config_maps.apply(...) or k8s.config_maps.list(...) should be replaced using the generic API equivalent of k8s.apply(...) or k8s.list("ConfigMap", ...), respectively.

Full Changelog: v0.1.1...v0.2.0

v0.1.1

30 Aug 11:28
0c01c2c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

19 Jul 11:39
3a44c45
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.5...v0.1.0

v0.0.5

30 Jun 18:22
b84fc72
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.4...v0.0.5

v0.0.4

26 May 12:16
Compare
Choose a tag to compare

What's Changed

  • Enable linting and address lint errors by @javaducky in #51
  • Import the auth package for the Kubernetes go client by @javaducky in #52

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

v0.0.3

24 May 17:31
222e445
Compare
Choose a tag to compare

What's Changed

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

v0.0.2

17 May 13:40
3084117
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.1...v0.0.2

v0.0.1

16 May 21:06
1adb016
Compare
Choose a tag to compare

Simply starting to version going forward.