AWS greengrass documentation change
Summary
Added version 2.3.15 release notes: fixes for database corruption after power outages and added startup integrity validation.
Security assessment
Changes address data reliability (corruption recovery) without evidence of security implications like unauthorized access or exploitation vectors. Focuses on resilience against hardware failures.
Diff
diff --git a/greengrass/v2/developerguide/shadow-manager-component.md b/greengrass/v2/developerguide/shadow-manager-component.md index 2dfe2c473..6220c5efc 100644 --- a//greengrass/v2/developerguide/shadow-manager-component.md +++ b//greengrass/v2/developerguide/shadow-manager-component.md @@ -1083 +1083,10 @@ Version | Changes -2.3.13 | Updates the component version for the Greengrass nucleus version 2.17.0 release. +2.3.15 | + +Bug fixes and improvements + + + * Fixes an issue where the shadow manager could stop working after a power outage corrupted its local database. + * Validates the integrity of the local database on startup and recreates the database when it detects corruption. + + +2.3.14 | Updates the component version for the Greengrass nucleus version 2.17.0 release.