Skip to content

Release v2.20260804.1

Latest

Choose a tag to compare

@Fijxu Fijxu released this 05 Aug 01:04
v2.20260804.1
48c6110

Wrap-up

This patch release fixes a regression in the OCI (container) build that omitted debug information, making it harder to diagnose issues in production. The fix ensures that the -no-pie link flag is passed correctly, restoring debug symbols for better stack traces and crash analysis.

No new features are included in this release; it is solely focused on improving the debuggability of containerized instances.

Bugs fixed

For instance owners

  • Debug information is now included again in OCI images by passing the -no-pie link flag correctly (#5895)

Full list of pull requests merged since the last release (newest first)

  • fix: pass -no-pie link flag argument to include debug information again for OCI (#5895, by @Fijxu)
  • Release v2.20260804.0 (#5893, by @github-actions[bot])