File tree Expand file tree Collapse file tree 4 files changed +20
-5
lines changed Expand file tree Collapse file tree 4 files changed +20
-5
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,6 @@ pygmentsUseClasses = true
3333 weight = 4
3434
3535[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 88
99# Changelog
1010
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+
1126## v3.0.0test1
1227
1328### General
Original file line number Diff line number Diff line change 11DISTRO = "lora-gateway-os"
22DISTRO_NAME = "LoRa Gateway OS"
3- DISTRO_VERSION = "3.0.0test1 "
3+ DISTRO_VERSION = "3.0.0test2 "
44
55PACKAGE_CLASSES = "package_ipk"
66IMAGE_INSTALL_append = " opkg "
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ do_deploy() {
1313}
1414
1515
16- VERSION=" 3.0.0test1 "
16+ VERSION=" 3.0.0test2 "
1717
1818do_deploy $VERSION " raspberrypi" " raspberrypi3"
1919do_deploy $VERSION " wifx" " lorix-one-sd"
You can’t perform that action at this time.
0 commit comments