From fe9196382b4fadb0e00589b059df3e952918802f Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 1 Nov 2025 01:55:28 +0100 Subject: [PATCH] Updater bot : birdnet-go updated to nightly-20251028 --- birdnet-go/CHANGELOG.md | 3 +++ birdnet-go/config.yaml | 2 +- birdnet-go/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/birdnet-go/CHANGELOG.md b/birdnet-go/CHANGELOG.md index a2f7a2a91..8c1dafa45 100644 --- a/birdnet-go/CHANGELOG.md +++ b/birdnet-go/CHANGELOG.md @@ -1,3 +1,6 @@ + +## nightly-20251028 (01-11-2025) +- Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases) ## "nightly-20251012" (18-10-2025) - Minor bugs fixed diff --git a/birdnet-go/config.yaml b/birdnet-go/config.yaml index 36e55a31d..625768caa 100644 --- a/birdnet-go/config.yaml +++ b/birdnet-go/config.yaml @@ -114,4 +114,4 @@ slug: birdnet-go udev: true url: https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-go usb: true -version: "nightly-20251012" +version: "nightly-20251028" diff --git a/birdnet-go/updater.json b/birdnet-go/updater.json index 2d01f6a51..3cda41758 100644 --- a/birdnet-go/updater.json +++ b/birdnet-go/updater.json @@ -2,10 +2,10 @@ "github_beta": true, "github_fulltag": true, "github_tagfilter": "nightly", - "last_update": "18-10-2025", + "last_update": "01-11-2025", "repository": "alexbelgium/hassio-addons", "slug": "birdnet-go", "source": "github", "upstream_repo": "tphakala/birdnet-go", - "upstream_version": "nightly-20251012" + "upstream_version": "nightly-20251028" }