Skip to content

Commit

Permalink
Merge pull request #229 from bgilbert/news
Browse files Browse the repository at this point in the history
NEWS: add news for 0.11.0
  • Loading branch information
bgilbert committed Apr 5, 2021
2 parents db30cbe + e964d5e commit 782fc84
Showing 1 changed file with 35 additions and 3 deletions.
38 changes: 35 additions & 3 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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

Expand Down

0 comments on commit 782fc84

Please sign in to comment.