Releases: chirpstack/chirpstack-gateway-os
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
python3
dependency 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-mesh
forbcm2708
target. (#122)
v4.6.2
v4.6.1
This release only includes changes for the ChirpStack Gateway OS Full (Raspberry Pi) and the RAK7391 (Raspberry Pi CM4) images.
Improvements
- Import LoRaWAN device repository after starting ChirpStack (such that the web-interface is immediately accessible after boot).
Bugfixes
- Fix mkdir typo in
chirpstack
init script.
v4.6.0
This release only includes changes for the ChirpStack Gateway OS Full (Raspberry Pi) and the RAK7391 (Raspberry Pi CM4) images.
Features
PostgreSQL > SQLite migration
This release replaces the ChirpStack PostgreSQL database with SQLite. By migrating to SQLite, PostgreSQL is no longer required and thus reducing the dependencies. It also makes it easier to create backups as the SQLite database is stored as a single file (/srv/chirpstack/chirpstack.sqlite
).
Before you upgrade
Before you upgrade, you should migrate the data to SQLite first, as after upgrading the PostgreSQL binaries will no longer be available. To migrate ChirpStack data, you can use the migration utility (for ARMv7) that will automatically create the SQLite database and migrate the data.
You must download the .ipk
package from [https://github.com/chirpstack/chirpstack-pg-to-sqlite/releases (https://github.com/chirpstack/chirpstack-pg-to-sqlite/releases). In the ChirpStack Gateway OS v4.5.x web-interface, navigate to System > Software click the Upload package... button and upload the .ipk
package. After uploading it will immediately initialize the SQLite database and print the status of the migration.