Skip to content

chore(deps): update docker.io/victoriametrics/victoria-traces docker tag to v0.11.0 - #103

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/docker.io-victoriametrics-victoria-traces-0.x
Open

chore(deps): update docker.io/victoriametrics/victoria-traces docker tag to v0.11.0#103
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/docker.io-victoriametrics-victoria-traces-0.x

Conversation

@renovate

@renovate renovate Bot commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
docker.io/victoriametrics/victoria-traces minor v0.4.0v0.11.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

VictoriaMetrics/VictoriaTraces (docker.io/victoriametrics/victoria-traces)

v0.11.0

Compare Source

Released at 2026-08-14

  • BUGFIX: cluster version: evenly spread rerouted data across available vtstorage nodes. Previously, healthy nodes adjacent to unavailable nodes in the -storageNode list could receive much more data, resulting in uneven resource usage. See this issue #​228.

  • FEATURE: vtagent: introduce basic vtagent which accepts OTLP ingestion, and writes the formatted spans to /insert/native API. Check vtagent doc for details.

v0.10.0

Compare Source

Released at 2026-07-22

Update note 1: the base Docker image has been changed from Alpine to distroless in order to reduce an attack surface (The distroless base image doesn't contain any executables contrary to the Alpine base image). For debugging VictoriaTraces containers in Kubernetes it is recommended to use kubectl debug.

Update note 2: VictoriaTraces no longer provides a Docker image for the linux/386 platform because the distroless base image doesn't support this platform. Executable files for linux/386 platform are still published at the VictoriaTraces releases page.

v0.9.4

Compare Source

Released at 2026-07-03

Update Note 1: cluster version: this release bumps the internal vtselect and vtstorage protocol version (see the queries-longer-than-10MB fix in VictoriaLogs #​1462). Any version mismatch between vtselect and vtstorage will cause requests to fail, meaning queries will error out during a rolling upgrade when the cluster runs mixed component versions. All components must be upgraded if you want to upgrade to this release or later.

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

  • FEATURE: logstorage: upgrade VictoriaLogs dependency from v1.50.0 to v1.51.0.

  • FEATURE: Single-node VictoriaTraces and vtselect in VictoriaTraces cluster: support configuring max traces limit for Jaeger and Tempo search traces APIs. Previously each API has default limit 20, and a hardcoded limit 1000 to prevent users from requesting an excessively large limit query argument.

  • FEATURE: Single-node VictoriaTraces and vtselect in VictoriaTraces cluster: unify the command-line flags for configuring the maximum tags limit used in tags (tag values), service name, and span name search APIs with -search.maxTags. The old flags -search.traceMaxServiceNameList and -search.traceMaxSpanNameList are now deprecated.

  • BUGFIX: Single-node VictoriaTraces and vtselect in VictoriaTraces cluster: return intrinsic span fields (name, kind, status, duration) under the intrinsic scope of the Tempo /api/v2/search/tags endpoint, and support scope=intrinsic. Previously these fields were missing (they have no attribute prefix and were skipped during tag discovery, and scope=intrinsic returned an error), so they did not appear in the Grafana Traces Drilldown attribute breakdown. Thank @​vshulakov-sh for the pull request #​175.

  • BUGFIX: Single-node VictoriaTraces and vtselect in VictoriaTraces cluster: return proper spans with within spanSets for the Tempo /api/search API. Previously, this API only returned root spans. This enables trace span focus by span ID when viewing a trace. See the pull request #​201 for details. Thank @​yusufcemalcelebi for reporting the issue and proposing the change.

v0.9.3

Compare Source

Released at 2026-06-18

v0.9.2

Compare Source

Released at 2026-06-01

  • BUGFIX: Single-node VictoriaTraces and vtselect in VictoriaTraces cluster: exclude unnecessary streams during trace search. These streams caused empty trace_id values in subsequent queries and parsing errors. This issue was introduced since v0.4.0.

v0.9.1

Compare Source

Released at 2026-06-01

v0.9.0

Compare Source

Released at 2026-05-20

v0.8.2

Compare Source

Released at 2026-04-27

v0.8.1

Compare Source

Released at 2026-04-14

v0.8.0

Compare Source

Released at 2026-03-02

v0.7.1

Compare Source

Released at 2026-01-24

  • FEATURE: Single-node VictoriaTraces and vtstorage in VictoriaTraces cluster: adjust -insert.indexFlushInterval from 30s to 20s to ensure a proper time gap with -search.latencyOffset. This is useful when ingest data is not real-time, as it helps reduce the probability that data can be searched by condition but is not present in the traceID index, resulting in failure to query by traceID.

  • BUGFIX: Single-node VictoriaTraces and vtselect in VictoriaTraces cluster: fix backward compatibility for the old index format. Previously, the old index format was not parsed correctly into the start and end timestamps.

v0.7.0

Compare Source

Released at 2026-01-21

v0.6.0

Compare Source

Released at 2026-01-07

v0.5.1

Compare Source

Released at 2025-11-19

v0.5.0

Compare Source

Released at 2025-11-08

v0.4.1

Compare Source

Released at 2025-10-31


Configuration

📅 Schedule: (UTC)

  • 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 becomes conflicted, 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 was generated by Mend Renovate. View the repository job log.

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.

0 participants