Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NEWS: add news for 0.11.0 #229

Merged
merged 2 commits into from
Apr 5, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While it's redundant it might make it easier for quick skimming to still add the variant & version at the end.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm inclined to leave it alone, on the theory that the addition of a new spec is a global change that might be relevant info for all users.

- 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