File tree Expand file tree Collapse file tree 2 files changed +41
-1
lines changed Expand file tree Collapse file tree 2 files changed +41
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
43
## v4.8.1
4
44
5
45
### Updates
Original file line number Diff line number Diff line change 1
1
{
2
2
"chirpstack_version" : " 4.14.1" ,
3
- "gateway_os_version" : " 4.8.1 " ,
3
+ "gateway_os_version" : " 4.8.3 " ,
4
4
"gateway_bridge_version" : " 4.0.11" ,
5
5
"concentratord_version" : " 4.5.1" ,
6
6
"mqtt_forwarder_version" : " 4.4.0" ,
You can’t perform that action at this time.
0 commit comments