-
Notifications
You must be signed in to change notification settings - Fork 270
News 2.0.0 #773
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 2.0.0 #773
Conversation
arithx
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we note some of the other minor changes that have happened (default file/dir permissions, removal of oem://, dropping of authorized_keys merging, command-line url flag, etc)?
|
Typically we did spec change info in migrating configs doc, which I have yet to write (working on that next, along with 8000 other things to polish this) |
NEWS
Outdated
| 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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
)
|
Fixed extra close paren |
arithx
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
| Changes: | ||
|
|
||
| - Configs with version < 3.0.0 are now rejected | ||
| - Duplicate entries are now disallowed in lists |
There was a problem hiding this comment.
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.
Depends on #772