Files
hassio-addons/portainer_agent/CHANGELOG.md
Alexandre 74121509cd fix: give every addon a version Home Assistant can order (#2926)
Seventeen addons carried a config.yaml version that awesomeversion, the
library Home Assistant orders versions with, reports as UNKNOWN: text
tags such as version-bf9e0b4f or sts, LinuxServer tags such as
v26.2-ls256, and local counters written as a semver pre-release such as
15.7-47. Home Assistant cannot tell which of two such versions is newer,
so update detection depends on a compare exception rather than on
ordering, and any version that becomes partially comparable silently
stops being offered.

Each version keeps every number it carried, as a section of its own:
v26.2-ls256 becomes v26.2.256, 4.16-r0-ls95-7 becomes 4.16.0.95.7 and
5.0.0b5-3 becomes 5.0.0.5.3, so nothing that ordered the addon is lost
and no previously published version is reused. The two versions holding
no number at all use the date instead. Only config.yaml and CHANGELOG.md
change, so every addon still builds from the upstream tag recorded in
its Dockerfile and updater.json.

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
2026-08-01 18:51:31 +02:00

4.4 KiB

2025.12.6 (2026-08-01)

  • Version renamed from 2025.12-6, which Home Assistant could not order and therefore could not reliably offer as an update: every number of the previous version is kept, as a section of its own. The addon itself and the upstream version it tracks are unchanged

2025.12-6 (2025-12-31)

  • Minor bugs fixed

2025.12-5 (2025-12-31)

  • Minor bugs fixed

2025.12-4 (2025-12-31)

  • Minor bugs fixed

2025.12-3 (2025-12-31)

  • Minor bugs fixed

2025.12-2 (2025-12-31)

  • Minor bugs fixed

alpine-sts-3 (2025-12-30)

  • Minor bugs fixed

alpine-sts-2 (2025-12-30)

  • Minor bugs fixed

alpine-sts (2025-12-30)

  • 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
  • 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 (2025-12-29)

  • 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

  • Tested and verified working on Home Assistant OS

alpine-sts (2025-12-24)

  • Update to latest version from portainer/agent

(2025-12-23)

alpine-sts (2025-05-24)

  • Update to latest version from portainer/agent

linux-arm64-2.21.5-alpine (2025-05-10)

  • Update to latest version from portainer/agent

linux-ppc64le-2.21.5-alpine (2024-12-21)

  • Update to latest version from portainer/agent

linux-ppc64le-2.21.4-alpine (2024-10-26)

  • Update to latest version from portainer/agent

linux-ppc64le-2.21.3-alpine (2024-10-12)

  • Update to latest version from portainer/agent

linux-ppc64le-2.21.2-alpine (2024-09-28)

  • Update to latest version from portainer/agent

linux-ppc64le-2.21.1-alpine (2024-09-14)

  • Update to latest version from portainer/agent

linux-ppc64le-2.21.0-rc2-alpine (2024-08-24)

  • Update to latest version from portainer/agent

linux-ppc64le-2.21.0-rc1-alpine (2024-08-17)

  • Update to latest version from portainer/agent

linux-ppc64le-2.20.3-alpine (2024-05-25)

  • Update to latest version from portainer/agent

linux-ppc64le-2.20.2-alpine (2024-05-04)

  • Update to latest version from portainer/agent

linux-ppc64le-2.20.1-alpine (2024-04-06)

  • Update to latest version from portainer/agent

linux-ppc64le-2.20.0-alpine (2024-03-23)

  • Update to latest version from portainer/agent

linux-arm64-2.19.4-alpine-3 (2024-03-21)

  • Minor bugs fixed

linux-arm64-2.19.4-alpine-2 (2024-03-14)

  • Minor bugs fixed

linux-arm64-2.19.4-alpine (2024-01-20)

  • Update to latest version from portainer/agent

windowsltsc2022-amd64-2.19.4 (2023-12-09)

  • Update to latest version from portainer/agent

windowsltsc2022-amd64-2.19.3 (2023-11-25)

  • Update to latest version from portainer/agent

windowsltsc2022-amd64-2.19.2 (2023-11-18)

  • Update to latest version from portainer/agent

windowsltsc2022-amd64-2.19.1 (2023-09-23)

  • Update to latest version from portainer/agent

windowsltsc2022-amd64-2.19.0 (2023-09-02)

  • Update to latest version from portainer/agent

windowsltsc2022-amd64-2.18.4 (2023-07-08)

  • Update to latest version from portainer/agent

windowsltsc2022-amd64-2.18.3 (2023-06-10)

  • Update to latest version from portainer/agent

2.18.3-alpine (2023-05-27)

  • Update to latest version from portainer/agent

2.18.2-7 (2023-05-22)

  • Minor bugs fixed

2.18.2-6 (2023-05-21)

  • Require unprotected
  • Correct healthcheck
  • First build