v0.0.15
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.0.15 (2022-10-13)
BREAKING CHANGE:
- switch to 0.60.0-rhobs1 PO fork (c1f534a)
All PrometheusOperator Custom Resources ( ServiceMonitor
, PrometheusRules
now require a change to its apiVersion
.
E.g.
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
will need to be changed to
apiVersion: monitoring.rhobs/v1 ### 👈 new apiVersion
kind: ServiceMonitor
Bug Fixes
- correctly return errors from reconcile (5868bc0)