diff --git a/birdnet-go/CHANGELOG.md b/birdnet-go/CHANGELOG.md index 2e2669245b..ca4796a3c5 100644 --- a/birdnet-go/CHANGELOG.md +++ b/birdnet-go/CHANGELOG.md @@ -1,3 +1,5 @@ +## nightly-20260429-405 (2026-05-30) +- Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases) ## nightly-20260525-3 (28-05-2026) - New `mqtt_auto_config` addon option (default `false`). When `true` and the Home Assistant MQTT addon is active, `realtime.mqtt.{enabled,broker,username,password}` are written directly to `config.yaml` on every restart. When `false` but Mosquitto is detected, the addon still logs the broker details and reminds you about the option — nothing is written. - New `mariadb_auto_config` addon option (default `false`). When `true` and the Home Assistant MariaDB addon is active, `output.mysql.*` is filled in and `output.sqlite.enabled` is set to `false`. When `false` but MariaDB is detected, the addon logs the credentials and reminds you about the option. diff --git a/birdnet-go/config.yaml b/birdnet-go/config.yaml index ee98904ad6..d3bbe80817 100644 --- a/birdnet-go/config.yaml +++ b/birdnet-go/config.yaml @@ -126,4 +126,4 @@ slug: birdnet-go udev: true url: https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-go usb: true -version: "nightly-20260525-3" +version: "nightly-20260429-405" diff --git a/birdnet-go/updater.json b/birdnet-go/updater.json index 119f8fa1b2..fabef0328b 100644 --- a/birdnet-go/updater.json +++ b/birdnet-go/updater.json @@ -2,10 +2,10 @@ "github_beta": true, "github_exclude": "nightly-20260511-414", "github_fulltag": true, - "last_update": "2026-05-16", + "last_update": "2026-05-30", "repository": "alexbelgium/hassio-addons", "slug": "birdnet-go", "source": "github", "upstream_repo": "tphakala/birdnet-go", - "upstream_version": "nightly-20260511-414" + "upstream_version": "nightly-20260429-405" }