From d10f7c1ac3576c1010cecaa74b12a502cbfbffce Mon Sep 17 00:00:00 2001 From: Steven Presti Date: Wed, 27 Apr 2022 15:53:59 -0400 Subject: [PATCH] NEWS: update v2.14.0 --- NEWS | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/NEWS b/NEWS index 7c6c6c10f..f90c49032 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,32 @@ +12-May-2022 Ignition 2.14.0 + + Features: + + - Support KubeVirt platform + - Support AWS arn: URLs for S3 objects and access points (3.4.0-exp) + - Support reading configs from Azure IMDS "user data" + - Support S3 fetch via IPv6 + - Add ignition-apply entrypoint to apply an Ignition config in a container + + Changes: + + - Delete userdata after provisioning on VirtualBox and VMware by default + (see operator notes for details) + - Support setting setuid/setgid/sticky mode bits (3.4.0-exp) + - Warn if setuid/setgid/sticky mode bits specified (3.0.0 - 3.3.0) + - Support UEFI Secure Boot on VMware + - Add arm64 support to ignition-validate container + - Document S3 fetch semantics in operator notes + - Document considerations for handling secrets in operator notes + + Bug Fixes: + + - Fix disabling systemd units with pre-existing enablement symlinks + - Fix reuse of statically keyed LUKS volumes (2.12.0 regression) + - Fix gs:// fetch in GCE instances configured without a service account + - Fix error reading VirtualBox guest properties that have flags + - Fix infinite loop if -root command-line argument is a relative path + 30-Nov-2021 Ignition 2.13.0 Features: