Skip to content

Commit a5e5b23

Browse files
committed
Add feedback
1 parent c443106 commit a5e5b23

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/iot-edge/how-to-update-iot-edge.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ Two logical components of an IoT Edge device need to be updated if you want to m
2727

2828
Use these sections of this article to update both the runtime and application layers on a device.
2929

30-
### Revision releases
30+
### Patch releases
3131

32-
When upgrading between *revision* or *patch* releases, for example 1.4.1 to 1.4.2, the update order isn't important. You can upgrade host components or system containers before or after the other. To update between revision releases:
32+
When upgrading between or *patch* releases, for example 1.4.1 to 1.4.2, the update order isn't important. You can upgrade host components or system containers before or after the other. To update between patch releases:
3333

3434
1. [Update the security subsystem](#update-the-security-subsystem)
3535
1. [Update the runtime containers](#update-the-runtime-containers)
@@ -39,7 +39,7 @@ You can [troubleshoot](#troubleshooting) the upgrade process at any time.
3939

4040
### Major or minor product releases
4141

42-
When upgrading between major or minor product releases, for example from 1.1 to 1.4, we recommend updating both host components and system containers. Before a release, we test the host component and system container version combination. To update between major or minor product releases:
42+
When upgrading between major or minor product releases, for example from 1.1 to 1.4, we recommend updating both the security subsystem and the runtime containers. Before a release, we test the security subsystem and the runtime container version combination. To update between major or minor product releases:
4343

4444
1. On the device, stop IoT Edge runtime using the command `sudo systemctl stop iotedge` and [uninstall IoT Edge](how-to-provision-single-device-windows-symmetric.md#uninstall-iot-edge).
4545

0 commit comments

Comments
 (0)