Skip to content

Releases: chirpstack/chirpstack-gateway-os

v4.6.1

18 Nov 11:53
Compare
Choose a tag to compare

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

05 Nov 13:12
Compare
Choose a tag to compare

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.

v4.5.5

31 Oct 10:51
Compare
Choose a tag to compare

Updates

  • Update ChirpStack Concentratord to v4.4.5.

Bugfixes

  • Fix random wifi interface MAC for MIPS-based RAK gateways.
  • UDP Forwarder: Fix missing slog configuration. (#120)

v4.5.4

16 Oct 13:58
Compare
Choose a tag to compare

Bugfixes

  • Fix duplicated [concentratord] configuration section preventing ChirpStack UDP Forwarder from starting.

v4.5.3

14 Oct 10:38
Compare
Choose a tag to compare

v4.5.3

Updates

  • Update OpenWrt to v23.05.5.
  • Update ChirpStack Concentratord to v4.4.4.

Improvements

GPS time synchronization

This adds GPS time synchronization for the following gateways:

  • RAK7267
  • RAK7289v2

If these gateways are operating as Relay gateways (ChirpStack Gateway Mesh) this assures that the heartbeat timestamp is accurate.

RAK7268v2 multi-slot

This changes the RAK7268v2 image to support multiple slots. While this gateway is (currently) sold with a single concentrator module, it is possible to install an additional concentrator module, for example a 2.4GHz module to use together with the ChirpStack Gateway Mesh feature. (#5)

Note: After upgrading, you must re-configure the Concentratord / MQTT Forwarder and Gateway Mesh (if used) to use the Slot 1 configuration.

Other improvements

  • Show all Gateway IDs in web-interface footer. (#7)
  • RAK7391: Add SPI device-paths to concentrator selector. (#6)
  • RAK7391: Add reset GPIOs for SPI concentrators. (#9)

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)