Skip to content

Commit

Permalink
Updating version for 1.0.9 release and changelog (#2702)
Browse files Browse the repository at this point in the history
Updating changelog and version for 1.0.9 release. Forgot to do this in the last PR, and adding a previous bug fix description in 1.0.9-rc6.
  • Loading branch information
dylanbronson authored Mar 17, 2020
1 parent 5ec4371 commit 1f7cf6a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@
# 1.0.9-rc6 (2020-02-29)
## Edge Hub
### Bug Fixes
Hotfix [Linux ARM32 and ARM64 security vulnerability](https://lists.ubuntu.com/archives/ubuntu-security-announce/2020-January/005286.html) by updating base dotnet core runtime images ([fa634ef](https://github.com/Azure/iotedge/commit/fa634efccdc9694e611d97c4dd57a44ad9b742bb))
* Hotfix [Linux ARM32 and ARM64 security vulnerability](https://lists.ubuntu.com/archives/ubuntu-security-announce/2020-January/005286.html) by updating base dotnet core runtime images ([fa634ef](https://github.com/Azure/iotedge/commit/fa634efccdc9694e611d97c4dd57a44ad9b742bb))
* Use LogLevel to limit RocksDB LOG file size ([c984f63](https://github.com/Azure/iotedge/commit/c984f6330daec8800e6887f666036df5bdc7ec68))

## Edge Agent
### Bug Fixes
Hotfix [Linux ARM32 and ARM64 security vulnerability](https://lists.ubuntu.com/archives/ubuntu-security-announce/2020-January/005286.html) by updating base dotnet core runtime images ([fa634ef](https://github.com/Azure/iotedge/commit/fa634efccdc9694e611d97c4dd57a44ad9b742bb))
* Hotfix [Linux ARM32 and ARM64 security vulnerability](https://lists.ubuntu.com/archives/ubuntu-security-announce/2020-January/005286.html) by updating base dotnet core runtime images ([fa634ef](https://github.com/Azure/iotedge/commit/fa634efccdc9694e611d97c4dd57a44ad9b742bb))
* Use LogLevel to limit RocksDB LOG file size ([c984f63](https://github.com/Azure/iotedge/commit/c984f6330daec8800e6887f666036df5bdc7ec68))

# 1.0.9-rc5 (2020-02-14)
## 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-rc6"
image: "mcr.microsoft.com/azureiotedge-agent:1.0.9"
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~rc6
1.0.9
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-rc6",
"version": "1.0.9",
"build": "BUILDNUMBER",
"commit": "COMMITID"
}

0 comments on commit 1f7cf6a

Please sign in to comment.