Updater bot : tdarr updated to 2.55.01

This commit is contained in:
alexbelgium
2025-11-15 01:59:41 +01:00
parent 66395a9dd7
commit a7583e8f6c
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 2.55.01 (15-11-2025)
- Update to latest version from haveagitgat/tdarr
- 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.
## 2.49.01 (11-10-2025)

View File

@@ -122,6 +122,6 @@ schema:
slug: tdarr
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: 2.49.01
version: "2.55.01"
video: true
webui: "[PROTO:ssl]://[HOST]:[PORT:8265]"

View File

@@ -1,9 +1,9 @@
{
"github_exclude": "pro",
"last_update": "11-10-2025",
"last_update": "15-11-2025",
"repository": "alexbelgium/hassio-addons",
"slug": "tdarr",
"source": "dockerhub",
"upstream_repo": "haveagitgat/tdarr",
"upstream_version": "2.49.01"
"upstream_version": "2.55.01"
}