v0.62.0
Release date: 17 Aug 2025
-
Dependency: vmoperator: Updated default versions for VM apps to v1.123.0 version
-
Dependency: vmoperator: Updated default versions for VL apps to v1.28.0.
-
Dependency: vmoperator: Updated default versions for VMAnomaly to v1.25.2 version
-
FEATURE: upgrade Go builder from Go1.24.6 to Go1.25.0. See the list of changes in Go1.25.0.
-
FEATURE: converter: support
spec.limit
,spec.labels
,spec.query_offset
andspec.group[*].keep_firing_for
PrometheusRule properties conversion to VMRule. Related issue #1485. -
FEATURE: vmoperator: reduce reconcile latency. See this PR #1510 for details. Thanks to the @vrutkovs
-
FEATURE: vmoperator: expose operator configuration as metrics. Add
flag
andconfig_parameter
metrics withname
,is_set
andvalue
labels. See this issue #1469 for details. -
BUGFIX: config-reloader: fixed config reloader command line arguments override. Related issue #1378.
-
BUGFIX: VLCluster and VMCluster: sort requestsLoadBalancer
Deployment
args
in order to prevent endless update loop ifextraArgs
are set.