From ac599be37282c5981022abf8a4af918e652f1537 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 5 Jul 2025 01:55:49 +0200 Subject: [PATCH] Updater bot : cloudcommander updated to 18.6.1 --- 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 4fdc073dd..44088ab25 100644 --- a/cloudcommander/CHANGELOG.md +++ b/cloudcommander/CHANGELOG.md @@ -1,4 +1,7 @@ +## 18.6.1 (05-07-2025) +- Update to latest version from coderaiser/cloudcmd (changelog : https://github.com/coderaiser/cloudcmd/releases) + ## 18.5.2 (12-04-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 659947cb0..e02c0cf5f 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.5.2" + "version": "18.6.1" } diff --git a/cloudcommander/updater.json b/cloudcommander/updater.json index 5a2355ef9..b763d8105 100644 --- a/cloudcommander/updater.json +++ b/cloudcommander/updater.json @@ -1,8 +1,8 @@ { - "last_update": "12-04-2025", + "last_update": "05-07-2025", "repository": "alexbelgium/hassio-addons", "slug": "cloudcommander", "source": "github", "upstream_repo": "coderaiser/cloudcmd", - "upstream_version": "18.5.2" + "upstream_version": "18.6.1" }