diff --git a/portainer_agent/CHANGELOG.md b/portainer_agent/CHANGELOG.md index 840b2ce0a27..445a18a2e50 100644 --- a/portainer_agent/CHANGELOG.md +++ b/portainer_agent/CHANGELOG.md @@ -1,4 +1,7 @@ +## windowsltsc2022-amd64-2.19.4 (09-12-2023) +- Update to latest version from portainer/agent + ## windowsltsc2022-amd64-2.19.3 (25-11-2023) - Update to latest version from portainer/agent diff --git a/portainer_agent/config.json b/portainer_agent/config.json index e9e4a29b6cf..84f70451580 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": "windowsltsc2022-amd64-2.19.3" + "version": "windowsltsc2022-amd64-2.19.4" } diff --git a/portainer_agent/updater.json b/portainer_agent/updater.json index 4c08f70f705..2a7b2bae1cb 100644 --- a/portainer_agent/updater.json +++ b/portainer_agent/updater.json @@ -1,8 +1,8 @@ { - "last_update": "25-11-2023", + "last_update": "09-12-2023", "repository": "alexbelgium/hassio-addons", "slug": "portainer_agent", "source": "dockerhub", "upstream_repo": "portainer/agent", - "upstream_version": "windowsltsc2022-amd64-2.19.3" + "upstream_version": "windowsltsc2022-amd64-2.19.4" }