Updater bot : guacamole updated to 1.5.0

This commit is contained in:
alexbelgium
2023-03-18 11:27:12 +01:00
parent b953506b4f
commit 5b0ad13bcf
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 1.5.0 (18-03-2023)
- Update to latest version from MaxWaldorf/guacamole
- Implemented healthcheck
## 1.4.3 (04-03-2023)

View File

@@ -26,6 +26,6 @@
},
"slug": "guacamole",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.4.3",
"version": "1.5.0",
"video": true
}

View File

@@ -1,8 +1,8 @@
{
"last_update": "04-03-2023",
"last_update": "18-03-2023",
"repository": "alexbelgium/hassio-addons",
"slug": "guacamole",
"source": "github",
"upstream_repo": "MaxWaldorf/guacamole",
"upstream_version": "1.4.3"
"upstream_version": "1.5.0"
}