From d978294598db047ac1ad7967c9bc964c641a0e90 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 23 Sep 2023 19:10:53 +0200 Subject: [PATCH] Updater bot : cloudcommander updated to 16.17.6 --- 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 2c80cd6e6..83075862d 100644 --- a/cloudcommander/CHANGELOG.md +++ b/cloudcommander/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 16.17.6 (23-09-2023) +- Update to latest version from coderaiser/cloudcmd - Switch to alpine ## 16.17.5 (09-09-2023) diff --git a/cloudcommander/config.json b/cloudcommander/config.json index fca54955e..a629b94de 100644 --- a/cloudcommander/config.json +++ b/cloudcommander/config.json @@ -89,5 +89,5 @@ }, "slug": "cloudcommander", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander", - "version": "16.17.5" + "version": "16.17.6" } diff --git a/cloudcommander/updater.json b/cloudcommander/updater.json index 6b5842264..d349ccf7d 100644 --- a/cloudcommander/updater.json +++ b/cloudcommander/updater.json @@ -1,8 +1,8 @@ { - "last_update": "09-09-2023", + "last_update": "23-09-2023", "repository": "alexbelgium/hassio-addons", "slug": "cloudcommander", "source": "github", "upstream_repo": "coderaiser/cloudcmd", - "upstream_version": "16.17.5" + "upstream_version": "16.17.6" }