From 588be279852f552ffd3631dce3fea13d63e2fea6 Mon Sep 17 00:00:00 2001 From: patrzhan <139926810+patrzhan@users.noreply.github.com> Date: Fri, 10 Nov 2023 15:54:42 -0800 Subject: [PATCH] chore: update changelog with 1.2.0 updates (#231) --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bbded87..b17a7f5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## v1.2.0 +### New features +* Added network related steps to configure MQTT and internet network connectivity during tests. +* Added system metric steps to monitor device RAM and CPU use. + +### Bug fixes and improvements +* Greengrass local CLI deployment step will retry until it succeeds. +* Tests gracefully stop Nucleus instead of killing it. +* Polls the IoT Credential endpoint until credentials are retrievable for the thing and role alias. +* Fixed bugs relating to missing artifacts and recipe directories, and missing component versions. +* No longer fails during docker image cleanup if the docker image does not exist. +* Add CURRENT keyword as version of component. + ## v1.1.0 ### New features * Adds the ability to install a custom component with configuration. This requires recipe for the custom component.