From f1a1e211747ac82dd62a4b9ebf9fe288072a0541 Mon Sep 17 00:00:00 2001 From: dylanbronson Date: Thu, 6 Feb 2020 14:08:32 -0800 Subject: [PATCH 1/4] Prepping for 1.0.9 release --- CHANGELOG.md | 33 ++++++++++++++++++++++ edgelet/contrib/config/windows/config.yaml | 2 +- edgelet/version.txt | 2 +- versionInfo.json | 2 +- 4 files changed, 36 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e476d2c3442..05f4aaa1df7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,36 @@ +# 1.0.9-rc5 (2020-02-10) +## Edge Hub +### Features +* Update Microsoft.Azure.Devices to version 1.19.0 and Microsoft.Azure.Devices.Client to version 1.23.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 ([dcebcd1])(https://github.com/Azure/iotedge/commit/dcebcd1a423b8963750feb7ba3f317c176bc6db9) + +## Edge Agent +### Features +* Update Microsoft.Azure.Devices to version 1.19.0 and Microsoft.Azure.Devices.Client to version 1.23.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 ([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" } From 3d9e211f0729e3c09df0147f17ddce4ea6037e8f Mon Sep 17 00:00:00 2001 From: dylanbronson Date: Fri, 14 Feb 2020 11:26:20 -0800 Subject: [PATCH 2/4] Update changelog --- CHANGELOG.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05f4aaa1df7..40f8e39f688 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,35 +1,35 @@ -# 1.0.9-rc5 (2020-02-10) +# 1.0.9-rc5 (2020-02-14) ## Edge Hub ### Features -* Update Microsoft.Azure.Devices to version 1.19.0 and Microsoft.Azure.Devices.Client to version 1.23.0 ([3e527bc])(https://github.com/Azure/iotedge/commit/3e527bc7543ad43a1dd721992b0472f39370c81e) -* AMQP Heartbeat feature for edgeHub ([8f26e82])(https://github.com/Azure/iotedge/commit/8f26e82e74e68282cd09be7137eec37e99474ed2) +* Update Microsoft.Azure.Devices to version 1.19.0 and Microsoft.Azure.Devices.Client to version 1.23.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 ([dcebcd1])(https://github.com/Azure/iotedge/commit/dcebcd1a423b8963750feb7ba3f317c176bc6db9) +* 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 to version 1.19.0 and Microsoft.Azure.Devices.Client to version 1.23.0 ([3e527bc])(https://github.com/Azure/iotedge/commit/3e527bc7543ad43a1dd721992b0472f39370c81e) -* AMQP Heartbeat feature for edgeAgent ([daa4e54])(https://github.com/Azure/iotedge/commit/daa4e5418aa7788ebb37563bfff82a35cf397a6f) +* Update Microsoft.Azure.Devices to version 1.19.0 and Microsoft.Azure.Devices.Client to version 1.23.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 ([dcebcd1])(https://github.com/Azure/iotedge/commit/dcebcd1a423b8963750feb7ba3f317c176bc6db9) +* 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) +* 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) +* 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) From 4a3f9e8e793f8321f6906ef8586e1e6fa12e9b82 Mon Sep 17 00:00:00 2001 From: dylanbronson Date: Fri, 14 Feb 2020 11:29:46 -0800 Subject: [PATCH 3/4] fixing changelog --- CHANGELOG.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40f8e39f688..bfdfa36e68b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,35 +1,35 @@ # 1.0.9-rc5 (2020-02-14) ## Edge Hub ### Features -* Update Microsoft.Azure.Devices to version 1.19.0 and Microsoft.Azure.Devices.Client to version 1.23.0 ([3e527bc]https://github.com/Azure/iotedge/commit/3e527bc7543ad43a1dd721992b0472f39370c81e) -* AMQP Heartbeat feature for edgeHub ([8f26e82]https://github.com/Azure/iotedge/commit/8f26e82e74e68282cd09be7137eec37e99474ed2) +* Update Microsoft.Azure.Devices to version 1.19.0 and Microsoft.Azure.Devices.Client to version 1.23.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) +* 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 to version 1.19.0 and Microsoft.Azure.Devices.Client to version 1.23.0 ([3e527bc]https://github.com/Azure/iotedge/commit/3e527bc7543ad43a1dd721992b0472f39370c81e) -* AMQP Heartbeat feature for edgeAgent ([daa4e54]https://github.com/Azure/iotedge/commit/daa4e5418aa7788ebb37563bfff82a35cf397a6f) +* Update Microsoft.Azure.Devices to version 1.19.0 and Microsoft.Azure.Devices.Client to version 1.23.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) +* 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) +* 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) +* 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) From cc01ce7ae4c255b997cbb3aa7d8c5e4f3071605d Mon Sep 17 00:00:00 2001 From: dylanbronson Date: Thu, 20 Feb 2020 13:04:06 -0800 Subject: [PATCH 4/4] Update changelog --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfdfa36e68b..15a54af78c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # 1.0.9-rc5 (2020-02-14) ## Edge Hub ### Features -* Update Microsoft.Azure.Devices to version 1.19.0 and Microsoft.Azure.Devices.Client to version 1.23.0 ([3e527bc](https://github.com/Azure/iotedge/commit/3e527bc7543ad43a1dd721992b0472f39370c81e)) +* 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 @@ -13,7 +14,8 @@ ## Edge Agent ### Features -* Update Microsoft.Azure.Devices to version 1.19.0 and Microsoft.Azure.Devices.Client to version 1.23.0 ([3e527bc](https://github.com/Azure/iotedge/commit/3e527bc7543ad43a1dd721992b0472f39370c81e)) +* 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