From e6f6c95115cee777f768b2d88c184df15ed6d3ff Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Tue, 21 Jul 2026 20:31:59 +0200 Subject: [PATCH] Fix manual-build versions: use .N suffix instead of -N Home Assistant (AwesomeVersion) no longer recognises the X.Y.Z-N manual-build nomenclature, so rebuild these with a .N suffix instead. Semver treats X.Y.Z-N as a pre-release (sorts below X.Y.Z); X.Y.Z.N sorts above, so each shows up as a proper upgrade. - manyfold 0.146.1-3 -> 0.146.1.3 - qbittorrent 5.2.3-1 -> 5.2.3.1 - birdnet-pi 2026.07.10-1 -> 2026.07.10.1 - birdnet-pi-zach 2026.07.10-2 -> 2026.07.10.2 - nginx_webserver_proxy 2.14.1-1 -> 2.14.1.1 - immich 3.0.1-2 -> 3.0.1.2 - immich_cuda 3.0.1-2 -> 3.0.1.2 - immich_noml 3.0.1-2 -> 3.0.1.2 - immich_openvino 3.0.1-2 -> 3.0.1.2 Co-Authored-By: Claude Opus 4.8 --- birdnet-pi-zach/config.yaml | 2 +- birdnet-pi/config.yaml | 2 +- immich/config.yaml | 2 +- immich_cuda/config.yaml | 2 +- immich_noml/config.yaml | 2 +- immich_openvino/config.yaml | 2 +- manyfold/config.yaml | 2 +- nginx_webserver_proxy/config.yaml | 2 +- qbittorrent/config.yaml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/birdnet-pi-zach/config.yaml b/birdnet-pi-zach/config.yaml index af2a39a349..401f3cf952 100644 --- a/birdnet-pi-zach/config.yaml +++ b/birdnet-pi-zach/config.yaml @@ -116,5 +116,5 @@ tmpfs: true udev: true url: https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pi-zach usb: true -version: 2026.07.10-2 +version: 2026.07.10.2 video: true diff --git a/birdnet-pi/config.yaml b/birdnet-pi/config.yaml index d2db429e2f..e22baeb78d 100644 --- a/birdnet-pi/config.yaml +++ b/birdnet-pi/config.yaml @@ -116,5 +116,5 @@ tmpfs: true udev: true url: https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pi usb: true -version: 2026.07.10-1 +version: 2026.07.10.1 video: true diff --git a/immich/config.yaml b/immich/config.yaml index 4537b0473b..b897493e67 100644 --- a/immich/config.yaml +++ b/immich/config.yaml @@ -141,6 +141,6 @@ slug: immich udev: true url: https://github.com/alexbelgium/hassio-addons usb: true -version: "3.0.1-2" +version: "3.0.1.2" video: true webui: http://[HOST]:[PORT:8080] diff --git a/immich_cuda/config.yaml b/immich_cuda/config.yaml index b7c3dd3c48..d8fce0488c 100644 --- a/immich_cuda/config.yaml +++ b/immich_cuda/config.yaml @@ -139,6 +139,6 @@ slug: immich_cuda udev: true url: https://github.com/alexbelgium/hassio-addons usb: true -version: "3.0.1-2" +version: "3.0.1.2" video: true webui: http://[HOST]:[PORT:8080] diff --git a/immich_noml/config.yaml b/immich_noml/config.yaml index 42ee4dc3dd..5e9b59435b 100644 --- a/immich_noml/config.yaml +++ b/immich_noml/config.yaml @@ -140,6 +140,6 @@ slug: immich_noml udev: true url: https://github.com/alexbelgium/hassio-addons usb: true -version: "3.0.1-2" +version: "3.0.1.2" video: true webui: http://[HOST]:[PORT:8080] diff --git a/immich_openvino/config.yaml b/immich_openvino/config.yaml index 52c6cd1a44..8dd3efd14e 100644 --- a/immich_openvino/config.yaml +++ b/immich_openvino/config.yaml @@ -140,6 +140,6 @@ slug: immich_openvino udev: true url: https://github.com/alexbelgium/hassio-addons usb: true -version: "3.0.1-2" +version: "3.0.1.2" video: true webui: http://[HOST]:[PORT:8080] diff --git a/manyfold/config.yaml b/manyfold/config.yaml index e82953d4d9..a9a488faf4 100644 --- a/manyfold/config.yaml +++ b/manyfold/config.yaml @@ -1,7 +1,7 @@ name: "Manyfold" slug: manyfold description: "Manyfold 3D model manager as a Home Assistant add-on, using the upstream image with configurable library/index paths." -version: "0.146.1-3" +version: "0.146.1.3" url: "https://github.com/alexbelgium/hassio-addons/tree/master/manyfold" image: ghcr.io/alexbelgium/manyfold-{arch} arch: diff --git a/nginx_webserver_proxy/config.yaml b/nginx_webserver_proxy/config.yaml index 837fc41b74..63a55eea7a 100644 --- a/nginx_webserver_proxy/config.yaml +++ b/nginx_webserver_proxy/config.yaml @@ -1,7 +1,7 @@ name: "Nginx Proxy Manager + Static Web Server" slug: nginx_webserver_proxy description: "Nginx Proxy Manager with a built-in configurable static file server. Manage reverse proxies via NPM UI on port 81 while serving files from HA storage on port 80." -version: "2.14.1-1" +version: "2.14.1.1" url: "https://github.com/alexbelgium/hassio-addons/tree/master/nginx_webserver_proxy" arch: - amd64 diff --git a/qbittorrent/config.yaml b/qbittorrent/config.yaml index 3d81e0aa51..e9615361c2 100644 --- a/qbittorrent/config.yaml +++ b/qbittorrent/config.yaml @@ -143,4 +143,4 @@ schema: slug: qbittorrent udev: true url: https://github.com/alexbelgium/hassio-addons -version: "5.2.3-1" +version: "5.2.3.1"