Update victoriametrics/vmagent Docker tag to v1.136.0 #654
Reference in New Issue
Block a user
Delete Branch "renovate/victoriametrics"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v1.135.0→v1.136.0Release Notes
VictoriaMetrics/VictoriaMetrics (victoriametrics/vmagent)
v1.136.0Compare Source
v1.136.0
Released at 2026-02-13
SECURITY: upgrade Go builder from Go1.25.6 to Go1.26.0. See Go 1.26 release notes.
SECURITY: upgrade base docker image (Alpine) from 3.23.2 to 3.23.3. See Alpine 3.23.3 release notes.
FEATURE: dashboards/single, dashboards/cluster, dashboards/vmagent: add clickable source code links to the
Logging ratepanel inDrilldown. Users can use it to navigate directly to the source code location that generated those logs, making debugging and code exploration easier. See #10406.FEATURE: vmui: add
Queries with most memory to executesection inTop Queriespage ofvmui. It can help users to find queries that consume most memory and potentially cause OOM. See #9330.FEATURE: vmui: make label value autocomplete context-aware by suggesting values only from series matching already selected label filters. See #9269.
BUGFIX: all VictoriaMetrics components: respect default http client proxy env variables (
HTTP_PROXY,HTTPS_PROXY,NO_PROXY). See #10385. Thanks to @zane-deg for the contribution.BUGFIX: vmagent and vmsingle: properly expose
kubernetes_sddiscovery network dialer metricsvm_promscrape_discovery_kubernetes_conn_*. See #10382.BUGFIX: vmsingle: slightly reduce memory usage for metrics-metadata ingestion. See #10392.
BUGFIX: VictoriaMetrics enterprise vmagent and vmsingle: introduce time‑based manual offset commit for kafka consumer to fix performance degradation with enabled manual commit. After this change, the consumer will commit partition offsets in batch per second to avoid high commit QPS on the Kafka broker. It's no longer recommended to set
enable.auto.commit=truein-kafka.consumer.topic.options, asvmagentwill automatically manage it. See #10395.BUGFIX: vmsingle and
vmselectin VictoriaMetrics cluster: fixvm_deduplicated_samples_total{type="select"}to correctly count deduplicated identical samples with the same timestamp and value. See #10400.BUGFIX: vmsingle and
vmselectin VictoriaMetrics cluster: properly prettify metricsql queries withregex. See metricsql#60. Thanks to @freeseacher for the contribution.BUGFIX: vmsingle and
vmselectin VictoriaMetrics cluster: previously the Graphite render API used a fixed process timeout that could expire before long queries completed; now the timeout follows the query deadline, so users can extend it via-search.maxQueryDurationor thetimeoutargument in the query. See #8484.BUGFIX: vmsingle and
vmstoragein VictoriaMetrics cluster: properly report last partition metrics at the end of current month. See #10387.BUGFIX: vmsingle and
vmselectin VictoriaMetrics cluster: avoid slow-path deduplication for time series with staleness markers. See #10384. Thanks to @fxrlv for the contribution.BUGFIX: vmsingle,
vminsertin VictoriaMetrics cluster and vmagent: ensure proper reset ofbufsize for OpenTelemetry ingestion, and allow flushing whenbufsize exceeds 4MiB. Previously, when a small number of requests carried a large volume of time series or labels,bufwas over-expanded and recycled to the pool, resulting in excessive memory usage. See #10378.BUGFIX: vmsingle and
vmselectin VictoriaMetrics cluster: correctly display hierarchy of actions in query trace during index searches. Before, search within the specific index was placed out of scope in the trace. See #10459.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.