From efd3c9c28183dddb9619247deb757ecd2c13f73e Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 10 May 2025 01:58:32 +0200 Subject: [PATCH] Updater bot : portainer_agent updated to linux-arm64-2.21.5-alpine --- portainer_agent/CHANGELOG.md | 3 +++ portainer_agent/config.json | 2 +- portainer_agent/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/portainer_agent/CHANGELOG.md b/portainer_agent/CHANGELOG.md index ad40c64d9..f963f99f4 100644 --- a/portainer_agent/CHANGELOG.md +++ b/portainer_agent/CHANGELOG.md @@ -1,4 +1,7 @@ +## linux-arm64-2.21.5-alpine (10-05-2025) +- Update to latest version from portainer/agent + ## linux-ppc64le-2.21.5-alpine (21-12-2024) - Update to latest version from portainer/agent diff --git a/portainer_agent/config.json b/portainer_agent/config.json index 7d2b7ddb4..bc51a5f04 100644 --- a/portainer_agent/config.json +++ b/portainer_agent/config.json @@ -45,5 +45,5 @@ "slug": "portainer_agent", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "linux-ppc64le-2.21.5-alpine" + "version": "linux-arm64-2.21.5-alpine" } diff --git a/portainer_agent/updater.json b/portainer_agent/updater.json index c2917468c..2ae061098 100644 --- a/portainer_agent/updater.json +++ b/portainer_agent/updater.json @@ -1,9 +1,9 @@ { "github_tagfilter": "alpine", - "last_update": "21-12-2024", + "last_update": "10-05-2025", "repository": "alexbelgium/hassio-addons", "slug": "portainer_agent", "source": "dockerhub", "upstream_repo": "portainer/agent", - "upstream_version": "linux-ppc64le-2.21.5-alpine" + "upstream_version": "linux-arm64-2.21.5-alpine" }