From 29c301e3e58376ea571df1968893e3162aaeab61 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 23 Sep 2023 19:16:00 +0200 Subject: [PATCH] Updater bot : portainer_agent updated to windowsltsc2022-amd64-2.19.1 --- 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 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" }