diff --git a/portainer_agent/CHANGELOG.md b/portainer_agent/CHANGELOG.md index 29eaa123cc..256b82f833 100644 --- a/portainer_agent/CHANGELOG.md +++ b/portainer_agent/CHANGELOG.md @@ -1,3 +1,7 @@ + +## 2.44.0.2 (2026-08-29) +- Update to latest version from portainer/agent +- Upstream tag : sts ## 2.44.0.1 (2026-08-24) - Rebuild to pick up a fix in the shared entrypoint: when `ha_entrypoint.sh` runs as PID 1, as it does in this add-on, it now populates `/run/s6/container_environment`, so a script carrying a `#!/usr/bin/with-contenv` shebang gets a populated environment including `SUPERVISOR_TOKEN` instead of failing at its shebang. Nothing shipped in this add-on still uses that shebang (the healthcheck moved to plain bash in 2.44.0), so this changes nothing about the agent itself; it matters for a `script.sh` added by the user, and it is the add-on that build-tests the shared change diff --git a/portainer_agent/config.yaml b/portainer_agent/config.yaml index 487eb6007b..7cb241c7a9 100644 --- a/portainer_agent/config.yaml +++ b/portainer_agent/config.yaml @@ -41,4 +41,4 @@ schema: slug: portainer_agent udev: true url: https://github.com/alexbelgium/hassio-addons -version: "2.44.0.1" \ No newline at end of file +version: "2.44.0.2" diff --git a/portainer_agent/updater.json b/portainer_agent/updater.json index ca391504d3..be3885b6a6 100644 --- a/portainer_agent/updater.json +++ b/portainer_agent/updater.json @@ -1,9 +1,9 @@ { "github_tagfilter": "sts", - "last_update": "23-08-2026", + "last_update": "2026-08-29", "repository": "alexbelgium/hassio-addons", "slug": "portainer_agent", "source": "dockerhub", "upstream_repo": "portainer/agent", - "upstream_version": "alpine-sts" + "upstream_version": "sts" }