Skip to content

Commit

Permalink
Prepare for Release 1.1.8 (#5780)
Browse files Browse the repository at this point in the history
Update the changelog and necessary versions for release 1.1.8
  • Loading branch information
yophilav authored Nov 2, 2021
1 parent 7e9de28 commit 54b3180
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# 1.1.8 (2021-11-02)
## iotedged
### Bug Fixes
* Fix permission denied on workload socket [53157f2](https://github.com/Azure/iotedge/commit/53157f28c55eae5058527d87e6555eab863927e4)
* IoTedge Check checks expired production certs [1baad81](https://github.com/Azure/iotedge/commit/1baad8145781bac27306ed585f23a7af0742c370)


## Edge Agent
### Bug Fixes
* Recreate edgeAgent when not Running, Stopped, or Failed [9efa300](https://github.com/Azure/iotedge/commit/9efa30091697c9617189b08b495fae8299f00787)


## Edge Hub
### Bug Fixes
* Remove WebSocket Ping KeepAlives [a346b3b](https://github.com/Azure/iotedge/commit/a346b3bf3bca5398022ba1de911ac14fbdc7b1d0)
* Detect fail-over from iot hub/sdk behavior and disconnect from hub [01cd351](https://github.com/Azure/iotedge/commit/01cd3510c54c71010845a4b770cd9d5be04719f7)
* Correct wrong path for MessageStore.cs [6c8906d](https://github.com/Azure/iotedge/commit/6c8906d468be98b37b4db60a1361682469095baa)
* Update dependency on vulnerable package [9ae0ddf](https://github.com/Azure/iotedge/commit/9ae0ddfb7b6fc5186d7c9107db2f6415819d8afe)


# 1.1.7 (2021-10-13)
## iotedged
### 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.7
1.1.8
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.7",
"version": "1.1.8",
"build": "BUILDNUMBER",
"commit": "COMMITID"
}

0 comments on commit 54b3180

Please sign in to comment.