From 91f1056e7934b207dfe59da4f675d08feb4d5656 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 6 Sep 2025 01:55:48 +0200 Subject: [PATCH] Updater bot : cloudcommander updated to 18.8.3 --- 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 1d98f882f..803cc29f5 100644 --- a/cloudcommander/CHANGELOG.md +++ b/cloudcommander/CHANGELOG.md @@ -1,4 +1,7 @@ +## 18.8.3 (06-09-2025) +- Update to latest version from coderaiser/cloudcmd (changelog : https://github.com/coderaiser/cloudcmd/releases) + ## 18.7.3 (01-08-2025) - Update to latest version from coderaiser/cloudcmd (changelog : https://github.com/coderaiser/cloudcmd/releases) diff --git a/cloudcommander/config.json b/cloudcommander/config.json index 9536855b7..c54792dea 100644 --- a/cloudcommander/config.json +++ b/cloudcommander/config.json @@ -108,5 +108,5 @@ "slug": "cloudcommander", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander", - "version": "18.7.3" + "version": "18.8.3" } diff --git a/cloudcommander/updater.json b/cloudcommander/updater.json index 86c991e77..3aad2274c 100644 --- a/cloudcommander/updater.json +++ b/cloudcommander/updater.json @@ -1,8 +1,8 @@ { - "last_update": "01-08-2025", + "last_update": "06-09-2025", "repository": "alexbelgium/hassio-addons", "slug": "cloudcommander", "source": "github", "upstream_repo": "coderaiser/cloudcmd", - "upstream_version": "18.7.3" + "upstream_version": "18.8.3" }