Skip to content

Releases: aws-greengrass/aws-greengrass-nucleus

2.13.0

27 Aug 03:06
Compare
Choose a tag to compare

Bugs and improvements:

  • Cancel deployment improvements - deployments can now be cancelled while new configuration is being merged and while waiting for services to start

New features:

  • Support FIPS endpoint in Nucleus

2.12.6

25 May 03:19
Compare
Choose a tag to compare

Bug fixes and improvements

  • Fixes an issue that could cause a crash at startup on certain ARMv8 processors, including the Jetson Nano

2.12.5

26 Apr 16:09
Compare
Choose a tag to compare

Bug fixes and improvements

  • Fixes an issue that deployment rollback occasionally gets stuck when rolling back a previously broken component with hard dependencies.
  • Fixes an issue where the nucleus does not publish status updates after fleet provisioning (this happens for version 2.12.4 only, customers using fleet provisioning should avoid Nucleus version 2.12.4)
  • Adds retries for GetDeploymentConfiguration API on 404 errors

2.12.4

02 Apr 22:59
Compare
Choose a tag to compare

Bug fixes and improvements

  • Fixes an issue where Nucleus could enter a deadlock condition during startup on memory constrained devices.

2.12.3

27 Mar 20:19
Compare
Choose a tag to compare

Bug fixes and improvements

  • Fixes an issue where Nucleus does not send component status change update when a component recovers from errored state or during restart.

2.12.2

15 Feb 23:07
Compare
Choose a tag to compare

Bug Fix and Improvements

  1. Fixes an issue where old logs were not cleaned up properly
  2. General bug fixes and improvements.

2.12.1

07 Dec 19:21
Compare
Choose a tag to compare

Bug fixes and improvements

  • Fixes an issue where Nucleus may duplicate MQTT subscriptions to deployment topics leading to additional logging and MQTT publishes

2.12.0

07 Nov 23:15
a7c4fa2
Compare
Choose a tag to compare

New features

  • Add Deployment rollback bootstrap on failure feature. When a deployment fails, the previous version of the component bootstrap lifecycle will run again during a rollback deployment.

2.11.3

18 Oct 20:49
Compare
Choose a tag to compare

Greengrass nucleus 2.11.3

New features

  • S3 endpoint configurability

Bug Fixes

  • Fixes an issue where Nucleus may improperly start a component when its dependencies fail

2.11.2

10 Aug 00:04
Compare
Choose a tag to compare

Greengrass nucleus 2.11.2

Bug fixes and improvements

  • Fixes an issue in the nucleus MQTT 5 client where it may appear offline when a large number (more than 50) of subscriptions are in use.
  • Adds a retry for the docker dial TCP failure.