Skip to content

Commit 16fe45f

Browse files
authored
nitro-cli: Update Cargo.lock/.toml and RPM spec for 1.2.1 release (aws#414)
Update the nitro-cli version to 1.2.1 for a new release. Signed-off-by: Andra Paraschiv <[email protected]> Signed-off-by: Andra Paraschiv <[email protected]>
1 parent 17f146f commit 16fe45f

File tree

5 files changed

+32
-6
lines changed

5 files changed

+32
-6
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nitro-cli"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
authors = ["The AWS Nitro Enclaves Team <[email protected]>"]
55
edition = "2018"
66
license = "Apache-2.0"

SPECS/aws-nitro-enclaves-cli.spec

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2020-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
1+
# Copyright 2020-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

44
%define ne_name nitro_enclaves
@@ -17,7 +17,7 @@
1717

1818
Summary: AWS Nitro Enclaves tools for managing enclaves
1919
Name: aws-nitro-enclaves-cli
20-
Version: 1.2.0
20+
Version: 1.2.1
2121
Release: 0%{?dist}
2222

2323
License: Apache 2.0
@@ -192,6 +192,32 @@ fi
192192
%{ne_include_dir}/*
193193

194194
%changelog
195+
* Tue Oct 25 2022 Andra Paraschiv <[email protected]> - 1.2.1-0
196+
- Fix nitro-cli debug mode, when using attach_console and debug_mode options.
197+
- Refactor Dockerfiles for faster builds and remove duplication.
198+
- Mock input in nitro-cli unit tests to allow running them on systems without
199+
Nitro Enclaves support or having various CPU configurations.
200+
- Refactor console disconnect timeout feature.
201+
- Fix race condition in nitro-cli on command dispatch.
202+
- Allow NITRO_CLI_INSTALL_DIR to be overriden in nitro-cli-env.sh.
203+
- Use aws-nitro-enclaves-image-format crate.
204+
- Allow NITRO_CLI_INSTALL_DIR be set for path to allocator.yaml.
205+
- Use DOCKER_HOST env variable properly when interacting with the shiplift
206+
library.
207+
- Update linuxkit blobs to v0.8+.
208+
- Create driver-bindings crate with static bindings for the Nitro Enclaves
209+
kernel driver.
210+
- Remove custom metadata structure restriction for EIF images.
211+
- Add symlinks for the blobs used by the command executer sample.
212+
- Fix clippy warnings.
213+
- Bump Rust version to 1.58.1.
214+
- Bump socket2 from 0.3.11 to 0.3.19 in vsock_proxy.
215+
- Bump smallvec from 0.6.13 to 0.6.14 in vsock_proxy.
216+
- Update clap crate to 3.2.
217+
- Update nitro-cli crates dependencies to the latest version.
218+
- Fix broken nitro-cli enclave proc doctest.
219+
- Fix typos in the nitro-cli documentation.
220+
195221
* Tue Feb 22 2022 Eugene Koira <[email protected]> - 1.2.0-0
196222
- Add support of building EIF with custom name, version and metadata.
197223
- Add support of checking EIF metadata within describe-eif and describe-enclave commands.

THIRD_PARTY_LICENSES_RUST_CRATES.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sources

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
241f8e32c95e600497f6323d651e8a9261c05875 nitro-cli-dependencies.tar.gz
1+
e3bac0b52a34864c0d3a425dea02f37dd8d6c6c4 nitro-cli-dependencies.tar.gz

0 commit comments

Comments
 (0)