Skip to content

Conversation

soerenschneider
Copy link
Owner

@soerenschneider soerenschneider commented Jul 7, 2025

This PR contains the following updates:

Package Update Change
victoriametrics/vmalert minor v1.118.0 -> v1.126.0

Release Notes

VictoriaMetrics/VictoriaMetrics (victoriametrics/vmalert)

v1.126.0

Compare Source

v1.126.0

Released at 2025-09-12

  • FEATURE: vmagent: respect enable.auto.commit setting for kafka consumer configuration.

  • FEATURE: vmauth: add an ability to merge client query args with the query args specified at backend urls. This allows merging extra_filters args specified at the particular VictoriaLogs backend in vmauth config and the extra_filters args specified in the Grafana datasource for VictoriaLogs. This is needed for VictoriaLogs#106. See VMAuth - Query args handling docs for more details.

  • FEATURE: dashboards/victoriametrics-cluster: add panel Storage full ETA in the vmstorage section to display the minimum approximate time across all the nodes to reach 100% of allowed disk capacity.

  • FEATURE: vmui: show vmselect version in the vmui's footer.

  • BUGFIX: vmalert: fix possible partial rule update responses in group-related APIs during group updates in hot config reload. See #​9551

  • BUGFIX: vmui: properly apply rollup functions to metrics based on their name in vmui's metrics explorer. See #​9655 for details. Thanks to @​wbwren-eric for the fix.

  • BUGFIX: all VictoriaMetrics enterprise components: fix support for automatic issuing of TLS certificates for HTTPS server via Let's Encrypt service using TLS-ALPN-01 challenge. See Automatic issuing of TLS certificates for more info.

  • BUGFIX: vmui: fix VMUI backend URL, while using multitenant API. See more in #​9703.

  • BUGFIX: all components: properly expose metadata for summaries and histograms in VictoriaMetrics components with enabled -metrics.exposeMetadata cmd-line flag. See metrics#98 for details.

  • BUGFIX: all components: lower severity of the log message for unavailable Pressure Stall Information (PSI) metrics from ERROR to INFO level. See #​9161 for details.

  • BUGFIX: vmbackupmanager: properly prepare restore mark contents when using a backup shortname (e.g. vmbackupmanager restore create daily/2025-09-12). Previously, restore would fail with failed to restore backup: cannot initialize remote fs: missing scheme in path error.

v1.125.1

Compare Source

v1.125.1

Released at 2025-09-03

  • BUGFIX: vmselect in VictoriaMetrics cluster: properly route requests for prometheus/vmui/config.json API. Follow-up after 7f15e9f.
  • BUGFIX: vmsingle and vmstorage in VictoriaMetrics cluster: fix workingsetcache metrics. Previously, after cache rotation, metrics could be double-counted or inflated. See 9553 for details.
  • BUGFIX: vmui: fix the issue where filtering on click does not work on the Explorer Cardinality page. See #​9674 for details.

v1.125.0

Compare Source

v1.125.0

Released at 2025-08-29

  • FEATURE: vmsingle and vmselect in VictoriaMetrics cluster: apply -search.maxQueryLen limit to Graphite queries. Previously, this limit was only applied to Prometheus queries.

  • FEATURE: upgrade Go builder from Go1.24.6 to Go1.25. See Go1.25 release notes.

  • FEATURE: vmui: add export functionality for Query (Table view) and RawQuery tabs in CSV/JSON format. See #​9332.

  • FEATURE: vmui: replace Alerts tab with Alerting tab in vmui. The new Alerting tab displays vmalert groups and rules directly in vmui interface without redirecting user to vmalert's WEB UI. Links of format .*/prometheus/vmalert/.* will continue working by redirecting to vmalert's UI. This functionality is available only if -vmalert.proxyURL is set on vmselect. Some functionality of the new Alerting tab requires vmalert to be of the same version as vmselect, or higher.

  • FEATURE: vmalert: add /api/v1/group?group_id=<id> API endpoint for viewing details of a specific rules group. The new handler is used by new Alerting tab in vmselect.

  • FEATURE: vmalert: add lastError field to /api/v1/notifiers response. The new field contains an error message if the last attempt to send data to the notifier failed. The error can be also viewed in Alerting. Notifiers tab.

  • FEATURE: vmsingle and vmstorage in VictoriaMetrics cluster: optimize /api/v1/labels and /api/v1/label/TAG/values requests with a single match or extra_filters filter containing timeseries metric name. See this PR #​9489 for details.

  • BUGFIX: vmagent: prevent remote write ingestion stop on push error for Google Pub/Sub integration.

  • BUGFIX: vmauth: properly handle mTLS authorization and routing. Previously it didn't work. See #​29.

  • BUGFIX: MetricsQL: fix timestamp function compatibility with Prometheus when used with sub-expressions such as timestamp(sum(foo)). The fix applies only when -search.disableImplicitConversion flag is set. See more in #​9527-comment and metricsql#55.

  • BUGFIX: vmsingle and vmstorage in VictoriaMetrics cluster: optimize subtract operation on uint64 sets. This should potentially improve index search with huge number of deleted series. See this issue 9602 for details.

  • BUGFIX: all VictoriaMetrics enterprise components: fix support for automatic issuing of TLS certificates for HTTPS server at -httpListenAddr via Let's Encrypt service. See these docs.

