Updater bot : signalk updated to 2.30.0

This commit is contained in:
alexbelgium
2026-07-04 01:30:30 +02:00
parent e270c7fc38
commit 44a9c55d74
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 2.30.0 (2026-07-04)
- Update to latest version from SignalK/signalk-server (changelog : https://github.com/SignalK/signalk-server/releases)
## 2.28.0-2 (2026-06-28) ## 2.28.0-2 (2026-06-28)
- Add Bonjour/mDNS development headers so native npm modules such as mdns can rebuild after add-on updates. - Add Bonjour/mDNS development headers so native npm modules such as mdns can rebuild after add-on updates.

View File

@@ -57,5 +57,5 @@ uart: true
udev: true udev: true
url: https://github.com/alexbelgium/hassio-addons url: https://github.com/alexbelgium/hassio-addons
usb: true usb: true
version: "2.28.0-2" version: "2.30.0"
webui: http://[HOST]:[PORT:3000] webui: http://[HOST]:[PORT:3000]

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "2026-06-20", "last_update": "2026-07-04",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "signalk", "slug": "signalk",
"source": "github", "source": "github",
"upstream_repo": "SignalK/signalk-server", "upstream_repo": "SignalK/signalk-server",
"upstream_version": "2.28.0" "upstream_version": "2.30.0"
} }