Skip to content

Commit 21df50c

Browse files
committed
Update changelog. Bump version.
1 parent c5fb712 commit 21df50c

File tree

4 files changed

+20
-5
lines changed

4 files changed

+20
-5
lines changed

docs/config.toml

+3-3
Original file line numberDiff line numberDiff 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"

docs/content/overview/changelog.md

+15
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,21 @@ menu:
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

meta/conf/distro/lora-gateway-os.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
DISTRO = "lora-gateway-os"
22
DISTRO_NAME = "LoRa Gateway OS"
3-
DISTRO_VERSION = "3.0.0test1"
3+
DISTRO_VERSION = "3.0.0test2"
44

55
PACKAGE_CLASSES = "package_ipk"
66
IMAGE_INSTALL_append = " opkg "

scripts/loraserver-prepare-deploy

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ do_deploy() {
1313
}
1414

1515

16-
VERSION="3.0.0test1"
16+
VERSION="3.0.0test2"
1717

1818
do_deploy $VERSION "raspberrypi" "raspberrypi3"
1919
do_deploy $VERSION "wifx" "lorix-one-sd"

0 commit comments

Comments
 (0)