From 3d7a3187eb66745b627c8edd6afb9a1db7b605ef Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 2 Sep 2023 02:01:24 +0200 Subject: [PATCH] Updater bot : portainer_agent updated to windowsltsc2022-amd64-2.19.0 --- portainer_agent/CHANGELOG.md | 3 +++ portainer_agent/config.json | 2 +- portainer_agent/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/portainer_agent/CHANGELOG.md b/portainer_agent/CHANGELOG.md index 7fb4b7d8c..1a9656efd 100644 --- a/portainer_agent/CHANGELOG.md +++ b/portainer_agent/CHANGELOG.md @@ -1,4 +1,7 @@ +## windowsltsc2022-amd64-2.19.0 (02-09-2023) +- Update to latest version from portainer/agent + ## windowsltsc2022-amd64-2.18.4 (08-07-2023) - Update to latest version from portainer/agent diff --git a/portainer_agent/config.json b/portainer_agent/config.json index 6d0de833d..0b6f1cd56 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.4" + "version": "windowsltsc2022-amd64-2.19.0" } diff --git a/portainer_agent/updater.json b/portainer_agent/updater.json index 5c3876764..080240673 100644 --- a/portainer_agent/updater.json +++ b/portainer_agent/updater.json @@ -1,8 +1,8 @@ { - "last_update": "08-07-2023", + "last_update": "02-09-2023", "repository": "alexbelgium/hassio-addons", "slug": "portainer_agent", "source": "dockerhub", "upstream_repo": "portainer/agent", - "upstream_version": "windowsltsc2022-amd64-2.18.4" + "upstream_version": "windowsltsc2022-amd64-2.19.0" }