|
1 | 1 | # Upgrade LoRaWAN to a new version
|
2 | 2 |
|
| 3 | +## Release 1.0.3 |
| 4 | + |
| 5 | +To update from 1.0.1 or 1.0.2 you can follow the below instructions. If you want to update manually from a version prior to 1.0.1, please refer to [Updating existing installations from 1.0.0 to release 1.0.1](##Updating-existing-installations-from-1.0.0-to-release-1.0.1) section below. |
| 6 | + |
| 7 | +### Updating existing installations from 1.0.1 or 1.0.2 to release 1.0.3 |
| 8 | + |
| 9 | +Go to your solution's Azure IoT Hub and under IoT Edge, select each of your gateways. Select `Set Modules` and configure the two deployment modules `LoRaWanNetworkSrvModule` and `LoRaWanPktFwdModule`. Make sure, the following image URIs are configured: |
| 10 | + |
| 11 | +|Deployment Module|Image URI| |
| 12 | +|-|-| |
| 13 | +|LoRaWanNetworkSrvModule|loraedge/lorawannetworksrvmodule:1.0.3| |
| 14 | +|LoRaWanPktFwdModule|loraedge/lorawanpktfwdmodule:1.0.3| |
| 15 | + |
| 16 | +On the same `Set Modules` page, also update your current edge version to 1.0.9 by pressing the `Configure Advanced Edge Runtime settings` button. On the menu, ensure the edge hub and edge agent are using version 1.0.9 by respectively setting image name to mcr.microsoft.com/azureiotedge-hub:1.0.9 and mcr.microsoft.com/azureiotedge-agent:1.0.9. |
| 17 | + |
| 18 | +### Updating the Azure Function Facade |
| 19 | + |
| 20 | +If you have manually deployed the Azure Function, re-deploy the updated version of the Azure Function Facade as outlined [here](./devguide.md#setup-azure-function-facade-and-azure-container-registry) if you have a previous version of this Azure Function running. |
| 21 | + |
| 22 | +If you have deployed the solution and with it the Azure Function through the Azure Resource Manager template, you will see an `App Setting` in the function with the name "WEBSITE_RUN_FROM_ZIP". Update it's value to: |
| 23 | + |
| 24 | +``` |
| 25 | +https://github.com/Azure/iotedge-lorawan-starterkit/releases/download/v1.0.3/function-1.0.3.zip |
| 26 | +``` |
| 27 | + |
3 | 28 | ## Release 1.0.2
|
4 | 29 |
|
5 | 30 | We recommend re-deploying your solution based on the 1.0.2 release if you have been working with a solution before version 1.0.2. To update from 1.0.1 you can follow the below instructions. If you want to update manually from a version prior to 1.0.1, please refer to [Updating existing installations from 1.0.0 to release 1.0.1](##Updating-existing-installations-from-1.0.0-to-release-1.0.1) section below.
|
6 | 31 |
|
7 |
| -## Updating existing installations from 1.0.1 to release 1.0.2 |
| 32 | +### Updating existing installations from 1.0.1 to release 1.0.2 |
8 | 33 |
|
9 | 34 | Go to your solution's Azure IoT Hub and under IoT Edge, select each of your gateways. Select `Set Modules` and configure the two deployment modules `LoRaWanNetworkSrvModule` and `LoRaWanPktFwdModule`. Make sure, the following image URIs are configured:
|
10 | 35 |
|
|
0 commit comments