Skip to content

Latest commit

 

History

History
77 lines (43 loc) · 5.39 KB

File metadata and controls

77 lines (43 loc) · 5.39 KB

Changelog

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

0.0.7 (2022-04-06)

Features

  • add a pod disruption budget for Alertmanager (94db768)
  • add alert rules for mso (#94) (c13d605)
  • enable persistent storage for prometheus (#111) (b68b750)
  • deploy alertmanagers on different nodes (79fad13)
  • upgrade grafana-operator to 4.1.0 (3a741ee)

Bug Fixes

  • clean up grafana datasource on deleting monitoring stack (#107) (b125c25)
  • deleted grafana datasources will now be recreated (#96) (2c71d1d)
  • establish a watch on Grafana CRs only after the CRD is present (f5787ed)
  • grafana-operator now uses more optimised watches (7b1cd05)
  • increase resource(memory) limit of mso operator (dd0fd92)
  • fix install-plan approval logic to approve the right plan (#97) (b669e08)

0.0.6 (2021-12-02)

Bug Fixes

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

0.0.5 (2021-11-29)

Features

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

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)

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)

0.0.2 (2021-10-13)

Bug Fixes