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 notes for 2.11.0 #1235

Merged
merged 1 commit into from
Jun 26, 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
28 changes: 28 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
25-Jun-2021 Ignition 2.11.0

Breaking Changes:

- Convert ClevisCustom.Config, ClevisCustom.Pin, LinkEmbedded1.Target,
and Raid.Level Go fields to pointers (3.3.0)

Features:

- Accept "none" in storage.filesystems.format (3.3.0)
- Add ParseCompatibleVersion() Go functions to parse any config up to
the selected version
- Add powervs platform

Changes:

- Mark the 3.3.0 config spec as stable
- No longer accept configs with version 3.3.0-experimental
- Create new 3.4.0-experimental config spec from 3.3.0
- Report specific reason an existing LUKS device cannot be reused
- Validate that storage.raid.devices is non-empty
- Don't sequence ignition-setup-user.service before multipathd.service

Bug Fixes:

- Fix misleading error message if spares are requested for a RAID level
that doesn't support them

29-Apr-2021 Ignition 2.10.1

Bug Fixes:
Expand Down