Version v0.8.0
Pre-release
Pre-release
- Support for Kubernetes
1.22
(lightkube-models == 1.22.0.4
) - New
config
property ofClient
to expose details of the configuration used by this client. - Added e2e tests in github actions targeting
k3s 1.19
andk3s 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.