File tree Expand file tree Collapse file tree 3 files changed +23
-5
lines changed Expand file tree Collapse file tree 3 files changed +23
-5
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ theme = "chirpstack-hugo-theme"
3434 weight = 4
3535
3636[params ]
37- raspberrypi_raspberrypi0_wifi_version = " 3.3.0-test.6 "
38- raspberrypi_raspberrypi_version = " 3.3.0-test.6 "
39- raspberrypi_raspberrypi3_version = " 3.3.0-test.6 "
40- raspberrypi_raspberrypi4_version = " 3.3.0-test.6 "
37+ raspberrypi_raspberrypi0_wifi_version = " 3.3.0-test.7 "
38+ raspberrypi_raspberrypi_version = " 3.3.0-test.7 "
39+ raspberrypi_raspberrypi3_version = " 3.3.0-test.7 "
40+ raspberrypi_raspberrypi4_version = " 3.3.0-test.7 "
4141 wifx_lorix_one_sd_version = " 3.2.0test1"
4242 wifx_lorix_one_512_sd_version = " 3.2.0test1"
4343 component = " chirpstack-gateway-os"
Original file line number Diff line number Diff line change @@ -9,6 +9,24 @@ toc: false
99
1010# Changelog
1111
12+ ## v3.3.0-test.7
13+
14+ ### Updates
15+
16+ * [ ChirpStack Gateway Bridge] ( https://www.chirpstack.io/gateway-bridge/ ) is updated to v3.9.1.
17+ * [ ChirpStack Network Server] ( https://www.chirpstack.io/network-server/ ) is updated to v3.10.0.
18+ * [ ChirpStack Application Server] ( https://www.chirpstack.io/application-server/ ) is updated to v3.11.0.
19+ * [ ChirpStack Concentratord] ( https://github.com/brocaar/chirpstack-concentratord/ ) is updated to v3.0.0-test.10.
20+
21+ ### Features
22+
23+ * Add ` gateway-config ` wizard for MQTT configuration.
24+ * Update to Yocto Dunfell + build Go apps from source. ([ #55 ] ( https://github.com/brocaar/chirpstack-gateway-os/pull/55 ) )
25+
26+ ### Bugfixes
27+
28+ * Fix AU915 selection bugs for RAK concentrators. ([ #56 ] ( https://github.com/brocaar/chirpstack-gateway-os/pull/56 ) )
29+
1230## v3.3.0-test.6
1331
1432### Features
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.6 "
3+ DISTRO_VERSION = "3.3.0-test.7 "
44
55EXTRA_IMAGE_FEATURES += "ssh-server-dropbear"
You can’t perform that action at this time.
0 commit comments