Skip to content
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

Merged
merged 1 commit into from
Aug 31, 2022
Merged

Release v1.0.0 #444

merged 1 commit into from
Aug 31, 2022

Conversation

turan18
Copy link
Contributor

@turan18 turan18 commented Aug 29, 2022

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.

@turan18 turan18 requested a review from a team as a code owner August 29, 2022 19:25
This was referenced Aug 29, 2022
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)
Copy link
Contributor

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)
Copy link
Contributor

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
Comment on lines 3 to 5
* Adds snapshot loading capabilities. (#414)
* Adds ability to change engine IO type. (#411)
* Adds ability to get Firecracker Version. (#410)
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
* 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
Comment on lines 1 to 10
# 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)
Copy link
Contributor

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:

  1. We should settle on a single tense. I prefer past e.g. "Added" over "Adds" Thoughts?
  2. 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)

Copy link
Contributor Author

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.

Copy link
Contributor Author

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)
Copy link
Contributor

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>
@turan18 turan18 merged commit 1f80072 into firecracker-microvm:main Aug 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants