From 9b134ac67c76fcb690b5183ed509c76445d9f89b Mon Sep 17 00:00:00 2001 From: Daniele Antonio Maggio <1955514+danigian@users.noreply.github.com> Date: Fri, 4 Mar 2022 12:41:41 +0100 Subject: [PATCH] Preparing templates for 2.1.0 release (#1602) --- LoRaEngine/example.env | 4 ++-- Template/azuredeploy.json | 4 ++-- Template/deviceConfiguration.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/LoRaEngine/example.env b/LoRaEngine/example.env index fb5343765f..d5a4d6cc90 100644 --- a/LoRaEngine/example.env +++ b/LoRaEngine/example.env @@ -18,7 +18,7 @@ EDGEHUB_ROUTE='FROM /* INTO $upstream' ################################## # LoRaWanNetworkSrvModule settings ################################## -NET_SRV_VERSION=1.0.7 +NET_SRV_VERSION=2.1.0 NET_SRV_LOG_LEVEL=Error NET_SRV_LOG_TO_HUB=false NET_SRV_LOG_TO_TCP=false @@ -38,7 +38,7 @@ FACADE_AUTH_CODE=yourauthcode RESET_PIN=7 # not yet implemented LBS_SPI_SPEED=2 LBS_TC_URI=ws://192.168.0.10:5000 -LBS_VERSION=1.0.6 +LBS_VERSION=2.1.0 #SPI DEV version information. Only needed for x86 gateways. Possible values are 1 or 2. LBS_SPI_DEV=0 #Set a custom speed for your SPI or leave commented if not in use. Supported custom speed: 2Mb/sec. diff --git a/Template/azuredeploy.json b/Template/azuredeploy.json index a9f2c179d7..3530d8db17 100644 --- a/Template/azuredeploy.json +++ b/Template/azuredeploy.json @@ -92,9 +92,9 @@ "firmwareUpgradesContainerName": "fwupgrades", "functionAppName": "[concat(parameters('uniqueSolutionPrefix'), 'function')]", "gitUsername": "Azure", - "functionZipBinary": "https://github.com/Azure/iotedge-lorawan-starterkit/releases/download/v2.0.0/function-2.0.0.zip", + "functionZipBinary": "https://github.com/Azure/iotedge-lorawan-starterkit/releases/download/v2.1.0/function-2.1.0.zip", "discoveryServiceZipBinary": "https://github.com/Azure/iotedge-lorawan-starterkit/releases/download/v2.1.0/discoveryservice-2.1.0.zip", - "gitBranch": "v2.0.0", + "gitBranch": "v2.1.0", "storageAccountId": "[concat(resourceGroup().id, '/providers/', 'Microsoft.Storage/storageAccounts/', variables('storageAccountName'))]", "iotHubOwnerPolicyName": "iothubowner", "appInsightName": "[concat(parameters('uniqueSolutionPrefix'), 'insight')]", diff --git a/Template/deviceConfiguration.json b/Template/deviceConfiguration.json index 4d8245f2d9..58439c4b6e 100644 --- a/Template/deviceConfiguration.json +++ b/Template/deviceConfiguration.json @@ -46,7 +46,7 @@ "LoRaWanNetworkSrvModule": { "type": "docker", "settings": { - "image": "loraedge/lorawannetworksrvmodule:2.0.0", + "image": "loraedge/lorawannetworksrvmodule:2.1.0", "createOptions": "{\"ExposedPorts\": { \"5000/tcp\": {}}, \"HostConfig\": { \"PortBindings\": {\"5000/tcp\": [ { \"HostPort\": \"5000\", \"HostIp\":\"172.17.0.1\" } ]}}}" }, "version": "1.0", @@ -64,7 +64,7 @@ "LoRaBasicsStationModule": { "type": "docker", "settings": { - "image": "loraedge/lorabasicsstationmodule:2.0.0", + "image": "loraedge/lorabasicsstationmodule:2.1.0", "createOptions": " {\"HostConfig\": {\"NetworkMode\": \"host\", \"Privileged\": true }, \"NetworkingConfig\": {\"EndpointsConfig\": {\"host\": {} }}}" }, "env": {