Skip to content

Commit

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

## 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 Apr 1, 2022
1 parent 1e47b00 commit 4bbfdb9
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# 1.2.9 (2021-04-04)
## Edge Agent
### Bug Fixes
* Dev identity issues when switching identities ( [fb8d034](https://github.com/Azure/iotedge/commit/fb8d034626e43c413371274d7f9f685617c5b03f) )
* Update regex to 1.5.5 ( [cb20b6b](https://github.com/Azure/iotedge/commit/cb20b6b2aca25ca09e58713e35e116879e323be3) )
* Device product information ( [477814d](https://github.com/Azure/iotedge/commit/477814d9caaeba0c5318e418d1b44ddfc5206249) )


## Edge Hub
### Bug Fixes
* AMQP CBS token message dispose ( [8670979](https://github.com/Azure/iotedge/commit/86709794fd42149368d632ef534f82c56db3ad79) )
* Dev identity issues when switching identities ( [fb8d034](https://github.com/Azure/iotedge/commit/fb8d034626e43c413371274d7f9f685617c5b03f) )


## aziot-edge
### Bug Fixes
* Update tokio, rayon, and crossbeam to latest compatible versions( [d468058](https://github.com/Azure/iotedge/commit/d468058d294453feebc92870f0f7cae7a6ca4a3d), [a0f148e](https://github.com/Azure/iotedge/commit/a0f148e88c82ff42ba1852b8a8f23fee0882075c) )
* Update regex to 1.5.5 ( [cb20b6b](https://github.com/Azure/iotedge/commit/cb20b6b2aca25ca09e58713e35e116879e323be3) )
* Device product information ( [477814d](https://github.com/Azure/iotedge/commit/477814d9caaeba0c5318e418d1b44ddfc5206249) )


# 1.2.8 (2021-02-24)
## 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.2.8
1.2.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.2.8",
"version": "1.2.9",
"build": "BUILDNUMBER",
"commit": "COMMITID"
}

0 comments on commit 4bbfdb9

Please sign in to comment.