Skip to content

Commit

Permalink
chore(release): v2.0.4 release (#843)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeDombo authored Feb 5, 2021
1 parent 00254c1 commit 4da4e9b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## v2.0.4
### New features:
* Enable HTTPS traffic over port 443. You use the new greengrassDataPlanePort configuration parameter for the nucleus component to configure HTTPS communication to travel over port 443 instead of the default port 8443. (#811)(328ad0a9)
* Add the work path recipe variable. You can use this recipe variable to get the path to components' work folders, which you can use to share files between components and their dependencies. (0fa011b)

### Bug fixes and improvements:
* Correctly handle the cancellation of a deployment that has not yet been registered successfully. (#799)(95ca6e23)
closes [#798](https://github.com/aws-greengrass/aws-greengrass-nucleus/issues/798)
* Prevent the creation of the token exchange IAM role policy if a role policy already exists. (#805)(893a8e17)
closes [#802](https://github.com/aws-greengrass/aws-greengrass-nucleus/issues/802)
* Update the configuration to remove older entries with newer timestamps when rolling back a deployment. (#824)(1a093bb5)
* Additional fixes and improvements.

0 comments on commit 4da4e9b

Please sign in to comment.