Updater bot : librespeed updated to 5.5.0

This commit is contained in:
alexbelgium
2026-01-03 01:57:59 +01:00
parent 07972ae6b6
commit a979b84677
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 5.5.0 (03-01-2026)
- Update to latest version from linuxserver/docker-librespeed (changelog : https://github.com/linuxserver/docker-librespeed/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.
## 5.4.1b (03-04-2025)

View File

@@ -98,4 +98,4 @@ schema:
TZ: str?
slug: librespeed
url: https://github.com/alexbelgium/hassio-addons
version: 5.4.1b
version: "5.5.0"

View File

@@ -1,8 +1,8 @@
{
"last_update": "02-04-2025",
"last_update": "03-01-2026",
"repository": "alexbelgium/hassio-addons",
"slug": "librespeed",
"source": "github",
"upstream_repo": "linuxserver/docker-librespeed",
"upstream_version": "5.4.1"
"upstream_version": "5.5.0"
}