Skip to content

Commit

Permalink
Prepare 1.0.6 release (#775)
Browse files Browse the repository at this point in the history
  • Loading branch information
myagley authored Jan 31, 2019
1 parent 5f88821 commit 8288bc9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 1.0.6 (2019-01-17)
# 1.0.6 (2019-01-31)
* Stability and reliability fixes

## Edge Agent
Expand All @@ -19,6 +19,7 @@
* Use HTTPS proxy on Linux and Windows ([eb75f34](https://github.com/Azure/iotedge/commit/eb75f346e19a21953c46f6cc0c2a4c77115d13e9))
* Allow modules on Edge devices with no device scope to connect to Edge Hub ([761254f](https://github.com/Azure/iotedge/commit/761254fa948d95d6de022c6b3c3e5c8e77594679))
* Handle clients with special characters ([82ce72e](https://github.com/Azure/iotedge/commit/82ce72e49a20bdd4feec417c2f7c021af8fc55c4))
* Fix potential for dropped messages when device is rebooted ([88fd5ab](https://github.com/Azure/iotedge/commit/88fd5abc2a817d32adda1338685c0f1f9e1ff744))

## iotedged
### Bug Fixes
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 @@ -71,7 +71,7 @@ agent:
type: "docker"
env: {}
config:
image: "mcr.microsoft.com/azureiotedge-agent:1.0.6-rc1"
image: "mcr.microsoft.com/azureiotedge-agent:1.0"
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.6~rc1
1.0.6
2 changes: 1 addition & 1 deletion scripts/windows/setup/IotEdgeSecurityDaemon.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ function Get-SecurityDaemon {
$edgeArchivePath =
Download-File `
-Description 'IoT Edge security daemon' `
-Url 'https://aka.ms/iotedged-windows-rc' `
-Url 'https://aka.ms/iotedged-windows-latest' `
-DownloadFilename 'iotedged-windows.zip' `
-LocalCacheGlob '*iotedged-windows*' `
-Delete ([ref] $deleteEdgeArchive)
Expand Down
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.6-rc1",
"version": "1.0.6",
"build": "BUILDNUMBER",
"commit": "COMMITID"
}

0 comments on commit 8288bc9

Please sign in to comment.