v1.124.0

Compare Source

v1.124.0

Released at 2025-08-15

Update Note 1: vmsingle and vmstorage in VictoriaMetrics cluster: performance regression for queries that match previously deleted time series. The issue affects installation that previously deleted big number of time series but continue querying them. More details in #​9602. The degradation will be addressed in upcoming releases.

  • SECURITY: upgrade Go builder from Go1.24.5 to Go1.24.6. See the list of issues addressed in Go1.24.6.

  • FEATURE: vmsingle and vmselect in VictoriaMetrics cluster: protect graphite /render API endpoint with new flag -search.maxGraphitePathExpressionLen. See this PR #​9534 for details.

  • FEATURE: expose vm_total_disk_space_bytes metric at the /metrics page, which shows the total disk space for the data directory specified via -storageDataPath. This metric can be useful for building alerts and graphs for the percentatge of free disk space via vm_free_disk_space_bytes / vm_total_disk_space_bytes. See this comment.

  • FEATURE: all: leave non-existing environment variables as is in config files instead of failure. For example, if the file referred by -promscrape.config contains %{NON_EXISTING_ENV_VAR} placeholder, then it is left as is instead of failing to load the file. This simplifies the usage of environment variables in config files and in command-line flags according to these docs. Users can easily notice non-existing env vars in config files and in command-line flags by looking at their values - they will literally contain %{NON_EXISTING_ENV_VAR} strings.

  • FEATURE: vmselect, vminsert and vmstorage in VictoriaMetrics cluster: add rpc handshake timeout configuration via -rpc.handshakeTimeout flag (default 5s). Set deadline for the entire handshake process instead of per-operation timeout. See #​9345 for more details.

  • FEATURE: vmagent: add -enableMetadata command-line flag to allow sending metadata to the configured -remoteWrite.url, metadata can be scraped from targets, received via VictoriaMetrics remote write, Prometheus remote write v1 or OpenTelemetry protocol. See #​2974.

  • BUGFIX: vmagent: treat single remoteWrite.disableOnDiskQueue flag the same way as if it is explicitly specified for each remote write url. See #​9565 for details.

  • BUGFIX: vmalert-tool: print a proper error message when templating function fails during execution. Previously, vmalert-tool could throw a misleading panic message instead.

  • BUGFIX: vmauth: properly read proxy-protocol header. See this PR #​9546 for details.

  • BUGFIX: dashboards/vmagent: fix samples rate panel not showing data in case vmagent is not scraping metrics. Previously, the panel would not display "samples in" results if vmagent only accepts metrics via push protocols.

  • BUGFIX: vmselect in VictoriaMetrics cluster: prevent resource leak on partial responses for /federate API requests. This this PR 9536 for details. Thanks to the @​fxrlv.

  • BUGFIX: vmsingle and vmstorage in VictoriaMetrics cluster: prevent performance degradation on hitting daily or hourly series cardinality limits. See this issue 9554 for details.

  • BUGFIX: MetricsQL: gracefully handle histogram_quantile calculation for histograms where buckets are created on demand. This change isn't needed for users who use native instrumentation SDKs for metrics from VictoriaMetrics, Prometheus or OpenTelemetry.

  • BUGFIX: MetricsQL: return a proper error message when the function argument is expected to be a string or scalar.

  • BUGFIX: dashboards/victoriametrics-cluster: fix panels showing 99th percentile of series or samples read per query or per series. Before, panels were showing the summarized value across all vmselect instances, which didn't make much sense. Now, panels show the max value across the vmselect instances, making it easier to understand complexity of the heaviest queries served.

  • BUGFIX: vmalert: fix potential data race and missing firing states when replaying alerting rule with -replay.ruleEvaluationConcurrency>1.

  • BUGFIX: vmalert: fix the {{ $activeAt }} variable value in annotation templating when the alert has already triggered. See this issue #​9543 for details.

  • BUGFIX: vmbackup, vmbackupmanager: allow enabling checksum calculation for PUT requests by using -s3ChecksumAlgorithm command-line flag. This is required for S3 configurations with WORM being enabled. See #​9532.

