Releases: openshift/openshift-restclient-python
Releases · openshift/openshift-restclient-python
Release 0.8.6
Release Notes
Hotfix that prevents the client from crashing when the cache can't be loaded.
Release 0.8.5
Release notes
Hotfix for an error we've been seeing with aggregated API servers (such as metrics.k8s.io
), where if they were down you couldn't use the dynamic client for anything, because initialization would fail.
Release 0.8.4
Release notes
Hotfix to ensure that the cache file's name is not too long (#259)
Release 0.8.3
Client now caches discovery requests, significantly reducing average instantiation time.
Release 0.8.2
Lower case the resource name when building the URL (#250)
Release 0.8.1
Release Notes
- When searching for resources by keys other than
kind
, the real API resource will be preferred over the*List
kind that doesn't directly map to the API.
Release 0.8.0
Release 0.8.0 Alpha 1
Update to Kubernetes version 8.0.0a1, for support for exec directive in the kubeconfig.
Release 0.7.2
Add validate helper method, dependent on the optional kubernetes_validate
library.
Release 0.7.1
Fixed improper handing of creates on subresources