Skip to content

Releases: openshift/openshift-restclient-python

Release 0.8.6

14 Feb 18:27
Compare
Choose a tag to compare

Release Notes

Hotfix that prevents the client from crashing when the cache can't be loaded.

Release 0.8.5

13 Feb 18:34
Compare
Choose a tag to compare

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

11 Jan 19:41
Compare
Choose a tag to compare

Release notes

Hotfix to ensure that the cache file's name is not too long (#259)

Release 0.8.3

11 Jan 16:49
Compare
Choose a tag to compare

Client now caches discovery requests, significantly reducing average instantiation time.

Release 0.8.2

04 Jan 19:20
Compare
Choose a tag to compare

Lower case the resource name when building the URL (#250)

Release 0.8.1

06 Nov 18:41
Compare
Choose a tag to compare

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

05 Nov 15:22
Compare
Choose a tag to compare

Release Notes

  • Pin Kubernetes dependency to >= 8.0.0
  • Add support for *List kinds (#213)
  • Add watch to dynamic client (#221)
  • Fix regression "Do not decode response data in Python2" (#225)

Release 0.8.0 Alpha 1

04 Oct 18:50
Compare
Choose a tag to compare
Release 0.8.0 Alpha 1 Pre-release
Pre-release

Update to Kubernetes version 8.0.0a1, for support for exec directive in the kubeconfig.

Release 0.7.2

27 Sep 16:11
Compare
Choose a tag to compare

Add validate helper method, dependent on the optional kubernetes_validate library.

Release 0.7.1

31 Aug 20:30
Compare
Choose a tag to compare

Fixed improper handing of creates on subresources