From 397f4c734f0d060dfbde9aa624d210ea2aa7ebf4 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 12 Jul 2025 01:55:53 +0200 Subject: [PATCH] Updater bot : cloudcommander updated to 18.7.1 --- cloudcommander/CHANGELOG.md | 3 +++ cloudcommander/config.json | 12 +++++++++--- cloudcommander/updater.json | 4 ++-- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/cloudcommander/CHANGELOG.md b/cloudcommander/CHANGELOG.md index 54361d888..361354550 100644 --- a/cloudcommander/CHANGELOG.md +++ b/cloudcommander/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 18.7.1 (12-07-2025) +- Update to latest version from coderaiser/cloudcmd (changelog : https://github.com/coderaiser/cloudcmd/releases) ## 18.6.1 (05-07-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 fb08af51e..0ea0f3cb2 100644 --- a/cloudcommander/config.json +++ b/cloudcommander/config.json @@ -1,5 +1,8 @@ { - "arch": ["aarch64", "amd64"], + "arch": [ + "aarch64", + "amd64" + ], "codenotary": "alexandrep.github@gmail.com", "description": "Cloud Commander a file manager for the web with console and editor", "devices": [ @@ -88,7 +91,10 @@ "ports_description": { "8000/tcp": "Web UI port (required)" }, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "schema": { "CUSTOM_OPTIONS": "str?", "DROPBOX_TOKEN": "str?", @@ -102,5 +108,5 @@ "slug": "cloudcommander", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander", - "version": "18.6.1" + "version": "18.7.1" } diff --git a/cloudcommander/updater.json b/cloudcommander/updater.json index b763d8105..fd6d05e08 100644 --- a/cloudcommander/updater.json +++ b/cloudcommander/updater.json @@ -1,8 +1,8 @@ { - "last_update": "05-07-2025", + "last_update": "12-07-2025", "repository": "alexbelgium/hassio-addons", "slug": "cloudcommander", "source": "github", "upstream_repo": "coderaiser/cloudcmd", - "upstream_version": "18.6.1" + "upstream_version": "18.7.1" }