diff --git a/portainer_agent/CHANGELOG.md b/portainer_agent/CHANGELOG.md index 0a131e48b..7fb4b7d8c 100644 --- a/portainer_agent/CHANGELOG.md +++ b/portainer_agent/CHANGELOG.md @@ -1,4 +1,7 @@ +## windowsltsc2022-amd64-2.18.4 (08-07-2023) +- Update to latest version from portainer/agent + ## windowsltsc2022-amd64-2.18.3 (10-06-2023) - Update to latest version from portainer/agent diff --git a/portainer_agent/config.json b/portainer_agent/config.json index e895493fa..6d0de833d 100644 --- a/portainer_agent/config.json +++ b/portainer_agent/config.json @@ -44,5 +44,5 @@ }, "slug": "portainer_agent", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "windowsltsc2022-amd64-2.18.3" + "version": "windowsltsc2022-amd64-2.18.4" } diff --git a/portainer_agent/updater.json b/portainer_agent/updater.json index 8043aef70..5c3876764 100644 --- a/portainer_agent/updater.json +++ b/portainer_agent/updater.json @@ -1,8 +1,8 @@ { - "last_update": "10-06-2023", + "last_update": "08-07-2023", "repository": "alexbelgium/hassio-addons", "slug": "portainer_agent", "source": "dockerhub", "upstream_repo": "portainer/agent", - "upstream_version": "windowsltsc2022-amd64-2.18.3" + "upstream_version": "windowsltsc2022-amd64-2.18.4" }