From 64f0656e84ff3e486066659be0b756d96b14ed23 Mon Sep 17 00:00:00 2001 From: Sophie Date: Tue, 30 Dec 2025 10:24:49 +0100 Subject: [PATCH] docs: Update CHANGELOG.md with fix for circular dependency issue Adds changelog entry for alpine-sts version (30-12-2025) documenting: - Fix for circular dependency that prevented Docker builds - Restoration of official Portainer Agent image source - Resolution of Issue #2318 (404 manifest unknown errors for users) --- portainer_agent/CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/portainer_agent/CHANGELOG.md b/portainer_agent/CHANGELOG.md index de7b5ed7e..28cc5bd92 100644 --- a/portainer_agent/CHANGELOG.md +++ b/portainer_agent/CHANGELOG.md @@ -1,5 +1,18 @@ +## alpine-sts (30-12-2025) + +- Fix: Restore official Portainer Agent image source - Fix circular dependency (Fixes #2318) +- Revert COPY --from to use official ghcr.io/portainerci/agent:latest instead of self-reference +- This fixes build failures that prevented users from updating to the bashio protection mode fix +- Updated config.yaml version tag to match buildable image tag + ## alpine-sts-bashio-fix (29-12-2025) +- Fix: PROTECTION MODE IS ENABLED error when protection mode is OFF (Fixes #2307) +- Update bashio from v0.17.5 → main branch for improved API error handling +- Add robust protection mode check with Docker socket fallback +- Tested and verified working on Home Assistant OS + + - Fix: PROTECTION MODE IS ENABLED error when protection mode is OFF (Fixes #2307) - Update bashio from v0.17.5 → main branch for improved API error handling - Add robust protection mode check with Docker socket fallback