From ffe3a6cf84289ebba6f8c82db76836c4629591ec Mon Sep 17 00:00:00 2001 From: Orne Brocaar Date: Fri, 17 May 2019 09:43:35 +0200 Subject: [PATCH] Update changelog. Bump version. --- docs/config.toml | 2 +- docs/content/overview/changelog.md | 7 +++++++ .../vendor/kerlink/ibts/files/lora-gateway-bridge.toml | 2 +- packaging/vendor/kerlink/ibts/package.sh | 2 +- .../kerlink/ifemtocell/files/lora-gateway-bridge.toml | 2 +- packaging/vendor/kerlink/ifemtocell/package.sh | 2 +- .../multitech/conduit/files/lora-gateway-bridge.toml | 2 +- packaging/vendor/multitech/conduit/package.sh | 2 +- .../tektelic/kona-macro/files/lora-gateway-bridge.toml | 2 +- packaging/vendor/tektelic/kona-macro/package.sh | 2 +- .../tektelic/kona-micro/files/lora-gateway-bridge.toml | 2 +- packaging/vendor/tektelic/kona-micro/package.sh | 2 +- 12 files changed, 18 insertions(+), 11 deletions(-) diff --git a/docs/config.toml b/docs/config.toml index 48c79d1f..e3577419 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -54,5 +54,5 @@ pygmentsUseClasses = true weight = 7 [params] - version = "3.0.0-test.3" + version = "3.0.0-test.4" diff --git a/docs/content/overview/changelog.md b/docs/content/overview/changelog.md index 85525ed1..a61cc1b7 100644 --- a/docs/content/overview/changelog.md +++ b/docs/content/overview/changelog.md @@ -32,6 +32,13 @@ additional object must be given with the additional timing information. Refer to [Commands](https://www.loraserver.io/lora-gateway-bridge/payloads/commands/) for more details. +#### Azure IoT Hub integration + +LoRa Gateway Bridge now has support to connect the [Azure IoT Hub](https://azure.microsoft.com/en-us/services/iot-hub/) +MQTT interface. Like with the Google Cloud Platform IoT Core integration this +makes it easier to scale up and manage gateway credentials using the IoT Hub +console (or API). + #### Fake RX time In case the gateway does not have a GPS module, the RX time would would be diff --git a/packaging/vendor/kerlink/ibts/files/lora-gateway-bridge.toml b/packaging/vendor/kerlink/ibts/files/lora-gateway-bridge.toml index e12f6182..cc93c383 100644 --- a/packaging/vendor/kerlink/ibts/files/lora-gateway-bridge.toml +++ b/packaging/vendor/kerlink/ibts/files/lora-gateway-bridge.toml @@ -248,7 +248,7 @@ marshaler="protobuf" # # This setting will preset uplink and downlink topics that will only # work with Azure IoT Hub service. - [integation.mqtt.auth.azure_iot_hub] + [integration.mqtt.auth.azure_iot_hub] # Device connection string. # diff --git a/packaging/vendor/kerlink/ibts/package.sh b/packaging/vendor/kerlink/ibts/package.sh index 0d340c7f..0d41fac6 100755 --- a/packaging/vendor/kerlink/ibts/package.sh +++ b/packaging/vendor/kerlink/ibts/package.sh @@ -1,7 +1,7 @@ #!/bin/env bash PACKAGE_NAME="lora-gateway-bridge" -PACKAGE_VERSION="3.0.0-test.3" +PACKAGE_VERSION="3.0.0-test.4" REV="r1" diff --git a/packaging/vendor/kerlink/ifemtocell/files/lora-gateway-bridge.toml b/packaging/vendor/kerlink/ifemtocell/files/lora-gateway-bridge.toml index 93eb3197..8683b49e 100644 --- a/packaging/vendor/kerlink/ifemtocell/files/lora-gateway-bridge.toml +++ b/packaging/vendor/kerlink/ifemtocell/files/lora-gateway-bridge.toml @@ -248,7 +248,7 @@ marshaler="protobuf" # # This setting will preset uplink and downlink topics that will only # work with Azure IoT Hub service. - [integation.mqtt.auth.azure_iot_hub] + [integration.mqtt.auth.azure_iot_hub] # Device connection string. # diff --git a/packaging/vendor/kerlink/ifemtocell/package.sh b/packaging/vendor/kerlink/ifemtocell/package.sh index 82fecec8..351c1a91 100755 --- a/packaging/vendor/kerlink/ifemtocell/package.sh +++ b/packaging/vendor/kerlink/ifemtocell/package.sh @@ -1,7 +1,7 @@ #!/bin/env bash PACKAGE_NAME="lora-gateway-bridge" -PACKAGE_VERSION="3.0.0-test.3" +PACKAGE_VERSION="3.0.0-test.4" REV="r1" diff --git a/packaging/vendor/multitech/conduit/files/lora-gateway-bridge.toml b/packaging/vendor/multitech/conduit/files/lora-gateway-bridge.toml index e12f6182..cc93c383 100644 --- a/packaging/vendor/multitech/conduit/files/lora-gateway-bridge.toml +++ b/packaging/vendor/multitech/conduit/files/lora-gateway-bridge.toml @@ -248,7 +248,7 @@ marshaler="protobuf" # # This setting will preset uplink and downlink topics that will only # work with Azure IoT Hub service. - [integation.mqtt.auth.azure_iot_hub] + [integration.mqtt.auth.azure_iot_hub] # Device connection string. # diff --git a/packaging/vendor/multitech/conduit/package.sh b/packaging/vendor/multitech/conduit/package.sh index f806017a..b3c3011e 100755 --- a/packaging/vendor/multitech/conduit/package.sh +++ b/packaging/vendor/multitech/conduit/package.sh @@ -1,7 +1,7 @@ #!/bin/env bash PACKAGE_NAME="lora-gateway-bridge" -PACKAGE_VERSION="3.0.0-test.3" +PACKAGE_VERSION="3.0.0-test.4" REV="r1" diff --git a/packaging/vendor/tektelic/kona-macro/files/lora-gateway-bridge.toml b/packaging/vendor/tektelic/kona-macro/files/lora-gateway-bridge.toml index e12f6182..cc93c383 100644 --- a/packaging/vendor/tektelic/kona-macro/files/lora-gateway-bridge.toml +++ b/packaging/vendor/tektelic/kona-macro/files/lora-gateway-bridge.toml @@ -248,7 +248,7 @@ marshaler="protobuf" # # This setting will preset uplink and downlink topics that will only # work with Azure IoT Hub service. - [integation.mqtt.auth.azure_iot_hub] + [integration.mqtt.auth.azure_iot_hub] # Device connection string. # diff --git a/packaging/vendor/tektelic/kona-macro/package.sh b/packaging/vendor/tektelic/kona-macro/package.sh index 27bd7dbd..3693bcf6 100755 --- a/packaging/vendor/tektelic/kona-macro/package.sh +++ b/packaging/vendor/tektelic/kona-macro/package.sh @@ -1,7 +1,7 @@ #!/bin/env bash PACKAGE_NAME="lora-gateway-bridge" -PACKAGE_VERSION="3.0.0-test.3" +PACKAGE_VERSION="3.0.0-test.4" REV="r1" diff --git a/packaging/vendor/tektelic/kona-micro/files/lora-gateway-bridge.toml b/packaging/vendor/tektelic/kona-micro/files/lora-gateway-bridge.toml index e12f6182..cc93c383 100644 --- a/packaging/vendor/tektelic/kona-micro/files/lora-gateway-bridge.toml +++ b/packaging/vendor/tektelic/kona-micro/files/lora-gateway-bridge.toml @@ -248,7 +248,7 @@ marshaler="protobuf" # # This setting will preset uplink and downlink topics that will only # work with Azure IoT Hub service. - [integation.mqtt.auth.azure_iot_hub] + [integration.mqtt.auth.azure_iot_hub] # Device connection string. # diff --git a/packaging/vendor/tektelic/kona-micro/package.sh b/packaging/vendor/tektelic/kona-micro/package.sh index 6dc942c8..20dda1b2 100755 --- a/packaging/vendor/tektelic/kona-micro/package.sh +++ b/packaging/vendor/tektelic/kona-micro/package.sh @@ -1,7 +1,7 @@ #!/bin/env bash PACKAGE_NAME="lora-gateway-bridge" -PACKAGE_VERSION="3.0.0-test.3" +PACKAGE_VERSION="3.0.0-test.4" REV="r1"