-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): v2.0.4 release (#843)
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |