From 48c6110a83fc788b4199daf737279b71950cc0db Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 21:01:38 -0400 Subject: [PATCH] Release v2.20260804.1 (#5896) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 18 ++++++++++++++++++ shard.yml | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 274a63e1..f32e792f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,24 @@ + +## v2.20260804.1 + +### 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 (https://github.com/iv-org/invidious/pull/5895, by @Fijxu) +* Release v2.20260804.0 (https://github.com/iv-org/invidious/pull/5893, by @github-actions[bot]) + ## v2.20260804.0 ### Wrap-up diff --git a/shard.yml b/shard.yml index c25f6901..95188468 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: invidious -version: 2.20260804.0-dev +version: 2.20260804.1 authors: - Invidious team