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.20.4-0.20211118140637-3ca912548c0f18 Nov 2021pre-release
Nothing published for this version
- v0.20.4-0.20211114100628-66546b82fdba14 Nov 2021pre-release
Nothing published for this version
- v0.20.4-0.20211110080140-c70c087320ae10 Nov 2021pre-release
Nothing published for this version
- v0.20.310 Nov 2021
Release notes
Open source →Release date: 10 Nov 2021
Fixes
- changes v1.SecretKeySelector value for pointer, it should help mitigate null error for v1.SecretKeySelector.Key https://github.com/VictoriaMetrics/operator/issues/365
- Fixes
VMAlertmanagerConfig- some configurations didn't addsend_resolvedoption properly to the configuration. https://github.com/VictoriaMetrics/operator/commit/6ee75053a4af2a163619908cd10ba4ec051755ab
- v0.20.27 Nov 2021
Release notes
Open source →Release date: 07 Nov 2021
Fixes
- regression at statefulset update process https://github.com/VictoriaMetrics/operator/issues/366
- adds nullable option for v1.SecretKeySelector https://github.com/VictoriaMetrics/operator/issues/365
- v0.20.2-0.20211105130959-6690ad99fdd05 Nov 2021pre-release
Nothing published for this version
- v0.20.2-0.20211105123210-670ea1e97f205 Nov 2021pre-release
Nothing published for this version
- v0.20.128 Oct 2021
Release notes
Open source →Release date: 28 Oct 2021
Fixes
- regression at alertmanager config generation https://github.com/VictoriaMetrics/operator/commit/0f4368be57b2ccb2fbaebe9ce5fb4394299d89b3
- v0.20.028 Oct 2021
Release notes
Open source →Release date: 28 Oct 2021
Breaking changes
- changes default behavior for CR selectors, such serviceScrapeSelector at vmagent.spec. Now it select all targets if is missing https://github.com/VictoriaMetrics/operator/commit/519e89b457576099288af2ea135878f6da25b567 See more at docs
- operator doesn't add cluster domain name for in-cluster communication, now its empty value. It should resolve issue with using operator at clusters with custom k8s domain https://github.com/VictoriaMetrics/operator/issues/354 thanks @flokli
Features
- adds ability to set custom headers to the
VMUsertarget ref https://github.com/VictoriaMetrics/operator/issues/360
Fixes
- bearer token at staticScrape https://github.com/VictoriaMetrics/operator/issues/357 thanks @addreas
- path for the backups at vmcluster https://github.com/VictoriaMetrics/operator/issues/349
- possible race condition for the cluster backups, now operator adds storage node name into backup path https://github.com/VictoriaMetrics/operator/issues/349
- secret finalizer deletion for vmagent https://github.com/VictoriaMetrics/operator/issues/343
- probes for vmagent https://github.com/VictoriaMetrics/operator/commit/f6de9c5774be0a5cd797c145553579e2e76a8df7
- alertmanagerConfiguration build for slack https://github.com/VictoriaMetrics/operator/issues/339
- v0.19.2-0.20211028082534-6ac3f29e36b328 Oct 2021pre-release
Nothing published for this version
- v0.19.2-0.20211027101010-e1f11765285727 Oct 2021pre-release
Nothing published for this version
- v0.19.2-0.20211024170942-4cca311e846024 Oct 2021pre-release
Nothing published for this version
- v0.19.2-0.20211018160828-694c940df56518 Oct 2021pre-release
Nothing published for this version
- v0.19.2-0.20211012121109-d4d728c9adf912 Oct 2021pre-release
Nothing published for this version
- v0.19.2-0.20211008031209-0518cfa0af688 Oct 2021pre-release
Nothing published for this version
- v0.19.2-0.20211007085230-782c16798a917 Oct 2021pre-release
Nothing published for this version
- v0.19.2-0.20211005082713-94cfeb6bbc2e5 Oct 2021pre-release
Nothing published for this version
- v0.19.128 Sept 2021
Release notes
Open source →Release date: 28 Sep 2021
Fixes
- Regression at
VMStaticScrape- basic auth was incorrectly handled https://github.com/VictoriaMetrics/operator/issues/337 - Conversion from
PodMonitortoVMPodScrapehttps://github.com/VictoriaMetrics/operator/issues/335
- Regression at
- v0.19.024 Sept 2021
Release notes
Open source →Release date: 24 Sep 2021
Features
- Adds single-namespace mode for operator https://github.com/VictoriaMetrics/operator/issues/239 Thanks @g7r
- improves e2e tests thanks @g7r
- Adds
VMAlertNotifierservice discovery https://github.com/VictoriaMetrics/operator/pull/334 - Updates
VMRule- now it can usevmalertspecific features https://github.com/VictoriaMetrics/operator/pull/331 - Disables client caching for
Pod,DeploymentandStatefulset, it should reduce memory consumption https://github.com/VictoriaMetrics/operator/commit/9cfea5d091f072d1a0c6f8115a5e7652b94c6536
Fixes
- fixes psp rolebinding for operator https://github.com/VictoriaMetrics/operator/issues/323
- fixes
VMAgentreconciliation loop https://github.com/VictoriaMetrics/operator/issues/325 Thanks @silverlyra
- v0.18.3-0.20210924091638-8ccd46a5b09924 Sept 2021pre-release
Nothing published for this version
- v0.18.22 Sept 2021
Release notes
Open source →Release date: 03 Sep 2021
Fixes
- Fixes regression at CRD generation https://github.com/VictoriaMetrics/operator/issues/321 https://github.com/VictoriaMetrics/helm-charts/issues/199
- v0.18.130 Aug 2021
Release notes
Open source →Release date: 30 Aug 2021
Fixes
- Fixes regression at CRD generation https://github.com/VictoriaMetrics/operator/issues/316 Thanks @Cosrider
- v0.18.1-0.20210825152738-911b6aadbb7d25 Aug 2021pre-release
Nothing published for this version
- v0.18.024 Aug 2021
Release notes
Open source →Release date: 24 Aug 2021
Deprecations
- Deprecates
apiextensions.k8s.io/v1beta1API for CRD. Its still available at legacy mode.
Features
- Adds OAuth2 configuration for
VMagents remoteWrites and scrape endpoints - Adds
TLSConfigforVMProbes - Major API update for
VMServiceScrape,VMPodScrape,VMProbe,VMStaticScrapeandVMNodeScrape: - adds missing config params (sampleLimit and etc)
- Adds new config options
vm_scrape_paramshttps://github.com/VictoriaMetrics/operator/issues/303 - Adds proxyAuth, that allows to authenticate [proxy requests](https://docs.victoriametrics.com/victoriametrics/vmagent/#scraping-targets-via-a-proxy
- Adds OAuth2 support.
- Adds
apiextensions.k8s.io/v1CRDgeneration,v1beta1is now legacy https://github.com/VictoriaMetrics/operator/issues/291 - Adds new
CRDVMAlertmanagerConfig, it supports only v0.22alertmanagerversion or above https://github.com/VictoriaMetrics/operator/issues/188 - Makes
spec.selectoroptional forVMPodScrapeandVMServiceScrapehttps://github.com/VictoriaMetrics/operator/issues/307 - Bumps alpine image for
3.14.1- it should fixes security issues. - Adds more unit tests and fixes some bugs
Fixes
- Fixes bug for incorrect finalizer remove https://github.com/VictoriaMetrics/operator/issues/302
- Deprecates
- v0.17.231 Jul 2021
Release notes
Open source →Release date: 31 Jul 2021
Features
- Updated docs.
Fixes
- fixes vmauth default version
- fixes HPA deletion https://github.com/VictoriaMetrics/operator/issues/296
- fixes VMAlert datasource TlsConfig https://github.com/VictoriaMetrics/operator/issues/298
- fixes VMUser target_path_suffix typo at tags.
- v0.17.128 Jul 2021
Release notes
Open source →Release date: 28 Jul 2021
Features
- Updated default versions for vm apps to v1.63.0 version
- Updated docs.
- v0.17.027 Jul 2021
Release notes
Open source →Release date: 27 Jul 2021
Features
- Changes
VMAuthconfig generation, now its possible to addtarget_path_suffixwith optional query params https://github.com/VictoriaMetrics/operator/issues/245 - Changes
VMAuthconfig generation - in case of/it can generate simple config without url_map and regexp https://github.com/VictoriaMetrics/operator/commit/5dcd998b1814b26f75e3f6b5a38f8c3ee20552ec - Reworks
annotationsmerge https://github.com/VictoriaMetrics/operator/commit/90ae15e300bff68b9140e65819b2a5e1e972b9a0
Fixes
- Reduces memory usage - improper label selectors and cache usage cause operator to consume a lot of memory https://github.com/VictoriaMetrics/operator/issues/285
- Fixes VMAlert default image tag typo https://github.com/VictoriaMetrics/operator/issues/287
- Fixes logging configuration https://github.com/VictoriaMetrics/operator/issues/281
- Fixes new config reloader watch logic: https://github.com/VictoriaMetrics/operator/commit/35cadb04b828238ffdec67b3fd1ae7430543055d
- Fixes
VMServiceScrapeforVMAgenthttps://github.com/VictoriaMetrics/operator/commit/7bbbf2cd0557260b419e188b72a001572f848e35
- Changes
- v0.16.1-0.20210721125213-46307f30183421 Jul 2021pre-release
Nothing published for this version
- v0.16.1-0.20210716120908-56f3a038351d16 Jul 2021pre-release
Nothing published for this version
- v0.16.1-0.20210713171641-35cadb04b82813 Jul 2021pre-release
Nothing published for this version
- v0.16.011 Jul 2021
Release notes
Open source →Release date: 11 Jul 2021
Breaking Changes
- Changes
VMAgentRemoteWriteSpec- some options were moved toRemoteWriteSettingshttps://github.com/VictoriaMetrics/operator/pull/273
Features
- Adds experimental config-reloader implementation, it should help mitigate long configuration sync. It can be enabled with envvar
VM_USECUSTOMCONFIGRELOADER=truehttps://github.com/VictoriaMetrics/operator/issues/124 - Reduces load on kubernetes apiserver for
VMPodScraperesources https://github.com/VictoriaMetrics/operator/pull/267 thanks @fatsheep9146 - Adds
/debug/pprofhandler at0.0.0.0:8435http server.
Fixes
- Fixes Tls ingress for
VMAuthhttps://github.com/VictoriaMetrics/operator/pull/270 - Fixes endless loop for service account reconciliation https://github.com/VictoriaMetrics/operator/issues/277
- Fixes
VMAlertmanagerupdate process https://github.com/VictoriaMetrics/operator/issues/271 - Fixes ownership for
ArgoCDbased deployments - https://github.com/VictoriaMetrics/operator/issues/255 - Fixes doc typos https://github.com/VictoriaMetrics/operator/pull/269 thanks @zasdaym
- Changes
- v0.15.3-0.20210707104913-eebfa4f32c9a7 Jul 2021pre-release
Nothing published for this version
- v0.15.217 Jun 2021
Release notes
Open source →Release date: 17 Jun 2021
Features
- reduced CRD size, it should fix operator-hub deployment
- updated lib versions.
- updated docs.
- v0.15.116 Jun 2021
Release notes
Open source →Release date: 16 Jun 2021
Fixes
- Fixed panic at
VMClusterhttps://github.com/VictoriaMetrics/operator/issues/264
- Fixed panic at
- v0.15.014 Jun 2021
Release notes
Open source →Release date: 14 Jun 2021
Features
- Adds nodeSelector to all CRD Objects https://github.com/VictoriaMetrics/operator/issues/254
- Adds HPA for
vminsertandvmselecthttps://github.com/VictoriaMetrics/operator/issues/247 - Adds new CRD resources -
VMAuthandVMUserhttps://github.com/VictoriaMetrics/operator/issues/245 - Adds hostPath support with ability to override
storageDataPathsetting https://github.com/VictoriaMetrics/operator/issues/240
Fixes
- Adds prometheus-config-reloader version check and updates its version https://github.com/VictoriaMetrics/operator/issues/259
- Adds ownerReference to ServiceAccounts, it should mitigate ArgoCD issue https://github.com/VictoriaMetrics/operator/issues/255
- Fixes cluster status update process https://github.com/VictoriaMetrics/operator/issues/253
- Fixes
VMAlertmanagerconfig generation https://github.com/VictoriaMetrics/operator/issues/244
- v0.14.3-0.20210509150054-40e9317512859 May 2021pre-release
Nothing published for this version
- v0.14.223 Apr 2021
- v0.14.2-0.20210423161310-383cff36909423 Apr 2021pre-release
Nothing published for this version
- v0.14.122 Apr 2021
Release notes
Open source →Release date: 22 Apr 2021
Fixes
- fixes missing args for inline relabel configs.
- v0.14.021 Apr 2021
Release notes
Open source →Release date: 22 Apr 2021
Fixes
- fixes incorrect tlsConfig handling for vmalert https://github.com/VictoriaMetrics/operator/issues/224
- fixes config sync for relabeling https://github.com/VictoriaMetrics/operator/issues/222
Features
- improves statefulset rolling update https://github.com/VictoriaMetrics/operator/issues/217
- adds ability to remove vmstorage from cluster routing https://github.com/VictoriaMetrics/operator/issues/218
- adds
inlineRelabelConfigandinlineUrlRelabelConfigfor vmagent, it allows to define relabeling rules directly at vmagent CR https://github.com/VictoriaMetrics/operator/issues/154 - adds
inlineScrapeConfighttps://github.com/VictoriaMetrics/operator/pull/230/files - adds new RBAC permissions for
vmagent, it should help to monitoropenshiftcluster correctly https://github.com/VictoriaMetrics/operator/issues/229
- v0.13.2-0.20210421181151-0ead31796a9821 Apr 2021pre-release
Nothing published for this version
- v0.13.2-0.20210420203438-3e2a2483daa420 Apr 2021pre-release
Nothing published for this version
- v0.13.2-0.20210417124647-811bc13a05ad17 Apr 2021pre-release
Nothing published for this version
- v0.13.113 Apr 2021
Release notes
Open source →Release date: 13 Apr 2021
Fixes
- fixes operator role - added missing permission.
- fixes operator crash and improper tlsConfig build https://github.com/VictoriaMetrics/operator/issues/215
- v0.13.09 Apr 2021
Release notes
Open source →Release date: 09 Apr 2021
Fixes
- storage resize detection https://github.com/VictoriaMetrics/operator/pull/211 thanks @lujiajing1126
- vmagent rbac role https://github.com/VictoriaMetrics/operator/pull/213 thanks @viperstars
- fixes CRD for kubernetes version less then 1.16 https://github.com/VictoriaMetrics/operator/pull/210
Features
- adds probes customization via CRD https://github.com/VictoriaMetrics/operator/pull/204 thanks @preved911
- v0.12.231 Mar 2021
Release notes
Open source →Release date: 31 Mar 2021
Fixes
- fixes serviceAccount update https://github.com/VictoriaMetrics/operator/issues/207
- v0.12.2-0.20210331132953-2f6f9c32721131 Mar 2021pre-release
Nothing published for this version
- v0.12.2-0.20210331092142-39e949757e3731 Mar 2021pre-release
Nothing published for this version
- v0.12.130 Mar 2021
Release notes
Open source →Release date: 30 Mar 2021
Fixes
- removes liveness probe from vmstorage and
VMSinglehttps://github.com/VictoriaMetrics/VictoriaMetrics/issues/1158 - fixes update process for
VMClusterandVMAlertmanager
- removes liveness probe from vmstorage and
- v0.12.029 Mar 2021
Release notes
Open source →Release date: 29 Mar 2021
Breaking changes
- operator automatically resizes
PVCand recreatesStatefulSetforVMClustercomponents if needed, be careful with upgrade, if you are manually editedPVCsize. In common cases, it must be safe.
Features
- Adds scraping sharding for
VMAgenthttps://github.com/VictoriaMetrics/operator/issues/177 - Adds pvc resizing for
VMClusterandVMAletermanager, it also allows to change storage params https://github.com/VictoriaMetrics/operator/issues/161 - Adds
PodDisruptionBudgetforVMAgent,VMCluster,VMAlertandVMAlertmanagerhttps://github.com/VictoriaMetrics/operator/issues/191 Thanks @umezawatakeshi - Simplifies
topologySpreadConstraintsconfiguration https://github.com/VictoriaMetrics/operator/issues/191, thanks @umezawatakeshi
Fixes
- Fixes
VMAlertrulearg - it was improperly escaped https://github.com/VictoriaMetrics/operator/commit/870f258b324dbaec1e3d0d8739ff2feffc27bf0a - Fixes
VMProbes, now it supports relabeling for static targets https://github.com/VictoriaMetrics/operator/commit/b4db7d5128a22d4979d7284e15576322acbc9b4c - Fixes
VMStaticScrape- addshonorLabelsandhonorTimestampssetting to CRD
- operator automatically resizes
- v0.11.022 Mar 2021
Release notes
Open source →Release date: 22 Mar 2021
Breaking changes
- Adds acceptEULA setting to
VMBackuper, without it backuper cannot be used. https://github.com/VictoriaMetrics/operator/commit/dc7f9e0f830d1e5f1010e7e96ae99f1932fe549f
Features
- Adds additional service for all components, its useful for service exposition. See this issue.
Fixes
- fixes bug with insert ports.
- minor fixes to examples.
- Adds acceptEULA setting to
- v0.10.1-0.20210318134801-80ffc7dc5bbf18 Mar 2021pre-release
Nothing published for this version
- v0.10.1-0.20210314204641-83b3e498483614 Mar 2021pre-release
Nothing published for this version
- v0.10.014 Mar 2021
Release notes
Open source →Release date: 14 Mar 2021
Features
- Added finalizers to objects created by operator. It must fix an issue with resource deletion by controller manager. Note, it requires additional rbac access. https://github.com/VictoriaMetrics/operator/issues/159 https://github.com/VictoriaMetrics/operator/pull/189
- Added new resource for static targets scrapping -
VMStaticScrapehttps://github.com/VictoriaMetrics/operator/issues/155 - Added
unlimitedparam for default resources - https://github.com/VictoriaMetrics/operator/issues/181 - Added clusterVersion spec to
VMClusterit should simplify management https://github.com/VictoriaMetrics/operator/issues/176
Fixes
- fixes bug with incorrect object reconciliation - labelMatch heuristic was broken.
- fixes race condition on vmagent reconciliation.
- fixes
VMAlertmanagerversion parse https://github.com/VictoriaMetrics/operator/pull/179 thanks @morimoto-cybozu - other little improvements.
- v0.9.2-0.20210311075950-421346e9198611 Mar 2021pre-release
Nothing published for this version
- v0.9.2-0.20210311052940-a39a10098e5a11 Mar 2021pre-release
Nothing published for this version
- v0.9.2-0.20210309043448-2f5d9415528b9 Mar 2021pre-release
Nothing published for this version
- v0.9.2-0.20210304141600-fec361cbd4344 Mar 2021pre-release
Nothing published for this version
- v0.9.2-0.20210301192735-9366323405e41 Mar 2021pre-release
Nothing published for this version
- v0.9.2-0.20210226165926-e20d1729b12926 Feb 2021pre-release
Nothing published for this version