From a0d66b90335d8115a9b005fd2ee275010034089c Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Tue, 23 Dec 2025 17:12:55 +0100 Subject: [PATCH] Updater bot : guacamole updated to --- guacamole/CHANGELOG.md | 3 +++ guacamole/config.yaml | 2 +- guacamole/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/guacamole/CHANGELOG.md b/guacamole/CHANGELOG.md index 882f2e4e9..908845dd7 100644 --- a/guacamole/CHANGELOG.md +++ b/guacamole/CHANGELOG.md @@ -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) diff --git a/guacamole/config.yaml b/guacamole/config.yaml index 0ab215485..f9d5dc05a 100644 --- a/guacamole/config.yaml +++ b/guacamole/config.yaml @@ -102,5 +102,5 @@ schema: slug: guacamole udev: true url: https://github.com/alexbelgium/hassio-addons -version: 1.6.0-12 +version: "" video: true diff --git a/guacamole/updater.json b/guacamole/updater.json index d09482dd8..cd2c64a69 100644 --- a/guacamole/updater.json +++ b/guacamole/updater.json @@ -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": "" }