Skip to content

Commit

Permalink
Prepare for release 1.0.9 (#2917)
Browse files Browse the repository at this point in the history
Prepare for release 1.0.9
* Update [Windows IoT Core ARM32 version compatibility issue](https://support.microsoft.com/en-us/help/4542617/you-might-encounter-issues-when-using-windows-server-containers-with-t) to OS version 10.0.17763.1158 ([3f42583](3f42583))
* Update [Windows Server 2019 AMD64 version compatibility issue](https://support.microsoft.com/en-us/help/4542617/you-might-encounter-issues-when-using-windows-server-containers-with-t) to tag version 2.1.17-nanoserver-1809 ([9552413](9552413))
* Hotfix [Linux AMD64 security vulnerability](https://people.canonical.com/~ubuntu-security/cve/2020/CVE-2020-1967.html) by updating the dotnet core runtime image to use 2.1.17-alpine3.11 ([9c3d240](9c3d240))
  • Loading branch information
yophilav authored May 11, 2020
1 parent 9552413 commit 9161dc8
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# 1.0.9.1 (2020-05-11)
## Edge Agent
### Bug Fixes
* Update [Windows IoT Core ARM32 version compatibility issue](https://support.microsoft.com/en-us/help/4542617/you-might-encounter-issues-when-using-windows-server-containers-with-t) to OS version 10.0.17763.1158 ([3f42583](https://github.com/Azure/iotedge/commit/3f425836720c07b522da19bf582351e1afba4bf6))
* Update [Windows Server 2019 AMD64 version compatibility issue](https://support.microsoft.com/en-us/help/4542617/you-might-encounter-issues-when-using-windows-server-containers-with-t) to tag version 2.1.17-nanoserver-1809 ([9552413](https://github.com/Azure/iotedge/commit/9552413925b370abb74ac6a35ebf54556842fb3f))
* Hotfix [Linux AMD64 security vulnerability](https://people.canonical.com/~ubuntu-security/cve/2020/CVE-2020-1967.html) by updating the dotnet core runtime image to use 2.1.17-alpine3.11 ([9c3d240](https://github.com/Azure/iotedge/commit/9c3d240eb733ae5d6b3fc3dd1a5a6b2b94275b96))

## Edge Hub
### Bug Fixes
* Update [Window IoT Core ARM32 version compatibility issue](https://support.microsoft.com/en-us/help/4542617/you-might-encounter-issues-when-using-windows-server-containers-with-t) to OS version 10.0.17763.1158 ([3f42583](https://github.com/Azure/iotedge/commit/3f425836720c07b522da19bf582351e1afba4bf6))
* Update [Windows Server 2019 AMD64 version compatibility issue](https://support.microsoft.com/en-us/help/4542617/you-might-encounter-issues-when-using-windows-server-containers-with-t) to tag version 2.1.17-nanoserver-1809 ([9552413](https://github.com/Azure/iotedge/commit/9552413925b370abb74ac6a35ebf54556842fb3f))
* Hotfix [Linux AMD64 security vulnerability](https://people.canonical.com/~ubuntu-security/cve/2020/CVE-2020-1967.html) by updating the dotnet core runtime image to use 2.1.17-alpine3.11 ([9c3d240](https://github.com/Azure/iotedge/commit/9c3d240eb733ae5d6b3fc3dd1a5a6b2b94275b96))

## Other Module Images
### Bug Fixes
* Update [Window IoT Core ARM32 version compatibility issue](https://support.microsoft.com/en-us/help/4542617/you-might-encounter-issues-when-using-windows-server-containers-with-t) to OS version 10.0.17763.1158 ([3f42583](https://github.com/Azure/iotedge/commit/3f425836720c07b522da19bf582351e1afba4bf6))
* Update [Windows Server 2019 AMD64 version compatibility issue](https://support.microsoft.com/en-us/help/4542617/you-might-encounter-issues-when-using-windows-server-containers-with-t) to tag version 2.1.17-nanoserver-1809 ([9552413](https://github.com/Azure/iotedge/commit/9552413925b370abb74ac6a35ebf54556842fb3f))
* Hotfix [Linux AMD64 security vulnerability](https://people.canonical.com/~ubuntu-security/cve/2020/CVE-2020-1967.html) by updating the dotnet core runtime image to use 2.1.17-alpine3.11 ([9c3d240](https://github.com/Azure/iotedge/commit/9c3d240eb733ae5d6b3fc3dd1a5a6b2b94275b96))

## iotedged
### Bug fixes
* Update Support Bundle timestamp ([a8f0f62](https://github.com/Azure/iotedge/commit/a8f0f6241223def4a82aaaec01a98102cecca1b7))

# 1.0.9 (2020-03-18)
## Edge Hub
### 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 @@ -160,7 +160,7 @@ agent:
type: "docker"
env: {}
config:
image: "mcr.microsoft.com/azureiotedge-agent:1.0.9"
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.9
1.0.9.1
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",
"version": "1.0.9.1",
"build": "BUILDNUMBER",
"commit": "COMMITID"
}

0 comments on commit 9161dc8

Please sign in to comment.