Releases: chirpstack/chirpstack-gateway-os
v4.3.0
Upgrade notes
This release updates the PostgreSQL database version. If you would like to
retain all data, You must create a PostgreSQL + Redis backup before
upgrading. You must use the following commands (using SSH):
mkdir -p /srv/backup
chmod 777 /srv/backup
sudo -u postgres /usr/bin/pg_dump -h localhost -d chirpstack -F c -f /srv/backup/chirpstack.pg
service redis stop
cp /srv/redis/dump.rdb /srv/backup/chirpstack.redis
service redis start
After upgrading, you can use the Restore ChirpStack backup command to
restore the backup. For future backups, you can use the Create ChirpStack
Backup command (see features) after upgrading.
Features
PostgreSQL & Redis backup / restore
This adds Create ChirpStack backup and Restore ChirpStack backup
commands under System > Custom Commands.
Other features
- Add Wireguard VPN support.
- Add experimental support for RAK7268v2 gateways (to be documented).
Updates
- Update OpenWrt to v23.05.2.
- Update ChirpStack to v4.6.0.
- Update ChirpStack Concentratord to v4.3.5.
- Update ChirpStack MQTT Forwarder to v4.1.3.
- Update ChirpStack UDP Forwarder to v4.1.6.
v4.2.0
Features
This is a very exciting release, as this release migrates the ChirpStack Gateway OS from Yocto to OpenWrt. Thanks to LuCI and the UCI configuration system it is now possible to configure the provided ChirpStack components as well things like network configuration through a web-interface instead of a CLI. This release also splits the packages from the ChirpStack Gateway OS configuration such that these can be integrated in other OpenWrt based projects. Main features that this release brings:
Web-interface
There is no need to configure the ChipStack Gateway OS using a terminal. Powered by LuCI), the ChirpStack Gateway OS now provides an easy-to-use web-interface to configure ChirpStack components and system configuration.
Custom packages
Through the web-interface (and cli) it is possible to install additional software using the OpenWrt package repositories. This has been requested several times, but until now would require to compile a custom ChirpStack Gateway OS image which would take several hours to complete.
Updates
- Update ChirpStack to v4.4.3.
- Update ChirpStack Concentratord to v4.2.3.
- Update ChirpStack UDP Forwarder to v4.1.2.
- Update ChirpStack MQTT Forwarder to v4.1.0.
- Update Node-RED to v3.0.2.
Upgrade notes
Unfortunately it is not possible to migrate from ChirpStack Gateway OS v4.1.1 to ChirpStack Gateway OS v4.2.0. You need to re-flash your SD-Card with the ChirpStack Gateway OS v4.2.0 image.
v4.1.1
v4.1.0
v4.1.0
Features
ChirpStack MQTT Forwarder
This release replaces the ChirpStack Gateway Bridge with the ChirpStack MQTT Forwarder. The following MQTT configuration values will be automatically migrated from the chirpstack-gateway-bridge.toml
configuration file:
server
topic_prefix
(detected based onevent_topic_template
)username
password
ca_cert
tls_cert
tls_key
Updates
- ChirpStack to v4.2.0.
- ChirpStack Concentratord to v4.1.0.
- ChirpStack UDP Forwarder to v4.1.0.
v4.0.2
v4.0.1
v4.0.1
Updates
- ChirpStack to v4.0.3.
- ChirpStack Concentratord to v4.0.1.
- The Things Network lorawan-devices to latest version.
New shields
- Waveshare SX1302 LoRaWAN Gateway HAT
Bugfixes
- Add missing
/etc/fw_env.config
file (see upgrade note below). - Fix missing Wiregard binaries. (#93)
Update note
If upgrading from v4.0.0 using the software-update
utility, you must run the
following command first because of the missing /etc/fw_env.config
file:
sudo echo "/boot/uboot.env 0x0000 0x4000" > /etc/fw_env.config
v4.0.0
v3.6.0
v3.6.0
Updates
- ChirpStack Application Server to v3.17.7
- ChirpStack Gateway Bridge to v3.14.2
- ChirpStack Network Server to v3.16.3
Note: The ChirpStack Gateway Bridge version included is compatible with ChirpStack v4 which will soon be released.
v5.3.1
v3.5.1
Updates
- Update ChirpStack Concentratord to v3.3.1.
Improvements
- Additional region configurations
- IMST Lite
- RU864
- IN865
- Pi Supply - LoRa Gateway HAT
- AU915
- RAK2245
- IN865
- RU864
- RAK2246(G)
- IN865
- RU864
- IMST Lite
v3.5.0
v3.5.0
Features
Node-RED integration
This release includes Node-RED into the full image version, with the node-red-contrib-chirpstack package pre-installed. Please note that it must be enabled using the gateway-config
configuration utility first.
Updates
- Update ChirpStack Concentratord to v3.3.0.
- Update ChirpStack Gateway Bridge to v3.13.1.
- Update ChirpStack Network Server to v3.15.0.
- Update ChirpStack Application Server to v3.17.0.
- Update Yocto BSP and open-embedded layers from dunfell to hardknott.
Notes
As this release increases the size of the rootfs and data partitions, updating using a .swu
image is not possible.