Skip to content

Releases: operator-framework/operator-sdk-ansible-util

Release 0.5.0

30 Jun 20:09
v0.5.0
88bbc50
Compare
Choose a tag to compare

What's Changed

  • k8s_event no longer hardcodes involvedObject apiVersion to v1 by @fabianvf in #44
  • Swap out openshift client for kubernetes client by @gravesm in #47
  • update versions as prep for 0.5.0 release by @everettraven in #48

New Contributors

Full Changelog: v0.4.0...v0.5.0

Release 0.4.0

21 Jan 17:51
1666101
Compare
Choose a tag to compare

What's Changed

  • Add osdk_metric module, which allows users to publish custom metrics to the ansible-operator's metrics endpoint

Release 0.3.1

04 Nov 15:01
948ac10
Compare
Choose a tag to compare
  • Added k8s_events module.
  • Added api_utils utility module.
  • Fixed bugs in k8s_status:
    • Removed arg with None.
    • Added the option to completely replace lists.
    • Added checks whether condition has transition or not.

Release 0.2.0

29 Mar 16:32
1f91dab
Compare
Choose a tag to compare
  • Drops dependency on community.kubernetes
  • force parameter renamed to replace (force remains a valid alias)
  • Improved error handling and reporting across the board