From 6e7b08d7289ef46abc681379f642451c77b39b11 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 2 May 2026 01:25:27 +0200 Subject: [PATCH] Updater bot : birdnet-go updated to nightly-20260429-405 --- 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 3bf575e14..ecba89510 100644 --- a/birdnet-go/CHANGELOG.md +++ b/birdnet-go/CHANGELOG.md @@ -1,4 +1,7 @@ +## nightly-20260429-405 (2026-05-02) +- Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases) + ## nightly-20260321-397 (2026-03-26) - Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases) diff --git a/birdnet-go/config.yaml b/birdnet-go/config.yaml index 45d819acc..31d1f4594 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-20260321-397" +version: "nightly-20260429-405" diff --git a/birdnet-go/updater.json b/birdnet-go/updater.json index 6294a6886..f0e6d6861 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-03-26", + "last_update": "2026-05-02", "repository": "alexbelgium/hassio-addons", "slug": "birdnet-go", "source": "github", "upstream_repo": "tphakala/birdnet-go", - "upstream_version": "nightly-20260321-397" + "upstream_version": "nightly-20260429-405" }