-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nitro-cli: Update Cargo.lock/.toml and RPM spec for 1.1.0 release (#324)
Update the nitro-cli version to 1.1.0 for a new release. Signed-off-by: Andra Paraschiv <[email protected]>
- Loading branch information
Showing
4 changed files
with
28 additions
and
4 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "nitro-cli" | ||
version = "1.0.12" | ||
version = "1.1.0" | ||
authors = ["Alexandru Gheorghe <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
|
||
Summary: AWS Nitro Enclaves tools for managing enclaves | ||
Name: aws-nitro-enclaves-cli | ||
Version: 1.0.12 | ||
Version: 1.1.0 | ||
Release: 0%{?dist} | ||
|
||
License: Apache 2.0 | ||
|
@@ -192,6 +192,30 @@ fi | |
%{ne_include_dir}/* | ||
|
||
%changelog | ||
* Thu Oct 28 2021 Andra Paraschiv <[email protected]> - 1.1.0-0 | ||
- Update the enclave image blobs e.g. enclave kernel and NSM driver, to include | ||
the hwrng functionality from the NSM driver for entropy seeding. | ||
- Exit if the hugepages configuration fails in the nitro-enclaves-allocator | ||
service. | ||
- Update the enclave boot timeout logic to consider the enclave image size. | ||
- Verify the signing certificate of the enclave image and add explicit error | ||
handling. | ||
- Add pcr command in the nitro-cli. | ||
- Add support for enclave name in the nitro-cli commands. | ||
- Add describe-eif command in the nitro-cli. | ||
- Set correct group ownership for /dev/nitro_enclaves in the nitro-cli spec. | ||
- Add --disconnect-timeout option to console command. | ||
- Add pylint fixes to the nitro-cli tests. | ||
- Update cargo-about and cargo-audit in the nitro-cli CI. | ||
- Update tar and hyper crates in the nitro-cli. | ||
- Fix remote server's matching against allowlist for vsock proxy. | ||
- Add refs for Nitro CLI install from sources on a set of Linux distros in the | ||
nitro-cli docs. | ||
- Update references to the AWS Nitro Enclaves COSE crate in the nitro-cli docs. | ||
- Update vsock proxy configuration file location in the vsock proxy README. | ||
- Update command executer sample README to reflect current state. | ||
- Update Nitro CLI README to include information about enclave disk space. | ||
|
||
* Thu Jul 15 2021 Alexandru Gheorghe <[email protected]> - 1.0.12-0 | ||
- Fix build-enclave when docker contains ENTRYPOINT command. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters