Skip to content

Releases: rhobs/observability-operator

v0.0.11

17 Jun 13:24
3ebc765
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.11 (2022-06-17)

Features

  • set soft affinity on operator deployments (#152) (f83e38b)
  • update prometheus-operator dependency in go.mod (#159) (ff75353)

Bug Fixes

  • change slack details in README according to rename (#155) (be9fe46)
  • grants SA of components access to nonroot SCC (#161) (83567e0)
  • remove SeccompProfile (#164) (3098fc2)
  • rename operator catalog (390a4aa)
  • set seccomp profiles and grant SAs necessary premissions to run (#154) (1d44825)
  • subscription source should be observability-operator (ad8101a)

v0.0.10

01 Jun 08:18
277657a
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.10 (2022-06-01)

v0.0.9

30 May 07:07
ab5c7f0
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.9 (2022-05-30)

Features

  • update prometheus-operator dependency in go.mod (#140) (fd6b78c)

v0.0.8

18 May 08:48
2beb441
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.8 (2022-05-18)

⚠ BREAKING CHANGES

  • after contacting key users, they expressed that MSO deploying
    the grafana operator was not interesing for them, thus we have deciced
    to remove the grafana operator completely.
    Issue: https://issues.redhat.com/browse/MON-2247

This PR also removes ability for MSO to create GrafanaDataSource

  • since we removed the grafana operator from MSO, it
    also does not make sense for MSO to manage a GrafanaDataSource

Features

  • add remotewrite option to PrometheusConfig (b6319a6)

  • add support for configuring Prometheus external labels (#126) (02289d1), closes #125

  • enable Prometheus HA mode by default (cdf8ce4)

  • removes the grafana operator (2f5ed6d)

v0.0.7

07 Apr 00:17
eb02c77
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.7 (2022-04-07)

Features

  • add a pod disruption budget for Alertmanager (94db768)
  • add alert rules for mso (#94) (c13d605)
  • changes to enable persistent storage for prometheus (#111) (b68b750)
  • deploy alertmanagers on different nodes (79fad13)
  • upgrade grafana-operator to 4.1.0 (3a741ee)
  • use jsonnet to pull existing alerts from mixins available (#105) (18b0469)

Bug Fixes

  • cleaning up grafana datasource on deleting monitoring stack (#107) (b125c25)
  • correct the naming for mso rule file (#106) (27dded9)
  • enabling deleted grafana datasources to be recreated (#96) (2c71d1d)
  • establish a watch on Grafana CRs ince the CRD is present (f5787ed)
  • grafana-operator to use more optimised watches (7b1cd05)
  • increase resource(memory) limit of mso operator (dd0fd92)
  • install-plan approval logic to approve the right plan (#97) (b669e08)
  • olm subscription to use latest stable channel (#113) (c29c5d2)

v0.0.6

02 Dec 07:52
1302d4c
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.6 (2021-12-02)

Bug Fixes

  • fix self-scrape prometheus configuration for stacks (f34c8bf)
  • prevent automatic upgrades of Grafana Operator (44009d7)

v0.0.5

29 Nov 08:06
7f58cb3
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.5 (2021-11-29)

Features

  • make the module go-gettable (94342b7)
  • update prometheus-operator to 0.52.1 (c637521)

v0.0.4

25 Nov 08:23
922f282
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.4 (2021-11-25)

Features

  • deploy an Alertmanager instance for each monitoring stack (e607afe)

Bug Fixes

  • ensure operator has no reconciliation errors (5257706)
  • query Prometheus through a dedicated service (58586e8)

v0.0.3

10 Nov 08:33
e792f81
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.3 (2021-11-10)

Features

  • add thanos querier CRD (#52) (0dd9499)
  • deploy an instance of the grafana operator (409a95e)
  • implement self-scraping for monitoring stacks (632f913)
  • monitoring-stack controller that deploys prometheus (#40) (f16a977)
  • deploy a default grafana instance (b1455bd)

Bug Fixes

  • apply base CSV during bundle generation (5df14bd)
  • parametrize the namespace of the prometheus operator (5210561)

v0.0.2

13 Oct 09:18
f935d18
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.2 (2021-10-13)

Bug Fixes