Updater bot : immich updated to 1.75.0

This commit is contained in:
alexbelgium
2023-08-26 10:39:54 +02:00
parent 3f8a8e1c07
commit 6425bf8a16
3 changed files with 5 additions and 2 deletions

View File

@@ -1,4 +1,7 @@
## 1.75.0 (26-08-2023)
- Update to latest version from imagegenius/docker-immich
## 1.74.0 (26-08-2023) ## 1.74.0 (26-08-2023)
- Update to latest version from imagegenius/docker-immich - Update to latest version from imagegenius/docker-immich

View File

@@ -112,6 +112,6 @@
], ],
"slug": "immich", "slug": "immich",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.74.0", "version": "1.75.0",
"webui": "http://[HOST]:[PORT:8080]" "webui": "http://[HOST]:[PORT:8080]"
} }

View File

@@ -6,5 +6,5 @@
"slug": "immich", "slug": "immich",
"source": "github", "source": "github",
"upstream_repo": "imagegenius/docker-immich", "upstream_repo": "imagegenius/docker-immich",
"upstream_version": "1.74.0" "upstream_version": "1.75.0"
} }