Updater bot : cloudcommander updated to 19.0.15

This commit is contained in:
alexbelgium
2025-11-29 01:56:22 +01:00
parent a28109a1b8
commit 02b18783d2
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 19.0.15 (29-11-2025)
- Update to latest version from coderaiser/cloudcmd (changelog : https://github.com/coderaiser/cloudcmd/releases)
- Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details.
## 19.0.13 (27-09-2025)

View File

@@ -104,4 +104,4 @@ schema:
slug: cloudcommander
udev: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander
version: 19.0.13
version: "19.0.15"

View File

@@ -1,8 +1,8 @@
{
"last_update": "27-09-2025",
"last_update": "29-11-2025",
"repository": "alexbelgium/hassio-addons",
"slug": "cloudcommander",
"source": "github",
"upstream_repo": "coderaiser/cloudcmd",
"upstream_version": "19.0.13"
"upstream_version": "19.0.15"
}