Skip to content

Releases: grafana/xk6-kubernetes

v0.9.0

14 Dec 19:10
f8fb562
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.9.0

v0.8.0

16 Oct 15:12
e666215
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

04 Aug 18:08
693426d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.7.0

v0.6.0

03 May 16:48
4c20eab
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

24 Apr 13:14
cf95003
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

19 Apr 13:28
1955c37
Compare
Choose a tag to compare

Compatibility Note

Feature parity of the new and deprecated APIs has been achieved. Those in process of updating test scripts can complete migration with this release. The next release will see the removal of the old API.

What's Changed

  • Update and Consolidate examples for Integration Testing by @javaducky in #92
  • Migrate the implementation for pods.exec and jobs.wait to helpers by @javaducky in #93

Full Changelog: v0.3.0...v0.4.0

v0.3.0

12 Jan 12:12
a90ee52
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.2...v0.3.0

v0.2.2

03 Nov 15:24
Compare
Choose a tag to compare

What's Changed

  • Migrated to k6 v0.41.0 #78

v0.2.1

20 Oct 13:15
ef470d4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

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