From 9ae3a79dc7c8f29d2ac72dbbc7a872e49b8993ed Mon Sep 17 00:00:00 2001 From: Damon Barry Date: Wed, 1 May 2024 14:54:56 -0700 Subject: [PATCH] Prepare for Metrics Collector release 1.2.0 (#7283) This change: - Updates the base image from .NET 6 to .NET 8 - Updates the metrics collector code to target .NET 8 - Upgrades the IoT device SDK to the same version that core modules use for 1.5 The module has been passing our tests since the .NET upgrade PR was merged three weeks ago. ## Azure IoT Edge PR checklist: --- edge-modules/metrics-collector/CHANGELOG.md | 219 +++++++++--------- .../src/config/versionInfo.json | 2 +- 2 files changed, 115 insertions(+), 106 deletions(-) diff --git a/edge-modules/metrics-collector/CHANGELOG.md b/edge-modules/metrics-collector/CHANGELOG.md index 08997e15ea5..498c04353f6 100644 --- a/edge-modules/metrics-collector/CHANGELOG.md +++ b/edge-modules/metrics-collector/CHANGELOG.md @@ -1,108 +1,117 @@ -# 1.1.24 (2024-04-10) - -The following Docker images were updated because their base images changed: -* azureiotedge-metrics-collector - -# 1.1.23 (2024-03-15) - -The following Docker images were updated because their base images changed: -* azureiotedge-metrics-collector - -# 1.1.22 (2024-02-14) - -The following Docker images were updated because their base images changed: -* azureiotedge-metrics-collector - -# 1.1.21 (2024-01-27) - -The following Docker images were updated because their base images changed: -* azureiotedge-metrics-collector - -# 1.1.20 (2024-01-27) - -The following Docker images were updated because their base images changed: -* azureiotedge-metrics-collector - -# 1.1.19 (2024-01-11) - -The following Docker images were updated because their base images changed: -* azureiotedge-metrics-collector - -# 1.1.18 (2024-01-10) - -The following Docker images were updated because their base images changed: -* azureiotedge-metrics-collector - -# 1.1.17 (2023-12-01) - -The following Docker images were updated because their base images changed: -* azureiotedge-metrics-collector - -# 1.1.16 (2023-11-15) - -The following Docker images were updated because their base images changed: -* azureiotedge-metrics-collector - -# 1.1.15 (2023-10-25) - -The following Docker images were updated because their base images changed: -* azureiotedge-metrics-collector - -# 1.1.14 (2023-10-13) - -The following Docker images were updated because their base images changed: -* azureiotedge-metrics-collector - -# 1.1.13 (2023-10-11) - -The following Docker images were updated because their base images changed: -* azureiotedge-metrics-collector - -# 1.1.12 (2023-09-29) - -The following Docker images were updated because their base images changed: -* azureiotedge-metrics-collector - -# 1.1.11 (2023-09-13) - -The following Docker images were updated because their base images changed: -* azureiotedge-metrics-collector - -# 1.1.10 (2023-08-09) - -The following Docker images were updated because their base images changed: -* azureiotedge-metrics-collector - -# 1.1.9 (2023-08-08) - -The following Docker images were updated because their base images changed: -* azureiotedge-metrics-collector - -# 1.1.8 (2023-07-11) - -The following Docker images were updated because their base images changed: -* azureiotedge-metrics-collector - -# 1.1.7 (2023-06-23) - -The following Docker images were updated because their base images changed: -* azureiotedge-metrics-collector - -# 1.1.6 (2023-06-15) - -The following Docker images were updated because their base images changed: -* azureiotedge-metrics-collector - -# 1.1.5 (2023-06-14) - -The following Docker images were updated because their base images changed: -* azureiotedge-metrics-collector - -# 1.1.4 (2023-05-26) - -The following Docker images were updated because their base images changed: -* azureiotedge-metrics-collector - +# 1.2.0 (2024-05-01) + +## What's new in 1.2? + +The Metrics Collector 1.2 module has been upgraded from .NET 6 to .NET 8. Its functionality remains unchanged and it will work seamlessly in IoT Edge 1.4 LTS or 1.5 LTS environments. Users can confidently update Metrics Collector 1.1 in their IoT Edge deployments to the new 1.2 version. Changes include (see [7508ffc](https://github.com/Azure/iotedge/commit/7508ffc6ab9f4d52a3243d0cdce1e52cdfd29912)): +* Update the base image from .NET 6 to .NET 8 +* Recompile for .NET 8 +* Upgrade the IoT device SDK to a version that is consistent with the latest (1.5) version of IoT Edge + +# 1.1.24 (2024-04-10) + +The following Docker images were updated because their base images changed: +* azureiotedge-metrics-collector + +# 1.1.23 (2024-03-15) + +The following Docker images were updated because their base images changed: +* azureiotedge-metrics-collector + +# 1.1.22 (2024-02-14) + +The following Docker images were updated because their base images changed: +* azureiotedge-metrics-collector + +# 1.1.21 (2024-01-27) + +The following Docker images were updated because their base images changed: +* azureiotedge-metrics-collector + +# 1.1.20 (2024-01-27) + +The following Docker images were updated because their base images changed: +* azureiotedge-metrics-collector + +# 1.1.19 (2024-01-11) + +The following Docker images were updated because their base images changed: +* azureiotedge-metrics-collector + +# 1.1.18 (2024-01-10) + +The following Docker images were updated because their base images changed: +* azureiotedge-metrics-collector + +# 1.1.17 (2023-12-01) + +The following Docker images were updated because their base images changed: +* azureiotedge-metrics-collector + +# 1.1.16 (2023-11-15) + +The following Docker images were updated because their base images changed: +* azureiotedge-metrics-collector + +# 1.1.15 (2023-10-25) + +The following Docker images were updated because their base images changed: +* azureiotedge-metrics-collector + +# 1.1.14 (2023-10-13) + +The following Docker images were updated because their base images changed: +* azureiotedge-metrics-collector + +# 1.1.13 (2023-10-11) + +The following Docker images were updated because their base images changed: +* azureiotedge-metrics-collector + +# 1.1.12 (2023-09-29) + +The following Docker images were updated because their base images changed: +* azureiotedge-metrics-collector + +# 1.1.11 (2023-09-13) + +The following Docker images were updated because their base images changed: +* azureiotedge-metrics-collector + +# 1.1.10 (2023-08-09) + +The following Docker images were updated because their base images changed: +* azureiotedge-metrics-collector + +# 1.1.9 (2023-08-08) + +The following Docker images were updated because their base images changed: +* azureiotedge-metrics-collector + +# 1.1.8 (2023-07-11) + +The following Docker images were updated because their base images changed: +* azureiotedge-metrics-collector + +# 1.1.7 (2023-06-23) + +The following Docker images were updated because their base images changed: +* azureiotedge-metrics-collector + +# 1.1.6 (2023-06-15) + +The following Docker images were updated because their base images changed: +* azureiotedge-metrics-collector + +# 1.1.5 (2023-06-14) + +The following Docker images were updated because their base images changed: +* azureiotedge-metrics-collector + +# 1.1.4 (2023-05-26) + +The following Docker images were updated because their base images changed: +* azureiotedge-metrics-collector + # 1.1.3 (2023-05-02) The following Docker images were updated because their base images changed: diff --git a/edge-modules/metrics-collector/src/config/versionInfo.json b/edge-modules/metrics-collector/src/config/versionInfo.json index 73795b0f05d..a15e91ff531 100755 --- a/edge-modules/metrics-collector/src/config/versionInfo.json +++ b/edge-modules/metrics-collector/src/config/versionInfo.json @@ -1,3 +1,3 @@ { - "version": "1.1.24" + "version": "1.2.0" }