Skip to content

Commit 0502bc6

Browse files
authored
Merge pull request #228271 from chrisjlin/adu-changelog-v0
Adding changelog to Device Update docs
2 parents b87aa3d + c776ebc commit 0502bc6

File tree

3 files changed

+47
-0
lines changed

3 files changed

+47
-0
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
title: Device Update for IoT Hub release notes and version history
3+
description: Release notes and version history for Device Update for IoT Hub.
4+
author: chrisjlin
5+
ms.author: lichris
6+
ms.date: 02/22/2023
7+
ms.topic: conceptual
8+
ms.service: iot-hub-device-update
9+
---
10+
11+
# Device Update for IoT Hub release notes and version history
12+
13+
Device Update for IoT Hub is an Azure service designed to work with an on-device agent built from the open-source Device Update for IoT Hub project hosted on GitHub. All new agent releases are made available under the [Releases section](https://github.com/Azure/iot-hub-device-update/releases) of the GitHub repository. Contributions, feature requests, and bug reports can also be filed on the [open-source Device Update for IoT Hub repository](https://github.com/Azure/iot-hub-device-update).
14+
15+
## Detailed release notes for "February 2023 Release"
16+
17+
This latest release consists of several improvements to the experience when using Azure portal. These improvements are compatible with the [GA launch API version ("2022-10-01")](/rest/api/deviceupdate/2022-10-01/device-update) and agent versions [v1.0.0](https://github.com/Azure/iot-hub-device-update/releases/tag/1.0.0), [v1.0.1](https://github.com/Azure/iot-hub-device-update/releases/tag/1.0.1), and [v1.0.2](https://github.com/Azure/iot-hub-device-update/releases/tag/1.0.2).
18+
19+
### Improvements
20+
21+
* Improved the import experience by adding support for actionable notifications with update progress, enabling simplification of the **Updates** view by removing the dedicated tab for import history.
22+
* Added the **Manage Device Update limits** section to the **Diagnostics** tab. This section details how close your instance is to hitting [Device Group and Device Class limits](device-update-limits.md).
23+
* Added the ability to export Deployment details to a CSV file. This can be done by navigating to the **Deployment history** tab within a Device Group and selecting **View deployment details** then clicking **Export to CSV**.
24+
* Added the ability to navigate directly to **Deployment details** after creating a new deployment from **Available updates**.
25+
* Added a guided tutorial that walks through creation of an import manifest if one isn't included when importing a new update. This **Create manifest** tutorial can be accessed by starting a new import and selecting the desired update files from your storage container. If you don't include an import manifest (file with .importmanifest.json extension), the resulting error message contains a hyperlink ("create one") that opens the Import tutorial.
26+
* Added a hyperlink to the storage container where log files from a successful log operation have been uploaded. This can be accessed by navigating to **Log upload operation details** and opening the **Devices** section. Each device that successfully completed the log upload operation should display a hyperlink ("Open storage container") in the **Log location** field.
27+
28+
## Version history
29+
30+
This table provides recent version history for the Device Update for IoT Hub service and agent, with a brief summary of the changes made for each version. Detailed breakdown of the most recent release's changes can be found in the **Detailed release notes** section of this page.
31+
32+
| Release notes and assets | Type | Release Date | Summary |
33+
| ------------------------ | ---- | ------------ | ---------- |
34+
| February 2023 Release | UX release | February 23, 2023 | This release brings new capabilities and quality-of-life improvements to the Azure portal experience. |
35+
| [Agent v1.0.2](https://github.com/Azure/iot-hub-device-update/releases/tag/1.0.2) | Agent patch | February 3, 2023 | This agent patch addresses several bugs (e.g. result codes for missing handlers) and contains several improvements (e.g. SWUpdate V2 handler for installed criteria). |
36+
| [Agent v1.0.1](https://github.com/Azure/iot-hub-device-update/releases/tag/1.0.1) | Agent patch | January 13, 2023 | This agent patch addresses several bugs (e.g. failure to reboot after installing new image) and contains several improvements (e.g. removed curl dependency in https_proxy_utils). |
37+
| [GA launch (v1.0.0)](https://github.com/Azure/iot-hub-device-update/releases/tag/1.0.0) | Full release | November 1, 2022 | This full release is made up of a new [API version ("2022-10-01")](/rest/api/deviceupdate/2022-10-01/device-update), an Azure portal UX refresh, and a new [agent version (v1.0.0)](https://github.com/Azure/iot-hub-device-update/releases/tag/1.0.0).|
38+
39+
## Next steps
40+
41+
* [View all Device Update for IoT Hub agent releases](https://github.com/Azure/iot-hub-device-update/releases)
42+
43+
* [File a bug, make a feature request, or submit a contribution](https://github.com/Azure/iot-hub-device-update/issues)

articles/iot-hub-device-update/index.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ landingContent:
2121
links:
2222
- text: What is Device Update for IoT Hub?
2323
url: understand-device-update.md
24+
- text: Release notes and version history
25+
url: device-update-changelog.md
2426
- title: Get started
2527
linkLists:
2628
- linkListType: tutorial

articles/iot-hub-device-update/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ items:
88
href: understand-device-update.md
99
- name: Device Update for IoT Hub public preview documentation
1010
href: /previous-versions/azure/iot-hub-device-update/understand-device-update
11+
- name: Release notes and version history
12+
href: device-update-changelog.md
1113
- name: Tutorials
1214
items:
1315
- name: Try Device Update with a simulator

0 commit comments

Comments
 (0)