chore(deps): update victoriametrics/vmalert docker tag to v1.126.0 #445
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
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 invmauth
config and theextra_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
toINFO
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 withfailed 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
vmselect
in VictoriaMetrics cluster: properly route requests forprometheus/vmui/config.json
API. Follow-up after7f15e9f
.vmstorage
in VictoriaMetrics cluster: fixworkingsetcache
metrics. Previously, after cache rotation, metrics could be double-counted or inflated. See 9553 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 withAlerting
tab in vmui. The newAlerting
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 newAlerting
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 newAlerting
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 inAlerting. Notifiers
tab.FEATURE: vmsingle and
vmstorage
in VictoriaMetrics cluster: optimize/api/v1/labels
and/api/v1/label/TAG/values
requests with a singlematch
orextra_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 astimestamp(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 viavm_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
andvmstorage
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 @leiwingqueenFEATURE: 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 to3d
. 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
andincrease
functions described in #8891-comment. This change was introduced in v1.120.0.FEATURE: vmselect in VictoriaMetrics cluster: Increase idle timeout from
30s
to2m
and ensure at least two connections remain open betweenvmselect
andvmstorage
. 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. Thelabel_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: addvm_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 @BenNFFEATURE: vmsingle and
vmstorage
in VictoriaMetrics cluster: enhanceMustReadAt
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
toTroubleshooting
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
andincrease
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 cachestorage/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
andrate_avg
aggregations if aggregationinterval
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 #8922FEATURE: vmsingle and vmselect: improve stale series detection in
increase
,increase_pure
anddelta
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 inEurope/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 addingnocache=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 filtersfilter:offset:interval
could be incorrectly skipped in favor of unfiltered rulesoffset:interval
. See #8969.BUGFIX: vmsingle and
vmstorage
in VictoriaMetrics cluster: properly applyrententionFilter
on flag value changes. Previously, it ignored anyfilter
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 corruptedmetric_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 labelsvm_account_id
andvm_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
vmctl
connections 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.
This PR has been generated by Renovate Bot.