Skip to content

Commit

Permalink
Merge pull request #506 from dgonyeo/v0.21.0
Browse files Browse the repository at this point in the history
news: add news for v0.21.0
  • Loading branch information
Derek Gonyeo authored Jan 26, 2018
2 parents 5bc0580 + d8b2499 commit fb24b9e
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
26-Jan-2017 IGNITION v0.21.0

Features

- Add support for networkd drop-ins
- Add new program, ignition-validate, for validating Ignition configs
- Add "overwrite" field to "files", "directories", and "links" sections for
deleting preexisting items at the node's path
- Add "options" field to "raid" section for specifying arbitrary mdadm
options
- Add "append" field to "files" section for appending to preexisting files
- Add support for specifying additional certificate authorities to use when
fetching objects over HTTPS

Changes

- Validate that partition labels don't contain colons, as sgdisk will
silently truncate the label
- Remove "-validate" flag from Ignition that was introduced in v0.20.0
- Warn when the mode for a file or directory is unset
- Log retries of HTTP fetches at info loglevel so messages appear on console

Bug Fixes

- Fix issue where unspecified fields in an appended config could "unset"
fields specified in a config earlier in the chain
- Use timeouts specified in a config when fetching other configs referenced
by it

12-Jan-2018 IGNITION v0.20.1

Changes

- Add support for fetching S3 objects from non-default AWS partitions when
running in one such partition

13-Dec-2017 IGNITION v0.20.0

Features
Expand Down

0 comments on commit fb24b9e

Please sign in to comment.