From c8aaddba078834b0aa078b2e6e7ce759b1ae9781 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 3 Jan 2026 01:56:22 +0100 Subject: [PATCH] Updater bot : cloudcommander updated to 19.1.0 --- cloudcommander/CHANGELOG.md | 3 +++ cloudcommander/config.yaml | 2 +- cloudcommander/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/cloudcommander/CHANGELOG.md b/cloudcommander/CHANGELOG.md index 9ee001463..b37a7919f 100644 --- a/cloudcommander/CHANGELOG.md +++ b/cloudcommander/CHANGELOG.md @@ -1,4 +1,7 @@ +## 19.1.0 (03-01-2026) +- Update to latest version from coderaiser/cloudcmd (changelog : https://github.com/coderaiser/cloudcmd/releases) + ## 19.0.17 (27-12-2025) - Update to latest version from coderaiser/cloudcmd (changelog : https://github.com/coderaiser/cloudcmd/releases) diff --git a/cloudcommander/config.yaml b/cloudcommander/config.yaml index aba3b4a16..5fc9531c4 100644 --- a/cloudcommander/config.yaml +++ b/cloudcommander/config.yaml @@ -104,4 +104,4 @@ schema: slug: cloudcommander udev: true url: https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander -version: "19.0.17" +version: "19.1.0" diff --git a/cloudcommander/updater.json b/cloudcommander/updater.json index 53c948fad..04d1af34c 100644 --- a/cloudcommander/updater.json +++ b/cloudcommander/updater.json @@ -1,8 +1,8 @@ { - "last_update": "27-12-2025", + "last_update": "03-01-2026", "repository": "alexbelgium/hassio-addons", "slug": "cloudcommander", "source": "github", "upstream_repo": "coderaiser/cloudcmd", - "upstream_version": "19.0.17" + "upstream_version": "19.1.0" }