From 4a08227fee161c7edd65e82d9b880326f45a8a96 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 16 Dec 2023 01:56:59 +0100 Subject: [PATCH] Updater bot : cloudcommander updated to 17.0.0 --- 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 780a1444519..cb45be59ded 100644 --- a/cloudcommander/CHANGELOG.md +++ b/cloudcommander/CHANGELOG.md @@ -1,4 +1,7 @@ +## 17.0.0 (16-12-2023) +- Update to latest version from coderaiser/cloudcmd + ## 16.18.0 (09-12-2023) - Update to latest version from coderaiser/cloudcmd ### 16.17.7-6 (25-11-2023) diff --git a/cloudcommander/config.json b/cloudcommander/config.json index 1e2ec1d0f9d..42f9765c58d 100644 --- a/cloudcommander/config.json +++ b/cloudcommander/config.json @@ -96,5 +96,5 @@ "slug": "cloudcommander", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander", - "version": "16.18.0" + "version": "17.0.0" } diff --git a/cloudcommander/updater.json b/cloudcommander/updater.json index 8b865ab630c..d288964d5cc 100644 --- a/cloudcommander/updater.json +++ b/cloudcommander/updater.json @@ -1,8 +1,8 @@ { - "last_update": "09-12-2023", + "last_update": "16-12-2023", "repository": "alexbelgium/hassio-addons", "slug": "cloudcommander", "source": "github", "upstream_repo": "coderaiser/cloudcmd", - "upstream_version": "16.18.0" + "upstream_version": "17.0.0" }