Skip to content

Commit

Permalink
Prepare for Release 1.1.5 (#5427)
Browse files Browse the repository at this point in the history
Update the changelog and bump versions for release 1.1.5
  • Loading branch information
yophilav authored Aug 27, 2021
1 parent b8508cd commit 7681cae
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
# 1.1.5 (2021-08-27)
## Edge Agent
### Bug Fixes
* Fix twin pulls on reconnection between two edge devices with the same identity [c7a81c1](https://github.com/Azure/iotedge/commit/c7a81c193b901d5799f8a782b36290f8da8d6cd6)
* Update package dependency for security vulnerabilities [e7c900d](https://github.com/Azure/iotedge/commit/e7c900deb4573c7cf51e1c62c59971224e7999cd), [c347dba](https://github.com/Azure/iotedge/commit/c347dbae914d081b1994bb5da2db2efe645b5d99)
* Update base images for a security patch [0998c04](https://github.com/Azure/iotedge/commit/0998c04f9ce71fbe9ea56bd7453316fae42ec2e9)
* Update Prometheus versions to 4.2.0 [842c8c3](https://github.com/Azure/iotedge/commit/842c8c3d56e7ebc77aefd25a40bc38ffa96ba118)


## Edge Hub
### Bug Fixes
* Update package dependency for security vulnerabilities [e7c900d](https://github.com/Azure/iotedge/commit/e7c900deb4573c7cf51e1c62c59971224e7999cd), [c347dba](https://github.com/Azure/iotedge/commit/c347dbae914d081b1994bb5da2db2efe645b5d99)
* Update base images for a security patch [0998c04](https://github.com/Azure/iotedge/commit/0998c04f9ce71fbe9ea56bd7453316fae42ec2e9)
* Decouple pooled buffers functionality from `OptimizeForPerformance` flag [50027ff](https://github.com/Azure/iotedge/commit/50027ff39e22e45335c5ce5f30e0fda23d8f26be)
* Update Prometheus versions to 4.2.0 [842c8c3](https://github.com/Azure/iotedge/commit/842c8c3d56e7ebc77aefd25a40bc38ffa96ba118)


## Azure Functions Module Sample
### Bug Fixes
* Update Azure Functions packages [58cfa2b](https://github.com/Azure/iotedge/commit/58cfa2b8cea5811ff3f1a61441fd001ee6b25d69)
* Update base images for a security patch [0998c04](https://github.com/Azure/iotedge/commit/0998c04f9ce71fbe9ea56bd7453316fae42ec2e9)


## iotedged
### Bug Fixes
* Fix Rust security vulnerabilities [31b488f](https://github.com/Azure/iotedge/commit/31b488f33acbb3eeac6cdf86422b1c2785f3b92c), [8bd4fff](https://github.com/Azure/iotedge/commit/8bd4fffbb0eb5c2f2291fda4263d6c6b693571e0)
* Organize Unix and Workload socket on containers. [b7a6d10](https://github.com/Azure/iotedge/commit/b7a6d10721943012ecde657ac677cf356f5139e1)


# 1.1.4 (2021-07-05)
## Edge Agent
### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion edgelet/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.4
1.1.5
2 changes: 1 addition & 1 deletion versionInfo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.4",
"version": "1.1.5",
"build": "BUILDNUMBER",
"commit": "COMMITID"
}

0 comments on commit 7681cae

Please sign in to comment.