Skip to content

v0.10.0

Compare
Choose a tag to compare
@f41gh7 f41gh7 released this 14 Mar 16:05
· 761 commits to master since this release
a20edfa

Changes since v0.9.1

Features

  • Added finalizers to objects created by operator. It must fix an issue with resource deletion by controller manager. Note, it requires additional rbac access. #159 #189
  • Added new resouce for static targets scrapping - VMStaticScrape #155
  • Added unlimited param for default resources - #181
  • Added clusterVersion spec to VMCluster it should simplify management #176

Fixes

  • fixes bug with incorrect object reconciliation - labelMatch heuristic was broken.
  • fixes race condition on vmagent reconciliation.
  • fixes VMAlertmanager version parse #179 thanks @morimoto-cybozu
  • other little improvements.