Skip to content

Version v0.8.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@gtsystem gtsystem released this 06 Aug 21:11
· 96 commits to master since this release
67ef2aa
  • Support for Kubernetes 1.22 (lightkube-models == 1.22.0.4)
  • New config property of Client to expose details of the configuration used by this client.
  • Added e2e tests in github actions targeting k3s 1.19 and k3s 1.21.
  • Resolved an issue where a configuration using a user section without credentials or token where rejected.
  • Breaking change: An attempt to create or replace an object defining a different namespace compared to what is provided explicitly in the client method, will result in an error. This is inline with kubectl behavior. Previously the value provided explicitly in the client method would have taken precedence.