From 7040d242904cc5a83542b885f007e4e5ee411786 Mon Sep 17 00:00:00 2001 From: Damon Barry Date: Tue, 13 Sep 2022 16:53:41 -0700 Subject: [PATCH] Prepare for metrics collector release 1.0.10 (#6673) --- edge-modules/metrics-collector/CHANGELOG.md | 4 ++-- edge-modules/metrics-collector/src/config/versionInfo.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/edge-modules/metrics-collector/CHANGELOG.md b/edge-modules/metrics-collector/CHANGELOG.md index e9c3a374fdc..0aaa66e7bc7 100644 --- a/edge-modules/metrics-collector/CHANGELOG.md +++ b/edge-modules/metrics-collector/CHANGELOG.md @@ -1,7 +1,7 @@ -# 1.1.0 (2022-09-09) +# 1.0.10 (2022-09-13) ### Bug Fixes -* Fix bug where failing connection to Edge Hub blocks independent AzureMonitor upload path [b39d6c5](https://github.com/azure/iotedge/commit/b39d6c5c295cb81a9150141ace9a9909bc2b3686) +* Fix bug where failing connection to Edge Hub blocks independent AzureMonitor upload path [14c78fe](https://github.com/Azure/iotedge/commit/14c78fea9de250ef54ef6129e36f55587726dd46) * Update SharpZipLib and Newtonsoft.Json to patch security vulnerability [1b483e4](https://github.com/Azure/iotedge/commit/1b483e4f114593b9cb40be65598c83bea6811444) * Update base image to include .NET security fixes from [.NET Core 3.1.28 - August 9, 2022](https://github.com/dotnet/core/blob/main/release-notes/3.1/3.1.28/3.1.28.md) diff --git a/edge-modules/metrics-collector/src/config/versionInfo.json b/edge-modules/metrics-collector/src/config/versionInfo.json index ab13354a2d2..f9a8914ba6e 100644 --- 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.0" + "version": "1.0.10" }