AWS greengrass documentation change
Summary
Added version 2.3.0 with TPM 2.0 support for MQTT authorization, expanded OS support, and bug fixes (e.g., local deployments without internet).
Security assessment
The TPM 2.0 support directly adds security documentation for hardware-backed key storage. The 'local deployments no longer need internet access' reduces attack surface but isn't explicitly tied to a security issue.
Diff
diff --git a/greengrass/v2/developerguide/greengrass-nucleus-lite-component.md b/greengrass/v2/developerguide/greengrass-nucleus-lite-component.md index 538ff7a2b..4fd32c4bc 100644 --- a//greengrass/v2/developerguide/greengrass-nucleus-lite-component.md +++ b//greengrass/v2/developerguide/greengrass-nucleus-lite-component.md @@ -37,0 +38,2 @@ This component has the following versions: + * 2.3.x + @@ -197,0 +200,18 @@ Messages are logged to stdout and log files are handled by systemd. +2.3.0 | + +New features + + + * Support for using TPM 2.0 for IoT Core MQTT authorization. + * The sample apt packages now support more operating systems: Ubuntu 22.04, Ubuntu 24.04, Debian 12, and Debian 13. + * RestartComponent IPC is now supported. + + +Bug fixes and improvements + + + * Local deployments no longer need internet access. + * GetConfiguration has been updated to match the Greengrass Nucleus runtime behavior. (**Breaking Change**) + * General bug fixes and improvements. + +