From dd66f4b497dd062366f0df8675e5be949c1c5b74 Mon Sep 17 00:00:00 2001 From: Sophie Date: Tue, 30 Dec 2025 10:43:18 +0100 Subject: [PATCH] docs: Update CHANGELOG with complete list of fixes addressing code review feedback - Multi-architecture support restored (aarch64 builds) - Error suppression removed for user diagnostics - Circular dependency fix documented - Config.yaml version tag corrected --- portainer_agent/CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/portainer_agent/CHANGELOG.md b/portainer_agent/CHANGELOG.md index 28cc5bd92..f04dd1161 100644 --- a/portainer_agent/CHANGELOG.md +++ b/portainer_agent/CHANGELOG.md @@ -2,7 +2,9 @@ - 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 +- Restored multi-architecture support via ARG BUILD_FROM/ARG BUILD_ARCH (fixes aarch64 builds) +- Removed stderr suppression to preserve error messages for user diagnostics +- This fixes build failures that prevented users from updating - Updated config.yaml version tag to match buildable image tag ## alpine-sts-bashio-fix (29-12-2025)