From f0208e63e0c2afa714a2dc6f05f6c76965f08c51 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Fri, 13 Oct 2023 16:25:03 +0200 Subject: [PATCH] Updater bot : cloudcommander updated to 16.17.7 --- cloudcommander/CHANGELOG.md | 3 +++ cloudcommander/config.json | 2 +- cloudcommander/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/cloudcommander/CHANGELOG.md b/cloudcommander/CHANGELOG.md index 83075862d..d1a483f6c 100644 --- a/cloudcommander/CHANGELOG.md +++ b/cloudcommander/CHANGELOG.md @@ -1,4 +1,7 @@ +## 16.17.7 (13-10-2023) +- Update to latest version from coderaiser/cloudcmd + ## 16.17.6 (23-09-2023) - Update to latest version from coderaiser/cloudcmd - Switch to alpine diff --git a/cloudcommander/config.json b/cloudcommander/config.json index ca2ec23b0..a5787ce5f 100644 --- a/cloudcommander/config.json +++ b/cloudcommander/config.json @@ -94,5 +94,5 @@ "slug": "cloudcommander", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander", - "version": "16.17.6" + "version": "16.17.7" } diff --git a/cloudcommander/updater.json b/cloudcommander/updater.json index d349ccf7d..e53ec6c7d 100644 --- a/cloudcommander/updater.json +++ b/cloudcommander/updater.json @@ -1,8 +1,8 @@ { - "last_update": "23-09-2023", + "last_update": "13-10-2023", "repository": "alexbelgium/hassio-addons", "slug": "cloudcommander", "source": "github", "upstream_repo": "coderaiser/cloudcmd", - "upstream_version": "16.17.6" + "upstream_version": "16.17.7" }