v0.58.0
Release date: 14 May 2025
Update Note 1: This release by default deploys vmagent
which contains a bug, see more details in VictoriaMetrics#8941.
We recommend skipping this release and waiting for newer release.
If you still want to upgrade, you can override the vmagent image version by setting the environment variable: VM_VMAGENTDEFAULT_VERSION=v1.117.1
-
Dependency: vmoperator: Updated default versions for VM apps to v1.117.0 version
-
FEATURE: operator: introduce new flags for leader election configuration -
leader-elect-namespace
,leader-elect-id
. -
FEATURE: operator: upgraded prometheus-config-reloader image 0.68.0 -> 0.82.1. See helm-charts#2174.
-
BUGFIX: converter: properly retry watch request errors. Previously watcher could stale and ignore any Prometheus CRD object events. See this issue for details.