Releases: rhobs/observability-operator
v0.0.22
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.0.22 (2023-06-05)
Features
- add probe and scrapeConfig selectors (a2f0897)
- make operator publishable to openshift community-catalog (#295) (5e0f6c3)
Bug Fixes
v0.0.21
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.0.21 (2023-05-24)
Features
- add scrape interval parameter to prometheus config (40de685)
- bumpup Prometheus Operator to 0.65.1 (82fc388)
- test: initialize scripts to run e2e tests on ocp (5904298)
- update Observability Operator to PO v0.64.0 (22f8c1d)
- update prometheus-operator to v0.63.0 (b8abe66)
- update to prometheus-operator v0.62.0 (#252) (61fde40)
- upgrade go and controller-gen (471dbd8)
Bug Fixes
v0.0.20
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.0.20 (2023-01-17)
Features
Bug Fixes
v0.0.19
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.0.19 (2023-01-10)
v0.0.18
v0.0.17
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.0.17 (2022-12-01)
Features
- add support for watching multiple namespaces (4bda99c)
Bug Fixes
v0.0.16
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.0.16 (2022-11-03)
Features
- deploy admission webhook (8cc57d7)
Bug Fixes
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)
v0.0.14
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.0.14 (2022-09-20)
Features
- add API option to disable Alertmanager deployment (217eafc)
- add health probes to operator (8661936)
- switch to file-based OLM catalogs (#195) (f3db3e2)
Bug Fixes
- report Available=False condition when Prometheus is degraded (ece8d8c)