Skip to content

Releases: VictoriaMetrics/operator

v0.13.0

09 Apr 12:31
88315dd
Compare
Choose a tag to compare

Changes since v0.12.2

Fixes

Features

v0.12.2

31 Mar 13:35
644f9ad
Compare
Choose a tag to compare

Changes since v0.12.1

Fixes

  • fixes serviceAccount update #207

v0.12.1

30 Mar 07:00
b5578fa
Compare
Choose a tag to compare

Changes since v0.12.0

Fixes

v0.12.0

29 Mar 12:54
9651919
Compare
Choose a tag to compare

Changes since v0.11.0

Features

  • Adds scraping sharding for VMAgent #177
  • Adds pvc resizing for VMCluster and VMAletermanager, it also allows to change storage params #161
  • Adds PodDisruptionBudget for VMAgent, VMCluster, VMAlert and VMAlertmanager #191 Thanks @umezawatakeshi
  • Simplifies topologySpreadConstraints configuration #191, thanks @umezawatakeshi

Fixes

  • Fixes VMAlert rule arg - it was unproperly escaped 870f258
  • Fixes VMProbes, now it supports relabeling for static targets b4db7d5
  • Fixes VMStaticScrape - adds honorLabels and honorTimestamps setting to CRD

Breaking changes

  • operator automatically resizes PVC and recreates StatefulSet for VMCluster components if needed, be careful with upgrade, if you are manually edited PVC size. In common cases, it must be safe.

v0.11.0

22 Mar 10:20
cef0006
Compare
Choose a tag to compare

Changes since v0.10.0

Features

  • Adds additional service for all components, its useful for service exposition #163 thanks @TinySong

Fixes

  • fixes bug with insert ports.
  • minor fixes to examples.

Breaking changes

  • Adds acceptEULA setting to VMBackuper, without it backuper cannot be used. dc7f9e0

v0.10.0

14 Mar 16:05
a20edfa
Compare
Choose a tag to compare

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.

v0.9.1

22 Feb 10:01
9972e24
Compare
Choose a tag to compare

Changes since v0.8.0

Features

  • adds externalLabels for vmalert #160

Fixes

  • rbac role namespace.

v0.9.0

21 Feb 16:59
20975ec
Compare
Choose a tag to compare

Changes since v0.8.0

Features

  • adds finalizers to the CRDs, it must prevent deletion by controller manager and clean-up created resources properly. #159

Fixes

  • rbac role #166
  • fixes incorrect converter start and race condition.

v0.8.0

09 Feb 12:45
1a8c1d0
Compare
Choose a tag to compare

Changes since v0.7.4

Features

  • adds VMPodScrape basic auth, token and tls connection support #151
  • adds insertPorts for VMSingle and VMCluster, it allows to configure ingestion ports for OpenTSDB,Graphite and Influx servers #157

Fixes

  • fixes operator-hub docs broken links.
  • fixes panic at vmcluster.

v0.7.4

25 Jan 16:36
35bb2d7
Compare
Choose a tag to compare

Changes since v0.7.3

Fixes