-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #172 from bgilbert/news
NEWS: add news for 0.8.0
- Loading branch information
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,37 @@ | ||
2020-12-04 FCCT 0.8.0 | ||
|
||
Breaking Changes: | ||
|
||
- Restructure Go API | ||
|
||
Features: | ||
|
||
- Stabilize Fedora CoreOS spec 1.3.0, targeting Ignition spec 3.2.0 | ||
- Add Fedora CoreOS spec 1.4.0-experimental, targeting Ignition spec | ||
3.3.0-experimental | ||
- Add RHEL CoreOS spec 0.1.0, targeting Ignition spec 3.2.0 | ||
- Add RHEL CoreOS spec 0.2.0-experimental, targeting Ignition spec | ||
3.3.0-experimental | ||
- Add boot_device section for configuring boot device LUKS and mirroring | ||
(fcos 1.3.0, rhcos 0.1.0) | ||
|
||
Bug Fixes: | ||
|
||
- Fix [email protected] dependencies in generated mount units | ||
|
||
Misc Changes: | ||
|
||
- Warn if file/dir modes appear to have been specified in decimal | ||
- Validate input in translation functions taking Go structs (Go API) | ||
- Allow registering external translators (Go API) | ||
- Allow specs to derive from other specs (Go API) | ||
|
||
Docs Changes: | ||
|
||
- Document Clevis custom and LUKS wipe_volume fields | ||
- Add LUKS and mirroring examples | ||
- Add password authentication example | ||
|
||
2020-10-23 FCCT 0.7.0 | ||
|
||
Features: | ||
|