Skip to content

Releases: VictoriaMetrics/operator

v0.28.4

12 Sep 13:37
68bbce1
Compare
Choose a tag to compare
v0.28.4 Pre-release
Pre-release

Changes since v0.28.3

Fixes

  • authorization cache usage e43bdb6 Thanks @AndrewChubatiuk
  • claimTemplates: fixes CRD for it a5d2f9f
  • vmrules: supress notFound errors #524
  • vmagent: fixes regression at default values for tmpDataPath and maxDiskUsage flags #523

Features

  • vmalertmanager: ignore broken receivers 68bbce1
  • service accounts: do not set labels and annotations for external service accounts 2ea1e64

v0.28.3

02 Sep 16:47
a5ef560
Compare
Choose a tag to compare

Changes since v0.28.2

Fixes

  • vmalertmanagerConfig: regression at nested routes parsing 07ce4ca
  • vmagent: password_file option was ignored 5ef9710

v0.28.2

01 Sep 03:45
b6f7f56
Compare
Choose a tag to compare

Changes since v0.28.2

Fixes

  • vmalert: regression at basicAuth f924639
  • converter/alertmanager: changes parsing for nested routes - added more context and validation webhook 6af6071

v0.28.1

31 Aug 08:29
7b5b5b2
Compare
Choose a tag to compare

Changes since v0.28.0

Fixes

  • vmalert: fixes generated crd 7b5b5b2

v0.28.0

30 Aug 17:49
cda2127
Compare
Choose a tag to compare

Changes since v0.27.2

Fixes

Features

  • converter: adds support for prometheus AlertmanagerConfig. It converts into VMAlertmanagerConfig. 0b99bc0
  • vmalert: tokenFilePath support for any remote endpoint 5b010f4

v0.27.2

22 Aug 08:12
Compare
Choose a tag to compare

Changes since v0.27.1

Fixes

  • controllers: fixes password_file usage at basicAuth 979f637
  • config-reloader: properly call gzip.Close method 0d3aac7 thanks @Cosrider

v0.27.1

17 Aug 16:38
Compare
Choose a tag to compare

Changes since v0.27.0

Fixes

  • controllers: fixes policy/v1 api detection #513

Features

  • vmalert: added headers setting for remoteRead, remoteWrite and dataSource #492

Full Changelog: v0.27.0...v0.27.1

v0.27.0

16 Aug 16:40
8916977
Compare
Choose a tag to compare

Changes since v0.26.3

Fixes

  • Adding support tls endpoint for vmauth config reloader by @mayurvaid-redvest in #511
  • Custom config-reloader incorrectly watch for directory at VMAgent #510
  • Removes validation for telegram_configs parse_mode validation #506
  • Deletion of VMAgent in StatefulMode #505

Features

  • Allows ignoring objects at argo-cd converted from prometheus CRD with env var: VM_PROMETHEUSCONVERTERADDARGOCDIGNOREANNOTATIONS=true #509
  • claimTemplates now supported at VMCluster, VMAlertmanager, VMAgent #507
  • readinessGates now supported by CRD objects 29807e6
  • HealthChecks now respects tls configured at CRD objects e43a4d5

New Contributors

v0.26.3

26 Jul 09:04
58ec58f
Compare
Choose a tag to compare

Changes since v0.26.0

Fixes

  • removes breaking changes introduced at v0.26.0. Operator added docker.io as container registry prefix and it may break applications, if private repository was configured at spec.repository.image. Now container registry is not set by default.
  • alertmanager: removes breaking changes introduced at 0.26.0 release with extraArgs 9185953

v0.26.0

25 Jul 02:57
d6038fa
Compare
Choose a tag to compare

Changes since v0.25.1

Fixes

  • security: new alpine image with security fixes c991b5f
  • alertmanager: metrics endpoint when routePrefix is configured #488 Thanks @blesswinsamuel
  • alertmanager: Automaticly disable high availability mode for 1 replica in #495. Thanks @hadesy
  • vmalertmanager: fix extraArgs, add two dashes #503 Thanks @flokli
  • vmcluster: disables selectNode arg passing to vmselect with enabled HPA. It should prevent vmselect cascade restarts #499
  • controllers: changes default rate limiter max delay from 16minutes to 2 minutes. #500
  • vmagent: now properly changes size for volumes at persistentMode 81f09af
  • prometheus converter: adds some missing fields, bumps version dependecy 35f1c26

Features

  • api/v1beta1/VMUser: adds tokenRef #489
  • api/vmauth: adds host param for ingress #490
  • api/vmcluster: reworks expanding for cluster #494
  • global setting to override container registry by in #501 Thanks @tamcore
  • api: new versioned kubernetes client #481
  • api: adds authorization configuration for scrape targets
  • api: adds headers fields for custom headers passing to targets 0553b60
  • vmagent: adds headers configuration per remote storage urls e056721
  • vmagent: allow configuring multitenant mode for remote storage urls e056721

Breaking changes

This release contains breaking changes that was fixed at v0.26.2 release. It's recommended to use it instead of upgrading to v0.26.0

New Contributors

Full Changelog: v0.25.1...v0.26.0