Releases: grafana/xk6-kubernetes
Releases · grafana/xk6-kubernetes
v0.2.0
What's Changed
- Generic k8s interface by @pablochacin in #70
⚠️ Resource helpers should be considered deprecated at this time and will be removed soon!Use of methods like
k8s.config_maps.apply(...)
ork8s.config_maps.list(...)
should be replaced using the generic API equivalent ofk8s.apply(...)
ork8s.list("ConfigMap", ...)
, respectively.
Full Changelog: v0.1.1...v0.2.0
v0.1.1
What's Changed
- Bump k8s client version to v0.24.2 by @pablochacin in #67
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- Fix goja array length issues by @pablochacin in #65
- Wait for ephemeral container by @pablochacin in #61
Full Changelog: v0.0.5...v0.1.0
v0.0.5
What's Changed
- APIs readme documentation by @ppcano in #54
- Allocate tty for ephemeral container by @pablochacin in #59
- Add ImagePullPolicy option to containers by @pablochacin in #57
Full Changelog: v0.0.4...v0.0.5
v0.0.4
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