Skip to content

Releases: openshift/openshift-restclient-python

Release 0.13.2

Choose a tag to compare

@fabianvf fabianvf released this 25 Jul 22:08

What's Changed

Full Changelog: v0.13.1...v0.13.2

Release 0.13.1

Choose a tag to compare

@fabianvf fabianvf released this 06 Feb 21:08
  • fixes requirements from broken 0.13.0 release

Release 0.13.0

Choose a tag to compare

@asmacdo asmacdo released this 04 Feb 19:52
550548b
  • 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

Choose a tag to compare

@fabianvf fabianvf released this 23 Jun 16:41

Release Notes

  • Allow header params to be specified in the request method

Release 0.12.0

Choose a tag to compare

@fabianvf fabianvf released this 25 Feb 19:08
  • Bump kubernetes dependency to 12.0

Release 0.12.0 Release Candidate 2

Pre-release

Choose a tag to compare

@fabianvf fabianvf released this 25 Feb 18:16
1a13c6a
  • Bump kubernetes dependency to 12.0
  • Fix release script

Release 0.12.0 Release Candidate 1

Pre-release

Choose a tag to compare

@fabianvf fabianvf released this 24 Feb 21:48
  • Bump kubernetes dependency to 12.0

Release 0.11.2

Choose a tag to compare

@fabianvf fabianvf released this 06 Jun 15:10

Release Notes

  • Handle list merges where items have been added elsewhere (#371)
  • Add a Kubernetes specific recursive dict diff (#370)

Release 0.11.1

Choose a tag to compare

@fabianvf fabianvf released this 20 May 20:02

Release Notes

  • Add support for dryRun query parameter (via passing the dry_run=True paramter when making a request) (#363)
  • When using apply list items should be properly recursively patched, otherwise changes to nested fields can be ignored. (#364)

Release 0.11.0

Choose a tag to compare

@fabianvf fabianvf released this 24 Mar 16:25

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