Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update changelog with 1.2.0 updates #231

Merged
merged 1 commit into from
Nov 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down