Skip to content

Commit

Permalink
Prepare for 1.0.9-rc5 release (#2534)
Browse files Browse the repository at this point in the history
* Prepping for 1.0.9 release
Updating changelog and version
  • Loading branch information
dylanbronson authored Feb 21, 2020
1 parent 04f752e commit 97a4d23
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 3 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion edgelet/contrib/config/windows/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}

###############################################################################
Expand Down
2 changes: 1 addition & 1 deletion edgelet/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.9~rc4
1.0.9~rc5
2 changes: 1 addition & 1 deletion versionInfo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.9-rc4",
"version": "1.0.9-rc5",
"build": "BUILDNUMBER",
"commit": "COMMITID"
}

0 comments on commit 97a4d23

Please sign in to comment.