Skip to content

v3.0.3

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Aug 20:37
· 301 commits to main since this release
v3.0.3
1900ed7

Security

Enhancements

  • query-frontend: Add Tempo configuration documentation to the MCP server via the docs-config tool and docs://config/overview and docs://config/reference resources (#7521) (@knylander-grafana)
    The configuration reference is generated from the default configuration, so it stays in sync with the code.
  • query-frontend: Update the TraceQL and metrics documentation served by the MCP server to match current capabilities. (#7375) (@knylander-grafana)

Bug fixes

  • tempo: Fix incorrect version reported by --version, the build-info metric, and /api/status/buildinfo. The build version is now read from the new top-level VERSION file instead of the most recently created git tag, which could belong to a different release. (#7469) (@zhxiaogg)

Changes

  • docs: remove guidance on running multiple monolithic instances. (#7636) (@mattdurham)