Updater bot : guacamole updated to

This commit is contained in:
alexbelgium
2025-12-23 17:12:55 +01:00
parent b251417aac
commit a0d66b9033
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## (23-12-2025)
- Update to latest version from abesnier/guacamole
- 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.
## 1.6.0-12 (02-10-2025)

View File

@@ -102,5 +102,5 @@ schema:
slug: guacamole
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: 1.6.0-12
version: ""
video: true

View File

@@ -2,10 +2,10 @@
"github_beta": false,
"github_exclude": "pg",
"github_tagfilter": "bullseye",
"last_update": "25-01-2025",
"last_update": "23-12-2025",
"repository": "alexbelgium/hassio-addons",
"slug": "guacamole",
"source": "dockerhub",
"upstream_repo": "abesnier/guacamole",
"upstream_version": "1.6.0-bullseye"
"upstream_version": ""
}