diff --git a/portainer_agent/CHANGELOG.md b/portainer_agent/CHANGELOG.md index 1a9656efd..d621dd304 100644 --- a/portainer_agent/CHANGELOG.md +++ b/portainer_agent/CHANGELOG.md @@ -1,4 +1,7 @@ +## windowsltsc2022-amd64-2.19.1 (23-09-2023) +- Update to latest version from portainer/agent + ## windowsltsc2022-amd64-2.19.0 (02-09-2023) - Update to latest version from portainer/agent diff --git a/portainer_agent/config.json b/portainer_agent/config.json index 0b6f1cd56..c9550786a 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.19.0" + "version": "windowsltsc2022-amd64-2.19.1" } diff --git a/portainer_agent/updater.json b/portainer_agent/updater.json index 080240673..e9371ec77 100644 --- a/portainer_agent/updater.json +++ b/portainer_agent/updater.json @@ -1,8 +1,8 @@ { - "last_update": "02-09-2023", + "last_update": "23-09-2023", "repository": "alexbelgium/hassio-addons", "slug": "portainer_agent", "source": "dockerhub", "upstream_repo": "portainer/agent", - "upstream_version": "windowsltsc2022-amd64-2.19.0" + "upstream_version": "windowsltsc2022-amd64-2.19.1" }