v1.123.0

Compare Source

v1.123.0

Released at 2025-08-01

  • FEATURE: vmsingle and vmagent: add ipv6 address as a metadata label to gce_sd_configs. See #​9370 PR. Thanks to the @​dstevensson.

  • FEATURE: all the VictoriaMetrics components: support NetBSD builds. See this #​9473 PR for details. Thanks to the @​iamleot.

  • FEATURE: vmselect in VictoriaMetrics cluster: disable retries for requests to vmstorage when handshake or dial errors occur. Retries in such cases are ineffective and can amplify the problem. See #​9345 and #​9484 for details.

  • FEATURE: vmsingle and vmstorage in VictoriaMetrics cluster: introduce -storage.idbPrefillStart flag (default: 1h) to control how early next indexdb prefill starts before rotation. Increasing the value may reduce CPU spikes during rotation. See #​9393-comment for details.

  • FEATURE: vmsingle and vmstorage in VictoriaMetrics cluster: Add support for dynamically enabling new series logging via the /internal/log_new_series API and corresponding authFlag -logNewSeriesAuthKey. The logging is enabled for one minute and is automatically disabled afterward. This is a more convenient alternative to the -logNewSeries flag. See 8879 for details. Thanks to the @​leiwingqueen

  • FEATURE: vmagent and vmsingle: improve Kubernetes service discovery performance with large amount of configured role selectors. See this #​9354 issue for details. Thanks to the @​fxrlv

  • FEATURE: vmctl: add an option to change path for temporary files storage when migrating from Prometheus snapshots. See #​9505 for the details.

  • FEATURE: vmagent and vmsingle: improve Kubernetes service discovery performance with large amount of configured role selectors. See this #​9354 issue for details. Thanks to the @​fxrlv

  • BUGFIX: vmauth: do not configure -httpListenAddr.useProxyProtocol for -httpInternalListenAddr. See this issue #​9515 for details.

  • BUGFIX: vmui: always display the tenant selector if the list of tenants is not empty. See #​9396.

v1.122.0

Compare Source

v1.122.0

Released at 2025-07-18

Update Note 1: vmsingle and vmstorage in VictoriaMetrics cluster: The -snapshotsMaxAge flag default have been changed to 3d. This enables automatic deletion of snapshots older than 3 days. If you want to keep the previous behavior (never automatically deleting snapshots), please set -snapshotsMaxAge=0. See #​9344 for the details.

