diff --git a/NEWS b/NEWS index a4974e07..41334b61 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,35 @@ +2021-04-05 Butane 0.11.0 + + Breaking Changes: + + - Rename project to Butane and binary to butane + - Change package path to github.com/coreos/butane (Go API) + - Remove translate.AddIdentity() in favor of translate.MergeP() (Go API) + + Features: + + - Add OpenShift spec 4.8.0, targeting Ignition spec 3.2.0 + - Output MachineConfig unless -r/--raw specified (openshift 4.8.0) + - Error on Ignition fields discouraged by OpenShift (openshift 4.8.0) + - Add metadata section for MachineConfig metadata (openshift 4.8.0) + - Add openshift section for MachineConfig configuration (openshift 4.8.0) + - Set appropriate LUKS cipher if openshift.fips enabled (openshift 4.8.0) + - Add OpenShift spec 4.9.0-experimental, targeting Ignition spec + 3.3.0-experimental + + Misc Changes: + + - Remove RHEL CoreOS spec 0.2.0-experimental + - Refactor translation tracking for report entries + - Add undocumented -D/--debug option to report translation map + + Docs Changes: + + - Provide separate config upgrade guide for each variant + - Document storage.filesystems.resize + - Fix filesystem resize example in upgrade docs + - Document default for storage.filesystems.wipe_filesystem + 2021-02-01 FCCT 0.10.0 Features: @@ -15,14 +47,14 @@ Bug Fixes: - Avoid ESP RAID desynchronization by creating independent ESP filesystems - + Docs Changes: - + - Clarify semantics of systemd.units.name - Correctly document storage.filesystems.path as optional - Fix nesting of storage.luks and storage.trees sections - Move codebase layout info from README to developer docs - - Recommend container image or distro package over standalone binary + - Recommend container image or distro package over standalone binary 2020-12-04 FCCT 0.8.0