Skip to content

Commit

Permalink
Prepare 1.2.3 release
Browse files Browse the repository at this point in the history
Update the nitro-cli version to 1.2.3 for a new release.

Signed-off-by: Costin Lupu <[email protected]>
  • Loading branch information
clupuishere committed Jan 31, 2024
1 parent 001ec4f commit bc9c0b8
Show file tree
Hide file tree
Showing 5 changed files with 459 additions and 118 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.2.2"
version = "1.2.3"
authors = ["The AWS Nitro Enclaves Team <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down
12 changes: 11 additions & 1 deletion SPECS/aws-nitro-enclaves-cli.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading

0 comments on commit bc9c0b8

Please sign in to comment.