diff --git a/portainer_agent/CHANGELOG.md b/portainer_agent/CHANGELOG.md index d5f335cf6..ad40c64d9 100644 --- a/portainer_agent/CHANGELOG.md +++ b/portainer_agent/CHANGELOG.md @@ -1,4 +1,7 @@ +## linux-ppc64le-2.21.5-alpine (21-12-2024) +- Update to latest version from portainer/agent + ## linux-ppc64le-2.21.4-alpine (26-10-2024) - Update to latest version from portainer/agent diff --git a/portainer_agent/config.json b/portainer_agent/config.json index 9ef7dcf9c..7d2b7ddb4 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.4-alpine" + "version": "linux-ppc64le-2.21.5-alpine" } diff --git a/portainer_agent/updater.json b/portainer_agent/updater.json index ee794b4f3..c2917468c 100644 --- a/portainer_agent/updater.json +++ b/portainer_agent/updater.json @@ -1,9 +1,9 @@ { "github_tagfilter": "alpine", - "last_update": "26-10-2024", + "last_update": "21-12-2024", "repository": "alexbelgium/hassio-addons", "slug": "portainer_agent", "source": "dockerhub", "upstream_repo": "portainer/agent", - "upstream_version": "linux-ppc64le-2.21.4-alpine" + "upstream_version": "linux-ppc64le-2.21.5-alpine" }