From a5bb57831b0506db80b38973f2d29ad02f46c685 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 14 Mar 2026 01:25:27 +0100 Subject: [PATCH] Updater bot : birdnet-go updated to nightly-20260311 --- 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 146943330..557281752 100644 --- a/birdnet-go/CHANGELOG.md +++ b/birdnet-go/CHANGELOG.md @@ -1,3 +1,6 @@ + +## nightly-20260311 (2026-03-14) +- Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases) ## nightly-20260118-2 (17-02-2026) - Minor bugs fixed diff --git a/birdnet-go/config.yaml b/birdnet-go/config.yaml index e30dcdc6b..540d2b6a0 100644 --- a/birdnet-go/config.yaml +++ b/birdnet-go/config.yaml @@ -118,4 +118,4 @@ slug: birdnet-go udev: true url: https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-go usb: true -version: "nightly-20260118-2" +version: "nightly-20260311" diff --git a/birdnet-go/updater.json b/birdnet-go/updater.json index 263104775..bcaf787cc 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": "2026-01-21", + "last_update": "2026-03-14", "repository": "alexbelgium/hassio-addons", "slug": "birdnet-go", "source": "github", "upstream_repo": "tphakala/birdnet-go", - "upstream_version": "nightly-20260118" + "upstream_version": "nightly-20260311" }