Skip to content

Releases: chirpstack/chirpstack-gateway-os

v4.3.0

09 Jan 15:08
Compare
Choose a tag to compare

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

12 Sep 09:56
Compare
Choose a tag to compare

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

22 Mar 16:01
Compare
Choose a tag to compare

New shields

  • Add support for Dragino PG1302 (EU868 + US915).

Updates

  • Update ChirpStack to v4.3.0.
  • Update ChirpStack Concentratord to v4.1.1.
  • Update ChirpStack UDP Forwarder to v4.1.1.

v4.1.0

01 Feb 09:13
Compare
Choose a tag to compare

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 on event_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

16 Dec 16:13
Compare
Choose a tag to compare

v4.0.2

Updates

  • ChirpStack to v4.1.1.
  • ChirpStack Gateway Bridge to v4.0.3.
  • Node-RED to v3.0.2.

Bugfixes

  • Fix NodeJS / Node-RED crashing with "Bus error" error message. (#95)

v4.0.1

14 Nov 12:29
Compare
Choose a tag to compare

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

14 Nov 12:28
Compare
Choose a tag to compare
v4.0.0

v3.6.0

04 Aug 08:58
Compare
Choose a tag to compare

v3.6.0

Updates

Note: The ChirpStack Gateway Bridge version included is compatible with ChirpStack v4 which will soon be released.

v5.3.1

20 Sep 10:01
Compare
Choose a tag to compare

v3.5.1

Updates

Improvements

  • Additional region configurations
    • IMST Lite
      • RU864
      • IN865
    • Pi Supply - LoRa Gateway HAT
      • AU915
    • RAK2245
      • IN865
      • RU864
    • RAK2246(G)
      • IN865
      • RU864

v3.5.0

06 Sep 13:34
Compare
Choose a tag to compare

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

Notes

As this release increases the size of the rootfs and data partitions, updating using a .swu image is not possible.