From d06fa4abf852d6a2810611d89d130e793884a086 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 8 Jul 2023 02:01:27 +0200 Subject: [PATCH] Updater bot : portainer_agent updated to windowsltsc2022-amd64-2.18.4 --- 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 0a131e48b..7fb4b7d8c 100644 --- a/portainer_agent/CHANGELOG.md +++ b/portainer_agent/CHANGELOG.md @@ -1,4 +1,7 @@ +## windowsltsc2022-amd64-2.18.4 (08-07-2023) +- Update to latest version from portainer/agent + ## windowsltsc2022-amd64-2.18.3 (10-06-2023) - Update to latest version from portainer/agent diff --git a/portainer_agent/config.json b/portainer_agent/config.json index e895493fa..6d0de833d 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.3" + "version": "windowsltsc2022-amd64-2.18.4" } diff --git a/portainer_agent/updater.json b/portainer_agent/updater.json index 8043aef70..5c3876764 100644 --- a/portainer_agent/updater.json +++ b/portainer_agent/updater.json @@ -1,8 +1,8 @@ { - "last_update": "10-06-2023", + "last_update": "08-07-2023", "repository": "alexbelgium/hassio-addons", "slug": "portainer_agent", "source": "dockerhub", "upstream_repo": "portainer/agent", - "upstream_version": "windowsltsc2022-amd64-2.18.3" + "upstream_version": "windowsltsc2022-amd64-2.18.4" }