chore(deps): update victoriametrics/victoria-metrics docker tag to v1.128.0 #451
+1
−1
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.120.0->v1.128.0Release Notes
VictoriaMetrics/VictoriaMetrics (victoriametrics/victoria-metrics)
v1.128.0Compare Source
v1.128.0
Released at 2025-10-17
Update Note 1: vmsingle and vmagent: default value of the flag
-promscrape.dropOriginalLabelschanged fromfalsetotrue.It disables
Discovered targetsdebug IU by default.SECURITY: upgrade Go builder from Go1.25.1 to Go1.25.3. See the list of issues addressed in Go1.25.3.
SECURITY: upgrade base docker image (Alpine) from 3.22.1 to 3.22.2. See Alpine 3.22.2 release notes.
FEATURE: vmagent: add
opentelemetryformat for kafka consumer. See this issue #9734 for details.FEATURE: vmagent and vmsingle: add
-opentelemetry.convertMetricNamesToPrometheuscommand-line flag, which can be used for enabling automatic conversion of the ingested metric names into Prometheus-compatible format. See these docs and this issue #9830.FEATURE: vmagent, vmalert: add
-secret.flagscommand-line flag to configure flags to be hidden in logs and on/metrics. This is useful for protecting sensitive flag values (for example-remoteWrite.headers) from being exposed in logs or metrics. See #6938. Thank you @truepele for the issue and PRFEATURE: vmagent: change default value of the flag
-promscrape.dropOriginalLabelsfromfalsetotrue. This helps reducing CPU and Memory usage by dropping targets original labels during service discovery, but disables relabel debugging UI. This change gives constant improvement on resource usage, and relabel debugging can be turned on on demand. See this issue #9665 for details.FEATURE: vmui: on the Cardinality Explorer page, rename
ResettoReset filtersand disable the button when no filters are modified. See #9609.FEATURE: vmui: reflect query visibility state in URL on
QueryorRaw Querypages. Now, when sharing URL with a query, its visibility state will be preserved.BUGFIX: vmui: fix issue where updating one query parameter removed others. See #9816 for details.
BUGFIX: vmui alerting tab: update the search filter if the corresponding query argument was passed. Reset selected items in dropdown filters if they are not available anymore after the update.
BUGFIX: vmbackup, vmrestore, vmbackupmanager: properly apply additional configuration of connection provided via environment variables (such as
AWS_CA_BUNDLE). Previously, such settings were ignored starting from v1.115.0. See this issue #9858 for details.BUGFIX: dashboards/victoriametrics, dashboards/victoriametrics-cluster: fixed full disk space ETA queries, before average size of a row in indexdb was one for all vm storages, now it's calculated per each storage.
BUGFIX: stream aggregation: remove impact of
flush_on_shutdownon timestamps of flushed samples. See #9642.v1.127.0Compare Source
v1.127.0
Released at 2025-10-03
SECURITY: upgrade Go builder from Go1.25.0 to Go1.25.1. See the list of issues addressed in Go1.25.1.
FEATURE: vmalert: add
-rule.resultsLimitcommand-line flag to allow limiting the number of alerts or recording results a single rule can produce. See #5792.FEATURE: vmauth: stream responses from backends to clients without delays. Previously the backend data could be buffered at
vmauthside for indefinite amounts of time. This was preventing from usingvmauthfor streaming the data from backends in live tailing mode. See VictoriaLogs#667.FEATURE: vmbackup, vmrestore: push metrics to configured
-pushmetrics.urlon shutdown. Before, if-pushmetrics.urlwas configured, vmbackup or vmrestore might have skipped to report their metrics before shutdown.FEATURE: dashboards/operator, dashboards/query-stats: add ad-hoc filters.
BUGFIX: vmagent: remove the error log when marshaling an invalid comment or an empty HELP metadata line during scraping, if metadata processing is enabled. See #9710.
BUGFIX: vmsingle and
vmstoragein VictoriaMetrics cluster: prevent unexpected performance degradation caused by cache misses (exposed viavm_cache_misses_totalmetric) during rotation. See this PR #9769 for details.BUGFIX: all components: restore sorting order of summary and quantile metrics exposed by VictoriaMetrics components on
/metricspage. See metrics#105 for details.BUGFIX: vmsingle and
vmselectin VictoriaMetrics cluster: avoid applying offset modifier twice to the request time when an instant query uses rollup functionsrate()oravg_over_time()with cache enabled. See #9762.BUGFIX: vmalert: restore support for
querytemplates in alert rule labels after the regression introduced in #9543. See #9783 for details.v1.126.0Compare Source
v1.126.0
Released at 2025-09-12
FEATURE: vmagent: respect
enable.auto.commitsetting 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_filtersargs specified at the particular VictoriaLogs backend invmauthconfig and theextra_filtersargs 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 ETAin 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.exposeMetadatacmd-line flag. See metrics#98 for details.BUGFIX: all components: lower severity of the log message for unavailable Pressure Stall Information (PSI) metrics from
ERRORtoINFOlevel. 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 patherror.v1.125.1Compare Source
v1.125.1
Released at 2025-09-03
vmselectin VictoriaMetrics cluster: properly route requests forprometheus/vmui/config.jsonAPI. Follow-up after7f15e9f.vmstoragein VictoriaMetrics cluster: fixworkingsetcachemetrics. Previously, after cache rotation, metrics could be double-counted or inflated. See 9553 for details.v1.125.0Compare Source
v1.125.0
Released at 2025-08-29
FEATURE: vmsingle and vmselect in VictoriaMetrics cluster: apply
-search.maxQueryLenlimit 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
Alertstab withAlertingtab in vmui. The newAlertingtab 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.proxyURLis set on vmselect. Some functionality of the newAlertingtab 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 newAlertingtab in vmselect.FEATURE: vmalert: add
lastErrorfield to/api/v1/notifiersresponse. 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. Notifierstab.FEATURE: vmsingle and
vmstoragein VictoriaMetrics cluster: optimize/api/v1/labelsand/api/v1/label/TAG/valuesrequests with a singlematchorextra_filtersfilter 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
timestampfunction compatibility with Prometheus when used with sub-expressions such astimestamp(sum(foo)). The fix applies only when-search.disableImplicitConversionflag is set. See more in #9527-comment and metricsql#55.BUGFIX: vmsingle and
vmstoragein 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
-httpListenAddrvia Let's Encrypt service. See these docs.v1.124.0Compare Source
v1.124.0
Released at 2025-08-15
Update Note 1: vmsingle and
vmstoragein 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
/renderAPI endpoint with new flag-search.maxGraphitePathExpressionLen. See this PR #9534 for details.FEATURE: expose
vm_total_disk_space_bytesmetric at the/metricspage, 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.configcontains%{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,vminsertandvmstoragein VictoriaMetrics cluster: add rpc handshake timeout configuration via-rpc.handshakeTimeoutflag (default 5s). Set deadline for the entire handshake process instead of per-operation timeout. See #9345 for more details.FEATURE: vmagent: add
-enableMetadatacommand-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.disableOnDiskQueueflag 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
/federateAPI requests. This this PR 9536 for details. Thanks to the @fxrlv.BUGFIX: vmsingle and
vmstoragein VictoriaMetrics cluster: prevent performance degradation on hitting daily or hourly series cardinality limits. See this issue 9554 for details.BUGFIX: MetricsQL: gracefully handle
histogram_quantilecalculation 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
-s3ChecksumAlgorithmcommand-line flag. This is required for S3 configurations with WORM being enabled. See #9532.v1.123.0Compare 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
vmstoragewhen 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
vmstoragein VictoriaMetrics cluster: introduce-storage.idbPrefillStartflag (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
vmstoragein VictoriaMetrics cluster: Add support for dynamically enabling new series logging via the/internal/log_new_seriesAPI and corresponding authFlag-logNewSeriesAuthKey. The logging is enabled for one minute and is automatically disabled afterward. This is a more convenient alternative to the-logNewSeriesflag. 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.useProxyProtocolfor-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.0Compare Source
v1.122.0
Released at 2025-07-18
Update Note 1: vmsingle and
vmstoragein VictoriaMetrics cluster: The-snapshotsMaxAgeflag 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:
-eulacommand-line flag is skipped when validating VictoriaMetrics enterprise license. Instead, the-licenseor-licenseFilecommand-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
vmstoragein 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
vmstoragein VictoriaMetrics cluster: enable metric names stats tracker by default.FEATURE: MetricsQL: revert change on respecting staleness markers when calculating
rateandincreasefunctions described in #8891-comment. This change was introduced in v1.120.0.FEATURE: vmselect in VictoriaMetrics cluster: Increase idle timeout from
30sto2mand ensure at least two connections remain open betweenvmselectandvmstorage. 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
vmstoragein 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_availablemetric 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_responseAPI 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:
vmselectin VictoriaMetrics cluster: fix handling of/api/v1/notifiersand/api/v1/metadataendpoints; previously, requests to these endpoints returned 400 Bad Request.vmsinglewas not affected.v1.121.0Compare Source
v1.121.0
Released at 2025-07-04
Update Note 1: The
-retryMaxTimeflag has been deprecated. Please use-retryMaxIntervalflag instead. For more details, see #9169.FEATURE: all the VictoriaMetrics Enterprise components: improve error message when an empty license is provided via the
-licenseor-licenseFilecommand-line flags. See #9337 for the details.FEATURE: vmagent: add
concurrencyoption to kafka remoteWrite producer. See 9249 issue for details.FEATURE: vmagent and Single-node VictoriaMetrics: support
label_limitscrape 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_limitcan 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
-retryMaxIntervalas a replacement for the deprecated-retryMaxTimeflag. The new flag more accurately reflects the behavior it controls. See #9169 for more details. Thanks to the @leiwingqueen.FEATURE: vmalert: add
/api/v1/notifiersAPI endpoint for returning list of configured or discovered notifiers.FEATURE: vmalert: add
datasource_typequery argument for/api/v1/rulesand/api/v1/alertsendpoints 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.ruleEvaluationConcurrencyto allow concurrent/query_rangerequests 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
vmbackupmanagerfails 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
vmselectin VictoriaMetrics cluster: add command-line flag-search.logSlowQueryStatsHeadersfor 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/notifiersto vmalert when-vmalert.proxyURLis set. See 9267 PR for details.FEATURE: vmsingle and
vmstoragein VictoriaMetrics cluster: addvm_cache_eviction_bytes_totalcounter metrics to reflect cache evictions due to expiration, misses and cache size. See 9293 PR for details. Thanks to the @BenNFFEATURE: vmsingle and
vmstoragein VictoriaMetrics cluster: enhanceMustReadAtpanic 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.maxLookbackor-search.maxStalenessIntervalare 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 Tokenerrors. This helps to avoid failed backups when using EKS Pod Identity for authentication. See #9280.BUGFIX: vmsingle and
vmstoragein 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.jsonwhen accessing UI through vmauth with Basic Auth enabled.BUGFIX: vmui: disabled opening of autocomplete popup on initial page load.
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.