Updater bot : immich updated to 2.5.3

This commit is contained in:
alexbelgium
2026-02-04 16:03:09 +01:00
parent 97f14ef491
commit a034d5db51
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 2.5.3 (2026-02-04)
- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases)
## 2.5.2-3 (2026-02-02) ## 2.5.2-3 (2026-02-02)
- Minor bugs fixed - Minor bugs fixed

View File

@@ -141,6 +141,6 @@ slug: immich
udev: true udev: true
url: https://github.com/alexbelgium/hassio-addons url: https://github.com/alexbelgium/hassio-addons
usb: true usb: true
version: "2.5.2-3" version: "2.5.3"
video: true video: true
webui: http://[HOST]:[PORT:8080] webui: http://[HOST]:[PORT:8080]

View File

@@ -1,9 +1,9 @@
{ {
"github_beta": "false", "github_beta": "false",
"last_update": "2026-01-31", "last_update": "2026-02-04",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "immich", "slug": "immich",
"source": "github", "source": "github",
"upstream_repo": "imagegenius/docker-immich", "upstream_repo": "imagegenius/docker-immich",
"upstream_version": "2.5.2" "upstream_version": "2.5.3"
} }