Updater bot : cloudcommander updated to 19.0.16

This commit is contained in:
alexbelgium
2025-12-06 01:56:19 +01:00
parent 381ba428c9
commit f81effed2f
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 19.0.16 (06-12-2025)
- Update to latest version from coderaiser/cloudcmd (changelog : https://github.com/coderaiser/cloudcmd/releases)
## 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.

View File

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

View File

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