Update Note 2: all the VictoriaMetrics Enterprise components: -eula command-line flag is skipped when validating VictoriaMetrics enterprise license. Instead, the -license or -licenseFile command-line flags must be used to provide a valid license key. See these docs for configuration examples.

  • SECURITY: upgrade Go builder from Go1.24.4 to Go1.24.5. See the list of issues addressed in Go1.24.5.

  • SECURITY: upgrade base docker image (Alpine) from 3.22.0 to 3.22.1. See Alpine 3.22.1 release notes.

  • FEATURE: vmsingle and vmstorage in VictoriaMetrics cluster: enable automatic deletion of snapshots older than 3 days by default. This helps to avoid wasting disk space due to snapshots not being removed in case of backup failure. See #​9344.

  • FEATURE: vmsingle and vmstorage in VictoriaMetrics cluster: enable metric names stats tracker by default.

  • FEATURE: MetricsQL: revert change on respecting staleness markers when calculating rate and increase functions described in #​8891-comment. This change was introduced in v1.120.0.

  • FEATURE: vmselect in VictoriaMetrics cluster: Increase idle timeout from 30s to 2m and ensure at least two connections remain open between vmselect and vmstorage. The change smooths out connection usage during traffic spikes. See #​9464.

  • FEATURE: dashboards/alert-statistics: add a new dashboard for displaying historical changes in state of alerts generated by vmalert. The new dashboard should help to identify flappy and noisy alerts, or alerts that never fired before.

  • FEATURE: vmsingle and vmstorage in VictoriaMetrics cluster: reduce CPU usage caused by garbage collection during indexDB lookups on cache misses. See #​9324 for details.

  • BUGFIX: all VictoriaMetrics components: properly set process_cpu_cores_available metric to respect both logical CPU cores and cgroup CPU quota. Previously, it could report incorrect values in containerized environments with no cgroup limits. See #​9449. Thanks to the @​fxrlv.

  • BUGFIX: vmagent and vmsingle: properly release memory for /target_response API requests. Previously it could used after return and it may lead to data races and potential data loss during scraping. See #​9466. Thanks to the @​fxrlv.

  • BUGFIX: vmagent: Prevent panic when re-packing a corrupted block during protocol downgrade. See #​9417.

  • BUGFIX: vmselect in VictoriaMetrics cluster: fix handling of /api/v1/notifiers and /api/v1/metadata endpoints; previously, requests to these endpoints returned 400 Bad Request. vmsingle was not affected.

v1.121.0

Compare Source

v1.121.0

Released at 2025-07-04

Update Note 1: The -retryMaxTime flag has been deprecated. Please use -retryMaxInterval flag instead. For more details, see #​9169.

  • FEATURE: all the VictoriaMetrics Enterprise components: improve error message when an empty license is provided via the -license or -licenseFile command-line flags. See #​9337 for the details.

  • FEATURE: vmagent: add concurrency option to kafka remoteWrite producer. See 9249 issue for details.

  • FEATURE: vmagent and Single-node VictoriaMetrics: support label_limit scrape parameter. It sets labels limit for each scraped sample from a target. If limit is exceeded, the scrape will be rejected and target marked with corresponding scrape error. The label_limit can be defined on global level, per job or during relabeling via __label_limit__ label. See scrape configs doc for details. See #​7660 and #​3233 issues.

  • FEATURE: vmagent: introduce a new flag -retryMaxInterval as a replacement for the deprecated -retryMaxTime flag. The new flag more accurately reflects the behavior it controls. See #​9169 for more details. Thanks to the @​leiwingqueen.

  • FEATURE: vmalert: add /api/v1/notifiers API endpoint for returning list of configured or discovered notifiers.

  • FEATURE: vmalert: add datasource_type query argument for /api/v1/rules and /api/v1/alerts endpoints to filter response by rule's datasource type. See #​8537.

  • FEATURE: vmalert: respect group order defined in the rule file during replay mode to allow chained group if needed. See #​9334.

  • FEATURE: vmalert: add -replay.ruleEvaluationConcurrency to allow concurrent /query_range requests for a single rule. Increasing this value when replaying for a long time and a single request range is limited by -replay.maxDatapointsPerQuery. See this #​7387 for details. Thanks to the @​BenNF.

  • FEATURE: vmbackupmanager: improve error messages when vmbackupmanager fails to create snapshot. See #​9340 for the details.

  • FEATURE: vmbackupmanager: support client-side TLS configuration for creating and deleting snapshots via -snapshot.tls* cmd-line flags.

  • FEATURE: vmsingle and vmagent: remove duplicate kubernetes targets from service-discovery-debug page. See 8626 issue for details.

  • FEATURE: vmsingle and vmselect in VictoriaMetrics cluster: add command-line flag -search.logSlowQueryStatsHeaders for query execution stats. The new flag allows specifying the list of headers to log together with slow queries if user's request contains them. This flag is available only in VictoriaMetrics enterprise. See Query Stats for details.

  • FEATURE: vmsingle and vmselect: add ability to proxy /api/v1/notifiers to vmalert when -vmalert.proxyURL is set. See 9267 PR for details.

  • FEATURE: vmsingle and vmstorage in VictoriaMetrics cluster: add vm_cache_eviction_bytes_total counter metrics to reflect cache evictions due to expiration, misses and cache size. See 9293 PR for details. Thanks to the @​BenNF

  • FEATURE: vmsingle and vmstorage in VictoriaMetrics cluster: enhance MustReadAt panic message to include filename for easier debugging of out-of-range reads. See #​9106.

  • BUGFIX: dashboards/vmagent and dashboards/vmalert: fix ad-hoc filters auto-complete and filtering on panels that use MetricsQL specific expressions. See #​8657.

  • BUGFIX: MetricsQL: fix negative increase result when -search.maxLookback or -search.maxStalenessInterval are set and data contains gap. See #​8935 (comment).

  • BUGFIX: stream aggregation: properly clean quantiles output state during flush. See #​9350.

  • BUGFIX: vmalert: fix exposition of duplicated metrics for dynamically discovered notifiers via Consul and DNS. See #​9260.

  • BUGFIX: vmalert: remove inline styles from UI to align with --http.header.csp=default-src 'self' setting. See #​9236.

  • BUGFIX: vmalert: fix alerts state restoration for alerting rules that are using templating in the labels. See #​9305.

  • BUGFIX: vmbackup, vmbackupmanager: automatically retry requests failing with Expired Token errors. This helps to avoid failed backups when using EKS Pod Identity for authentication. See #​9280.

  • BUGFIX: vmsingle and vmstorage in VictoriaMetrics cluster: properly return results for search requests with .+|^$ regex filter expression. See 9290 issue for details.

  • BUGFIX: vmui: fix errors in console about loading of manifest.json when accessing UI through vmauth with Basic Auth enabled.

  • BUGFIX: vmui: disabled opening of autocomplete popup on initial page load.

