From 7c96cfe39fe11f0ae8f1dab41fef4ab9c9632094 Mon Sep 17 00:00:00 2001 From: IoT Edge Bot Date: Sat, 7 Sep 2024 03:09:24 +0000 Subject: [PATCH] Prepare for release 1.4.42 --- CHANGELOG.md | 10 ++++++++++ versionInfo.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f62f6998ba9..62f32163879 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 1.4.42 (2024-09-07) + +Only Docker images are updated in this release. The daemon remains at version 1.4.41. + +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.41 to match the daemon) + # 1.4.41 (2024-08-26) ## Base image updates diff --git a/versionInfo.json b/versionInfo.json index 93ec34c999d..3ee84179f2e 100644 --- a/versionInfo.json +++ b/versionInfo.json @@ -1,5 +1,5 @@ { - "version": "1.4.41", + "version": "1.4.42", "build": "BUILDNUMBER", "commit": "COMMITID" }