From 90ca10963db5dcf7dfd5ce112c2bb3e6ae948e25 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 25 Nov 2023 02:02:05 +0100 Subject: [PATCH] Updater bot : portainer_agent updated to windowsltsc2022-amd64-2.19.3 --- 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 c45cfdc48..840b2ce0a 100644 --- a/portainer_agent/CHANGELOG.md +++ b/portainer_agent/CHANGELOG.md @@ -1,4 +1,7 @@ +## windowsltsc2022-amd64-2.19.3 (25-11-2023) +- Update to latest version from portainer/agent + ## windowsltsc2022-amd64-2.19.2 (18-11-2023) - Update to latest version from portainer/agent diff --git a/portainer_agent/config.json b/portainer_agent/config.json index 0f2c1e5db..e9e4a29b6 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.2-3" + "version": "windowsltsc2022-amd64-2.19.3" } diff --git a/portainer_agent/updater.json b/portainer_agent/updater.json index 853b033da..4c08f70f7 100644 --- a/portainer_agent/updater.json +++ b/portainer_agent/updater.json @@ -1,8 +1,8 @@ { - "last_update": "18-11-2023", + "last_update": "25-11-2023", "repository": "alexbelgium/hassio-addons", "slug": "portainer_agent", "source": "dockerhub", "upstream_repo": "portainer/agent", - "upstream_version": "windowsltsc2022-amd64-2.19.2" + "upstream_version": "windowsltsc2022-amd64-2.19.3" }