Skip to content

Commit e5113ee

Browse files
committed
Update changelog. Bump version.
1 parent 4821e25 commit e5113ee

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-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.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"

docs/content/overview/changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ menu:
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
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.3"
3+
DISTRO_VERSION = "3.3.0-test.4"
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.3"
16+
VERSION="3.3.0-test.4"
1717

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

0 commit comments

Comments
 (0)