From 02f4e481faf0d5aed0cd173437b3ae7a07a7388c Mon Sep 17 00:00:00 2001 From: Sohan Kunkerkar Date: Thu, 5 Aug 2021 18:11:37 -0400 Subject: [PATCH] news: add notes for 2.12.0 --- NEWS | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/NEWS b/NEWS index c5ce340a9..9351d3a65 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,32 @@ +05-Aug-2021 Ignition 2.12.0 + + Features: + + - Support Azure generation 2 VMs + - Write info about Ignition’s execution to /var/lib/ignition/result.json + + Changes: + + - Access GCP metadata service by IP address to mitigate DNS poisoning + attacks + - Document storage.luks.clevis.threshold default + - Document minimum Ignition release for each spec version + + Bug Fixes: + + - Fix permissions of mountpoints inside user home directories + - Apply SELinux labels to newly-created ext4 filesystems + + Internal Changes: + + - Drop ignition-setup-user.service and ignition-firstboot-complete.service + in favor of distro-provided code + - Persist some state between Ignition stages using a file in /run + - Add command-line flag specifying path to neednet flag file + - Drop -clear-cache command-line flag + - Fix reboot race in example kargs helper + - Drop support for Go 1.13 and 1.14 + 25-Jun-2021 Ignition 2.11.0 Breaking Changes: