Skip to content

Releases: VictoriaMetrics/operator

v0.41.0

30 Jan 23:23
v0.41.0
9a4a484
Compare
Choose a tag to compare

v0.41.0

  • update VictoriaMetrics image tags to v1.97.0.
  • vmauth: add new fields for unauthorized_user like src_hosts, headers, retry_status_codes and load_balancing_policy. See vmauth docs for more details.

v0.40.0

24 Jan 11:50
f6b9c08
Compare
Choose a tag to compare

v0.40.0

v0.39.4

12 Dec 23:05
v0.39.4
e46b418
Compare
Choose a tag to compare

v0.39.4 - 13 Dec 2023

v0.39.3

16 Nov 21:08
v0.39.3
388745c
Compare
Choose a tag to compare

v0.39.3 - 16 Nov 2023

  • update VictoriaMetrics image tags to v1.95.1.

v0.39.2

15 Nov 20:23
v0.39.2
bc8b02f
Compare
Choose a tag to compare

v0.39.2 - 15 Nov 2023

Features

  • vmoperator: properly compare difference for statefulSet claimTemplate metadata. See this commit for details.
  • vmoperator: sort statefulSet pods by id for rolling update order. See this commit for details.
  • vmoperator: optimize statefulset update logic, that should reduce some unneeded operations. See this PR for details.

v0.39.1

01 Nov 15:52
49826be
Compare
Choose a tag to compare

v0.39.1 - 1 Nov 2023

  • vmuser: adds new paths for vminsert/vmselect routing with enabled dynamic discovery feature for VMUser. See this PR for details.
  • vmcluster: from now on operator passes -replicationFactor (if it set in vmcluster) for vmselect. See this issue.
  • vmagent: updated dependency for properly parsing chained if expressions in validation webhook.

v0.39.0

04 Oct 16:46
5da4bf6
Compare
Choose a tag to compare

v0.39.0 - 4 Oct 2023

Features

  • vmoperator: upgrade vmagent/vmauth's default config-reloader image.
  • vmuser: adds retry_status_codes , max_concurrent_requests and response_headers settings. It's supported since v1.94.0 release of vmauth
  • vmoperator: adds useStrictSecurity for all components. It allows to migrate from insecure to strictly secured deployments per component without breaking changes. See this issue for details.
  • vmoperator: add ability to provide license key for VictoriaMetrics enterprise components. See this doc for the details.

Fixes

  • vmcluster: remove redundant annotation operator.victoriametrics/last-applied-spec from created workloads like vmstorage statefulset.
  • vmoperator: properly resize statefulset's multiple pvc when needed and allowable, before they could be updated with wrong size.
  • vmoperator: fix wrong api group of endpointsices, before vmagent won't able to access endpointsices resources with default rbac rule.
  • vmauth/vmagent: adds default resources for init container with configuration download. See this issue for details.
  • vmauth/vmagent: correctly set flag for custom config reloader image during config initialisation. See this issue for details.
  • vmauth: correctly set config reloader image for init container.

v0.38.0

11 Sep 07:48
21f7203
Compare
Choose a tag to compare

v0.38.0

Default version of VictoriaMetrics components: v1.93.4

Fixes

  • vmuser: [Enterprise] fixes ip_filters indent for url_prefix. Previously it wasn't possible to use ip_filters with multiple target refs
  • vmoperator: turn off EnableStrictSecurity by default. Before, upgrade operator to v0.36.0+ could fail components with volume attached, see this issue for details.
  • vmoperator: bump default version of VictoriaMetrics components to 1.93.4.

Features

v0.37.1

02 Sep 14:22
c32931b
Compare
Choose a tag to compare

v0.37.1 - 02 Sep 2023

Default version of VictoriaMetrics components: v1.93.3

Updates

  • bump default version of Victoria Metrics components to v1.93.3

v0.37.0

30 Aug 10:14
18e080e
Compare
Choose a tag to compare

VictoriaMetrics Operator v0.37.0

Fixes

  • vmagent: fix unmarshalling for streaming aggregation match field.

Features