AWS greengrass documentation change
Summary
Added release notes for Greengrass Nucleus v2.14.3 with bug fixes and improvements
Security assessment
Bug fixes include component lifecycle and logging improvements but do not explicitly address security vulnerabilities.
Diff
diff --git a/greengrass/v2/developerguide/greengrass-nucleus-component.md b/greengrass/v2/developerguide/greengrass-nucleus-component.md index 78ea8ba8d..82e554742 100644 --- a//greengrass/v2/developerguide/greengrass-nucleus-component.md +++ b//greengrass/v2/developerguide/greengrass-nucleus-component.md @@ -892,0 +893,9 @@ The following table describes the changes in each version of the component. +2.14.3 | Bug fixes and improvements + + * Allows the token exchange service to restart on port configuration changes. + * Fixes an issue where fleet status service doesn't send component status change messages for unpinned lambdas if they aren't triggered. + * Fixes an issue where components aren't gracefully shutdown when a new component version is deployed. + * Fixes an issue where built-in plugins’ injection hooks are executed twice resulting in extra lifecycle events and duplicate logging. + * Improves component lifecycle logging on Windows devices. + +