Skip to content

Commit 1bcd546

Browse files
committed
Update ChirpStack Gateway Bridge. Bump version.
1 parent 08992c5 commit 1bcd546

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

docs/config.toml

+2-2
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.2"
38-
raspberrypi_raspberrypi3_version = "3.3.0-test.2"
37+
raspberrypi_raspberrypi_version = "3.3.0-test.3"
38+
raspberrypi_raspberrypi3_version = "3.3.0-test.3"
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

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ menu:
88

99
# Changelog
1010

11+
## v3.3.0-test.3
12+
13+
### Updates
14+
15+
* [ChirpStack Gateway Bridge](https://www.chirpstack.io/gateway-bridge/) is updated to v3.7.1.
16+
1117
## v3.3.0-test.2
1218

1319
### Updates
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ SRC_URI = "https://artifacts.chirpstack.io/downloads/chirpstack-gateway-bridge/c
88
file://chirpstack-gateway-bridge.init \
99
file://chirpstack-gateway-bridge.monit \
1010
"
11-
SRC_URI[md5sum] = "36b6a135a8df4f2350888cc7a4305adc"
12-
SRC_URI[sha256sum] = "82af2ba07e2d50e67ae20fbbf72ee52f5c484a44b7e2ba4f4544a49d5b2014f8"
11+
SRC_URI[md5sum] = "542e4640ea110b808737f33ca3f81e22"
12+
SRC_URI[sha256sum] = "233ac8baa13477e5a67d95e132abbe279c23c06e6d3dc27a6b37206eb77772dd"
1313
PR = "r1"
1414

1515
inherit update-rc.d
+1-1
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.2"
3+
DISTRO_VERSION = "3.3.0-test.3"
44

55
EXTRA_IMAGE_FEATURES += "ssh-server-dropbear"

scripts/chirpstack-prepare-deploy

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ do_deploy() {
1313
}
1414

1515

16-
VERSION="3.3.0-test.2"
16+
VERSION="3.3.0-test.3"
1717

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

0 commit comments

Comments
 (0)