Go modules · #2233 by repository stars
github.com/VictoriaMetrics/operator
v0.74.1VictoriaMetrics/operator ↗Last release 7 days ago
21 Aug 2026
Ships on a steady schedule
a new release about every 9 days
Most releases are documented
notes for 53 of the last 60 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
753 releases · first in 2020
Release timeline
753 releases since 2020Releases
- v0.9.122 Feb 2021
Release notes
Open source →Release date: 22 Feb 2021
Features
- adds externalLabels for vmalert https://github.com/VictoriaMetrics/operator/issues/160
Fixes
- rbac role namespace.
- v0.9.021 Feb 2021
Release notes
Open source →Release date: 21 Feb 2021
Features
- adds finalizers to the CRDs, it must prevent deletion by controller manager and clean-up created resources properly. https://github.com/VictoriaMetrics/operator/issues/159
Fixes
- rbac role https://github.com/VictoriaMetrics/operator/issues/166
- fixes incorrect converter start and race condition.
- v0.8.1-0.20210209142745-f6932821ece19 Feb 2021pre-release
Nothing published for this version
- v0.8.09 Feb 2021
Release notes
Open source →Release date: 09 Feb 2021
Features
- adds VMPodScrape basic auth, token and tls connection support https://github.com/VictoriaMetrics/operator/issues/151
- adds
insertPortsforVMSingleandVMCluster, it allows to configure ingestion ports for OpenTSDB,Graphite and Influx servers https://github.com/VictoriaMetrics/operator/pull/157
Fixes
- fixes operator-hub docs broken links.
- fixes panic at vmcluster.
- v0.7.5-0.20210201095547-d84f1a4524af1 Feb 2021pre-release
Nothing published for this version
- v0.7.422 Jan 2021
Release notes
Open source →Release date: 25 Jan 2021
Fixes
- fixed ExtraArgs typo https://github.com/VictoriaMetrics/operator/pull/150 thanks @jansyk13
- v0.7.320 Jan 2021
Release notes
Open source →Release date: 20 Jan 2021
Fixes
- fixed panic at vmcluster https://github.com/VictoriaMetrics/operator/issues/147 thanks @gideshrp1JL
- v0.7.217 Jan 2021
Release notes
Open source →Release date: 17 Jan 2021
Fixes
- serverName for tlsConfig https://github.com/VictoriaMetrics/operator/issues/144
- minScrapeInterval for vmstorage https://github.com/VictoriaMetrics/operator/pull/143 Thanks @umezawatakeshi
- v0.7.11 Jan 2021
Release notes
Open source →Release date: 01 Jan 2021
Fixes
VMAlertdeploy inconsistent update https://github.com/VictoriaMetrics/operator/issues/140
Features
- adds heuristic for selector match between
VMRule,VMNodeScrape,VMProbe,VMServiceScrapeandVMPodScrapeand corresponding object -VMAlertor `VMAgent. It must speed up reconciliation in case of multi-tenancy.
- v0.7.030 Dec 2020
Release notes
Open source →Release date: 30 Dec 2020
Fixes
- https://github.com/VictoriaMetrics/operator/pull/133 VMNodeScrape - fixes nodeScrapeNamespaceSelector. Thanks @umezawatakeshi
- VMAlert notifiers support per notifier tlsInSecure. Note, you have to upgrade
vmalertto v1.51 release. - Removes null Status and creationTimestamp fields for CRDs.
- https://github.com/VictoriaMetrics/operator/issues/132 - fixes behavior if object was deleted.
- minor fixes to samples for operator-hub.
Features
- https://github.com/VictoriaMetrics/operator/issues/131 adds support for classic relabelConfigs
target_labelandsource_labels. - https://github.com/VictoriaMetrics/operator/issues/127 adds
discoveryRolewithendpoints,endpointslicesandserviceoptions.
- v0.6.116 Dec 2020
Release notes
Open source →Release date: 16 Dec 2020
Fixes
- VMAlert TLSConfig build was fixed.
- Fixes docs for operator-hub.
- v0.6.015 Dec 2020
Release notes
Open source →Release date: 15 Dec 2020
Breaking changes
VMAgentRemoteWriteSpec was changed, now it doesn't supportflushInterval,maxBlockSize,maxDiskUsagePerURL and queues. Because its global flags atvmagent. AddedremoteWriteSettingsinstead with corresponding settings.
Features
- New CRD type
VMNodeScrape, it's useful for kubernetes nodes exporters scraping. See details at https://github.com/VictoriaMetrics/operator/issues/125. VMAlertsupport multiple notifiers withnotifiersspec. See details at https://github.com/VictoriaMetrics/operator/issues/117.VMRulesupportconcurrencyfor group execution, see detail at vmalert docs https://docs.victoriametrics.com/victoriametrics/vmalert/#groups.
Fixes
- Updated docs, thanks @umezawatakeshi
- Fixes
VMProbespec https://github.com/VictoriaMetrics/operator/issues/125 - Fixes remoteWrite.labels
- v0.5.04 Dec 2020
Release notes
Open source →Release date: 04 Dec 2020
Breaking changes
VMCluster'sserviceAccountNamemoved fromVMCluster.spec.vm....serviceAccountNameto the root of spec, and now its located atVMCluster.spec.serviceAccountName.- Operator requires additional rbac permissions.
Features
- PodSecurityPolicy automatically created for each object, with own ServiceAccount, ClusterRole and ClusterRoleBinding. Its possible to use custom PSP. https://github.com/VictoriaMetrics/operator/issues/109
- Adds
VMAgentrbac auto-creation. - Adds ServiceAccount auto-creation. Its possible to use custom ServiceAccount instead of default.
- Adds
ownerReferencesfor converted resources fromPrometheus-operatorCRDs, https://github.com/VictoriaMetrics/operator/pull/105 thanks @teqwve . - Adds
runtimeClassName,schedulerNamefor all VictoriaMetrics applications. - Adds
topologySpreadConstraintsfor all VictoriaMetrics applications. https://github.com/VictoriaMetrics/operator/issues/107. - Adds
hostAliasesforVMAgentandVMSingleapplications.
Fixes
- Fixes rbac for openshift deployment, adds emptyDir for
VMAgents persistent queue with 1gb size limit. https://github.com/VictoriaMetrics/operator/issues/106 - Fixes
VMAlertdeployment serviceAccountName. - Fixes logger levels for operator.
- Fixes labels, now is forbidden to change Selector labels for for all VictoriaMetrics applications. This changes will be ignored.
- Reduces size of CRDs.
- v0.4.015 Nov 2020
Release notes
Open source →Release date: 15 Nov 2020
- Adds
VMRulesde-duplication with annotation https://github.com/VictoriaMetrics/operator/issues/99 - Adds Operator-Hub integration https://github.com/VictoriaMetrics/operator/issues/33
- Fixes deployment
Resourcedefinition (omit limits/requests if provided only one specification). - Fixes Volumes mounts https://github.com/VictoriaMetrics/operator/issues/97
- Fixes deployments update loop with extra-args https://github.com/VictoriaMetrics/operator/pull/100 . Thanks @zhiyin009
- Fixes securityContext field https://github.com/VictoriaMetrics/operator/pull/101 . Thanks @zhiyin009
- Fixes
VMAgentstart-up error https://github.com/VictoriaMetrics/VictoriaMetrics/issues/879
- Adds
- v0.3.029 Oct 2020
Release notes
Open source →Release date: 29 Oct 2020
- adds fast config update for
VMAlerthttps://github.com/VictoriaMetrics/operator/issues/86 - adds docker multiarch support
- updates docs and examples https://github.com/VictoriaMetrics/operator/issues/85 thanks @elmariofredo
- fixes env variables usage with applications https://github.com/VictoriaMetrics/operator/issues/89
- fixes prometheus relabel config inconsistency https://github.com/VictoriaMetrics/operator/issues/92
- fixes vmselect args https://github.com/VictoriaMetrics/operator/pull/95 thanks @zhiyin009
- adds fast config update for
- v0.2.128 Aug 2020
- v0.2.022 Aug 2020
- v0.1.220 Aug 2020
- v0.1.118 Aug 2020
Release notes
Open source →Release date: 18 Aug 2020
- fixed issues with crd patching for 1.18 kubernetes version
- fixed issue with rbac roles
- upgraded go version to 1.15
- upgraded operator-sdk version to 1.0.0
- v0.1.04 Aug 2020
Release notes
Open source →Release date: 12 Aug 2020
Starting point of operator releases
- Documentation update
- v0.0.625 Jul 2020
Release notes
Open source →Release date: 26 Jul 2020
- breaking changes to api (changed group name to operator.victoriametrics.com)
- changed build and release process
- migrated to operator sdk 0.19
- v0.0.6-rc430 Jul 2020pre-release
Nothing published for this version
- v0.0.6-rc3.0.20200730081652-e432b6fb81a830 Jul 2020pre-release
Nothing published for this version
- v0.0.6-rc325 Jul 2020pre-release
Nothing published for this version
- v0.0.6-rc2.0.20200725232250-8bb86e74c1a425 Jul 2020pre-release
Nothing published for this version
- v0.0.6-rc225 Jul 2020pre-release
Nothing published for this version
- v0.0.6-rc1.0.20200725230009-13e377439eca25 Jul 2020pre-release
Nothing published for this version
- v0.0.6-rc125 Jul 2020pre-release
Nothing published for this version
- v0.0.5-rc.0.20200725223547-e6010a55ba4825 Jul 2020pre-release
Nothing published for this version
- v0.0.5-rc7 Jul 2020pre-release
Nothing published for this version
- v0.0.4-rc.0.20200707224156-69e82028dde47 Jul 2020pre-release
Nothing published for this version
- v0.0.4-rc7 Jul 2020pre-release
Nothing published for this version
- v0.0.4-0.20200707195119-38b084edcdfc7 Jul 2020pre-release
Nothing published for this version
- v0.0.318 Jun 2020
Nothing published for this version
- v0.0.3-rc7 Jul 2020pre-release
Nothing published for this version
- v0.0.212 Jun 2020
Release notes
Open source →Release date: 12 Jun 2020
- fixed panic at vmSingle update
- added support for scraping tls targets with ServiceMonitor TLSConfig
- v0.0.16 Jun 2020
Release notes
Open source →Release date: 06 Jun 2020
it contains basic api objects support:
- vmAgent
- vmAlert
- vmSingle
- vmAlertmanager
- prometheus-operator objects:
- prometheusRule
- serviceMonitor
- podMonitor
- v0.0.0-20260128103908-f6a32cb3a89728 Jan 2026pre-release
Nothing published for this version
- v0.0.0-20241217181557-3de8f2e4a39617 Dec 2024pre-release
Nothing published for this version
- v0.0.0-20241209021554-baa094c12db49 Dec 2024pre-release
Nothing published for this version
- v0.0.0-20241206142108-c1ac7ec8b3b26 Dec 2024pre-release
Nothing published for this version
- v0.0.0-20241205153338-a5fd0927382d5 Dec 2024pre-release
Nothing published for this version
- v0.0.0-20241202105905-a1ef5dd85ff92 Dec 2024pre-release
Nothing published for this version
- v0.0.0-20241127072533-6d9b1eed0f2a27 Nov 2024pre-release
Nothing published for this version
- v0.0.0-20241120172422-b3e19a2c7d9e20 Nov 2024pre-release
Nothing published for this version
- v0.0.0-20241119174756-82eb454f32f919 Nov 2024pre-release
Nothing published for this version
- v0.0.0-20241118151800-e6e68271b94818 Nov 2024pre-release
Nothing published for this version
- v0.0.0-20241114120524-8a24bf54301614 Nov 2024pre-release
Nothing published for this version
- v0.0.0-20241111132941-593d5237127a11 Nov 2024pre-release
Nothing published for this version
- v0.0.0-20241007042758-80f95d2e00c07 Oct 2024pre-release
Nothing published for this version
- v0.0.0-20240927233751-db072e52101327 Sept 2024pre-release
Nothing published for this version
- v0.0.0-20240925100412-1feab7da092f25 Sept 2024pre-release
Nothing published for this version
- v0.0.0-20240902211206-7eaac41b39422 Sept 2024pre-release
Nothing published for this version
- v0.0.0-20240826151700-b081eb0c8d6126 Aug 2024pre-release
Nothing published for this version
- v0.0.0-20240816142248-64879fb1dd2616 Aug 2024pre-release
Nothing published for this version
- v0.0.0-20240806215809-b00759d790ee6 Aug 2024pre-release
Nothing published for this version
- v0.0.0-20240718021143-d3a0fa86458218 Jul 2024pre-release
Nothing published for this version
- v0.0.0-20240711002154-ffe2ffbb5f1911 Jul 2024pre-release
Nothing published for this version
- v0.0.0-20240707100709-dbd67aa01efc7 Jul 2024pre-release
Nothing published for this version
- v0.0.0-20240703134423-0eb2fa12d4ab3 Jul 2024pre-release
Nothing published for this version