v0.63.0
Release date: 12 Sep 2025
-
Dependency: vmoperator: Updated default versions for VM apps to v1.125.0 version
-
Dependency: vmoperator: Updated default versions for VL apps to v1.33.0.
-
FEATURE: vmuser: add
VLSingle
,VLAgent
,VLCluster/vlinsert
,VLCluster/vlselect
,VLCluster/vlstorage
,VTSingle
,VTCluster/vtinsert
,VTCluster/vtselect
,VTCluster/vtstorage
to thetargetRef.crd.kind
. -
FEATURE: operator: introduce new resources
VLSingle
andVTCluster
. See #1498 for details. -
FEATURE: vmagent: support stream aggregation
ignore_first_sample_interval
property. See #1518. -
FEATURE: vmalert: add mutually exclusive checks for notifier configs in admission webhook validation. See #1511.
-
FEATURE: vmalertmanager: add
enforcedNamespaceLabel
field to allow changing the top route namespace matcher key for VMAlertmanagerConfig. See #1480. -
BUGFIX: vmoperator: properly release
finalizer
onVMAlert
delete. See this issue #1527 for details. -
BUGFIX: vmoperator: properly reconcile
Service
on value ofloadbalancerClass
change. Previously it produced errormay not change once set
. See PR #1522 for details. -
BUGFIX: vmuser: simplify path based routing for
src_paths
when usingVMCluster/vminsert
orVMCluster/vmselect
as targetRefs. See this PR #1519 for details.