Updater bot : collabora updated to 25.4.7.3

This commit is contained in:
alexbelgium
2025-12-13 01:56:29 +01:00
parent 7e33c9d4ce
commit 8a88700378
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 25.4.7.3 (13-12-2025)
- Update to latest version from CollaboraOnline/online (changelog : https://github.com/CollaboraOnline/online/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.
## "25.4.7" (01-11-2025)

View File

@@ -45,5 +45,5 @@ schema:
username: str
slug: collabora
url: https://github.com/alexbelgium/hassio-addons
version: "25.4.7"
version: "25.4.7.3"
webui: "[PROTO:ssl]://[HOST]:[PORT:9980]/browser/dist/admin/admin.html"

View File

@@ -1,8 +1,8 @@
{
"last_update": "01-11-2025",
"last_update": "13-12-2025",
"repository": "alexbelgium/hassio-addons",
"slug": "collabora",
"source": "github",
"upstream_repo": "CollaboraOnline/online",
"upstream_version": "25.4.7"
"upstream_version": "25.4.7.3"
}