Releases: operator-framework/operator-sdk-ansible-util
Releases · operator-framework/operator-sdk-ansible-util
Release 0.5.0
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
- @gravesm made their first contribution in #47
- @everettraven made their first contribution in #48
Full Changelog: v0.4.0...v0.5.0
Release 0.4.0
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
- 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
- Drops dependency on community.kubernetes
force
parameter renamed toreplace
(force
remains a valid alias)- Improved error handling and reporting across the board