Skip to content

Commit 26acf47

Browse files
Merge pull request #280960 from eshashah-msft/master
Updating list of supported OSs
2 parents bf7232f + 5029f68 commit 26acf47

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

articles/iot-hub-device-update/support.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,36 +29,37 @@ Device Update can run on various most Linux operating systems; however, not all
2929

3030
Microsoft has these operating systems in automated tests and provides installation packages for them
3131

32-
It is possible to port the open-source DU agent code to run on other OS versions but these are not tested and maintained by Microsoft.
32+
It's possible to port the open-source DU agent code to run on other OS versions but these agent builds aren't tested and maintained by Microsoft.
3333

3434
The systems listed in the following tables are supported by Microsoft, either generally available or in public preview, and are tested with each new release.
3535

3636
| Operating System | AMD64 | ARM32v7 | ARM64 |
3737
| ---------------- | ----- | ------- | ----- |
3838
| Debian 10 (Buster) | ![Debian + AMD64](./media/support/green-check.png) | ![Debian + ARM32v7](./media/support/green-check.png) | ![Debian + + ARM64](./media/support/green-check.png) |
39+
| Debian 11 (Bullseye) | ![Debian + AMD64](./media/support/green-check.png) | ![Debian + ARM32v7](./media/support/green-check.png) | ![Debian + + ARM64](./media/support/green-check.png) |
3940
| Ubuntu Server 20.04 | ![Ubuntu Server 20.04 + AMD64](./media/support/green-check.png) | | ![Ubuntu Server 20.04 + ARM64](./media/support/green-check.png) |
40-
| Ubuntu Server 18.04 | ![Ubuntu Server 18.04 + AMD64](./media/support/green-check.png) | | ![Ubuntu Server 18.04 + ARM64](./media/support/green-check.png) |
41+
| Ubuntu Server 22.04 | ![Ubuntu Server 22.04 + AMD64](./media/support/green-check.png) | | ![Ubuntu Server 22.04 + ARM64](./media/support/green-check.png) |
4142

4243

4344
> [!NOTE]
4445
> [Standard support for Ubuntu 18.04 LTS ends on May 31st, 2023](https://ubuntu.com/blog/18-04-end-of-standard-support). Beginning June 2023, Ubuntu 18.04 LTS won't be a supported platform. Ubuntu 18.04 LTS Device Update packages are available until Nov 30th, 2023. If you take no action, Ubuntu 18.04 LTS based Device Update devices continue to work but ongoing security patches and bug fixes in the host packages for Ubuntu 18.04 won't be available after Nov 30th, 2023. To continue to receive support and security updates, we recommend that you update your host OS to a supported platform.
4546
4647
## Releases and Support
4748

48-
Device Update for IoT Hub release assets and release notes are available on the [Device Update Release](https://github.com/Azure/iot-hub-device-update/releases) page. Support for the APIs, PnP Models and device update reference agents is covered in the table.
49+
Device Update for IoT Hub release assets and release notes are available on the [Device Update Release](https://github.com/Azure/iot-hub-device-update/releases) page. Support for the APIs, PnP Models, and device update reference agents is covered in the table.
4950

5051
Device Update for IoT Hub 1.0 is the first major release and will continue to receive security fixes and fixes to regressions.
5152

5253
Device Update (DU) agents use IoT Plug and Play models to send and receive properties and messages from the DU service. Each DU agent requires specific models to be used. Learn more about how device update uses these models and how they can be extended.
5354

54-
Newer REST Service API versions supports older agents unless specified. Device Update for IoT Hub portal experience uses the latest APIs and have the same support as the API version.
55+
Newer REST Service API versions support older agents unless specified. Device Update for IoT Hub portal experience uses the latest APIs and have the same support as the API version.
5556

5657
| Release notes and assets | deviceupdate-agent | Upgrade Supported from agent version | DU PnP Models supported | API Versions|
5758
| ------------------------ | ------------------ | ------------------------------------ | ----------------------- |-------------|
5859
| 1.0.0 | 1.0.0 <br /> 1.0.1 <br /> 1.0.2 | 0.8.x | dtmi:azure:iot:deviceUpdateContractModel;2 <br /> dtmi:azure:iot:deviceUpdateModel;2 | 2022-10-01 |
5960
|0.0.8 (Preview)(Deprecated) | 0.8.0 <br /> 0.8.1 <br /> 0.8.2 | | dtmi:azure:iot:deviceUpdateContractModel;1 <br /> dtmi:azure:iot:deviceUpdateModel;1 | 2022-10-01 <br /> 2021-06-01-preview (Deprecated)|
6061

61-
The latest API version, 2022-10-01 will be supported until the next stable release and the latest agent version, 1.0.x, will receive bug fixes and security fixes till the next stable release.
62+
The latest API version, 2022-10-01 will be supported until the next stable release and the latest agent version, 1.0.x, will receive bug fixes and security fixes until the next stable release.
6263

6364
> [!NOTE]
6465
> Users, that have extended from the reference agent and customized the agent, are responsible for ensuring the bug fixes and security fixes are incorporated. You will also need to ensure the agent is built and configured correctly as defined by the service to connect service, perform updates, and manage devices from the IoT hub.

articles/iot-hub-device-update/understand-device-update.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To realize the full benefits of IoT-enabled digital transformation, customers ne
2525
Device Update for IoT Hub offers optimized update deployment and streamlined operations through integration with [Azure IoT Hub](https://azure.microsoft.com/services/iot-hub/). This integration makes it easy to adopt Device Update on any existing solution. It provides a cloud-hosted solution to connect virtually any device. Device Update supports a broad range of IoT operating systems—including Linux and [Eclipse ThreadX](https://github.com/eclipse-threadx) (real-time operating system)—and is extensible via open source. We're codeveloping Device Update for IoT Hub offerings with our semiconductor partners, including STMicroelectronics, NXP, Renesas, and Microchip. See the [samples](https://github.com/eclipse-threadx/samples/tree/PublicPreview/ADU) of key semiconductors evaluation boards that include the get started guides to learn how to configure, build, and deploy the over-the-air updates to MCU class devices.
2626

2727
Both a Device Update agent simulator binary and Raspberry Pi reference Yocto images are provided.
28-
Device Update agents are built and provided for Ubuntu Server 18.04, Ubuntu Server 20.04, and Debian 10. Device Update for IoT Hub also provides open-source code if you aren't
28+
Device Update agents are built and provided for [various Linux OSs](support.md). Device Update for IoT Hub also provides open-source code if you aren't
2929
running one of the above platforms. You can port the agent to the distribution you're running.
3030

3131
Device Update for IoT Hub also supports updating Azure IoT Edge devices.
@@ -121,4 +121,4 @@ For more information about Device Update groups, see [Device groups](device-upda
121121

122122
Get started with Device Update by trying a sample:
123123

124-
[Tutorial: Device Update using the simulator agent](device-update-simulator.md)
124+
[Tutorial: Device Update using the simulator agent](device-update-simulator.md)

0 commit comments

Comments
 (0)