Skip to content

Commit

Permalink
Roll to version 1.0.7-rc2 (Azure#1072)
Browse files Browse the repository at this point in the history
  • Loading branch information
myagley authored Apr 10, 2019
1 parent cd599e4 commit 03dff5f
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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 @@ -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: {}

###############################################################################
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.7~rc1
1.0.7~rc2
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.7-rc1",
"version": "1.0.7-rc2",
"build": "BUILDNUMBER",
"commit": "COMMITID"
}

0 comments on commit 03dff5f

Please sign in to comment.