Skip to content

Releases: aws-greengrass/aws-greengrass-nucleus

v2.0.4

05 Feb 00:35
4da4e9b
Compare
Choose a tag to compare

Note to users:

  • Automatic provisioning using --provision true now requires iam:GetPolicy and sts:GetCallerIdentity. See
    our documentation for the full updated set of minimum permissions.

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)(328ad0a)
  • 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)(95ca6e2)
    closes #798
  • Prevent the creation of the token exchange IAM role policy if a role policy already exists. (#805)(893a8e1)
    closes #802
  • Update the configuration to remove older entries with newer timestamps when rolling back a deployment. (#824)(1a093bb)
  • Additional fixes and improvements.