From 1f7cf6a21dfa365c8f21475553c544f4df02dd44 Mon Sep 17 00:00:00 2001 From: dylanbronson <55515325+dylanbronson@users.noreply.github.com> Date: Tue, 17 Mar 2020 11:55:19 -0700 Subject: [PATCH] Updating version for 1.0.9 release and changelog (#2702) Updating changelog and version for 1.0.9 release. Forgot to do this in the last PR, and adding a previous bug fix description in 1.0.9-rc6. --- CHANGELOG.md | 6 ++++-- edgelet/contrib/config/windows/config.yaml | 2 +- edgelet/version.txt | 2 +- versionInfo.json | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa9a56024f3..39117dcf548 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,13 @@ # 1.0.9-rc6 (2020-02-29) ## Edge Hub ### Bug Fixes -Hotfix [Linux ARM32 and ARM64 security vulnerability](https://lists.ubuntu.com/archives/ubuntu-security-announce/2020-January/005286.html) by updating base dotnet core runtime images ([fa634ef](https://github.com/Azure/iotedge/commit/fa634efccdc9694e611d97c4dd57a44ad9b742bb)) +* Hotfix [Linux ARM32 and ARM64 security vulnerability](https://lists.ubuntu.com/archives/ubuntu-security-announce/2020-January/005286.html) by updating base dotnet core runtime images ([fa634ef](https://github.com/Azure/iotedge/commit/fa634efccdc9694e611d97c4dd57a44ad9b742bb)) +* Use LogLevel to limit RocksDB LOG file size ([c984f63](https://github.com/Azure/iotedge/commit/c984f6330daec8800e6887f666036df5bdc7ec68)) ## Edge Agent ### Bug Fixes -Hotfix [Linux ARM32 and ARM64 security vulnerability](https://lists.ubuntu.com/archives/ubuntu-security-announce/2020-January/005286.html) by updating base dotnet core runtime images ([fa634ef](https://github.com/Azure/iotedge/commit/fa634efccdc9694e611d97c4dd57a44ad9b742bb)) +* Hotfix [Linux ARM32 and ARM64 security vulnerability](https://lists.ubuntu.com/archives/ubuntu-security-announce/2020-January/005286.html) by updating base dotnet core runtime images ([fa634ef](https://github.com/Azure/iotedge/commit/fa634efccdc9694e611d97c4dd57a44ad9b742bb)) +* Use LogLevel to limit RocksDB LOG file size ([c984f63](https://github.com/Azure/iotedge/commit/c984f6330daec8800e6887f666036df5bdc7ec68)) # 1.0.9-rc5 (2020-02-14) ## Edge Hub diff --git a/edgelet/contrib/config/windows/config.yaml b/edgelet/contrib/config/windows/config.yaml index bacde57e3de..1fcd9849dd9 100644 --- a/edgelet/contrib/config/windows/config.yaml +++ b/edgelet/contrib/config/windows/config.yaml @@ -160,7 +160,7 @@ agent: type: "docker" env: {} config: - image: "mcr.microsoft.com/azureiotedge-agent:1.0.9-rc6" + image: "mcr.microsoft.com/azureiotedge-agent:1.0.9" auth: {} ############################################################################### diff --git a/edgelet/version.txt b/edgelet/version.txt index 591ca1be30b..66c4c2263e5 100644 --- a/edgelet/version.txt +++ b/edgelet/version.txt @@ -1 +1 @@ -1.0.9~rc6 +1.0.9 diff --git a/versionInfo.json b/versionInfo.json index cd1cba1baf2..10545cfffa6 100644 --- a/versionInfo.json +++ b/versionInfo.json @@ -1,5 +1,5 @@ { - "version": "1.0.9-rc6", + "version": "1.0.9", "build": "BUILDNUMBER", "commit": "COMMITID" }