diff --git a/CHANGELOG.md b/CHANGELOG.md index 51504c13157..88abdd0a88f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +# 1.0.7-rc2 (2019-04-10) +* `iotedge check` troubleshooting command +* Upgrade C# SDK to 1.20.0 + +## Edge Agent +### Features +* Upgrade to version 1.20.0 of the C# SDK ([50420d2](https://github.com/Azure/iotedge/commit/50420d21a4deea6827f9650ebb92fc9eaa89ea5f)) + +## Edge Hub +### Features +* Upgrade to version 1.20.0 of the C# SDK ([50420d2](https://github.com/Azure/iotedge/commit/50420d21a4deea6827f9650ebb92fc9eaa89ea5f)) + +## iotedged +### Features +* Add `iotedge check` troubleshooting command ([1d74b97](https://github.com/Azure/iotedge/commit/1d74b97e1893134d6989366145e694dedd162f0f)) +* Use CAB file for Windows installation ([ce232a8](https://github.com/Azure/iotedge/commit/ce232a8f8ef98f2b22964242ae34dc810e02672a)) + +## Simulated Temperature Sensor +### Features +* Upgrade to version 1.20.0 of the C# SDK ([50420d2](https://github.com/Azure/iotedge/commit/50420d21a4deea6827f9650ebb92fc9eaa89ea5f)) + +## Functions Binding +### Features +* Upgrade to version 1.20.0 of the C# SDK ([50420d2](https://github.com/Azure/iotedge/commit/50420d21a4deea6827f9650ebb92fc9eaa89ea5f)) + # 1.0.7-rc1 (2019-02-21) ## Edge Agent diff --git a/edgelet/contrib/config/windows/config.yaml b/edgelet/contrib/config/windows/config.yaml index 4366e76ed7d..4507a2f13e9 100644 --- a/edgelet/contrib/config/windows/config.yaml +++ b/edgelet/contrib/config/windows/config.yaml @@ -91,7 +91,7 @@ agent: type: "docker" env: {} config: - image: "mcr.microsoft.com/azureiotedge-agent:1.0.7-rc1" + image: "mcr.microsoft.com/azureiotedge-agent:1.0.7-rc2" auth: {} ############################################################################### diff --git a/edgelet/version.txt b/edgelet/version.txt index cb5b236cfdd..b842b7be5a3 100644 --- a/edgelet/version.txt +++ b/edgelet/version.txt @@ -1 +1 @@ -1.0.7~rc1 +1.0.7~rc2 diff --git a/versionInfo.json b/versionInfo.json index 838e5388323..42149e90871 100644 --- a/versionInfo.json +++ b/versionInfo.json @@ -1,5 +1,5 @@ { - "version": "1.0.7-rc1", + "version": "1.0.7-rc2", "build": "BUILDNUMBER", "commit": "COMMITID" }