Releases: rhobs/observability-operator
Releases · rhobs/observability-operator
v1.0.0
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.0.0 (2024-12-11)
Features
- add "Enable cluster monitoring" checkbox to OCP console (#628) (490a91d)
- add basic gather script for monitoring components (#614) (75dbd91)
- add monitoring-plugin uiplugin (#575) (48df915)
- add operator controller to add ServiceMonitor (#616) (5f2b6e5)
- add support annotation to uiplugins at runtime (#604) (41c578c)
- add Trace support in korrel8r (#597) (a74b4a5)
- deploy PrometheusRule resource for the operator (#629) (a63fe12)
- enable HTTPS in OpenShift clusters (#595) (a826c09)
- require TLS client certificate for /metrics (#611) (8cb5a11)
Bug Fixes
- add finalizers to cleanup cluster scoped resources on stack deletion (#608) (b243203)
- allow operator SA to create/update events (#623) (6cae01e)
- give operator controller a name (#618) (21e89a0)
- hide Prometheus operator CRDs in UI (#605) (ab4338f)
- must-gather collection scripts should be executable (#640) (a130a82)
- register scheme in operator (#619) (d86ab09)
v0.4.2
v0.4.1
v0.4.0
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.4.0 (2024-08-29)
Features
v0.3.5
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.3.5 (2024-08-07)
Bug Fixes
v0.3.4
v0.3.3
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.3.3 (2024-06-28)
Features
Bug Fixes
v0.3.2
v0.3.1
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.3.1 (2024-06-13)
Bug Fixes
v0.3.0
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.3.0 (2024-06-11)
Features
- add distributed tracing and troubleshooting panel uiplugins (#480) (db0b62f)
- add Korrel8r plugin to UITroubleshootPanel (#497) (02690af)
- support logging as ui-plugin (#477) (9ecc7fc)
Bug Fixes
- bind service with correct container port for korrel8r (#504) (4edf774)
- compatibility matrix unit tests (#499) (f3c6a61)
- compatibility matrix version validation (#501) (facefdc)
- default goal in makefile and add goal for unit tests (#475) (b6ed9c5)
- duplicate monitoringstack name caused case unstable (#478) (6d91f2e)
- fix UIPLugin console registration to avoid mutating existing cluster configuration (#503) (414e4f5)
- include service proxy in distributed_tracing.go (#502) (d359118)
- install shellcheck for lint target (#493) (3b6f58c)
- null pointer error of case NoOwnerRefInvalidNamespaceReasonEvent (#479) (646a8ba)
- prevent other plugin types from using tracing and troubleshooting configurations (#498) (07ae4ef)
- prevent reconcile loop for troubleshooting panel uiplugin (#505) (994ad0b)
- remove duplicate target in kustomize configuration (#476) (06027cf)
- Some typos and reconciliation of optional UIPlugin components (#491) (09dd760)