Skip to content
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
23 changes: 23 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
25-Mar-2019 Ignition 2.0.0-alpha

NOTE: This is an alpha release. While the spec is marked as stable (i.e no
"-experimental" suffix) we still reserve the right to change it until the
stable 2.0.0 release. However, we do not anticipate any backwards
incompatible changes aside from removing deprecated fields.

NOTE: In order to allow types from both the 2.x.y and 3.0.0 specs to be
vendored and imported in the same project, we are skipping version 1.0.0.
Go mod (and some other tools) treat v0.x and v1.x as the same when
importing packages with semantic import versioning.

Features:

- Ignition now understands config specification 3.0.0
- Configs are now merged instead of appended

Changes:

- Configs with version < 3.0.0 are now rejected
- Duplicate entries are now disallowed in lists
Copy link
Contributor

Choose a reason for hiding this comment

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

Could be pointing out that it's only in some lists (i.e. you can have duplicates in appended contents). Not a deal breaker either way.

- Removal of almost all deprecated fields

14-Dec-2018 IGNITION v0.30.0

Features:
Expand Down