Skip to content

Commit

Permalink
Prepare for Release 1.1.11 (#6171)
Browse files Browse the repository at this point in the history
Prepare for Release 1.1.11

## Azure IoT Edge PR checklist:

This checklist is used to make sure that common guidelines for a pull request are followed.

### General Guidelines and Best Practices
- [x] I have read the [contribution guidelines](https://github.com/azure/iotedge#contributing).
- [x] Title of the pull request is clear and informative.
- [x] Description of the pull request includes a concise summary of the enhancement or bug fix.

### Testing Guidelines
- [x] Pull request includes test coverage for the included changes.
- Description of the pull request includes 
	- [x] concise summary of tests added/modified
	- [x] local testing done.  

### Draft PRs
- Open the PR in `Draft` mode if it is:
	- Work in progress or not intended to be merged.
	- Encountering multiple pipeline failures and working on fixes.

_Note: We use the kodiakhq bot to merge PRs once the necessary checks and approvals are in place. When it merges a PR, kodiakhq converts the PR title to the commit title, PR description to the commit description, and squashes all the commits in the PR to a single commit. The net effect is that entire PR becomes a single commit. Please follow the best practices mentioned [here](https://chris.beams.io/posts/git-commit/#:~:text=The%20seven%20rules%20of%20a%20great%20Git%20commit,what%20and%20why%20vs.%20how%20For%20example%3A%20) for the PR title and description_
  • Loading branch information
yophilav authored Mar 2, 2022
1 parent 3a24f97 commit 3c43694
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# 1.1.11 (2022-03-07)
## Edge Agent
### Bug Fixes
* Remove `BouncyCastle` Dependency [f18f057](https://github.com/Azure/iotedge/commit/f18f057013367e8fbdf24b30c2529c7e1149a691)
* Remove k8s Projects [ad08af1](https://github.com/Azure/iotedge/commit/ad08af1693dfa1f8185f351a4dfdb05e1a30f550)
* Update Base Images for a Security Patch [2395776](https://github.com/Azure/iotedge/commit/23957760bad8ce8dcbbabb97994a2618eff38fa3)
* Update `DotNetty.Common` Version [2a76f57](https://github.com/Azure/iotedge/commit/2a76f57cb60922a99472b42fe7b4d8659baf114e)


## Edge Hub
### Bug Fixes
* Remove `BouncyCastle` Dependency [f18f057](https://github.com/Azure/iotedge/commit/f18f057013367e8fbdf24b30c2529c7e1149a691)
* Update Base Images for a Security Patch [2395776](https://github.com/Azure/iotedge/commit/23957760bad8ce8dcbbabb97994a2618eff38fa3)
* Improve Certifacte Import Logging.[c9f8daa](https://github.com/Azure/iotedge/commit/c9f8daa3599a51997e5209893ab881944bd2cb8f)
* Workaround Windows-certificate import issue [4eb2bdd](https://github.com/Azure/iotedge/commit/4eb2bddeb60cfee9b98d64a29f7813efa9f94fb3) [cf22777](https://github.com/Azure/iotedge/commit/cf22777e5381cac91980c926de30474ea396e6ec)
* Fix EdgeHub does not Restart to Renew Ceritificate due to MqttProtocolHead Failed to Close [9339550](https://github.com/Azure/iotedge/commit/9339550b5b267f56f0d198e85cb80e6ab08d7532)
* Update `DotNetty.Common` Version [2a76f57](https://github.com/Azure/iotedge/commit/2a76f57cb60922a99472b42fe7b4d8659baf114e)


## iotedged
### Bug Fixes
* Update `Regex` Vulnerability [9f56fd2](https://github.com/Azure/iotedge/commit/9f56fd2b03ad1caa8a5b7e8fd10e77cdd9156b5e)
* Update `tokio`, `rayon`, and `crossbeam` [dc30b65](https://github.com/Azure/iotedge/commit/dc30b650c869595c0a028f4376dd5315eb571830)
* Replace `rand()` for Serial Numbers of New Certificates with OpenSsl's `RAND_bytes` [e8d8240](https://github.com/Azure/iotedge/commit/e8d8240253fd445f54dfd2c422d2a0a47761e8a9)


# 1.1.10 (2022-02-03)
## 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.9
1.1.11
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.10",
"version": "1.1.11",
"build": "BUILDNUMBER",
"commit": "COMMITID"
}

0 comments on commit 3c43694

Please sign in to comment.