From 97a4d2322f28e64dac2b214ce96bd65c5fa192c4 Mon Sep 17 00:00:00 2001 From: dylanbronson <55515325+dylanbronson@users.noreply.github.com> Date: Thu, 20 Feb 2020 16:04:23 -0800 Subject: [PATCH] Prepare for 1.0.9-rc5 release (#2534) * Prepping for 1.0.9 release Updating changelog and version --- CHANGELOG.md | 35 ++++++++++++++++++++++ edgelet/contrib/config/windows/config.yaml | 2 +- edgelet/version.txt | 2 +- versionInfo.json | 2 +- 4 files changed, 38 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e476d2c3442..15a54af78c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,38 @@ +# 1.0.9-rc5 (2020-02-14) +## Edge Hub +### Features +* Update Microsoft.Azure.Devices.Client to version 1.23.1 ([04f752e](https://github.com/Azure/iotedge/commit/04f752eeff6431446795c8a8541e9345817ca6b5)) +* Update Microsoft.Azure.Devices to version 1.19.0 ([3e527bc](https://github.com/Azure/iotedge/commit/3e527bc7543ad43a1dd721992b0472f39370c81e)) +* AMQP Heartbeat feature for edgeHub ([8f26e82](https://github.com/Azure/iotedge/commit/8f26e82e74e68282cd09be7137eec37e99474ed2)) + +### Bug fixes +* Dispose all clients when network disconnection ([4269881](https://github.com/Azure/iotedge/commit/42698815243b5ec4746b47d09e61b0c0a9d84bba)) +* Fix Connect to cloud lock ([fbcc45a](https://github.com/Azure/iotedge/commit/fbcc45a1f819a85053e7a8e1a2c8114c4aa8fa2f)) +* Fix offline restart for edgeHub ([faa2bfb](https://github.com/Azure/iotedge/commit/faa2bfb35b7cdcc1d621d3ee2c86ab318f8ede33)) +* Metrics fixes ([c1f5ae4](https://github.com/Azure/iotedge/commit/c1f5ae483c6c7206043b2919b1b7267659dfa489)) +* Update Windows base images for arm32 and amd64 - [Windows Security Fix](https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2020-0601) ([dcebcd1](https://github.com/Azure/iotedge/commit/dcebcd1a423b8963750feb7ba3f317c176bc6db9)) + +## Edge Agent +### Features +* Update Microsoft.Azure.Devices.Client to version 1.23.1 ([04f752e](https://github.com/Azure/iotedge/commit/04f752eeff6431446795c8a8541e9345817ca6b5)) +* Update Microsoft.Azure.Devices to version 1.19.0 ([3e527bc](https://github.com/Azure/iotedge/commit/3e527bc7543ad43a1dd721992b0472f39370c81e)) +* AMQP Heartbeat feature for edgeAgent ([daa4e54](https://github.com/Azure/iotedge/commit/daa4e5418aa7788ebb37563bfff82a35cf397a6f)) + +### Bug fixes +* Metrics fixes ([c1f5ae4](https://github.com/Azure/iotedge/commit/c1f5ae483c6c7206043b2919b1b7267659dfa489)) +* Update Windows base images for arm32 and amd64 - [Windows Security Fix](https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2020-0601) ([dcebcd1](https://github.com/Azure/iotedge/commit/dcebcd1a423b8963750feb7ba3f317c176bc6db9)) + +## iotedged +### Features +* Add rust-toolchain file instead of always using stable ([2676621](https://github.com/Azure/iotedge/commit/267662113d876dc17dd9a83cbc54007a99a9edef)) +* Change DPS provisioning check error to warning ([86d44ea](https://github.com/Azure/iotedge/commit/86d44eaedd5188a6fcd068ef256624f246a111b7)) + +### Bug fixes +* Fix Windows build to compile against openssl 1.1.1 ([acf6bf3](https://github.com/Azure/iotedge/commit/acf6bf3ca051e00371493a37003701bc408415ed)) +* Make auto_generated_cert_lifetime not required ([319a020](https://github.com/Azure/iotedge/commit/319a0203a17326d8ad853b0131ae1ec8eab3e928)) +* Fix verbiage for edge check certificate warning ([e468d03](https://github.com/Azure/iotedge/commit/e468d03d79b71bb0bdcc254fe08e1e3028fbab7d)) +* Changed ASN1 encoding of Basic Constrains/CA ([3fee6d2](https://github.com/Azure/iotedge/commit/3fee6d29b1148dda0d78860f1a1e3fcc0e7db70b)) + # 1.0.9-rc4 (2020-01-10) ## Edge Hub diff --git a/edgelet/contrib/config/windows/config.yaml b/edgelet/contrib/config/windows/config.yaml index 613862a77a4..57bcc926f40 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-rc4" + image: "mcr.microsoft.com/azureiotedge-agent:1.0.9-rc5" auth: {} ############################################################################### diff --git a/edgelet/version.txt b/edgelet/version.txt index e46133f6eb3..6d660d76581 100644 --- a/edgelet/version.txt +++ b/edgelet/version.txt @@ -1 +1 @@ -1.0.9~rc4 +1.0.9~rc5 diff --git a/versionInfo.json b/versionInfo.json index 4cb86092bc6..b8b6b36e04b 100644 --- a/versionInfo.json +++ b/versionInfo.json @@ -1,5 +1,5 @@ { - "version": "1.0.9-rc4", + "version": "1.0.9-rc5", "build": "BUILDNUMBER", "commit": "COMMITID" }