Skip to content

Commit 468b743

Browse files
committed
Update Gateway OS changelog + bump version.
1 parent 2ee1ff6 commit 468b743

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

src/chirpstack-gateway-os/changelog.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,45 @@
11
# Changelog
22

3+
## v4.8.3
4+
5+
### Bugfixes
6+
7+
#### Raspberry Pi: fix failing boot after upgrade
8+
9+
This release fixes an issue with the Raspberry Pi images that could cause
10+
the bootprocess of the Raspberry Pi to fail after an upgrade. For more details
11+
about this issue, please see:
12+
13+
* Issue [#139](https://github.com/chirpstack/chirpstack-gateway-os/issues/139)
14+
* OpenWrt issue [#9113](https://github.com/openwrt/openwrt/issues/9113)
15+
* OpenWrt pull-request [#19997](https://github.com/openwrt/openwrt/pull/19997)
16+
17+
In case you are affected by this issue and you have access to the terminal
18+
(e.g. USB keyboard + HDMI display) you could try the following command to
19+
restore the Raspberry Pi: `firstboot && reboot`. `firstboot` will normally
20+
reset the overlayfs containing the configuration, but as in case of this issue
21+
OpenWrt fails to mount it, this will cause OpenWrt to re-create the overlayfs
22+
and restore the configuration backup to it after the reboot.
23+
24+
## v4.8.2
25+
26+
### Updates
27+
28+
* Update ChirpStack to v4.14.1.
29+
* Update ChirpStack Gateway Mesh to v4.1.0.
30+
* Update Concentratord to v4.5.1.
31+
* Update OpenWrt to v24.10.2.
32+
33+
### Improvements
34+
35+
* ChirpStack Gateway Mesh: Make Relay ID configurable.
36+
* ChirpStack Concentratord: Make Gateway ID configurable for sx1302/3 and 2g4.
37+
38+
### Bugfixes
39+
40+
* Only automatically set hostname if the current value is `OpenWrt`.
41+
* Fix broken `python3` dependency in `Dockerfile-devel` (after Debian update).
42+
343
## v4.8.1
444

545
### Updates

src/context.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"chirpstack_version": "4.14.1",
3-
"gateway_os_version": "4.8.1",
3+
"gateway_os_version": "4.8.3",
44
"gateway_bridge_version": "4.0.11",
55
"concentratord_version": "4.5.1",
66
"mqtt_forwarder_version": "4.4.0",

0 commit comments

Comments
 (0)