Releases: openshift/openshift-restclient-python
Releases · openshift/openshift-restclient-python
Release 0.10.3
Release Notes
- Bump
kubernetes
dependency to pull in fix for python3 hangs (kubernetes-client/python#1079)
Release 0.9.3
Release Notes
- Use sha1 instead of md5 to hash cache file name to continue working in FIPS environments (#342)
Release 0.10.2
Release 0.10.1
- 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
Bugs
- Remove md5 which is not allowed in fips, use sha1 instead
Release 0.10
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
Release Notes
- Backport #329
0.10.0 Release Candidate 1
- 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
Release Notes
- Fix several issues in apply
- Make it easier to view the apply diff without modifying the cluster
Release 0.9.1
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.