Releases: openshift/openshift-restclient-python
Releases · openshift/openshift-restclient-python
Release 0.13.2
What's Changed
- [release-0.13] fix split call to handle apis of the format
a/b/c
by @openshift-cherrypick-robot in #440
Full Changelog: v0.13.1...v0.13.2
Release 0.13.1
- fixes requirements from broken 0.13.0 release
Release 0.13.0
- Remove the upper limit from the
kubernetes
dependency to keep up with k8s API updates - Fixed a bug that erroneously created
local/requirements.txt/requirements.txt
on install
Release 0.12.1
Release Notes
- Allow header params to be specified in the request method
Release 0.12.0
- Bump kubernetes dependency to 12.0
Release 0.12.0 Release Candidate 2
- Bump kubernetes dependency to 12.0
- Fix release script
Release 0.12.0 Release Candidate 1
- Bump kubernetes dependency to 12.0
Release 0.11.2
Release 0.11.1
Release 0.11.0
Release Notes
- 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
- Fix apply to cope better with missing last_applied entries (#352)
- Ignore ServiceUnavailableError for an all resource group search (#355)
- Bump Kubernetes dependency to 11.x