Skip to content

2.5.5

Compare
Choose a tag to compare
@J-C-L J-C-L released this 06 Apr 21:46
· 24 commits to release_2.5.x since this release

New features

  • Adds the GG_ROOT_CA_PATH environment variable for components, so you can access the root certificate authority (CA) certificate in custom components.

Bug fixes and improvements:

  • Adds support for Windows devices that use a display language other than English
  • Updates how nucleus parses Boolean installer flags, so you can specify a Boolean flag without a value to set the value to true. For example, you can now specify --provision instead of --provision true to install with automatic resource provisioning.
  • Fixes an issue where the core device didn't report its status to the AWS IoT Greengrass cloud service after provisioning in certain scenarios
  • Additional minor fixes and improvements