v1.120.0

Compare Source

v1.120.0

Released at 2025-06-20

  • SECURITY: upgrade Go builder from Go1.24.3 to Go1.24.4. See the list of issues addressed in Go1.24.4.

  • SECURITY: upgrade base docker image (Alpine) from 3.21.3 to 3.22.0. See Alpine 3.22.0 release notes.

  • FEATURE: all the VictoriaMetrics components: add -http.disableKeepAlive to disable HTTP keep-alives for incoming connections. The flag could improve load balancing among replicas behind HTTP load balancers. See #​9125 and #​2395 for details.

  • FEATURE: dashboards/cluster: add panel Partitions scheduled for re-processing to Troubleshooting row. It shows the amount of data scheduled for downsampling or retention filters. The new panel should help to correlate resource usage with background re-processing of partitions.

  • FEATURE: MetricsQL: support rate_prometheus function, an equivalent to increase_prometheus(series_selector[d]) / d. See #​8901 and #​8891 for details.

  • FEATURE: MetricsQL: respect staleness markers when calculating rate and increase functions. The new behavior will interrupt rate/increase calculation if last sample on the selected time window is a staleness marker, making the series to disappear immediately instead of slowly fading away. See more details in #​8891-comment.

  • FEATURE: vmalert: do not break vmalert process under replay mode when rule uses query template, but only logging a warning.

  • FEATURE: vmalert: correct the rule evaluation timestamp if the system clock is changed during runtime. See #​8790.

  • FEATURE: vmalert: respect group concurrency setting in replay mode when -replay.rulesDelay=0. See this #​7387 for details. Thanks to @​BenNF for the PR #​9214.

  • FEATURE: vmsingle and vmstorage in VictoriaMetrics cluster: allow overriding default limits for in-memory cache storage/metricName via flag -storage.cacheSizeStorageMetricName.

  • BUGFIX: vmsingle and vmstorage in VictoriaMetrics cluster: fix incorrect sorting of tag filters, which led to suboptimal tag filter evaluation order and potentially degraded query performance in rare cases. See #​9127 for details.

  • BUGFIX: vmbackup, vmbackupmanager: fix server-side copying of objects for Azure Blob Storage when using managed identity for authentication. Previously, it wasn't possible to use smart backups strategy for vmbackup as server-side copy would fail. See #​9131.

  • BUGFIX: vmbackupmanager: increase startup healthcheck delay for storage reachability from 30 seconds to 3 minutes. This is required to avoid vmbackupmanager restarts when storage node startup take more than 30 seconds (e.g. when storage nodes stores more than 5Tb of data).

  • BUGFIX: VictoriaMetrics Enterprise cluster: properly include FIPS binaries in release artifacts for platforms other than windows. Previously, FIPS binaries were only included in windows release artifacts. See #​9188.

  • BUGFIX: stream aggregation: properly calculate rate_sum and rate_avg aggregations if aggregation interval is smaller than distance between samples timestamps. See #​9017.

