Updater bot : portainer_agent updated to 2.44.0.2 (upstream sts)

This commit is contained in:
alexbelgium
2026-08-29 01:30:26 +02:00
parent f9b394645f
commit a7a336b693
3 changed files with 7 additions and 3 deletions

View File

@@ -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

View File

@@ -41,4 +41,4 @@ schema:
slug: portainer_agent
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: "2.44.0.1"
version: "2.44.0.2"

View File

@@ -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"
}