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.39.5-0.20231219155814-504ddd36697a19 Dec 2023pre-release
Nothing published for this version
- v0.39.412 Dec 2023
Release notes
Open source →Release date: 13 Dec 2023
- vmalertmanagerconfig: add fields
entity,actionsandupdate_alertsfor opsgenie_configs according to https://prometheus.io/docs/alerting/latest/configuration/#opsgenie_config. - vmoperator: remove vmalert notifier null check, since
-notifier.urlis optional and is needed only if there are alerting rules.
- vmalertmanagerconfig: add fields
- v0.39.4-0.20231128174956-7965dba7721028 Nov 2023pre-release
Nothing published for this version
- v0.39.316 Nov 2023
- v0.39.215 Nov 2023
Release notes
Open source →Release date: 15 Nov 2023
Features
- vmoperator: properly compare difference for
statefulSetclaimTemplate metadata. See this commit for details. - vmoperator: sort
statefulSetpods by id for rolling update order. See this commit for details. - vmoperator: optimize statefulset update logic, that should reduce some unneeded operations. See this PR for details.
- vmoperator: properly compare difference for
- v0.39.2-0.20231101174116-b89ce3b1ecc11 Nov 2023pre-release
Nothing published for this version
- v0.39.11 Nov 2023
Release notes
Open source →Release date: 1 Nov 2023
- vmuser: adds new paths for vminsert/vmselect routing with enabled dynamic discovery feature for
VMUser. See this PR for details. - vmcluster: from now on operator passes
-replicationFactor(if it set invmcluster) forvmselect. See this issue. - vmagent: updated dependency for properly parsing chained
ifexpressions in validation webhook.
- vmuser: adds new paths for vminsert/vmselect routing with enabled dynamic discovery feature for
- v0.39.04 Oct 2023
Release notes
Open source →Release date: 4 Oct 2023
Features
- vmoperator: upgrade vmagent/vmauth's default config-reloader image.
- vmuser: adds
retry_status_codes,max_concurrent_requestsandresponse_headerssettings. It's supported sincev1.94.0release of vmauth - vmoperator: adds
useStrictSecurityfor all components. It allows to migrate from insecure to strictly secured deployments per component without breaking changes. See this issue for details. - vmoperator: add ability to provide license key for VictoriaMetrics enterprise components. See this doc for the details.
Fixes
- vmcluster: remove redundant annotation
operator.victoriametrics/last-applied-specfrom created workloads like vmstorage statefulset. - vmoperator: properly resize statefulset's multiple pvc when needed and allowable, before they could be updated with wrong size.
- vmoperator: fix wrong api group of endpointsices, before vmagent won't able to access endpointsices resources with default rbac rule.
- vmauth/vmagent: adds default resources for init container with configuration download. See this issue for details.
- vmauth/vmagent: correctly set flag for custom config reloader image during config initialisation. See this issue for details.
- vmauth: correctly set config reloader image for init container.
- v0.38.1-0.20230926074016-aa62d790c5d926 Sept 2023pre-release
Nothing published for this version
- v0.38.1-0.20230925082608-587ea54cea1b25 Sept 2023pre-release
Nothing published for this version
- v0.38.1-0.20230919052625-92e9f6c550b419 Sept 2023pre-release
Nothing published for this version
- v0.38.011 Sept 2023
Release notes
Open source →Release date: 11 Sep 2023
Fixes
- vmuser: [Enterprise] fixes ip_filters indent for url_prefix. Previously it wasn't possible to use ip_filters with multiple target refs
- vmoperator: turn off
EnableStrictSecurityby default. Before, upgrade operator to v0.36.0+ could fail components with volume attached, see this issue for details. - vmoperator: bump default version of VictoriaMetrics components to 1.93.4.
Features
- vmoperator add ability to print default values for all operator variables. See this issue for details.
- v0.37.2-0.20230904183130-5bf7674e08b84 Sept 2023pre-release
Nothing published for this version
- v0.37.12 Sept 2023
Release notes
Open source → - v0.37.030 Aug 2023
Release notes
Open source →Release date: 30 Aug 2023
Fixes
- vmagent: fix unmarshalling for streaming aggregation
matchfield.
Features
- vmagent: support multiple if conditions for relabeling. See this issue for details.
- vmagent: fix unmarshalling for streaming aggregation
- v0.36.125 Aug 2023
Release notes
Open source →Release date: 25 Aug 2023
Fixes
- vmselect: fix cache directory when
cacheDataPathnot specified, before it will use/tmpwhich is protect by default strict securityContext.
Features
- vmselect: fix cache directory when
- v0.36.1-0.20230825145044-8f741e79f11525 Aug 2023pre-release
Nothing published for this version
- v0.36.1-0.20230825132844-f28d05b5463125 Aug 2023pre-release
Nothing published for this version
- v0.36.1-0.20230823172448-8a25794b4d4823 Aug 2023pre-release
Nothing published for this version
- v0.36.023 Aug 2023
Release notes
Open source →Release date: 23 Aug 2023
Breaking changes
-
vmalert: Field
OAuth2was renamed tooauth2due to compatibility issue. If you definedOAuth2with below fields in vmalert objects using operator before v0.36.0, these fields must be reapplied with new tagoauth2after upgrading. See this issue and this PR for details.- Affected fields:
VMAlert.spec.datasource.OAuth2->VMAlert.spec.datasource.oauth2,VMAlert.spec.notifier.OAuth2->VMAlert.spec.notifier.oauth2,VMAlert.spec.notifiers[].OAuth2->VMAlert.spec.notifiers[].oauth2,VMAlert.spec.remoteRead.OAuth2->VMAlert.spec.remoteRead.oauth2,VMAlert.spec.remoteWrite.OAuth2->VMAlert.spec.remoteWrite.oauth2,
- Affected fields:
-
vmalert: Field
bearerTokenFilePathwas renamed tobearerTokenFiledue to compatibility issue. If you definedbearerTokenFilePathwith below fields in vmalert objects using operator before v0.36.0, these fields must be reapplied with new tagbearerTokenFileafter upgrading. See this issue and this PR for details.- Affected fields:
VMAlert.spec.datasource.bearerTokenFilePath-->VMAlert.spec.datasource.bearerTokenFile,VMAlert.spec.notifier.bearerTokenFilePath-->VMAlert.spec.notifier.bearerTokenFile,VMAlert.spec.notifiers[].bearerTokenFile-->VMAlert.spec.notifiers[].bearerTokenFile,VMAlert.spec.remoteRead.bearerTokenFilePath-->VMAlert.spec.remoteRead.bearerTokenFile,VMAlert.spec.remoteWrite.bearerTokenFilePath-->VMAlert.spec.remoteWrite.bearerTokenFile.
- Affected fields:
Fixes
- operator set resource requests for config-reloader container by default. See this PR for details.
- fix
attachMetadatavalue miscovert for scrape objects. See this issue and this PR for details. - fix volumeClaimTemplates change check for objects that generate statefulset, like vmstorage, vmselect. Before, the statefulset won't be recreated if additional
claimTemplatesobject changed. See this issue and this PR for details. - vmalert: fix
tlsCAFileargument value generation when using secret or configMap. See this issue and this PR for details. - vmalertmanager: fix default request memory and apply default resources if not set. See this issue and this PR for details.
- vmagent: fix missing additional VolumeClaimTemplates when using
ClaimTemplatesunder StatefulMode.
Features
- vmagent: add example config for vmagent statefulmode.
- vmagent/vmsingle: adapt new features in streaming aggregation:
- support
streamAggr.dropInput, see this issue for details; - support list for
matchparameter, see this issue for details; - support
staleness_interval, see this issue for details.
- support
- vmcluster: add example config for cluster with custom storage claims.
- vmrule: support
update_entries_limitfield in rules, refer to alerting rules. See this PR for details. - vmrule: support
keep_firing_forfield in rules, refer to alerting rules. See this PR for details. - vmoperator parameters: Add option
VM_ENABLESTRICTSECURITYand enable strict security context by default. See this issue, this and this PR for details. - vmoperator parameters: change option
VM_PSPAUTOCREATEENABLEDdefault value fromtruetofalsecause PodSecurityPolicy already got deprecated since kubernetes v1.25. See this pr for details.
-
- v0.35.2-0.20230717055612-622cf84b164517 Jul 2023pre-release
Nothing published for this version
- v0.35.112 Jul 2023
Release notes
Open source →Release date: 12 Jul 2023
Fixes
- vmagent: fixes regression with remoteWrite authorization (basicAuth/token). When
UseCustomConfigReloaderoption was set, operator incorrectly rendered mounts forvmagentcontainer. https://github.com/VictoriaMetrics/operator/commit/f2b8cf701a33f91cef19848c857fd6efb7db59dd
- vmagent: fixes regression with remoteWrite authorization (basicAuth/token). When
- v0.35.1-0.20230703080649-c199848d02f43 Jul 2023pre-release
Nothing published for this version
- v0.35.03 Jul 2023
Release notes
Open source →Release date: 03 Jul 2023
Fixes
- vmuser: fix vmselect url_map in vmuser. See this issue for details. Thanks @Haleygo
- vmalert: correctly set default port for vmauth components discovery. See this issue for details. Thanks @Haleygo
- vmuser: remove rate limit on delete. In https://github.com/VictoriaMetrics/operator/pull/672. Thanks @Haleygo
- vmcluster: fix spec change check. See this issue for details. Thanks @Haleygo
- Correctly publish multi-arch release at https://github.com/VictoriaMetrics/operator/pull/681. Thanks @Haleygo
Features
- vmagent: add validation when generate static scrape config. See this issue for details. Thanks @Haleygo
- vmalertmanagerconfig: add validation for slack receiver url. See this issue for details. Thanks @Haleygo
- vmauth/vmagent: implement configuration initiation for custom config reloader. See this issue for details. Thanks @Haleygo
- add more generators Thanks @Haleygo in https://github.com/VictoriaMetrics/operator/pull/668
- vmsingle: add status field. See this issue for details. Thanks @Haleygo
- v0.34.2-0.20230626142506-8950675e8bb126 Jun 2023pre-release
Nothing published for this version
- v0.34.2-0.20230619154249-4c97f70c9a7719 Jun 2023pre-release
Nothing published for this version
- v0.34.2-0.20230617192302-27cd5e501c9017 Jun 2023pre-release
Nothing published for this version
- v0.34.2-0.20230601075347-67d7c8aca0991 Jun 2023pre-release
Nothing published for this version
- v0.34.129 May 2023
Release notes
Open source →Release date: 29 May 2023
Fixes
- vmcluster: fail fast on misconfigured or missing kubernetes pods. It should prevent rare bug with cascade pod deletion. See this issue for details
- vmauth/vmagent: correctly renders initConfig image with global container registry domain. See this issue for details.
- vmagent: correctly set RBAC permissions for single namespace mode and custom config reloader image. See this issue for details.
- v0.34.024 May 2023
Release notes
Open source →Release date: 24 May 2023
Breaking changes
- [Operator]: allows to properly run operator with single namespace. It changes default behavior with WATCH_NAMESPACE param is set. Operator will no longer make any calls for cluster wide resources and create only single namespace config for
VMAgent. https://github.com/VictoriaMetrics/operator/issues/641
Fixes
- vmnodescrape: fixed selectors for Exists and NotExists operators with empty label Thanks @Amper in https://github.com/VictoriaMetrics/operator/pull/646
- vmrule: Add config for vmrule in validating webhook Thanks in https://github.com/VictoriaMetrics/operator/pull/650
- vmagent: skips misconfigured objects with missed secret references: https://github.com/VictoriaMetrics/operator/issues/648
- vmagent: correctly renders initContainer for configuration download: https://github.com/VictoriaMetrics/operator/issues/649
Features
- vmalertmanager: Bump alertmanager to v0.25.0 Thanks @tamcore in https://github.com/VictoriaMetrics/operator/pull/636
- vmcluster: added
clusterNativePortfield to VMSelect/VMInsert for multi-level cluster setup (#634) Thanks @Amper in https://github.com/VictoriaMetrics/operator/pull/639 - vmrule: add notifierHeader field in vmrule spec Thanks @Haleygo in https://github.com/VictoriaMetrics/operator/pull/622
- vmpodscrape: adds FilterRunning option as prometheus does in https://github.com/VictoriaMetrics/operator/pull/640
- vmauth: adds latest features in https://github.com/VictoriaMetrics/operator/pull/642
- [Operator]: allows to properly run operator with single namespace. It changes default behavior with WATCH_NAMESPACE param is set. Operator will no longer make any calls for cluster wide resources and create only single namespace config for
- v0.33.019 Apr 2023
Release notes
Open source →Release date: 19 Apr 2023
Fixes
- vmalert: skip bad rules and improve logging for rules exceed max configmap size https://github.com/VictoriaMetrics/operator/commit/bb754d5c20bb371a197cd6ff5afac1ba86a4d92b
- vmalertmanagerconfig: fixed error with headers in VMAlertmanagerConfig.Receivers.EmailConfigs.Headers unmarshalling. Thanks @Amper in https://github.com/VictoriaMetrics/operator/pull/610
- vmagent: fixed keepInput setting for streaming aggregation. Thanks @Amper in https://github.com/VictoriaMetrics/operator/pull/618
- vmalertmanagerconfig: fix webhook config maxAlerts not work. Thanks @Haleygo in https://github.com/VictoriaMetrics/operator/pull/625
- vmagent: Remove single quotes from remote write headers. Thanks @axelsccp in https://github.com/VictoriaMetrics/operator/pull/613
- vmalertmanagerconfig: fix parse route error and some comments. Thanks @Haleygo in https://github.com/VictoriaMetrics/operator/pull/630
- vmuser: properly removes finalizers for objects https://github.com/VictoriaMetrics/operator/commit/8f10113920a353f21fbcc8637076905f2e57bb34
Features
- vmalertmanager: add option to disable route continue enforce. Thanks @Haleygo in https://github.com/VictoriaMetrics/operator/pull/621
- vmalertmanagerconfig: support set require_tls to false. Thanks @Haleygo in https://github.com/VictoriaMetrics/operator/pull/624
- vmalertmanagerconfig: add sanity check. Thanks @Haleygo in https://github.com/VictoriaMetrics/operator/pull/627
- Makefile: bump Alpine base image to latest v3.17.3. Thanks @denisgolius in https://github.com/VictoriaMetrics/operator/pull/628
- vmalertmanagerconfig: support sound field in pushover config. Thanks @Haleygo in https://github.com/VictoriaMetrics/operator/pull/631
- vmagent/vmauth: download initial config with initContainer https://github.com/VictoriaMetrics/operator/commit/612e7c8f40659731e7938ef9556eb088c67eb4b7
- v0.32.2-0.20230419211903-3fefad006faf19 Apr 2023pre-release
Nothing published for this version
- v0.32.2-0.20230413120847-bb754d5c20bb13 Apr 2023pre-release
Nothing published for this version
- v0.32.2-0.20230322113449-8de819b0222322 Mar 2023pre-release
Nothing published for this version
- v0.32.116 Mar 2023
Release notes
Open source →Release date: 16 Mar 2023
Fixes
- config: fixes typo at default vm apps version https://github.com/VictoriaMetrics/operator/issues/608
- vmsingle: conditionally adds stream aggregation config https://github.com/VictoriaMetrics/operator/commit/4a0ca54113afcde439ca4c77e22d3ef1c0d36241
- v0.32.1-0.20230315211557-43c2f37b5d4915 Mar 2023pre-release
Nothing published for this version
- v0.32.015 Mar 2023
Release notes
Open source →Release date: 15 Mar 2023
Fixes
- security: builds docker image with latest
alpinebase image and gov1.20.
Features
- vmauth: automatically configures
proxy-protocolclient andreloadAuthKeyforconfig-reloadercontainer. https://github.com/VictoriaMetrics/operator/commit/611819233bf595a4dbd04b07d7be24b7e994379c - vmagent: adds
scrapeTimeoutglobal configuration forVMAgenthttps://github.com/VictoriaMetrics/operator/commit/d1d5024c6befa0961f8d56c82a0554935a4b1878 - vmagent: adds streaming aggregation for
remoteWritetargets https://github.com/VictoriaMetrics/operator/commit/b8baa6c2b72bdda64ebfcc9c3d86d846cd9b3c98 Thanks @Amper - vmsingle: adds streaming aggregation as global configuration for database https://github.com/VictoriaMetrics/operator/commit/b8baa6c2b72bdda64ebfcc9c3d86d846cd9b3c98 Thanks @Amper
- security: builds docker image with latest
- v0.31.1-0.20230315181205-0626fbb44d7215 Mar 2023pre-release
Nothing published for this version
- v0.31.02 Mar 2023
Release notes
Open source →Release date: 02 Mar 2023
Fixes
- hpa: Fix hpa object since v2beta deprecated in 1.26+ Thanks @Haleygo in https://github.com/VictoriaMetrics/operator/pull/593
- api: adds missing generated client CRD entities https://github.com/VictoriaMetrics/operator/issues/599
Features
- vmalertmanager: Add support of vmalertmanager.spec.templates and autoreload dirs for templates and configmaps thanks @Amper https://github.com/VictoriaMetrics/operator/issues/590 https://github.com/VictoriaMetrics/operator/issues/592
- vmalertmanager: Add support "%SHARD_NUM%" placeholder for vmagent sts/deployment Thanks @Amper https://github.com/VictoriaMetrics/operator/issues/508
- v0.30.5-0.20230220091759-84f2193c342d20 Feb 2023pre-release
Nothing published for this version
- v0.30.427 Jan 2023
Release notes
Open source →Release date: 27 Jan 2023
Fixes
- vmalertmanagerconfig: properly build
namesetting formute_time_intervals. It must be uniq https://github.com/VictoriaMetrics/operator/commit/4db1c89abd5360a119e68874d51c27872265acb6 - vmcluster: add
dedupMinScrapeonly if replicationFactor > 1. It must improve overall cluster performance. Thanks @hagen1778 https://github.com/VictoriaMetrics/operator/commit/837d6e71c6298e5a44c3f73f85235560aec4ee60 - controllers/vmalert: do not delete annotations from created secret. Thanks @zoetrope https://github.com/VictoriaMetrics/operator/pull/588
Features
- vmalertmanagerconfig: adds location, active_time_intervals https://github.com/VictoriaMetrics/operator/commit/66ee8e544f480be386a4a126a6163599ed338705
- vmalertmanagerconfig: properly build
- v0.30.316 Jan 2023
Release notes
Open source →Release date: 16 Jan 2023
Fixes
- controllers: pass correct selector labels for pvc resize function https://github.com/VictoriaMetrics/operator/commit/e7b57dd73b4fd8dc37b42b7ad7bf5a4d3483caae
- controllers: kubernetes 1.26+ deprecates v2 autoscaling, add api check for it https://github.com/VictoriaMetrics/operator/issues/583
- v0.30.212 Jan 2023
Release notes
Open source →Release date: 12 Jan 2023
Upgrade notes
- It's recommend to upgrade for this release when
vmagent.spec.statefulModeis used.
Fixes
- controllers/vmagent: fixes degradation for vmagent statefulMode https://github.com/VictoriaMetrics/operator/commit/6c26786db2ba0b2e85277418e588eac79e886b6e
- It's recommend to upgrade for this release when
- v0.30.19 Jan 2023
Release notes
Open source →Release date: 09 Jan 2023
Fixes
- controllers/vmalert: correctly filter notifiers for namespace selector https://github.com/VictoriaMetrics/operator/commit/2290729fcc1b3775141b54ff71a295bd29457fbd
- dependency: upgrade deps for fs-notify https://github.com/VictoriaMetrics/operator/pull/576 Thanks @yanggangtony
- controllers/options: fixes incorrectly used flags at options https://github.com/VictoriaMetrics/operator/commit/eac040c947ab4821bf6eb0eeae22b9b2d02b938c
- controllers/self-serviceScrape: prevents matching for auto-created serviceScrapes https://github.com/VictoriaMetrics/operator/issues/578
- controllers/vmauth: fixes missing owns for serviceScrape https://github.com/VictoriaMetrics/operator/issues/579
Features
- adds
/readyand/healthapi endpoints for probes https://github.com/VictoriaMetrics/operator/commit/b74d103998547fae5e69966bb68eddd08ae1ac00 - controllers/concurrency: introduce new setting for reconciliation concurrency
controller.maxConcurrentReconcileshttps://github.com/VictoriaMetrics/operator/commit/e8bbf9159cd61257d11e515fa77510ab2444a557 https://github.com/VictoriaMetrics/operator/issues/575 - api/relabelConfig: adds missing
if,labelsandmatchactions https://github.com/VictoriaMetrics/operator/commit/93c9e780981ceb6869ee2953056a9bd3b6e6eae7
- v0.30.1-0.20230104165638-93c9e780981c4 Jan 2023pre-release
Nothing published for this version
- v0.30.029 Dec 2022
Release notes
Open source →Release date: 29 Dec 2022
Fixes
- vmalertmanagerconfig: fixes duplicates at configuration https://github.com/VictoriaMetrics/operator/issues/554
- controllers: correctly set current and update revisions for statefulset https://github.com/VictoriaMetrics/operator/issues/547
- controller/factory: fix typo in urlRelabelingName Thanks @dmitryk-dk in https://github.com/VictoriaMetrics/operator/pull/572
- controllers/vmalert: fixes notifier selector incorrect matching https://github.com/VictoriaMetrics/operator/issues/569
- controllers/cluster: fixes HPA labels for vminsert https://github.com/VictoriaMetrics/operator/issues/562
Features
- adds Scaling subresource for
VMAgent. https://github.com/VictoriaMetrics/operator/issues/570 - add optional namespace label matcher to inhibit rule thanks @okzheng in https://github.com/VictoriaMetrics/operator/pull/559
- provide crds yaml as release asset Thanks @avthart in https://github.com/VictoriaMetrics/operator/pull/566
- child labels filtering https://github.com/VictoriaMetrics/operator/pull/571
- controllers/vmalert: adds oauth2 and bearer auth for remote dbs in https://github.com/VictoriaMetrics/operator/pull/573
- v0.29.217 Nov 2022
Release notes
Open source →Release date: 17 Nov 2022
Fixes
- vmalertmanagerconfig: fixes duplicates at configuration https://github.com/VictoriaMetrics/operator/issues/554
- controllers: correctly set current and update revisions for statefulset https://github.com/VictoriaMetrics/operator/issues/547
- v0.29.2-0.20221117002216-4a7e8736820917 Nov 2022pre-release
Nothing published for this version
- v0.29.111 Nov 2022
Release notes
Open source →Release date: 14 Nov 2022
Fixes
- some typos https://github.com/VictoriaMetrics/operator/pull/548 Thanks @fatsheep9146
- update description for parameter to match behaviour https://github.com/VictoriaMetrics/operator/pull/549 thanks @zekker6
- controllers/factory: fix resizing of PVC for vmsingle https://github.com/VictoriaMetrics/operator/pull/551 thanks @zekker6
Features
- Expose no_stale_markers through vm_scrape_params in https://github.com/VictoriaMetrics/operator/pull/546 Thanks @tamcore
- {api/vmsingle,api/vmcluster}: add support of
vmbackupmanagerrestore on pod start https://github.com/VictoriaMetrics/operator/pull/544 thanks @zekker6 - api: changes errors handling for objects unmarshal https://github.com/VictoriaMetrics/operator/pull/550
- v0.29.1-0.20221024162246-3b7806b8ef7d24 Oct 2022pre-release
Nothing published for this version
- v0.29.024 Oct 2022
Release notes
Open source →Release date: 24 Oct 2022
Fixes
- vmcluster: reconcile VMStorage in VMCluster even if PodDisruptionBudget does not exist by @miketth in https://github.com/VictoriaMetrics/operator/pull/535
- crash on Kubernetes 1.25 by @miketth in https://github.com/VictoriaMetrics/operator/pull/536
- throttling for vmagent and vmalert https://github.com/VictoriaMetrics/operator/commit/63ca52bf140b033ecbc3c40f9efc8579b936ea29
- vmalertmanagerconfig: parsing for nested routes https://github.com/VictoriaMetrics/operator/commit/f2bc0c09069c0cec9bec8757fc3bc339231ccfdd https://github.com/VictoriaMetrics/operator/commit/9472f1fe6e69fd4bfc63d5fb3da14c02b6fb4788
- vmalertmanagerconfig: ownerreference set correctly https://github.com/VictoriaMetrics/operator/commit/2bb5d0234c7b32f27c3f82b007fea409887b54b9
- vmagent: allows to set maxDiskUsage more then 1GB https://github.com/VictoriaMetrics/operator/commit/47f2b508ee503d03111ec03215466a123e2d3978
- vmagent: properly merge ports for additional service https://github.com/VictoriaMetrics/operator/commit/05d332d704fd9cf9c490de22a554badc61e86f51
- vmprobe: correctly set labels for ingress targets https://github.com/VictoriaMetrics/operator/commit/976315cd3dbf57d576414340b1d444d63f8d460d
Features
- podDisruptionBudget: adds configurable selectors https://github.com/VictoriaMetrics/operator/commit/4f3f5eaf29ad85c6e9b142be5b05ef57b962fcb6
New Contributors
- @miketth made their first contribution in https://github.com/VictoriaMetrics/operator/pull/535
- v0.28.6-0.20221014072036-2fbc6a7c9cfd14 Oct 2022pre-release
Nothing published for this version
- v0.28.6-0.20221013103638-976315cd3dbf13 Oct 2022pre-release
Nothing published for this version
- v0.28.513 Sept 2022
Release notes
Open source →Release date: 13 Sep 2022
Fixes
- authorization cache usage https://github.com/VictoriaMetrics/operator/commit/e43bdb6c975b712bf5f169b8fa74c8f7760c82f5 Thanks @AndrewChubatiuk
- claimTemplates: fixes CRD for it https://github.com/VictoriaMetrics/operator/commit/a5d2f9f61ecfc37a776d8f8c1b0f1385536e773c
- vmrules: suppress notFound errors https://github.com/VictoriaMetrics/operator/issues/524
- vmagent: fixes regression at default values for tmpDataPath and maxDiskUsage flags https://github.com/VictoriaMetrics/operator/issues/523
Features
- vmalertmanager: ignore broken receivers https://github.com/VictoriaMetrics/operator/commit/68bbce1f7809d35b42a39925c09a4ddd61f64a9c
- service accounts: do not set labels and annotations for external service accounts https://github.com/VictoriaMetrics/operator/commit/2ea1e640c362271484d0627c4ca571fd0afd74b2
- v0.28.412 Sept 2022
Release notes
Open source →Release date: 12 Sep 2022
Fixes
- authorization cache usage https://github.com/VictoriaMetrics/operator/commit/e43bdb6c975b712bf5f169b8fa74c8f7760c82f5 Thanks @AndrewChubatiuk
- claimTemplates: fixes CRD for it https://github.com/VictoriaMetrics/operator/commit/a5d2f9f61ecfc37a776d8f8c1b0f1385536e773c
- vmrules: suppress notFound errors https://github.com/VictoriaMetrics/operator/issues/524
- vmagent: fixes regression at default values for tmpDataPath and maxDiskUsage flags https://github.com/VictoriaMetrics/operator/issues/523
Features
- vmalertmanager: ignore broken receivers https://github.com/VictoriaMetrics/operator/commit/68bbce1f7809d35b42a39925c09a4ddd61f64a9c
- service accounts: do not set labels and annotations for external service accounts https://github.com/VictoriaMetrics/operator/commit/2ea1e640c362271484d0627c4ca571fd0afd74b2
- v0.28.32 Sept 2022
Release notes
Open source →Release date: 02 Sep 2022
Fixes
- vmalertmanagerConfig: regression at nested routes parsing https://github.com/VictoriaMetrics/operator/commit/07ce4ca80d3ba09506fc41baaecd7087f799a8aa
- vmagent: password_file option was ignored https://github.com/VictoriaMetrics/operator/commit/5ef9710976534be651687aaa71b2110b0a1a348f
- v0.28.3-0.20220902150709-ce2299bad20f2 Sept 2022pre-release
Nothing published for this version
- v0.28.3-0.20220902094352-5ef9710976532 Sept 2022pre-release
Nothing published for this version
- v0.28.3-0.20220901204942-07ce4ca80d3b1 Sept 2022pre-release
Nothing published for this version
- v0.28.21 Sept 2022
Release notes
Open source →Release date: 01 Sep 2022
Fixes
- vmalert: regression at basicAuth https://github.com/VictoriaMetrics/operator/commit/f92463949c9fd8be961c52d98ac7f1f956f7eba3
- converter/alertmanager: changes parsing for nested routes - added more context and validation webhook https://github.com/VictoriaMetrics/operator/commit/6af6071db733bbccfe066b45c73d0377a082b822