Skip to content

Commit 9752387

Browse files
committed
Update changelog. Bump version.
1 parent 07cdab4 commit 9752387

File tree

3 files changed

+23
-5
lines changed

3 files changed

+23
-5
lines changed

docs/config.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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"

docs/content/overview/changelog.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff 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
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
DISTRO = "chirpstack-gateway-os"
22
DISTRO_NAME = "ChirpStack Gateway OS"
3-
DISTRO_VERSION = "3.3.0-test.6"
3+
DISTRO_VERSION = "3.3.0-test.7"
44

55
EXTRA_IMAGE_FEATURES += "ssh-server-dropbear"

0 commit comments

Comments
 (0)