From c402faba20461f5b634f15c7ff8689cc91a48a0e Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 24 Aug 2024 02:01:25 +0200 Subject: [PATCH] Updater bot : portainer_agent updated to linux-ppc64le-2.21.0-rc2-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 d8bb43774..c0c9be762 100644 --- a/portainer_agent/CHANGELOG.md +++ b/portainer_agent/CHANGELOG.md @@ -1,4 +1,7 @@ +## linux-ppc64le-2.21.0-rc2-alpine (24-08-2024) +- Update to latest version from portainer/agent + ## linux-ppc64le-2.21.0-rc1-alpine (17-08-2024) - Update to latest version from portainer/agent diff --git a/portainer_agent/config.json b/portainer_agent/config.json index 7e3b403ce..945808d27 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.0-rc1-alpine" + "version": "linux-ppc64le-2.21.0-rc2-alpine" } diff --git a/portainer_agent/updater.json b/portainer_agent/updater.json index 93e3a95fc..0a827a86e 100644 --- a/portainer_agent/updater.json +++ b/portainer_agent/updater.json @@ -1,9 +1,9 @@ { "github_tagfilter": "alpine", - "last_update": "17-08-2024", + "last_update": "24-08-2024", "repository": "alexbelgium/hassio-addons", "slug": "portainer_agent", "source": "dockerhub", "upstream_repo": "portainer/agent", - "upstream_version": "linux-ppc64le-2.21.0-rc1-alpine" + "upstream_version": "linux-ppc64le-2.21.0-rc2-alpine" }