Tempo | v3.0.2

Tempo v3.0.2 released on 09-06-2026


Tempo v3.0.2 is out now. It is a security-focused patch that builds Tempo with Go 1.26.3 to pull in upstream security and bug fixes; there are no functional changes to Tempo itself and the work is tracked in issue #7423 (contributor @ie-pham).

Check the project’s GitHub release and the official release artifacts for downloads and full details.

What’s in this release

  • Build toolchain bumped to Go 1.26.3 to include upstream security and bug fixes (see issue #7423).
  • No functional or configuration changes to Tempo itself; this is a build-level security update.
  • Developer and CI implications: update local development environments, Dockerfiles and CI runners to Go 1.26.3 before building from source; verify module compatibility and run full test suites.

Upgrade notes

  • There are no breaking product or schema changes, but builds from source require Go 1.26.3 — update Dockerfiles, local dev setups and CI runners to 1.26.3 before building.
  • Treat v3.0.2 as a security patch: follow normal rolling-update procedures, back up configuration and state, and monitor logs and metrics after rollout; use the official release artifacts to ensure the updated binary is used and to simplify rollbacks if needed.

Please share comments on your upgrade experience.

Related posts

Weekly Tech Digest | 06 Jul 2026

Stay updated with the latest in tech! This digest covers AI ethics, auto industry shifts, and the impact of politics on technology, exploring today's pressing issues.

wolfCOSE zero-allocation parsing in embedded C

wolfCOSE looks sensible only if you care about what your firmware actually has to carry. I like that, because on small targets the wrong crypto feature can cost more than the message itself, and there...

restic | v0.19.1

restic v0 19 1: safer FUSE mounts and mountpoint checks, robust backup source and exclude handling, clearer CLI JSON output, Windows SFTP deletion fixes