Updater bot : requestrr updated to 2.1.10

This commit is contained in:
alexbelgium
2026-06-05 18:55:53 +02:00
parent 0aa0bd1c72
commit ba5ee07f62
3 changed files with 5 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
## 2.1.10 (2026-06-05)
- Update to latest version from thomst08/requestrr (changelog : https://github.com/thomst08/requestrr/releases)
- The Home Assistant project has deprecated support for the armv7, armhf and i386 architectures. Support wil be fully dropped in the upcoming Home Assistant 2025.12 release
- 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

@@ -95,5 +95,5 @@ schema:
slug: requestrr
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: 2.1.9
version: "2.1.10"
webui: "[PROTO:ssl]://[HOST]:[PORT:4545]"

View File

@@ -1,9 +1,9 @@
{
"last_update": "20-09-2025",
"last_update": "2026-06-05",
"paused": false,
"repository": "alexbelgium/hassio-addons",
"slug": "requestrr",
"source": "github",
"upstream_repo": "thomst08/requestrr",
"upstream_version": "2.1.9"
"upstream_version": "2.1.10"
}