-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Deprecate vsock_id
#2763
Merged
AlexandruCihodaru
merged 3 commits into
firecracker-microvm:main
from
georgepisaltu:vsock_id_deprecation
Nov 3, 2021
Merged
Deprecate vsock_id
#2763
AlexandruCihodaru
merged 3 commits into
firecracker-microvm:main
from
georgepisaltu:vsock_id_deprecation
Nov 3, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
georgepisaltu
force-pushed
the
vsock_id_deprecation
branch
from
October 28, 2021 15:05
8abc37d
to
6d8f2a1
Compare
georgepisaltu
force-pushed
the
vsock_id_deprecation
branch
4 times, most recently
from
October 28, 2021 16:32
2644c44
to
3a85ab9
Compare
AlexandruCihodaru
previously approved these changes
Oct 29, 2021
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.
Top notch job! 🚢
georgepisaltu
commented
Oct 29, 2021
serban300
reviewed
Oct 29, 2021
georgepisaltu
force-pushed
the
vsock_id_deprecation
branch
3 times, most recently
from
November 1, 2021 13:38
bd443d4
to
b7765ca
Compare
serban300
reviewed
Nov 1, 2021
Signed-off-by: George Pisaltu <gpl@amazon.com>
In this commit we deprecate the `vsock_id` field in PUTs on /vsock by making it optional. Signed-off-by: George Pisaltu <gpl@amazon.com>
Signed-off-by: George Pisaltu <gpl@amazon.com>
georgepisaltu
force-pushed
the
vsock_id_deprecation
branch
from
November 2, 2021 10:03
b7765ca
to
859885d
Compare
serban300
reviewed
Nov 2, 2021
serban300
approved these changes
Nov 2, 2021
AlexandruCihodaru
approved these changes
Nov 3, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Reason for This PR
vsock_id
serves no purpose in our API, as the vsock device always has the same internal ID when registering it.Description of Changes
Deprecated the
vsock_id
field in PUTs on /vsock.rust-vmm
.License Acceptance
By submitting this pull request, I confirm that my contribution is made under
the terms of the Apache 2.0 license.
PR Checklist
[Author TODO: Meet these criteria.]
[Reviewer TODO: Verify that these criteria are met. Request changes if not]
git commit -s
).unsafe
code is properly documented.firecracker/swagger.yaml
.CHANGELOG.md
.