v1.2.0
-
Upgraded EIF to version 4 containing metadata section.
-
Users can now assign image name and version with
--image-name
and--image-version
options when building EIF images. Custom json metadata file can be attached with--metadata
option. -
Users can view custom and auto-generated metadata when calling
describe-eif
command ordescribe-enclaves
command with--metadata
option. -
Users can now attach to a debug enclave console immediately after calling
run-enclave
with--attach-console
option. -
Updated nix crate to v0.23, vsock crate to v0.2, base64 crate to v0.13 and hex crate to v0.4.
-
Documentation updates
- Update Nitro CLI README to include new distros with Nitro Enclaves kernel driver available.
- Update Nitro CLI README to include references to official documentation.