Skip to content

Releases: Azure/azure-iotedge

1.4.29 LTS

11 Jan 04:27
Compare
Choose a tag to compare

Only Docker images are updated in this release. The daemon remains at version 1.4.27.
The following Docker images were updated because their base images changed:

  • azureiotedge-agent
  • azureiotedge-hub
  • azureiotedge-simulated-temperature-sensor
  • azureiotedge-diagnostics (remains at version 1.4.27 to match the daemon)

1.4.28 LTS

10 Jan 04:23
Compare
Choose a tag to compare

Only Docker images are updated in this release. The daemon remains at version 1.4.27.
The following Docker images were updated because their base images changed:

  • azureiotedge-agent
  • azureiotedge-hub
  • azureiotedge-simulated-temperature-sensor
  • azureiotedge-diagnostics (remains at version 1.4.27 to match the daemon)

1.4.27 LTS

09 Dec 02:43
Compare
Choose a tag to compare

1.4.27 (2023-12-07)

Edge Hub

Bug fixes

  • Add support for GetCountFromStartKey for InMemoryDbStore ( f1a9da3 )

aziot-edge

Bug fixes

  • Parse default edged path from environment variable by @ef4203 ( 1f048bf )
  • Remove Ubuntu 18.04 support ( 765ec2d )

aziot-identity-service

Bug fixes

  • Remove Ubuntu 18.04 support ( ea88b83 )
  • Fix nullptr deref when decoding EST PKCS#7 response ( 3fd2073 )
  • Only create PKCS#11 AES keys if AES-GCM is supported ( 79aae50 )

Other fixes

  • Upgrade Functions sample to remove dependency on .NET Core 3.1 ( c38aa54 )

1.4.26 LTS

01 Dec 23:49
Compare
Choose a tag to compare

Only Docker images are updated in this release. The daemon remains at version 1.4.20.
The following Docker images were updated because their base images changed:

  • azureiotedge-agent
  • azureiotedge-hub
  • azureiotedge-simulated-temperature-sensor
  • azureiotedge-diagnostics (remains at version 1.4.20 to match the daemon)

1.4.25 LTS

15 Nov 04:39
Compare
Choose a tag to compare

Only Docker images are updated in this release. The daemon remains at version 1.4.20.
The following Docker images were updated because their base images changed:

  • azureiotedge-agent
  • azureiotedge-hub
  • azureiotedge-simulated-temperature-sensor
  • azureiotedge-diagnostics (remains at version 1.4.20 to match the daemon)

1.4.24 LTS

25 Oct 04:30
Compare
Choose a tag to compare

Only Docker images are updated in this release. The daemon remains at version 1.4.20.
The following Docker images were updated because their base images changed:

  • azureiotedge-agent
  • azureiotedge-hub
  • azureiotedge-simulated-temperature-sensor
  • azureiotedge-diagnostics (remains at version 1.4.20 to match the daemon)

1.4.23 LTS

13 Oct 16:50
Compare
Choose a tag to compare

Only Docker images are updated in this release. The daemon remains at version 1.4.20.
The following Docker images were updated because their base images changed:

  • azureiotedge-agent
  • azureiotedge-hub
  • azureiotedge-simulated-temperature-sensor
  • azureiotedge-diagnostics (remains at version 1.4.20 to match the daemon)

1.4.22 LTS

11 Oct 04:32
Compare
Choose a tag to compare

Only Docker images are updated in this release. The daemon remains at version 1.4.20.
The following Docker images were updated because their base images changed:

  • azureiotedge-agent
  • azureiotedge-hub
  • azureiotedge-simulated-temperature-sensor
  • azureiotedge-diagnostics (remains at version 1.4.20 to match the daemon)

1.4.21 LTS

29 Sep 16:29
Compare
Choose a tag to compare

Only Docker images are updated in this release. The daemon remains at version 1.4.20.
The following Docker images were updated because their base images changed:

  • azureiotedge-agent
  • azureiotedge-hub
  • azureiotedge-simulated-temperature-sensor
  • azureiotedge-diagnostics (remains at version 1.4.20 to match the daemon)

1.4.20 LTS

26 Sep 22:12
Compare
Choose a tag to compare

1.4.20 (2023-09-18)

Edge Agent

Bug fixes

  • Fix container restart policy deserialization ( bd05d4d )

aziot-edge

Bug fixes

  • Add support for 'prefer_module_identity_cache' option ( 9c7dbdd )
  • Fix error in CLI warning message ( 978ccaa )

aziot-identity-service

Bug fixes

  • Add support for 'prefer_module_identity_cache' option ( 137258d )
  • Update EL package configuration to fix a conflict with distro's tpm2-tss package ( d644195 )
  • Remove socket path if it is a directory instead of a file ( ed69cc4 )