Updater bot : birdnet-pipy updated to 0.6.8

This commit is contained in:
alexbelgium
2026-05-09 01:25:32 +02:00
parent 9f5350ad62
commit 3943f0221a
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 0.6.8 (2026-05-09)
- Update to latest version from Suncuss/BirdNET-PiPy (changelog : https://github.com/Suncuss/BirdNET-PiPy/releases)
## 0.6.6-4 (2026-05-02)
- Fix nginx startup: wait for the upstream API on `127.0.0.1:5002` before starting nginx, instead of the prior `sleep 5` workaround. Under s6-overlay all `services.d/*` services start concurrently, so nginx could begin accepting requests before `core.api` had bound its port — `/api/`, `/socket.io/`, and `/internal/auth` would then return 502, and that 502 could be cached by an upstream service worker / edge cache (e.g. behind Cloudflare-fronted HA), leaving the UI stuck blank. Uses `bashio::net.wait_for` to match the pattern in sister addons (`bazarr`, `jellyfin`, `radarr`).
## 0.6.6-3 (23-04-2026)

View File

@@ -96,4 +96,4 @@ schema:
ssl: bool?
slug: birdnet-pipy
url: https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pipy
version: "0.6.6-4"
version: "0.6.8"

View File

@@ -1,8 +1,8 @@
{
"last_update": "2026-04-21",
"last_update": "2026-05-09",
"repository": "alexbelgium/hassio-addons",
"slug": "birdnet-pipy",
"source": "github",
"upstream_repo": "Suncuss/BirdNET-PiPy",
"upstream_version": "0.6.6"
"upstream_version": "0.6.8"
}