Skip to content

Commit 39abc73

Browse files
Merge pull request #313063 from jlian/fix/minor-corrections-march
Fix path separator in Linux tab and stale tense in version history
2 parents a9bafde + 1a2be5e commit 39abc73

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

articles/iot-edge/how-to-create-test-certificates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create test certificates - Azure IoT Edge
33
description: Create test certificates and learn how to install them on an Azure IoT Edge device to prepare for production deployment.
44
author: sethmanheim
55
ms.author: sethm
6-
ms.date: 06/06/2025
6+
ms.date: 03/12/2026
77
ms.topic: concept-article
88
ms.service: azure-iot-edge
99
services: iot-edge
@@ -359,7 +359,7 @@ The certificates in this section are for the steps in the IoT Hub X.509 certific
359359

360360
# [Linux](#tab/linux)
361361

362-
1. Upload the root CA certificate file from your working directory, `certs\azure-iot-test-only.root.ca.cert.pem`, to your IoT hub.
362+
1. Upload the root CA certificate file from your working directory, `certs/azure-iot-test-only.root.ca.cert.pem`, to your IoT hub.
363363

364364
2. If automatic verification isn't selected, use the code provided in the Azure portal to verify that you own that root CA certificate.
365365

articles/iot-edge/version-history.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: IoT Edge version history and release notes
33
description: Release history and notes for IoT Edge.
44
author: sethmanheim
55
ms.author: sethm
6-
ms.date: 03/02/2026
6+
ms.date: 03/12/2026
77
ms.topic: concept-article
88
ms.service: azure-iot-edge
99
---
@@ -32,8 +32,8 @@ For more information about IoT Edge releases, see [Azure IoT Edge supported syst
3232
Azure IoT Edge for Linux on Windows (EFLOW) supports the following versions:
3333
* **EFLOW Continuous Release (CR)** is based on the latest non-LTS Azure IoT Edge version. This release contains new features and capabilities that are in the latest stable release. For more information, see the [EFLOW release notes](https://github.com/Azure/iotedge-eflow/releases).
3434
* **EFLOW 1.1 (LTS)** is based on Azure IoT Edge 1.1, and is no longer supported. The [documentation is archived](/previous-versions/azure/iot-edge).
35-
* **EFLOW 1.4 (LTS)** is based on Azure IoT Edge 1.4, and is the previous 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 was supported until Nov 2024 to match theIoT Edge 1.4 LTS release lifecycle.
36-
* **EFLOW 1.5 (LTS)** is based on Azure IoT Edge 1.5, and is the latest 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 is supported until November 2026 to match theIoT Edge 1.5 LTS release lifecycle.
35+
* **EFLOW 1.4 (LTS)** is based on Azure IoT Edge 1.4, and was the previous long-term support version. This version was supported until Nov 2024 to match the IoT Edge 1.4 LTS release lifecycle.
36+
* **EFLOW 1.5 (LTS)** is based on Azure IoT Edge 1.5, and is the latest 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 is supported until November 2026 to match the IoT Edge 1.5 LTS release lifecycle.
3737

3838
All new releases are available in the [Azure IoT Edge for Linux on Windows project](https://github.com/Azure/iotedge-eflow) GitHub repository.
3939

@@ -50,20 +50,20 @@ This table provides recent version history for IoT Edge package releases, and hi
5050
| [1.4](https://github.com/Azure/azure-iotedge/releases/tag/1.4.0) | Long-term support (LTS) | August 2022 | November 12, 2024 | IoT Edge 1.4 LTS was supported through November 12, 2024 to match the [.NET 6 release lifecycle](https://dotnet.microsoft.com/platform/support/policy/dotnet-core#lifecycle). <br> Automatic image clean-up of unused Docker images. <br> Ability to pass a [custom JSON payload to DPS on provisioning](../iot-dps/how-to-send-additional-data.md#iot-edge-support). <br> Ability to require all modules in a deployment to be downloaded before restart. <br> Use of the TCG TPM2 Software Stack which enables TPM hierarchy authorization values, specifying the TPM index at which to persist the DPS authentication key, and accommodating more [TPM configuration](https://github.com/Azure/iotedge/blob/main/edgelet/contrib/config/linux/template.toml#L276-L302). |
5151
| [1.3](https://github.com/Azure/azure-iotedge/releases/tag/1.3.0) | Stable | June 2022 | August 2022 | Support for Red Hat Enterprise Linux 8 on AMD and Intel 64-bit architectures.<br>Edge Hub now enforces that inbound/outbound communication uses minimum TLS version 1.2 by default.<br>Updated runtime modules (edgeAgent, edgeHub) based on .NET 6. |
5252
| [1.2](https://github.com/Azure/azure-iotedge/releases/tag/1.2.0) | Stable | April 2021 | June 2022 | [IoT Edge devices behind gateways](how-to-connect-downstream-iot-edge-device.md)<br>IoT Edge MQTT broker (preview)<br>New IoT Edge packages introduced, with new installation and configuration steps.<br>Includes [Microsoft Defender for IoT micro-agent for Edge](../defender-for-iot/device-builders/overview.md).<br> Integration with Device Update. For more information, see [Update IoT Edge](how-to-update-iot-edge.md). |
53-
| [1.1](https://github.com/Azure/azure-iotedge/releases/tag/1.1.0) | Long-term support (LTS) | February 2021 | December 13, 2022 | IoT Edge 1.1 LTS is supported through December 13, 2022 to match the [.NET Core 3.1 release lifecycle](https://dotnet.microsoft.com/platform/support/policy/dotnet-core). <br> [Long-term support plan and supported systems updates](support.md) |
53+
| [1.1](https://github.com/Azure/azure-iotedge/releases/tag/1.1.0) | Long-term support (LTS) | February 2021 | December 13, 2022 | IoT Edge 1.1 LTS was supported through December 13, 2022 to match the [.NET Core 3.1 release lifecycle](https://dotnet.microsoft.com/platform/support/policy/dotnet-core). <br> [Long-term support plan and supported systems updates](support.md) |
5454
| [1.0.10](https://github.com/Azure/azure-iotedge/releases/tag/1.0.10) | Stable | October 2020 | February 2021 | [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) |
5555
| [1.0.9](https://github.com/Azure/azure-iotedge/releases/tag/1.0.9) | Stable | March 2020 | October 2020 | X.509 autoprovisioning with DPS<br>[RestartModule direct method](how-to-edgeagent-direct-method.md#restart-module)<br>[support-bundle command](troubleshoot.md#gather-debug-information-by-using-the-support-bundle-command) |
5656

5757

58-
### IoT Edge for Linux on Windows
58+
### IoT Edge for Linux on Windows
5959

6060
| IoT Edge release | Available in EFLOW branch | Release date | End of Support Date | Highlights |
6161
| ---------------- | ------------------------- | ------------ | ------------------- | ---------- |
6262
| 1.5 | [Long-term support (LTS)](https://github.com/Azure/iotedge-eflow/releases/tag/1.5.1.28104) | November 2024 | November 10, 2026 | [Azure IoT Edge 1.5](https://github.com/Azure/azure-iotedge/releases/)<br/> [CBL-Mariner 2.0](https://github.com/microsoft/azurelinux)<br/>Enable [migration from EFLOW 1.4 LTS to EFLOW 1.5 LTS](./iot-edge-for-linux-on-windows-updates.md) |
6363
| 1.4 | [Long-term support (LTS)](https://github.com/Azure/iotedge-eflow/releases/tag/1.4.1.13112) | November 2022 | November 12, 2024 | [Azure IoT Edge 1.4.0](https://github.com/Azure/azure-iotedge/releases/tag/1.4.0)<br/> [CBL-Mariner 2.0](https://github.com/microsoft/azurelinux)<br/> [USB passthrough using USB-Over-IP](https://aka.ms/AzEFLOW-USBIP)<br/>[File/Folder sharing between Windows OS and the EFLOW VM](https://aka.ms/AzEFLOW-FolderSharing) |
6464
| 1.3 | [Continuous release (CR)](https://github.com/Azure/iotedge-eflow/releases/tag/1.3.1.02092) | July 2022 | August 2022 | [Azure IoT Edge 1.3.0](https://github.com/Azure/azure-iotedge/releases/tag/1.3.0)<br/> [CBL-Mariner 2.0](https://github.com/microsoft/azurelinux)<br/> [USB passthrough using USB-Over-IP](https://aka.ms/AzEFLOW-USBIP)<br/>[File/Folder sharing between Windows OS and the EFLOW VM](https://aka.ms/AzEFLOW-FolderSharing) |
6565
| 1.2 | [Continuous release (CR)](https://github.com/Azure/iotedge-eflow/releases/tag/1.2.7.07022) | January 2022 | September 2022 | [Public Preview](https://techcommunity.microsoft.com/t5/internet-of-things-blog/azure-iot-edge-for-linux-on-windows-eflow-continuous-release/ba-p/3169590) |
66-
| 1.1 | [Long-term support (LTS)](https://github.com/Azure/iotedge-eflow/releases/tag/1.1.2106.0) | June 2021 | December 13, 2022 | IoT Edge 1.1 LTS is supported through December 13, 2022 to match the [.NET Core 3.1 release lifecycle](https://dotnet.microsoft.com/platform/support/policy/dotnet-core). <br> [Long-term support plan and supported systems updates](support.md) |
66+
| 1.1 | [Long-term support (LTS)](https://github.com/Azure/iotedge-eflow/releases/tag/1.1.2106.0) | June 2021 | December 13, 2022 | IoT Edge 1.1 LTS was supported through December 13, 2022 to match the [.NET Core 3.1 release lifecycle](https://dotnet.microsoft.com/platform/support/policy/dotnet-core). <br> [Long-term support plan and supported systems updates](support.md) |
6767

6868
## Next steps
6969

0 commit comments

Comments
 (0)