Skip to content

Releases: VictoriaMetrics/operator

v0.17.1

28 Jul 03:43
f5b22b8
Compare
Choose a tag to compare

Changes since v0.17.0

Features

  • Updated default versions for vm apps to v1.63.0 version
  • Updated docs.

v0.17.0

27 Jul 22:11
46af675
Compare
Choose a tag to compare

Changes since v0.16.2

Features

  • Changes VMAuth config generation, now its possible to add target_path_suffix with optional query params #245
  • Changes VMAuth config generation - in case of / it can generate simple config without url_map and regexp 5dcd998
  • Reworks annotations merge 90ae15e

Fixes

  • Reduces memory usage - coz of improper label selectors and cache usage operator consumed a lot of memory #285
  • Fixes VMAlert default image tag typo #287
  • Fixes logging configuration #281
  • Fixes new config reloader watch logic: 35cadb0
  • Fixes VMServiceScrape for VMAgent 7bbbf2c

v0.16.0

11 Jul 17:33
bef1d77
Compare
Choose a tag to compare

Changes since v0.15.2

Features

  • Adds experimental config-reloader implementation, it should help mitigate long configuration sync. It can be enabled with envvar VM_USECUSTOMCONFIGRELOADER=true #124
  • Reduces load on kubernetes apiserver for VMPodScrape resources #267 thanks @fatsheep9146
  • Adds /debug/pprof handler at 0.0.0.0:8435 http server.

Fixes

  • Fixes Tls ingress for VMAuth #270
  • Fixes endless loop for service account reconciliation #277
  • Fixes VMAlertmanager update process #271
  • Fixes ownership for ArgoCD based deployments - #255
  • Fixes doc typos #269 thanks @zasdaym

Breaking Changes

  • Changes VMAgent RemoteWriteSpec - some options were moved to RemoteWriteSettings #273

v0.15.2

17 Jun 12:17
e44ed31
Compare
Choose a tag to compare

Changes since v0.15.1

Features

  • reduced CRD size, it should fix operator-hub deployment
  • updated lib versions.
  • updated docs.

v0.15.1

16 Jun 07:50
16d372e
Compare
Choose a tag to compare

Changes since v0.15.0

Fixes

  • Fixed panic at VMCluster #264

v0.15.0

14 Jun 15:54
2807048
Compare
Choose a tag to compare

Changes since v0.14.2

Features

  • Adds nodeSelector to all CRD Objects #254
  • Adds HPA for vminsert and vmselect #247
  • Adds new CRD resources - VMAuth and VMUser #245
  • Adds hostPath support with ability to override storageDataPath setting #240

Fixes

  • Adds prometheus-config-reloader version check and updates its version #259
  • Adds ownerReference to ServiceAccounts, it should mitigate ArgoCD issue #255
  • Fixes cluster status update process #253
  • Fixes VMAlertmanager config generation #244

v0.14.2

26 Apr 04:54
383cff3
Compare
Choose a tag to compare

Changes since v0.14.1

Fixes

  • fixes insertPorts type for VMCluster

v0.14.1

22 Apr 13:22
ba3a055
Compare
Choose a tag to compare

Changes since v0.14.0

Fixes

  • fixes missing args for inline relabel configs.

v0.14.0

22 Apr 11:48
0ead317
Compare
Choose a tag to compare

Changes since v0.13.1

Fixes

  • fixes incorrect tlsConfig handling for vmalert #224
  • fixes config sync for relabeling #222

Features

  • improves statefulset rolling update #217
  • adds ability to remove vmstorage from cluster routing #218
  • adds inlineRelabelConfig and inlineUrlRelabelConfig for vmagent, it allows to define relabeling rules directly at vmagent CR #154
  • adds inlineScrapeConfig https://github.com/VictoriaMetrics/operator/pull/230/files
  • adds new RBAC permissions for vmagent, it should help to monitor openshift cluster correctly #229

v0.13.1

13 Apr 11:39
1cbee75
Compare
Choose a tag to compare

Changes since v0.13.0

Fixes

  • fixes operator role - added missing permission.
  • fixes operator crash and improper tlsConfig build #215