Updater bot : immich_openvino updated to 3.1.0

This commit is contained in:
alexbelgium
2026-08-01 01:29:08 +02:00
parent 1b041afe37
commit b5e440b579
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 3.1.0 (2026-08-01)
- Update to latest version from immich-app/immich (changelog : https://github.com/immich-app/immich/releases)
## 3.0.3 (2026-07-22) ## 3.0.3 (2026-07-22)
- Update to latest version from immich-app/immich (changelog : https://github.com/immich-app/immich/releases) - Update to latest version from immich-app/immich (changelog : https://github.com/immich-app/immich/releases)
## 3.0.1-2 (04-07-2026) ## 3.0.1-2 (04-07-2026)

View File

@@ -140,6 +140,6 @@ slug: immich_openvino
udev: true udev: true
url: https://github.com/alexbelgium/hassio-addons url: https://github.com/alexbelgium/hassio-addons
usb: true usb: true
version: "3.0.3" version: "3.1.0"
video: true video: true
webui: http://[HOST]:[PORT:8080] webui: http://[HOST]:[PORT:8080]

View File

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