Skip to content

Commit 1cf3ee4

Browse files
authored
Merge pull request #188783 from fcabrera23/eflow-versions
Support EFLOW versions
2 parents b3f356f + 3e07bb6 commit 1cf3ee4

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

articles/iot-edge/iot-edge-for-linux-on-windows.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,6 @@ A Windows device with the following minimum requirements:
7474
* Minimum Free Memory: 1 GB
7575
* Minimum Free Disk Space: 10 GB
7676

77-
## Supported versions
78-
Azure IoT Edge for Linux on Windows supports the following versions:
79-
- 1.1 LTS using [Azure IoT Edge 1.1 LTS](./version-history.md)
80-
- Continuous Release (CR) using [Azure IoT Edge 1.2](./version-history.md) currently in [public preview](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
81-
8277
## Platform support
8378
Azure IoT Edge for Linux on Windows supports the following architectures:
8479

articles/iot-edge/version-history.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,17 @@ The IoT Edge documentation on this site is available for two different versions
2020

2121
* **IoT Edge 1.2** contains content for new features and capabilities that are in the latest stable release. This version of the documentation also contains content for the IoT Edge for Linux on Windows (EFLOW) continuous release version, which is based on IoT Edge 1.2 and contains the latest features and capabilities.
2222
* **IoT Edge 1.1 (LTS)** is the first long-term support (LTS) version of IoT Edge. The documentation for this version covers all features and capabilities from all previous versions through 1.1. This version of the documentation also contains content for the IoT Edge for Linux on Windows long-term support version, which is based on IoT Edge 1.1 LTS.
23-
* This documentation version will be stable through the supported lifetime of version 1.1, and will not reflect new features released in later versions. IoT Edge 1.1 LTS will be supported until December 3, 2022 to match the [.NET Core 3.1 release lifecycle](https://dotnet.microsoft.com/platform/support/policy/dotnet-core).
23+
* This documentation version will be stable through the supported lifetime of version 1.1, and won't reflect new features released in later versions. IoT Edge 1.1 LTS will be supported until December 3, 2022 to match the [.NET Core 3.1 release lifecycle](https://dotnet.microsoft.com/platform/support/policy/dotnet-core).
2424

2525
For more information about IoT Edge releases, see [Azure IoT Edge supported systems](support.md).
2626

27+
### IoT Edge for Linux on Windows
28+
Azure IoT Edge for Linux on Windows (EFLOW) supports the following versions:
29+
* **EFLOW Continuous Release (CR)** based on Azure IoT Edge 1.2 version, it contains new features and capabilities that are in the latest stable release.
30+
* **EFLOW 1.1 (LTS)** based on Azure IoT Edge 1.1, it's the Long-term support version. This version will be stable through the supported lifetime of this version and won't include new features released in later versions. This version will be supported until Dec 2022 to match the IoT Edge 1.1 LTS release lifecycle. 
31+
32+
All new releases are made available in the [Azure IoT Edge for Linux on Windows project](https://github.com/Azure/iotedge-eflow).
33+
2734
## Version history
2835

2936
This table provides recent version history for IoT Edge package releases, and highlights documentation updates made for each version.
@@ -35,6 +42,13 @@ This table provides recent version history for IoT Edge package releases, and hi
3542
| [1.0.10](https://github.com/Azure/azure-iotedge/releases/tag/1.0.10) | Stable | October 2020 | [UploadSupportBundle direct method](how-to-retrieve-iot-edge-logs.md#upload-support-bundle-diagnostics)<br>[Upload runtime metrics](how-to-access-built-in-metrics.md)<br>[Route priority and time-to-live](module-composition.md#priority-and-time-to-live)<br>[Module startup order](module-composition.md#configure-modules)<br>[X.509 manual provisioning](how-to-provision-single-device-linux-x509.md) |
3643
| [1.0.9](https://github.com/Azure/azure-iotedge/releases/tag/1.0.9) | Stable | March 2020 | X.509 auto-provisioning with DPS<br>[RestartModule direct method](how-to-edgeagent-direct-method.md#restart-module)<br>[support-bundle command](troubleshoot.md#gather-debug-information-with-support-bundle-command) |
3744

45+
46+
### IoT Edge for Linux on Windows
47+
| Release notes and assets | Type | Date | Highlights |
48+
| ------------------------ | ---- | ---- | ---------- |
49+
| [Continuous Release (CR)](https://github.com/Azure/iotedge-eflow/releases/tag/1.2.7.07022) | Stable | January 2022 | **Public Preview** |
50+
| [1.1](https://github.com/Azure/iotedge-eflow/releases/tag/1.1.2106.0) | Long-term support (LTS) | June 2021 | [Long-term support plan and supported systems updates](support.md) |
51+
3852
## Next steps
3953

4054
* [View all Azure IoT Edge releases](https://github.com/Azure/azure-iotedge/releases)

0 commit comments

Comments
 (0)