-
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
feat(NODE-6157): add signature to github releases #4119
Merged
Merged
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
alcaeus
reviewed
May 24, 2024
aditi-khare-mongoDB
changed the title
feat(NODE-5167): Sign Releases
feat(NODE-6157): Sign Releases
May 24, 2024
W-A-James
added
the
Primary Review
In Review with primary reviewer, not yet ready for team's eyes
label
May 24, 2024
aditi-khare-mongoDB
force-pushed
the
NODE-5167/sign-releases
branch
from
May 28, 2024 18:29
a542691
to
eb72e4f
Compare
aditi-khare-mongoDB
changed the title
feat(NODE-6157): Sign Releases
feat(NODE-6157): Add Signature to Github Releases
May 28, 2024
aditi-khare-mongoDB
changed the title
feat(NODE-6157): Add Signature to Github Releases
feat(NODE-6157): add signature to github releases
May 28, 2024
W-A-James
previously approved these changes
May 29, 2024
W-A-James
added
Team Review
Needs review from team
Primary Review
In Review with primary reviewer, not yet ready for team's eyes
and removed
Primary Review
In Review with primary reviewer, not yet ready for team's eyes
Team Review
Needs review from team
labels
May 29, 2024
aditi-khare-mongoDB
force-pushed
the
NODE-5167/sign-releases
branch
from
May 29, 2024 21:27
da50b67
to
02e1f27
Compare
W-A-James
previously approved these changes
May 31, 2024
W-A-James
added
Team Review
Needs review from team
and removed
Primary Review
In Review with primary reviewer, not yet ready for team's eyes
labels
May 31, 2024
baileympearson
requested changes
May 31, 2024
This was referenced Oct 1, 2024
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.
Description
Sign releases in both 5.x and 6.x
What is changing?
Automate release signing with a detached signature and verification instructions in the README.
Link to an example of release signatures working with v2 (if you check the artifact link at the end of the compress_sign step, you can see the signature)
Is there new documentation needed for these changes?
No
What is the motivation for this change?
SSDLC Compliance
Release Highlight
Add Signature to Github Releases
The Github release for the
mongodb
package now contains a detached signature file for the NPM package (namedmongodb-X.Y.Z.tgz.sig
), on every major and patch release to 6.x and 5.x. To verify the signature, follow the instructions in the 'Release Integrity' section of theREADME.md
file.Double check the following
npm run check:lint
scripttype(NODE-xxxx)[!]: description
feat(NODE-1234)!: rewriting everything in coffeescript