v1.119.0

Compare Source

v1.119.0

Released at 2025-06-06

  • FEATURE: improve performance on systems with many CPU cores by removing the top sources of false sharing at global variables. See #​8682. Thanks to @​tIGO for raising this issue and for the initial attempt to fix it at the PR #​8683.

  • FEATURE: vmgateway: add an option to use mTLS for connections to -write.url and -read.url. See #​8841.

  • FEATURE: vmselect in VictoriaMetrics cluster: dynamically adjusts the concurrent dial limit between 8 and 64 based on -search.maxConcurrentRequests. Additionally, goroutines now have the opportunity to access available connections while awaiting the dial limit token. This enables faster connection establishment when sudden requests arrive and reduces the blocking time during the availability check for connections. See #​8922

  • FEATURE: vmsingle and vmselect: improve stale series detection in increase, increase_pure and delta MetricsQL functions when -search.maxLookback, -search.setLookbackToStep or -search.maxStalenessInterval flags are set. See #​8935 for details.

  • FEATURE: vmbackupmanager: verify backup availability before creating restore mark. This is useful in order to avoid creating restore marks for backups that are not available or incomplete. See this issue.

  • FEATURE: vmbackupmanager: add support for user-defined timezone for backup scheduling. It is now possible to use -backupScheduleTimezone=Europe/Paris to take backups at midnight in Europe/Paris timezone. See this and this issues for details.

  • FEATURE: vmbackup, vmbackupmanager: add an ability to set objects metadata (and tags for S3-compatible storage) when uploading backups by using -objectMetadata and -s3ObjectTags command-line flags. See #​8010.

  • FEATURE: vmselect in VictoriaMetrics cluster: allow disabling tenant cache for multitenant read queries by using -search.disableCache or -search.tenantCacheExpireDuration=0 command-line flags, or by adding nocache=1 query parameter. It can be useful for debugging purposes and in cases of frequent tenants creation.

  • BUGFIX: vmsingle and vmstorage in VictoriaMetrics cluster: fixed a regression in downsampling logic introduced in #​7440 and released in v1.106.0, where downsampling rules with filters filter:offset:interval could be incorrectly skipped in favor of unfiltered rules offset:interval. See #​8969.

  • BUGFIX: vmsingle and vmstorage in VictoriaMetrics cluster: properly apply rententionFilter on flag value changes. Previously, it ignored any filter value changes for historical data. See #​8885 for details.

  • BUGFIX: vmsingle and vmselect in VictoriaMetrics cluster: prevent panic caused by invalid label name in metric relabeling debugging interface. Error is now properly propagated and displayed in the interface. See #​8661.

  • BUGFIX: vmsingle and vmstorage in VictoriaMetrics cluster: schedule a single background merge thread for merging historical data. Before, background merge could use extra resources without providing any benefit. See #​4592 issue for details.

  • BUGFIX: vmsingle and vmstorage in VictoriaMetrics cluster: properly load metric names stats tracker state from disk. Now it ignores corrupted metric_usage_tracker file content and init tracker with empty state in the same way as other caches loaded. See 9074 issue for details.

  • BUGFIX: vmselect in VictoriaMetrics cluster: fix inconsistent behaviour of tenants cache when using multi-tenant reads. Previously, vmselect could use cached list of tenants which covered only part of the requested time range. That would lead to incomplete query results. See #​9042.

  • BUGFIX: vmselect in VictoriaMetrics cluster: remove tenant labels vm_account_id and vm_project_id from exported data if tenant info was specified in URL. These labels will be present only if export is done via /multitenant/ endpoint, as such response could contain series belonging to different tenants. This change also fixes inconsistency in vmctl's cluster-to-cluster migration mode - see #​9016 for details. Thank @​fxrlv for the bug report.

  • BUGFIX: vmgateway: add missing vmselect vmui related routes to the authorized requests routing. See #​9003 issue for details.

  • BUGFIX: vmctl: enable dual-stack network mode for vmctlconnections by default. This allows connecting to IPv6 endpoints as it was not possible previously. See #​9116.

  • BUGFIX: vmalert-tool: fix access conflicts for the temporary test folder when multiple users run tests on the same host. Thanks to @​evkuzin for the PR 9015.

  • BUGFIX: alerts: fix the alerting rule ScrapePoolHasNoTargets. Previously, it may cause false positive in sharding mode.

  • BUGFIX: vmselect in VictoriaMetrics cluster: include full list of query filters to build a cache key for multitenant read queries. Previously, cache key did not include tenancy related labels so cache entries could be shared between tenants breaking tenant isolation. See #​9002 for details.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@soerenschneider soerenschneider self-assigned this Jul 7, 2025
