Skip to content

Commit

Permalink
Prepare for Metrics Collector release 1.2.0 (#7283)
Browse files Browse the repository at this point in the history
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:
  • Loading branch information
damonbarry authored May 1, 2024
1 parent d92581c commit 9ae3a79
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 106 deletions.
219 changes: 114 additions & 105 deletions edge-modules/metrics-collector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion edge-modules/metrics-collector/src/config/versionInfo.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.1.24"
"version": "1.2.0"
}

0 comments on commit 9ae3a79

Please sign in to comment.