You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add support for `guest-images`, declared in a host variant's `[package.metadata.build-variant]` manifest, that embeds the disk-image artifacts of one or more already-built guest variants into the host's rootfs ([#669])
16
+
* Add a new image feature, `standalone-image`, which when set to false produces a stripped down OS image with a single bank of partitions ([#672], [#686])
17
+
* Introduce a new `image-format = "eif"` variant type that produces an AWS Nitro Enclaves Image Format (kernel + cmdline + ramdisk + metadata) alongside a GPT disk image and bare kernel ([#673])
18
+
19
+
### Changed
20
+
* Harden the `img2img` script and document worfklow in `docs/design` ([#680])
21
+
22
+
### Build
23
+
* Update `tough` to 0.24, `tough-kms` to 0.16, `tough-ssm` to 0.19, `tuftool` to 0.17 ([#682])
0 commit comments