Skip to content

news: add notes for 2.13.0 #1290

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

Merged
merged 1 commit into from
Nov 30, 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
21 changes: 21 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
30-Nov-2021 Ignition 2.13.0

Features:

- Add Nutanix provider
- Switch VirtualBox provider to read from /Ignition/Config guest property

Changes:

- Improve QEMU fw_cfg read performance
- Warn when QEMU fw_cfg config is too large for reasonable performance
- Move Ignition report to /etc/.ignition-result.json
- Improve resilience to filesystem unmount failures
- Run mkfs.fat instead of its alias mkfs.vfat
- Refresh supported platform documentation

Bug Fixes:

- Make ignition.version required in JSON schema (3.4.0-exp)
- Disallow null noProxy array entries in JSON schema (3.4.0-exp)

05-Aug-2021 Ignition 2.12.0

Features:
Expand Down