Skip to content

1.4.10 LTS

Compare
Choose a tag to compare
@iotedge1 iotedge1 released this 02 May 21:34
· 68 commits to main since this release

1.4.10 (2023-05-01)

Beginning with this release we are publishing installable packages for Red Hat Enterprise Linux 9 (amd64) on Microsoft's Linux package repository.

Note: On RHEL 9 the IoT Edge security subsystem has been tested with openssl 3.0. It may not function properly if older versions of openssl are also present on the device. If you previously installed openssl 1.1 in combination with an earlier version of IoT Edge then we would recommend removing both and starting fresh to avoid potential incompatibilities.

Base image updates

The following Docker images were updated because their base images changed:

  • azureiotedge-agent
  • azureiotedge-hub
  • azureiotedge-simulated-temperature-sensor
  • azureiotedge-diagnostics

Edge Agent

Bug fixes

  • Update versions of .NET dependencies to patch security vulnerabilities ( 82ca5e8 )
  • Update version of Azure IoT SDK to fix continuous disconnect/reconnect following offline period ( d98f43c )
  • Optionally detect and remove orphaned module identities when a new deployment is received ( 3bac802 )

Edge Hub

Bug fixes

  • Update versions of .NET dependencies to patch security vulnerabilities ( 82ca5e8 )
  • Update version of Azure IoT SDK to fix a memory leak ( d98f43c )
  • Optionally check for server cert expiry at the given interval ( fbe35da )

aziot-edge

OS support

  • Add support for RHEL 9 amd64 ( 32f7481 )

Bug fixes

  • Add a timeout to prevent iotedge support-bundle from hanging in certain circumstances ( f7dd1aa )
  • Relax padding requirement in symmetric keys ( 907eef1 )
  • Fix memory and swap information reported by iotedge check and Edge Agent ( b29d736 )
  • Add comment to config template about quickstart Edge CA ( a4196a4 )
  • Update guidance in iotedge config apply warning message ( 86b8e69 )
  • Update version of openssl crate to patch security vulnerabilities ( 3b8b9e3 )

aziot-identity-service

OS support

  • Add support for RHEL 9 amd64 ( 24f227d )

Bug fixes

  • Relax padding requirement in symmetric keys ( 77ca573 )
  • Update version of openssl crate to patch security vulnerabilities ( df1885b )