diff --git a/portainer_agent/CHANGELOG.md b/portainer_agent/CHANGELOG.md index 445a18a2e..d7f490b15 100644 --- a/portainer_agent/CHANGELOG.md +++ b/portainer_agent/CHANGELOG.md @@ -1,4 +1,7 @@ +## linux-arm64-2.19.4-alpine (20-01-2024) +- Update to latest version from portainer/agent + ## windowsltsc2022-amd64-2.19.4 (09-12-2023) - Update to latest version from portainer/agent diff --git a/portainer_agent/config.json b/portainer_agent/config.json index df7538b48..391036c0c 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": "2.19.4" + "version": "linux-arm64-2.19.4-alpine" } diff --git a/portainer_agent/updater.json b/portainer_agent/updater.json index e5b375da2..790b95fe9 100644 --- a/portainer_agent/updater.json +++ b/portainer_agent/updater.json @@ -1,9 +1,9 @@ { - "last_update": "09-12-2023", + "last_update": "20-01-2024", "repository": "alexbelgium/hassio-addons", "github_tagfilter": "alpine", "slug": "portainer_agent", "source": "dockerhub", "upstream_repo": "portainer/agent", - "upstream_version": "windowsltsc2022-amd64-2.19.4" + "upstream_version": "linux-arm64-2.19.4-alpine" }