From 49c9a14bc9dba6bed56f077d060665f5b12cc9d9 Mon Sep 17 00:00:00 2001 From: IoT Edge Bot Date: Tue, 12 Nov 2024 15:14:36 +0000 Subject: [PATCH] Prepare for release 1.5.14 --- CHANGELOG.md | 10 ++++++++++ versionInfo.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 499179bf6da..d5de9ca265b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 1.5.14 (2024-11-12) + +Only Docker images are updated in this release. The daemon remains at version 1.5.13. + +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.5.13 to match the daemon) + # 1.5.13 (2024-10-23) ## aziot-edge diff --git a/versionInfo.json b/versionInfo.json index 49c8b120951..4b6dc1b5685 100644 --- a/versionInfo.json +++ b/versionInfo.json @@ -1,5 +1,5 @@ { - "version": "1.5.12", + "version": "1.5.14", "build": "BUILDNUMBER", "commit": "COMMITID" }