Skip to content

Releases: chirpstack/chirpstack-gateway-os

v4.5.2

28 Aug 14:10
Compare
Choose a tag to compare

Bugfixes

  • Fix GNSS device path for RAK7289v2 and RAK7267.
  • Include correct configuration for RAK7267.

v4.5.1

23 Aug 11:42
Compare
Choose a tag to compare

Bugfixes

  • Fix regression in ChirpStack MQTT Forwarder init script.

v4.5.0

20 Aug 10:27
Compare
Choose a tag to compare

Upgrade notes

Backup and restore (Full image)

Before upgrading, please make sure to create a backup. Please see System > Custom Commands.

Features

ChirpStack Gateway Mesh

This release adds the ChirpStack Gateway Mesh component to the ChirpStack Gateway OS images.

New targets

This release adds support for the following RAK gateways:

Updates

  • Update OpenWrt to v23.05.4.
  • Update ChirpStack to v4.9.0.
  • Update ChirpStack MQTT Forwarder to v4.3.1.
  • Update ChirpStack Concentratord to v4.4.2.
  • Update ChirpStack UDP Forwarder to v4.1.8.

v4.3.2

02 Feb 14:44
Compare
Choose a tag to compare

v4.3.2

Bugfixes

  • Fix regression introduced by v4.3.1 causing the ChirpStack UDP Forwarder to not start (missing chirpstack-udp-forwarder.sh).

v4.3.1

02 Feb 10:07
Compare
Choose a tag to compare

v4.3.1

Improvements

  • RPi: Add FTDI kernel module for USB -> Serial devices. (#105)
  • Refactor ChirpStack package scripts and configuration in preparation to support targets with multiple concentrator modules.

Bugfixes

  • Fix error in SX1301 init script. (#108)

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)