File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ theme = "chirpstack-hugo-theme"
3434 weight = 4
3535
3636[params ]
37- raspberrypi_raspberrypi_version = " 3.3.0-test.3 "
38- raspberrypi_raspberrypi3_version = " 3.3.0-test.3 "
37+ raspberrypi_raspberrypi_version = " 3.3.0-test.4 "
38+ raspberrypi_raspberrypi3_version = " 3.3.0-test.4 "
3939 wifx_lorix_one_sd_version = " 3.2.0test1"
4040 wifx_lorix_one_512_sd_version = " 3.2.0test1"
4141 component = " chirpstack-gateway-os"
Original file line number Diff line number Diff line change 88
99# Changelog
1010
11+ ## v3.3.0-test.4
12+
13+ When updating from a previous v3.3.0 version, it is recommended to re-run the
14+ ` gateway-config ` utility to update the concentrator configuration.
15+
16+ ### Updates
17+
18+ * [ ChirpStack Concentratord] ( https://github.com/brocaar/chirpstack-concentratord ) is updated to v3.0.0-test.6.
19+
1120## v3.3.0-test.3
1221
1322### Updates
Original file line number Diff line number Diff line change 11DISTRO = "chirpstack-gateway-os"
22DISTRO_NAME = "ChirpStack Gateway OS"
3- DISTRO_VERSION = "3.3.0-test.3 "
3+ DISTRO_VERSION = "3.3.0-test.4 "
44
55EXTRA_IMAGE_FEATURES += "ssh-server-dropbear"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ do_deploy() {
1313}
1414
1515
16- VERSION=" 3.3.0-test.3 "
16+ VERSION=" 3.3.0-test.4 "
1717
1818do_deploy $VERSION " raspberrypi" " raspberrypi3"
1919do_deploy $VERSION " raspberrypi" " raspberrypi"
You can’t perform that action at this time.
0 commit comments