-
Notifications
You must be signed in to change notification settings - Fork 128
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
Release v1.0.0 #444
Release v1.0.0 #444
Conversation
CHANGELOG.md
Outdated
* Adds snapshot loading capabilities. (#414) | ||
* Adds ability to change engine IO type. (#411) | ||
* Adds ability to get Firecracker Version. (#410) | ||
* Deprecates pkg/errors. (#404) |
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.
I think we can exclude this change from the changelog. A user probably wouldn't care.
CHANGELOG.md
Outdated
@@ -1,3 +1,16 @@ | |||
# 1.0.0 | |||
* Removes unnecessary requirements for loading snapshots. (#433) |
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.
This was a bug fix for a feature added in this release so can probably exclude it.
CHANGELOG.md
Outdated
* Adds snapshot loading capabilities. (#414) | ||
* Adds ability to change engine IO type. (#411) | ||
* Adds ability to get Firecracker Version. (#410) |
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.
* Adds snapshot loading capabilities. (#414) | |
* Adds ability to change engine IO type. (#411) | |
* Adds ability to get Firecracker Version. (#410) | |
* Added support for load snapshot | |
* Added support for set drive IO engine type | |
* Added support for get Firecracker version |
CHANGELOG.md
Outdated
# 1.0.0 | ||
* Added support for load snapshot. (#414) | ||
* Added support for set drive IO engine type. (#411) | ||
* Added support for get Firecracker version. (#410) | ||
* Adds a DriveOpt func for configuring CacheType. (#401) | ||
* Adds GetExportVMConfig to read the /vm/config endpoint. (#400) | ||
* Adds ability to allow passing cgroup-version to jailer. (#399) | ||
* Adds support for the MMDS configuration. (#290) | ||
* Adds PauseVM, ResumeVM, and CreateSnapshot capabilities. (#278) | ||
* Fixes InitrdPath usage. (#295) |
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.
A few comments I had:
- We should settle on a single tense. I prefer past e.g. "Added" over "Adds" Thoughts?
- Should we group like features? e.g. Added support for create and load snapshot (Implement PauseVM, ResumeVM, and CreateSnapshot #278, Implemented snapshot loading capabilities #414)
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.
1.) I do think that makes sense. I just wanted to be more in-line with previous change logs in older releases as they also use present tense.
2.) I agree. That is more comprehensive.
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.
Is the consensus that we use past tense for the changelog?
CHANGELOG.md
Outdated
* Added GetExportVMConfig to read the /vm/config endpoint. (#400) | ||
* Added ability to allow passing cgroup-version to jailer. (#399) | ||
* Added support for the MMDS configuration. (#290) | ||
* Added PauseVM, ResumeVM, CreateSnapshot and LoadSnapshot capabilities. (#278) |
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.
Wouldn't we need the second link because load snapshot came in a separate PR?
Signed-off-by: Yasin Turan <turyasin@amazon.com>
Signed-off-by: Yasin Turan turyasin@amazon.com
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.