Skip to content

Commit

Permalink
NEWS: add news for 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bgilbert committed Apr 5, 2021
1 parent dbe9488 commit e964d5e
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 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 Down

0 comments on commit e964d5e

Please sign in to comment.