Loki | v3.6.8

Loki v3.6.8 released on 25-03-2026


Loki v3.6.8 is out now. Operators building from source, teams embedding Loki components, and anyone relying on OpenTelemetry or fluent-bit runtime images should review this release for toolchain, telemetry and security fixes.

Check the project’s GitHub release notes for the full changelog and upgrade instructions.

What’s in this release

  • Go toolchain bumped: the 3.6.x line now builds with Go 1.25.8, and the Go used by querytee/promtail has been adjusted for the 3.6 branch.
  • OpenTelemetry SDK upgraded: go.opentelemetry.io/otel/sdk moved from v1.38.0 to v1.40.0, improving OTLP/telemetry compatibility and bringing bug/security fixes that affect tracing and metrics integrations.
  • Security and packaging updates: dependency security patches include github.com/buger/jsonparser → v1.1.2 and google.golang.org/grpc → v1.79.3; the fluent-bit-related images now use a different Debian base as a packaging/runtime tweak.

Upgrade notes

  • Build environments and CI that compile Loki or its components should use Go 1.25.8 to match the release; update your toolchain and any pinned Go versions before building from source.
  • If you need to revert, pin to the previous 3.6.x tag (for example, v3.6.7) or rebuild from your prior revision.

Please share your experience upgrading or report any issues via the project’s GitHub issue tracker so maintainers and the community can follow up.

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