Skip to content

Releases: VictoriaMetrics/operator

v0.20.3

10 Nov 05:08
80fe4ad
Compare
Choose a tag to compare

Fixes

  • changes v1.SecretKeySelector value for pointer, it should help mitigate null error for v1.SecretKeySelector.Key #365
  • Fixes VMAlertmanagerConfig - some configurations didn't add send_resolved option properly to the configration. 6ee7505

v0.20.2

07 Nov 06:17
7806ff9
Compare
Choose a tag to compare

Fixes

  • regression at statefulset update process #366
  • adds nullable option for v1.SecretKeySelector #365

v0.20.1

28 Oct 16:30
0f4368b
Compare
Choose a tag to compare

Fixes

  • regression at alertmanager config generation 0f4368b

v0.20.0

28 Oct 11:58
6ac3f29
Compare
Choose a tag to compare

Changes since v0.19.1

Breaking changes

Features

  • adds ability to set custom headers to the VMUser target ref #360

Fixes

  • bearer token at staticScrape #357 thanks @addreas
  • path for the backups at vmcluster #349
  • possible race condition for the cluster backups, now operator adds storage node name into backup path #349
  • secret finalizer deletion for vmagent #343
  • probes for vmagent f6de9c5
  • alertmanagerConfiguration build for slack #339

v0.19.1

28 Sep 20:48
5d27b69
Compare
Choose a tag to compare

Changes since v0.19.0

Fixes

  • Regression at VMStaticScrape - basic auth was incorrectly handled #337
  • Convesion from PodMonitor to VMPodScrape #335

v0.19.0

24 Sep 14:22
8ccd46a
Compare
Choose a tag to compare

Changes since v0.18.2

Features

  • Adds single-namespace mode for operator #239 Thanks @g7r
  • improves e2e tests thanks @g7r
  • Adds VMAlert Notifier service discovery #334
  • Updates VMRule - now it can use vmalert specific features #331
  • Disables client caching for Pod, Deployment and Statefulset, it should reduce memory consumption 9cfea5d

Fixes

  • fixes psp rolebinding for operator #323
  • fixes VMAgent reconciliation loop #325 Thanks @silverlyra

v0.18.2

03 Sep 10:02
8f79fdd
Compare
Choose a tag to compare

Changes since v0.18.1

Fixes

v0.18.1

30 Aug 15:45
521fb4e
Compare
Choose a tag to compare

Changes since v0.18.0

Fixes

v0.18.0

24 Aug 18:25
eb59f5b
Compare
Choose a tag to compare

Changes since v0.17.2

Features

  • Adds OAuth2 configuration for VMagents remoteWrites and scrape endpoints
  • Adds TLSConfig for VMProbes
  • Major API update for VMServiceScrape, VMPodScrape, VMProbe, VMStaticScrape and VMNodeScrape:
  • Adds apiextensions.k8s.io/v1 CRD generation, v1beta1 is now legacy #291
  • Adds new CRD VMAlertmanagerConfig, it supports only v0.22 alertmanager version or above #188
  • Makes spec.selector optional for VMPodScrape and VMServiceScrape #307
  • Bumps alpine image for 3.14.1 - it should fixes security issues.
  • Adds more unit tests and fixes some bugs

Fixes

  • Fixes bug for incorrect finalizer remove #302

Deprecations

  • Deprecates apiextensions.k8s.io/v1beta1 API for CRD. Its still available at legacy mode.

v0.17.2

31 Jul 02:56
cf031e3
Compare
Choose a tag to compare

Changes since v0.17.1

Features

  • Updated docs.

Fixes

  • fixes vmauth default version
  • fixes HPA deletion #296
  • fixes VMAlert datasource TlsConfig #298
  • fixes VMUser target_path_suffix typo at tags.