Updater bot : cloudcommander updated to 16.14.1

This commit is contained in:
alexbelgium
2023-03-24 17:33:01 +01:00
parent 1fa67e1062
commit dfa7a2b8f0
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 16.14.1 (24-03-2023)
- Update to latest version from coderaiser/cloudcmd
## 16.14.0 (11-03-2023) ## 16.14.0 (11-03-2023)
- Update to latest version from coderaiser/cloudcmd - Update to latest version from coderaiser/cloudcmd
- Implemented healthcheck - Implemented healthcheck

View File

@@ -76,5 +76,5 @@
}, },
"slug": "cloudcommander", "slug": "cloudcommander",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander",
"version": "16.14.0" "version": "16.14.1"
} }

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "11-03-2023", "last_update": "24-03-2023",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "cloudcommander", "slug": "cloudcommander",
"source": "github", "source": "github",
"upstream_repo": "coderaiser/cloudcmd", "upstream_repo": "coderaiser/cloudcmd",
"upstream_version": "16.14.0" "upstream_version": "16.14.1"
} }