-
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.
Signed-off-by: Petre Eftime <[email protected]>
- Loading branch information
1 parent
249fed5
commit 4ccc639
Showing
5 changed files
with
36 additions
and
5 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.1" | ||
version = "1.2.2" | ||
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 |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
|
||
Summary: AWS Nitro Enclaves tools for managing enclaves | ||
Name: aws-nitro-enclaves-cli | ||
Version: 1.2.1 | ||
Version: 1.2.2 | ||
Release: 0%{?dist} | ||
|
||
License: Apache 2.0 | ||
|
@@ -192,6 +192,37 @@ fi | |
%{ne_include_dir}/* | ||
|
||
%changelog | ||
* Tue Mar 07 2023 Petre Eftime <[email protected]> - 1.2.2-0 | ||
- update third party crates license file | ||
- update clap | ||
- update bindgen | ||
- update cpufeatures | ||
- update chrono | ||
- update tempfile | ||
- update hyper | ||
- Fix fmt issues | ||
- Fix clippy issues after tokio update. | ||
- build(deps): bump tokio from 1.18.4 to 1.18.5 | ||
- ci: reserve 2 cpus, not specific cpus | ||
- ci: mark logs as plaintext | ||
- CI: prevent tests from getting stuck | ||
- CI: use get-login-password instead of get-login | ||
- build(deps): bump tokio from 1.17.0 to 1.18.4 | ||
- clippy: fix minor issue | ||
- cli/enclave_proc: handle EINTR for epoll_wait() | ||
- use ubuntu from the public ECR gallery | ||
- Update THIRD_PARTY_LICENSES_RUST_CRATES.html | ||
- nitro-enclaves-allocator: Set local language to English | ||
- do not re-run Actions checks during tests | ||
- add license checks | ||
- add audit step | ||
- ci: add workflows build, clippy and format workflows | ||
- fix clippy::explicit_auto_deref | ||
- fix clippy::partialeq_to_none | ||
- regenerate driver-bindings with Default | ||
- enclave_build: Fix clippy warning (clippy::needless_borrow) | ||
- vsock-proxy: Add "ap-southeast-3" endpoints to config | ||
|
||
* Tue Oct 25 2022 Andra Paraschiv <[email protected]> - 1.2.1-0 | ||
- Fix nitro-cli debug mode, when using attach_console and debug_mode options. | ||
- Refactor Dockerfiles for faster builds and remove duplication. | ||
|
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 +1 @@ | ||
536f0b4c4e9c9687bb93be980918f00e63fb9b45 nitro-cli-dependencies.tar.gz | ||
4e96c6c0307d915245dd3f0f19ab09faf9bd0f2f nitro-cli-dependencies.tar.gz |