-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the nitro-cli version to 1.2.3 for a new release. Signed-off-by: Costin Lupu <[email protected]>
- Loading branch information
1 parent
001ec4f
commit bc9c0b8
Showing
5 changed files
with
459 additions
and
118 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.2.2" | ||
version = "1.2.3" | ||
authors = ["The AWS Nitro Enclaves Team <[email protected]>"] | ||
edition = "2018" | ||
license = "Apache-2.0" | ||
|
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
|
||
Summary: AWS Nitro Enclaves tools for managing enclaves | ||
Name: aws-nitro-enclaves-cli | ||
Version: 1.2.2 | ||
Version: 1.2.3 | ||
Release: 0%{?dist} | ||
|
||
License: Apache 2.0 | ||
|
@@ -195,6 +195,16 @@ fi | |
%{ne_include_dir}/* | ||
|
||
%changelog | ||
* Wed Jan 31 2024 Costin Lupu <[email protected]> - 1.2.3-0 | ||
- Dependencies updates: base64 bindgen chrono env_logger flexi_logger futures | ||
idna inotify libc log nix num-traits openssl page_size rand rustix serde | ||
serde_json serde_yaml shlex signal-hook tempfile tokio url vmm-sys-util vsock | ||
- Fix clippy errors and warnings after updates | ||
- Added dependabot support | ||
- Improve help text of the memory argument | ||
- Use public containers in tests | ||
- Update and refactor run_tests.sh | ||
|
||
* Tue Mar 07 2023 Petre Eftime <[email protected]> - 1.2.2-0 | ||
- update third party crates license file | ||
- update clap | ||
|
Oops, something went wrong.