Updater bot : librespeed updated to 5.5.1

This commit is contained in:
alexbelgium
2026-01-12 11:46:54 +01:00
parent 6e7d3f6e16
commit 272ed67384
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 5.5.1 (2026-01-12)
- Update to latest version from linuxserver/docker-librespeed (changelog : https://github.com/linuxserver/docker-librespeed/releases)
## 5.5.0 (2026-01-03)
- 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.

View File

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

View File

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