Skip to content

Commit

Permalink
v2.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rawalexe authored and archigup committed Jan 28, 2025
1 parent 5a5dd5b commit 6d9e941
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 80 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ corebus. This table identifies the corebus component that does the work.
| GetLocalDeploymentStatus | _Future_ |
| ListLocalDeployments | _Future_ |
| ListComponents | _Future_ |
| ValidateAuthorizationToken | _Future_ |
| ValidateAuthorizationToken | ggipcd |
| CreateDebugPassword | _Future_ |
| PauseComponent | _Future_ |
| ResumeComponent | _Future_ |
Expand Down
18 changes: 14 additions & 4 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Release Notes v2.0.1

This is a minor release that adds the missing features to support default recipe
of Stream manager v2.2.0.

## New with this release

- Add recipe variable interpolation to greengrass recipe's timeout section
- Add support for ValidateAuthorizationToken IPC command for stream manager
- Fix warnings from Fleet provisioning
- Add retry and backoff to jobs listener

# Release Notes v2.0.0 (Dec 16 2024)

This is the first release of the Greengrass nucleus lite. It aims to be
Expand Down Expand Up @@ -37,9 +49,7 @@ This is the first release of Greengrass nucleus lite.

## Known issues

The differences between Greengrass nucleus lite and Greengrass nucleus along
with the currently known issues can be found in the
[KNOWN_ISSUES](./docs/KNOWN_ISSUES.md) document. For an updated list of
issues/feature requests, please take a look at GitHub issues in the repository.
For an updated list of issues/feature requests, please take a look at GitHub
issues in the repository.

We welcome you to create an issue to report bugs or suggest features.
74 changes: 0 additions & 74 deletions docs/KNOWN_ISSUES.md

This file was deleted.

2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0
2.0.1

0 comments on commit 6d9e941

Please sign in to comment.