Skip to content

Releases: rhobs/observability-operator

v0.0.22

05 Jun 09:13
189bdd0
Compare
Choose a tag to compare

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

  • ensure OLM bundle installs fine all supported OpenShift Versions (#299) (e33f901)
  • test: ensure test report follows osde2e recommendation (#296) (6ef4b1e)
  • update url link to rhobs-handbook.netlify.app (#289) (de3e98d), closes #287

v0.0.21

24 May 09:28
4069d61
Compare
Choose a tag to compare

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

  • e2e test cleanup and exit code (590b339)
  • field manager name for generated resources (853f04f)
  • test: use OPERATORS_NS instead of hardcoded namespace (1cadc70)
  • update correct operator version in CSV (60c7be6)
  • wrong catalog sourcename in k8s subscription (b7e4b57)

v0.0.20

17 Jan 08:45
7824fdf
Compare
Choose a tag to compare

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

  • add resource variables to SyncSelectorSet template (#247) (68fd127)

Bug Fixes

  • rename alert names to follow convention (#246) (c2ecb85)
  • use mebibytes instead of megabytes for resource defaults (#248) (4a62425)

v0.0.19

10 Jan 14:09
d8bae7a
Compare
Choose a tag to compare

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

06 Jan 09:53
16422b3
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.0.18 (2023-01-06)

Features

v0.0.17

01 Dec 23:48
5bf5059
Compare
Choose a tag to compare

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

  • number of Prometheus replicas can be (87bd1f7)
  • update log levels to reflect alertmanager levels (#221) (b71d145)

v0.0.16

03 Nov 08:37
3b48e0a
Compare
Choose a tag to compare

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

  • hide internal CRDs from OLM UI (5c0f013)
  • release workflow broken due to invalid syntax (7ad0d8a)
  • target management clusters in SSS (#207) (b660849)
  • update stack status only if Prometheus generation is different (270ec28)
  • validate Prometheus replicas number (cbb95f3)

v0.0.15

13 Oct 09:44
378929f
Compare
Choose a tag to compare

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

20 Sep 23:32
3dce279
Compare
Choose a tag to compare

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)

v0.0.13

26 Jul 09:57
93a144b
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.0.13 (2022-07-26)

Features

  • add option to pass EnableRemoteWriteReceiver to Prometheus CR (37c777e)
  • add status attribute to the MonitoringStack CRD (#143) (bcda150)