Releases: chirpstack/chirpstack-gateway-os
v4.11.0
v4.11.0
Node-RED removal
Important: The full images no longer includes Node-RED. After upgrading to OpenWrt v24.10.6, it no longer worked properly, returning 400 responses to all requests. After debugging this for several days, it was decided to remove Node-RED. Please note that OpenWrt v25.12.x changed the node package to host-only, due to several other issues (see below).
See also:
Updates
- Update ChirpStack Gateway Mesh to v4.1.3.
- Update ChirpStack to v4.17.0.
- Update ChirpStack Device Profiles to latest commit.
Improvements
- Update to OpenWrt v24.10.6.
- RAK: add packages for reading cellular status + control LED. (#24)
v4.10.1
v4.10.0
v4.10.0
ChirpStack Device Repository
Note: This only applies to images that have ChirpStack pre-installed.
This release adds support for importing device profiles from https://github.com/chirpstack/chirpstack-device-profiles. See also the ChirpStack changelog for v4.16.0. In case you have old device-profile templates, you can migrate these using the following command:
chirpstack -c /var/etc/chirpstack migrate-device-profile-templates
OpenVPN support
This release adds the kmod-tun package for all targets, which is required when installing OpenVPN through the package-repository. (#143)
Updates
- Update ChirpStack Concentratord to v4.6.0
- Update ChirpStack MQTT Forwarder to v4.5.1
- Update ChirpStack UDP Forwarder to v4.3.0
- Update ChirpStack Gateway Mesh to v4.1.2
- Update ChirpStack to v4.16.1
Improvements
- Update to OpenWrt v24.10.5.
v4.9.0
v4.9.0
Features
Dragino LPS8N
This release adds support for the Dragino LPS8N gateway.
Updates
- Update ChirpStack Concentratord to v4.5.2.
- Update ChirpStack to v4.15.0.
- Update ChirpStack MQTT Forwarder to v4.4.1.
- Update ChirpStack Gateway Mesh to v4.1.1.
Improvements
- Update configuration for RAK7391 gateway. (#140)
- Add
watchcatservice to images. (#141) - Auto-generate API secret for ChirpStack service.
- Make ChirpStack Gateway Mesh filter configuration configurable.
- Update to OpenWrt v24.10.3.
- RAK7391: Allow to select
ttyACM2for concentrator modules. (#19)
Bugfixes
- Fix
udp_server>udp_forwarderin ChirpStack UDP Forwarder configuration. (#146)
v4.9.0-test.1
v4.9.0-test.1
Features
Dragino LPS8N
This release adds support for the Dragino LPS8N gateway.
Updates
- Update ChirpStack Concentratord to v4.5.2.
- Update ChirpStack to v4.15.0.
Improvements
- Update configuration for RAK7391 gateway. (#140)
- Add
watchcatservice to images. (#141) - Auto-generate API secret for ChirpStack service.
- Make ChirpStack Gateway Mesh filter configuration configurable.
- Update to OpenWrt v24.10.3.
- RAK7391: Allow to select
ttyACM2for concentrator modules. (#19)
Bugfixes
- Fix
udp_server>udp_forwarderin ChirpStack UDP Forwarder configuration. (#146)
v4.8.3
v4.8.3
Bugfixes
Raspberry Pi: fix failing boot after upgrade
This release fixes an issue with the Raspberry Pi images that could cause the bootprocess of the Raspberry Pi to fail after an upgrade. For more details about this issue, please see:
In case you are affected by this issue and you have access to the terminal (e.g. USB keyboard + HDMI display) you could try the following command to restore the Raspberry Pi: firstboot && reboot. firstboot will normally reset the overlayfs containing the configuration, but as in case of this issue OpenWrt fails to mount it, this will cause OpenWrt to re-create the overlayfs and restore the configuration backup to it after the reboot.
v4.8.2
v4.8.2
Updates
- Update ChirpStack to v4.14.1.
- Update ChirpStack Gateway Mesh to v4.1.0.
- Update Concentratord to v4.5.1.
- Update OpenWrt to v24.10.2.
Improvements
- ChirpStack Gateway Mesh: Make Relay ID configurable.
- ChirpStack Concentratord: Make Gateway ID configurable for sx1302/3 and 2g4.
Bugfixes
- Only automatically set hostname if the current value is
OpenWrt. - Fix broken
python3dependency inDockerfile-devel(after Debian update).
v4.8.0
v4.8.0
Features
Raspberry Pi 5
This release adds support for Raspberry Pi 5 based gateways.
Updates
- Update ChirpStack to v4.13.0.
- Update ChirpStack Concentratord to v4.5.0.
- Update ChirpStack MQTT Forwarder to v4.4.0.
- Update ChirpStack UDP Forwarder to v4.2.0.
- Update ChirpStack Gateway Mesh to v4.1.0-test.1.
- Update Node-RED to v4.0.9.
v4.7.1
Updates
- Update ChirpStack to v4.12.0.
- Update ChirpStack Concentratord to v4.4.8.
- Update ChirpStack MQTT Forwarder to v4.3.2.
- Update ChirpStack UDP Forwarder to v4.1.10.
- Update Node-RED to v3.1.15.
- Update OpenWrt to v24.10.1.
Improvements
- Seeed SenseCAP M2: Fix Wi-Fi mac address (to be consistent with package label).
v4.7.0
Updates
- Update ChirpStack to v4.11.1.
- Update ChirpStack Concentratord to v4.4.7.
- Update ChirpStack Gateway Mesh to v4.0.1.
Features
Seeed SenseCAP M2 support
This release adds support for the Seeed SenseCAP M2
gateway.
OpenWrt 24.10
This release updates OpenWrt to v24.10.0.
ChirpStack Gateway Mesh
This release adds AS923 and IN865 region configuration.
Bugfixes
- Fix missing
chirpstack-gateway-meshforbcm2708target. (#122)