Releases: VictoriaMetrics/operator
v0.66.1
v0.66.1
Release date: 06 December 2025
SECURITY: upgrade Go builder from Go1.25.4 to Go1.25.5. See the list of issues addressed in Go1.25.5.
- BUGFIX: vmoperator: remove orphaned ServiceAccount and RBAC resources. See #1665.
- BUGFIX: vmanomaly: properly handle configuration which is missing
reader.queriesin eitherconfigRawYamlorconfigSecret. Previously, it would lead to panic. - BUGFIX: vmanomaly: fix configuration parsing when running in UI mode. Previously, configuration required to use
preset: ui:versioninstead ofpreset: ui.
v0.66.0
v0.66.0
Release date: 03 December 2025
Update note 1: labels and annotations inheritance is removed. It was deprecated in v0.51.0. Consider moving all needed labels and annotations to the spec.managedMetadata fields.
Update node 2: removed VMCluster's status.clusterStatus and VMSingle's status.singleStatus, that were deprecated in v0.51.0.
-
Dependency: vmoperator: Updated default versions for VM apps to v1.131.0 version
-
Dependency: vmoperator: Updated default versions for VT apps to v0.5.0 version.
-
FEATURE: config-reloader: set default config reloader image version equal to current operator version. See #2562.
-
FEATURE: vmagent: do not set
promscrape.cluster.membersCountandpromscrape.cluster.memberNumflags in ingestOnly mode. See #1594. -
FEATURE: vmalertmanagerconfig: support incident.io receiver. See #1637.
-
FEATURE: vmauth: allow overriding default path for embedded ingress. See #1617.
-
FEATURE: vmoperator: add
VM_ENABLETCP6variable that runs all operator CRs in IPv6 mode. See #1581. -
FEATURE: vmuser: introduce
spec.managedMetadatafor custom labels and annotations that should be attached to a Secret. -
FEATURE: vmuser: introduce
query_argsparameter that allows to append query arguments for backend url generation -
BUGFIX: converter: properly convert Prometheus ScrapeConfig
scrapeIntervalinto VM ScrapeConfigscrape_interval. Before it was ignored. See #1645. -
BUGFIX: vmalertmanager: check
mute_time_intervalsin subroutes: See #1618. -
BUGFIX: vmoperator: remove incorrect key argument in structured log for when the actual PVC storage size is larger than the currently configured size and properly indicate which is the new and which is the existing size: See PR #1636 for details.
-
BUGFIX: vtcluster: properly print
statusreplicas forinsert,selectandstoragecomponents.
v0.66.0-rc2
api/{VMAuth,VMAlert}: fixes status.replicaCount typo Previously there was mention of Alertmanagers instead of actual VMAlert and VMAuth CRD name. v0.66.0-rc1
v0.66.0
Release date: 03 December 2025
Update note 1: labels and annotations inheritance is removed. It was deprecated in v0.51.0. Consider moving all needed labels and annotations to the spec.managedMetadata fields.
Update node 2: removed VMCluster's status.clusterStatus and VMSingle's status.singleStatus, that were deprecated in v0.51.0.
-
Dependency: vmoperator: Updated default versions for VM apps to v1.130.0 version
-
Dependency: vmoperator: Updated default versions for VM apps to v1.131.0 version
-
FEATURE: vmoperator: add
VM_ENABLETCP6variable that runs all operator CRs in IPv6 mode. See #1581. -
FEATURE: config-reloader: set default config reloader image version equal to current operator version. See #2562.
-
FEATURE: vmagent: do not set
promscrape.cluster.membersCountandpromscrape.cluster.memberNumflags in ingestOnly mode. See #1594. -
FEATURE: vmauth: allow overriding default path for embedded ingress. See #1617.
-
FEATURE: vmalertmanagerconfig: support incident.io receiver. See #1637.
-
FEATURE: vmuser: introduce
spec.managedMetadatafor custom labels and annotations that should be attached to a Secret. -
FEATURE: vmuser: introduce
query_argsparameter that allows to append query arguments for backend url generation -
BUGFIX: vmalertmanager: check
mute_time_intervalsin subroutes: See #1618. -
BUGFIX: vmoperator: remove incorrect key argument in structured log for when the actual PVC storage size is larger than the currently configured size and properly indicate which is the new and which is the existing size: See PR #1636 for details.
-
BUGFIX: converter: properly convert Prometheus ScrapeConfig
scrapeIntervalinto VM ScrapeConfigscrape_interval. Before it was ignored. See #1645. -
Dependency: vmoperator: Updated default versions for VT apps to v0.5.0 version.
v0.65.0
v0.65.0
Release date: 31 October 2025
-
FEATURE: vmauth: added HPA support with
spec.hpafield for the VMAuth. See this issue #1573 for details. Thanks to the @endesapt -
FEATURE: converter: support
ServiceMonitor'sServiceDiscoveryRole. -
BUGFIX: vmoperator: properly set default
useVMConfigReloadervalue. See #1589. -
BUGFIX: vmoperator: properly check
StatefulSetready status forrollingUpdateStrategy: RollingUpdate. See this issue #1579 for details. -
BUGFIX: vmpodscrape, vmnodescrape, vmservicescrape, vmscrapeconfig, vmscrapeconfig and vmprobe: use int type instead of uint64 for scrapes
seriesLimitandsampleLimitparameters.
v0.64.1
v0.64.0
Update Note 1: This release deprecates 3rd party config-reloader containers - jimmidyson/configmap-reload and quay.io/prometheus-operator/prometheus-config-reloader in favor of own implementation -
victoriametrics/operator:config-reloader.
This change could be reverted by providing env variable VM_USECUSTOMCONFIGRELOADER=false to the operator binary.
-
SECURITY: upgrade Go builder from Go1.25.0 to Go1.25.3. See the list of issues addressed in Go1.25.3.
-
Dependency: vmoperator: Updated default versions for VL apps to v1.36.1.
-
Dependency: vmoperator: Updated default versions for VM apps to v1.128.0 version
-
Dependency: vmoperator: Updated default versions for VT apps to v0.4.0 version
-
Dependency: vmoperator: Updated default versions for VMAnomaly to v1.26.1 version
-
FEATURE: vmanomaly: support ui preset mode, support
vlogsreader type. See #1532. -
FEATURE: vmoperator: change default value of env variable
VM_USECUSTOMCONFIGRELOADERtotrue, which instructs operator to use own config-reloader implementation by default. -
FEATURE: vmoperator: add
unhealthyPodEvictionPolicyto thepodDisruptionBudgetspecification. See this issue #1534 for details. -
FEATURE: vmoperator: add
rollingUpdateandupdateStrategyfields toVMAuth.spec,VMCluster.spec.requestsLoadBalancer.spec,VLCluster.spec.requestsLoadBalancer.specandVTCluster.spec.requestsLoadBalancer.spec. See this issue #1540 for details. -
FEATURE: vmoperator: preserve 3rd party
labelson object duringreconcile. Previously, operator allowed to keep onlymanagedMetadata.labels. See this issue #1533. Thanks to the @lllamnyp -
FEATURE: VLCluster: added
spec.vlselect.extraStorageNodesto specify list of additional storage nodes, that are available for select only. -
FEATURE: VTCluster: added
spec.vtselect.extraStorageNodesto specify list of additional storage nodes, that are available for select only. -
FEATURE: vmagent: add
scrapeClassspec definition andscrapeClassNamereference to theVMServiceScrape,VMPodScrape,VMProbe,VMScrapeConfig,VMStaticScrapeandVMNodeScrape. See this issue #1531 for details. Thanks to the @endesapt. -
BUGFIX: vmoperator: properly generate
oauth2configuration with missingclientID. Previously, it could break whole config generation. See this PR #1563 for details. -
BUGFIX: vmoperator: fix an issue where the return value from a couple of controllers was always
nil. See #1532 for details. -
BUGFIX: VMCluster: emit warning if
vmcluster.spec.vmselect.persistentVolumeis set, previously it was emitted forvmcluster.spec.vmselect.storage. -
BUGFIX: vmoperator: Prevent endless Service reconcile loop by correctly track changes to Service.spec.LoadBalancerClass. See this issue #1550 for details.
v0.63.0
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/vtstorageto thetargetRef.crd.kind. -
FEATURE: operator: introduce new resources
VLSingleandVTCluster. See #1498 for details. -
FEATURE: vmagent: support stream aggregation
ignore_first_sample_intervalproperty. See #1518. -
FEATURE: vmalert: add mutually exclusive checks for notifier configs in admission webhook validation. See #1511.
-
FEATURE: vmalertmanager: add
enforcedNamespaceLabelfield to allow changing the top route namespace matcher key for VMAlertmanagerConfig. See #1480. -
BUGFIX: vmoperator: properly release
finalizeronVMAlertdelete. See this issue #1527 for details. -
BUGFIX: vmoperator: properly reconcile
Serviceon value ofloadbalancerClasschange. Previously it produced errormay not change once set. See PR #1522 for details. -
BUGFIX: vmuser: simplify path based routing for
src_pathswhen usingVMCluster/vminsertorVMCluster/vmselectas targetRefs. See this PR #1519 for details.
v0.62.0
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_offsetandspec.group[*].keep_firing_forPrometheusRule 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
flagandconfig_parametermetrics withname,is_setandvaluelabels. 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
Deploymentargsin order to prevent endless update loop ifextraArgsare set.
v0.61.2
v0.61.2
Release date: 19 July 2025
Dependency: vmoperator: Updated default versions for VM apps to v1.122.0 version