Skip to content

Commit c0138eb

Browse files
committed
Update changelog. Bump version.
1 parent d8c076e commit c0138eb

File tree

4 files changed

+32
-4
lines changed

4 files changed

+32
-4
lines changed

docs/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ theme = "chirpstack-hugo-theme"
3434
weight = 4
3535

3636
[params]
37-
raspberrypi_raspberrypi_version = "3.3.0-test.4"
38-
raspberrypi_raspberrypi3_version = "3.3.0-test.4"
37+
raspberrypi_raspberrypi_version = "3.3.0-test.5"
38+
raspberrypi_raspberrypi3_version = "3.3.0-test.5"
3939
wifx_lorix_one_sd_version = "3.2.0test1"
4040
wifx_lorix_one_512_sd_version = "3.2.0test1"
4141
component = "chirpstack-gateway-os"

docs/content/overview/changelog.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,38 @@ menu:
44
main:
55
parent: overview
66
weight: 2
7+
toc: false
78
---
89

910
# Changelog
1011

12+
## v3.3.0-test.5
13+
14+
### Updates
15+
16+
* [ChirpStack Application Server](https://www.chirpstack.io/application-server/) is updated to v3.9.0.
17+
* [ChirpStack Concentratord](https://github.com/brocaar/chirpstack-concentratord) is updated to v3.0.0-test.8.
18+
* [ChirpStack Network Server](https://www.chirpstack.io/network-server/) is updated to v3.8.1.
19+
20+
### Features
21+
22+
#### Wifi Access Point mode
23+
24+
On initial installation on a Raspberry Pi 3, the Raspberry Pi will start Wifi
25+
in Access Point mode, so that it is possible to connect directly to the
26+
Raspberry Pi over WIFI for configuration of the concentrator shield and to
27+
re-configure the WIFI.
28+
29+
### Improvements
30+
31+
* RAK2245 configuration has been improved (using defined Concentratord model name).
32+
* RAK832 configuration has been improved.
33+
* RAK2245 / RAK831 AS923 channel-plan has been added. ([#43](https://github.com/brocaar/chirpstack-gateway-os/pull/43))
34+
35+
### Bugfixes
36+
37+
* Fix passing incorrect model flags in `gateway-config` for some gateways.
38+
1139
## v3.3.0-test.4
1240

1341
When updating from a previous v3.3.0 version, it is recommended to re-run the
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.4"
3+
DISTRO_VERSION = "3.3.0-test.5"
44

55
EXTRA_IMAGE_FEATURES += "ssh-server-dropbear"

scripts/chirpstack-prepare-deploy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ do_deploy() {
1313
}
1414

1515

16-
VERSION="3.3.0-test.4"
16+
VERSION="3.3.0-test.5"
1717

1818
do_deploy $VERSION "raspberrypi" "raspberrypi3"
1919
do_deploy $VERSION "raspberrypi" "raspberrypi"

0 commit comments

Comments
 (0)