|
1 |
| -# Copyright 2020-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. |
| 1 | +# Copyright 2020-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. |
2 | 2 | # SPDX-License-Identifier: Apache-2.0
|
3 | 3 |
|
4 | 4 | %define ne_name nitro_enclaves
|
|
17 | 17 |
|
18 | 18 | Summary: AWS Nitro Enclaves tools for managing enclaves
|
19 | 19 | Name: aws-nitro-enclaves-cli
|
20 |
| -Version: 1.2.0 |
| 20 | +Version: 1.2.1 |
21 | 21 | Release: 0%{?dist}
|
22 | 22 |
|
23 | 23 | License: Apache 2.0
|
|
192 | 192 | %{ne_include_dir}/*
|
193 | 193 |
|
194 | 194 | %changelog
|
| 195 | +* Tue Oct 25 2022 Andra Paraschiv <[email protected]> - 1.2.1-0 |
| 196 | +- Fix nitro-cli debug mode, when using attach_console and debug_mode options. |
| 197 | +- Refactor Dockerfiles for faster builds and remove duplication. |
| 198 | +- Mock input in nitro-cli unit tests to allow running them on systems without |
| 199 | + Nitro Enclaves support or having various CPU configurations. |
| 200 | +- Refactor console disconnect timeout feature. |
| 201 | +- Fix race condition in nitro-cli on command dispatch. |
| 202 | +- Allow NITRO_CLI_INSTALL_DIR to be overriden in nitro-cli-env.sh. |
| 203 | +- Use aws-nitro-enclaves-image-format crate. |
| 204 | +- Allow NITRO_CLI_INSTALL_DIR be set for path to allocator.yaml. |
| 205 | +- Use DOCKER_HOST env variable properly when interacting with the shiplift |
| 206 | + library. |
| 207 | +- Update linuxkit blobs to v0.8+. |
| 208 | +- Create driver-bindings crate with static bindings for the Nitro Enclaves |
| 209 | + kernel driver. |
| 210 | +- Remove custom metadata structure restriction for EIF images. |
| 211 | +- Add symlinks for the blobs used by the command executer sample. |
| 212 | +- Fix clippy warnings. |
| 213 | +- Bump Rust version to 1.58.1. |
| 214 | +- Bump socket2 from 0.3.11 to 0.3.19 in vsock_proxy. |
| 215 | +- Bump smallvec from 0.6.13 to 0.6.14 in vsock_proxy. |
| 216 | +- Update clap crate to 3.2. |
| 217 | +- Update nitro-cli crates dependencies to the latest version. |
| 218 | +- Fix broken nitro-cli enclave proc doctest. |
| 219 | +- Fix typos in the nitro-cli documentation. |
| 220 | + |
195 | 221 | * Tue Feb 22 2022 Eugene Koira <[email protected]> - 1.2.0-0
|
196 | 222 | - Add support of building EIF with custom name, version and metadata.
|
197 | 223 | - Add support of checking EIF metadata within describe-eif and describe-enclave commands.
|
|
0 commit comments