Skip to content

Releases: aws/aws-nitro-enclaves-cli

v1.4.3

26 Aug 09:27

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.2...v1.4.3

v1.4.2

19 Mar 14:30

Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.4.2

v1.4.1

18 Mar 15:27

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.4.1

v1.4.0

31 Jan 15:01

Choose a tag to compare

What's Changed

Full Changelog: v1.3.4...v1.4.0

v1.3.4

21 Oct 16:18

Choose a tag to compare

What's Changed

Full Changelog: v1.3.3...v1.3.4

Release v1.3.3

06 Sep 15:29

Choose a tag to compare

What's Changed

Full Changelog: v1.3.2...v1.3.3

Release v1.3.2

26 Jul 08:55

Choose a tag to compare

What's Changed

  • scripts/run_tests.sh: Add check dependencies by @foersleo in #625
  • blobs: Update linuxkit binaries to version based on v1.2.0 by @foersleo in #626
  • clippy: resolve build errors for Rust 1.79 by @eugkoira in #630
  • nitro-cli: Update enclave boot timeout based on allocated memory by @mariusknaust in #633

Full Changelog: v1.3.1...v1.3.2

Release v1.3.1

06 Jun 22:44

Choose a tag to compare

  • vsock-proxy: Bump version to 1.0.1
  • vsock_proxy: Use system-configured nameservers for DNS resolution
  • Update init blob to support user namespaces
  • clippy: resolve build errors for Rust 1.78

Full Changelog: https://github.com/aws/aws-nitro-enclaves-cli/compare/v1.3.0..v1.3.1

Release v1.3.0

26 Apr 13:10

Choose a tag to compare

This release focuses on resolving two critical issues:
the vsock-proxy DNS lookup limitation (#553) and the compatibility
problem with Docker versions 25 and later (#591). Furthermore, it
updates several important crate dependencies to their latest
versions.

  • cargo: Update cargo.lock to eliminate build failures
  • build(deps): bump base64 from 0.21.4 to 0.22.0
  • build(deps): bump tokio from 1.28.2 to 1.32.0
  • fix(deps): downgrade crate versions due to compatibility issues
  • version: Release vsock_proxy v1.0.0
  • vsock_proxy: Introduce DnsResolutionInfo type
  • vsock_proxy: add tests
  • vsock_proxy: change function's signature
  • clippy/cargo: resolve build errors and warnings
  • vsock_proxy: Perform DNS resolution after the expiration of the TTL
  • vsock_proxy: Handle allowlisting out of Proxy
  • vsock_proxy: rename starter.rs
  • vsock_proxy: Refactor DNS-related functionality
  • vsock_proxy: refactor
  • cargo: Upgrade num-derive to v0.4
  • enclave_build: Extract stream output handling
  • enclave_build: Refactor docker.rs for consistent Runtime creation
  • enclave_build: Extract build_tarball method
  • enclave_build: Extract parse_docker_host method
  • enclave_build: Extract inspect method
  • enclave_build: Add more tests
  • fix: Switch to bollard for docker API interaction
  • ci: use cargo-about v0.5.0
  • ci: disable automatic license file generation
  • enclave_build: fix clippy failure
  • build(deps): bump inotify from 0.10.0 to 0.10.2
  • build(deps): bump dns-lookup from 1.0.8 to 2.0.3
  • vsock_proxy: set log level to warn
  • github: update the action version
  • clippy: eliminate warnings & errors
  • rust: msrv version bump
  • build(deps): bump mio from 0.8.6 to 0.8.11
  • docs: Correct image signing manual

Release 1.2.3

31 Jan 16:42

Choose a tag to compare

  • 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