Skip to content

Releases: openshift/openshift-restclient-python

Release 0.8.6

Choose a tag to compare

@fabianvf fabianvf released this 14 Feb 18:27

Release Notes

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

Release 0.8.5

Choose a tag to compare

@fabianvf fabianvf released this 13 Feb 18:34

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

Choose a tag to compare

@fabianvf fabianvf released this 11 Jan 19:41

Release notes

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

Release 0.8.3

Choose a tag to compare

@fabianvf fabianvf released this 11 Jan 16:49

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

Release 0.8.2

Choose a tag to compare

@fabianvf fabianvf released this 04 Jan 19:20

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

Release 0.8.1

Choose a tag to compare

@fabianvf fabianvf released this 06 Nov 18:41

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

Choose a tag to compare

@fabianvf fabianvf released this 05 Nov 15:22

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

Release 0.8.0 Alpha 1 Pre-release
Pre-release

Choose a tag to compare

@fabianvf fabianvf released this 04 Oct 18:50

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

Release 0.7.2

Choose a tag to compare

@fabianvf fabianvf released this 27 Sep 16:11

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

Release 0.7.1

Choose a tag to compare

@fabianvf fabianvf released this 31 Aug 20:30

Fixed improper handing of creates on subresources