@soerenschneider soerenschneider force-pushed the renovate/victoriametrics-vmalert-1.x branch 3 times, most recently from 24bbe04 to 7524d0c Compare July 7, 2025 15:13
@soerenschneider soerenschneider changed the title chore(deps): update victoriametrics/vmalert docker tag to v1.120.0 chore(deps): update victoriametrics/vmalert docker tag to v1.121.0 Jul 7, 2025
@soerenschneider soerenschneider force-pushed the renovate/victoriametrics-vmalert-1.x branch 11 times, most recently from 082fa23 to b958ec2 Compare July 17, 2025 04:19
@soerenschneider soerenschneider force-pushed the renovate/victoriametrics-vmalert-1.x branch 5 times, most recently from 5a1721e to b518ab3 Compare July 21, 2025 08:29
@soerenschneider soerenschneider changed the title chore(deps): update victoriametrics/vmalert docker tag to v1.121.0 chore(deps): update victoriametrics/vmalert docker tag to v1.122.0 Jul 22, 2025
@soerenschneider soerenschneider force-pushed the renovate/victoriametrics-vmalert-1.x branch 8 times, most recently from c200e80 to ec661dd Compare July 25, 2025 08:23
@soerenschneider soerenschneider force-pushed the renovate/victoriametrics-vmalert-1.x branch 3 times, most recently from 3c6d9a8 to b1107ed Compare September 8, 2025 08:30
@soerenschneider soerenschneider force-pushed the renovate/victoriametrics-vmalert-1.x branch 3 times, most recently from 1a5bf74 to 1c923b3 Compare September 15, 2025 08:31
@soerenschneider soerenschneider changed the title chore(deps): update victoriametrics/vmalert docker tag to v1.125.1 chore(deps): update victoriametrics/vmalert docker tag to v1.126.0 Sep 16, 2025
@soerenschneider soerenschneider force-pushed the renovate/victoriametrics-vmalert-1.x branch 9 times, most recently from 5418f36 to cbaf02b Compare September 22, 2025 04:30
@soerenschneider soerenschneider changed the title chore(deps): update victoriametrics/vmalert docker tag to v1.126.0 Update victoriametrics/vmalert Docker tag to v1.126.0 Sep 22, 2025
@soerenschneider soerenschneider force-pushed the renovate/victoriametrics-vmalert-1.x branch 7 times, most recently from a5fc8ae to bad31ca Compare September 29, 2025 04:27
@soerenschneider soerenschneider changed the title Update victoriametrics/vmalert Docker tag to v1.126.0 chore(deps): update victoriametrics/vmalert docker tag to v1.126.0 Sep 29, 2025
@soerenschneider soerenschneider force-pushed the renovate/victoriametrics-vmalert-1.x branch 3 times, most recently from 1e3d094 to 5177832 Compare October 6, 2025 04:27
@soerenschneider soerenschneider force-pushed the renovate/victoriametrics-vmalert-1.x branch from 5177832 to cc9323a Compare October 6, 2025 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants