File tree 4 files changed +20
-5
lines changed
4 files changed +20
-5
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,6 @@ pygmentsUseClasses = true
33
33
weight = 4
34
34
35
35
[params ]
36
- raspberrypi_raspberrypi3_version = " 3.0.0test1 "
37
- wifx_lorix_one_sd_version = " 3.0.0test1 "
38
- wifx_lorix_one_512_sd_version = " 3.0.0test1 "
36
+ raspberrypi_raspberrypi3_version = " 3.0.0test2 "
37
+ wifx_lorix_one_sd_version = " 3.0.0test2 "
38
+ wifx_lorix_one_512_sd_version = " 3.0.0test2 "
Original file line number Diff line number Diff line change 8
8
9
9
# Changelog
10
10
11
+ ## v3.0.0test2
12
+
13
+ ### General
14
+
15
+ * Update LoRa App Server to v3.2.0.
16
+ * Update LoRa Gateway Bridge to v3.1.0.
17
+ * Update LoRa Server to v3.1.0.
18
+ * Update Monit to 5.26.0 and set check interval to 10 seconds.
19
+ * Add ` PersistentKeepalive = 25 ` to Wiregard example config.
20
+ * Update openembedded layers to latest versions.
21
+
22
+ ### Raspberry Pi
23
+
24
+ * Fix concentrator ordering.
25
+
11
26
## v3.0.0test1
12
27
13
28
### General
Original file line number Diff line number Diff line change 1
1
DISTRO = "lora-gateway-os"
2
2
DISTRO_NAME = "LoRa Gateway OS"
3
- DISTRO_VERSION = "3.0.0test1 "
3
+ DISTRO_VERSION = "3.0.0test2 "
4
4
5
5
PACKAGE_CLASSES = "package_ipk"
6
6
IMAGE_INSTALL_append = " opkg "
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ do_deploy() {
13
13
}
14
14
15
15
16
- VERSION=" 3.0.0test1 "
16
+ VERSION=" 3.0.0test2 "
17
17
18
18
do_deploy $VERSION " raspberrypi" " raspberrypi3"
19
19
do_deploy $VERSION " wifx" " lorix-one-sd"
You can’t perform that action at this time.
0 commit comments