Updater bot : ombi updated to 4.54.0

This commit is contained in:
alexbelgium
2026-01-10 01:58:28 +01:00
parent 2faf267c70
commit 538785479d
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 4.54.0 (10-01-2026)
- Update to latest version from linuxserver/docker-ombi (changelog : https://github.com/linuxserver/docker-ombi/releases)
## 4.53.0-1 (01-01-2026)
- Enable DOTNET_USE_POLLING_FILE_WATCHER to avoid inotify startup failures.

View File

@@ -86,5 +86,5 @@ schema:
slug: ombi
udev: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/ombi
version: 4.53.0-1
version: "4.54.0"
webui: "[PROTO:ssl]://[HOST]:[PORT:3579]"

View File

@@ -1,9 +1,9 @@
{
"github_beta": true,
"last_update": "11-01-2025",
"last_update": "10-01-2026",
"repository": "alexbelgium/hassio-addons",
"slug": "ombi",
"source": "github",
"upstream_repo": "linuxserver/docker-ombi",
"upstream_version": "4.53.0"
"upstream_version": "4.54.0"
}