Skip to content

Commit

Permalink
Merge pull request #773 from ajeddeloh/news-2.0.0
Browse files Browse the repository at this point in the history
News 2.0.0
  • Loading branch information
ajeddeloh authored Mar 26, 2019
2 parents b79a5f1 + ea9747e commit 906cf04
Showing 1 changed file with 23 additions and 0 deletions.
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
- Removal of almost all deprecated fields

14-Dec-2018 IGNITION v0.30.0

Features:
Expand Down

0 comments on commit 906cf04

Please sign in to comment.