Updater bot : immich updated to 3.2.0 (upstream 3.2.0)

This commit is contained in:
alexbelgium
2026-09-12 01:28:31 +02:00
parent c2bb8209ba
commit 2ed1fdcdc6
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 3.2.0 (2026-09-12)
- Update to latest version from immich-app/immich (changelog : https://github.com/immich-app/immich/releases)
- Migrate legacy add-on configuration map names to current app configuration terminology.
## 3.1.0.1 (2026-08-17)

View File

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

View File

@@ -1,10 +1,10 @@
{
"github_beta": "false",
"github_exclude": "",
"last_update": "2026-08-01",
"last_update": "2026-09-12",
"repository": "alexbelgium/hassio-addons",
"slug": "immich",
"source": "github",
"upstream_repo": "immich-app/immich",
"upstream_version": "3.1.0"
"upstream_version": "3.2.0"
}