diff --git a/portainer_agent/CHANGELOG.md b/portainer_agent/CHANGELOG.md index df295280c..e3ac29dc8 100644 --- a/portainer_agent/CHANGELOG.md +++ b/portainer_agent/CHANGELOG.md @@ -1,4 +1,7 @@ +## linux-ppc64le-2.20.1-alpine (06-04-2024) +- Update to latest version from portainer/agent + ## linux-ppc64le-2.20.0-alpine (23-03-2024) - Update to latest version from portainer/agent ## linux-arm64-2.19.4-alpine-3 (21-03-2024) diff --git a/portainer_agent/config.json b/portainer_agent/config.json index db738e352..91f2c9192 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.20.0-alpine" + "version": "linux-ppc64le-2.20.1-alpine" } diff --git a/portainer_agent/updater.json b/portainer_agent/updater.json index 39a4a68ce..a54ed3f8e 100644 --- a/portainer_agent/updater.json +++ b/portainer_agent/updater.json @@ -1,9 +1,9 @@ { "github_tagfilter": "alpine", - "last_update": "23-03-2024", + "last_update": "06-04-2024", "repository": "alexbelgium/hassio-addons", "slug": "portainer_agent", "source": "dockerhub", "upstream_repo": "portainer/agent", - "upstream_version": "linux-ppc64le-2.20.0-alpine" + "upstream_version": "linux-ppc64le-2.20.1-alpine" }