-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add release changes in preparation for 1.0.11-0
Signed-off-by: Alexandru Gheorghe <[email protected]>
- Loading branch information
Showing
4 changed files
with
11 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.0.10" | ||
version = "1.0.11" | ||
authors = ["Alexandru Gheorghe <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
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,8 +17,8 @@ | |
|
||
Summary: AWS Nitro Enclaves tools for managing enclaves | ||
Name: aws-nitro-enclaves-cli | ||
Version: 1.0.10 | ||
Release: 1%{?dist} | ||
Version: 1.0.11 | ||
Release: 0%{?dist} | ||
|
||
License: Apache 2.0 | ||
|
||
|
@@ -190,6 +190,12 @@ fi | |
%{ne_include_dir}/* | ||
|
||
%changelog | ||
* Wed May 19 2021 Alexandru Gheorghe <[email protected]> - 1.0.11-0 | ||
- Updated documentation. | ||
- Updated dependencies to exclude deprecated crates and unused ones. | ||
- Switch vsock proxy to using IMDSv2. | ||
- Minor bug fixes. | ||
|
||
* Sat Feb 06 2021 Gabriel Bercaru <[email protected]> - 1.0.10-1 | ||
- Changed release from 0 to 1 | ||
|
||
|
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