Skip to content

Releases: openshift/openshift-restclient-python

Release 0.10.3

13 Mar 15:11
Compare
Choose a tag to compare

Release Notes

Release 0.9.3

28 Feb 21:16
Compare
Choose a tag to compare

Release Notes

  • Use sha1 instead of md5 to hash cache file name to continue working in FIPS environments (#342)

Release 0.10.2

18 Feb 20:54
Compare
Choose a tag to compare

Release Notes

  • Fix apply to cope better with missing last_applied entries (#352)
  • Ignore ServiceUnavailableError for an all resource group search (#355)

Release 0.10.1

13 Dec 09:00
Compare
Choose a tag to compare
  • Take last applied configuration into account when patching
  • Apply updates if resources have changed in between applies
  • Remove md5, which fails in FIPS environment
  • Add additional rules for resolving ambiguity in resources.get

Release 0.8.11

10 Dec 18:30
d405312
Compare
Choose a tag to compare

Bugs

  • Remove md5 which is not allowed in fips, use sha1 instead

Release 0.10

23 Oct 18:04
Compare
Choose a tag to compare

Release Notes

  • Bump Kubernetes library to 10.x
  • Refactor apply logic to make it possible to get diff information without sending a request.

Release 0.6.4

23 Oct 18:03
Compare
Choose a tag to compare

Release Notes

0.10.0 Release Candidate 1

07 Oct 19:46
Compare
Choose a tag to compare
Pre-release
  • Bump Kubernetes library to 10.0.x
  • Refactor apply logic to make it possible to get diff information without sending a request.

Release 0.9.2

04 Sep 18:19
Compare
Choose a tag to compare

Release Notes

  • Fix several issues in apply
  • Make it easier to view the apply diff without modifying the cluster

Release 0.9.1

21 Aug 18:23
Compare
Choose a tag to compare

Release Notes

  • Errors writing to cache no longer crash the client
  • The default cache file now includes information about the current user in the name, to prevent collisions when multiple users perform discovery.