Updater bot : signalk updated to 2.21.3

This commit is contained in:
alexbelgium
2026-02-14 01:59:50 +01:00
parent c69decf60b
commit a99b6c96ed
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 2.21.3 (2026-02-14)
- Update to latest version from SignalK/signalk-server (changelog : https://github.com/SignalK/signalk-server/releases)
## 2.20.3-2 (08-02-2026)
- Bindings of npm dependencies need to be rebuilt for the system updates @eburi
- Add I2C device mappings @eburi

View File

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

View File

@@ -1,8 +1,8 @@
{
"last_update": "2026-02-01",
"last_update": "2026-02-14",
"repository": "alexbelgium/hassio-addons",
"slug": "signalk",
"source": "github",
"upstream_repo": "SignalK/signalk-server",
"upstream_version": "2.20.3"
"upstream_version": "2.21.3"
}