Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.3.4"
version = "1.4.0"
authors = ["The AWS Nitro Enclaves Team <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down
13 changes: 12 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.3.4
Version: 1.4.0
Release: 0%{?dist}

License: Apache 2.0
Expand Down Expand Up @@ -195,6 +195,17 @@ fi
%{ne_include_dir}/*

%changelog
* Fri Jan 31 2025 Mark Kirichenko <[email protected]> - 1.4.0-0
- nitro-cli: allow to use KMS keys to sign EIFs during build
- nitro-cli: add command to sign pre-built EIFs
- rust: bump MSRV to 1.71
- build(deps): bump idna to 1.0.3
- build(deps): replace yaml-rust with yaml-rust2
- build(deps): replace serde_cbor with ciborium
- build(deps): bump Clap to 4.4
- ci: unpin version for cargo-audit
- ci: add Unicode-3.0 and OpenSSL to allowed licenses

* Mon Oct 21 2024 Leonard Foerster <[email protected]> - 1.3.4-0
- blobs: Update linuxkit to version 1.5.2

Expand Down
Loading