Skip to content

Commit

Permalink
nitro-cli: Update Cargo.lock/.toml and RPM spec for 1.1.0 release (#324)
Browse files Browse the repository at this point in the history
Update the nitro-cli version to 1.1.0 for a new release.

Signed-off-by: Andra Paraschiv <[email protected]>
  • Loading branch information
andraprs authored Oct 28, 2021
1 parent 5d8f807 commit 4fcf25d
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
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"

Expand Down
26 changes: 25 additions & 1 deletion SPECS/aws-nitro-enclaves-cli.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion THIRD_PARTY_LICENSES_RUST_CRATES.html
Original file line number Diff line number Diff line change
Expand Up @@ -3553,7 +3553,7 @@ <h3 id="Apache-2.0">Apache License 2.0</h3>
<h4>Used by:</h4>
<ul class="license-used-by">

<li><a href=" https://crates.io/crates/nitro-cli ">nitro-cli 1.0.12</a></li>
<li><a href=" https://crates.io/crates/nitro-cli ">nitro-cli 1.1.0</a></li>

</ul>
<pre class="license-text">
Expand Down

0 comments on commit 4fcf25d

Please sign in to comment.