-
Notifications
You must be signed in to change notification settings - Fork 51
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
DOCSP-41816 updates tools version support to include 8.0 #174
Conversation
✅ Deploy Preview for docs-commandline-tools ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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 with one non-blocking question!
@@ -4,6 +4,7 @@ content: | | |||
{+dbtools+} version ``{+release+}`` supports the following versions | |||
of the MongoDB server: | |||
|
|||
- MongoDB 8.0 | |||
- MongoDB 7.0 | |||
- MongoDB 6.0 | |||
- MongoDB 5.0 |
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.
[non-blocking question] Should we remove v4.2 and v4.4 since they're EOL'd?
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.
Thanks @ajhuh-mdb - good catch. I'll bring it up with the tech reviewer and make the change if they give the okay.
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.
We don't need to remove them because the DB tools still support v4.2 and v4.4 at the moment.
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, thanks!
@@ -4,6 +4,7 @@ content: | | |||
{+dbtools+} version ``{+release+}`` supports the following versions | |||
of the MongoDB server: | |||
|
|||
- MongoDB 8.0 | |||
- MongoDB 7.0 | |||
- MongoDB 6.0 | |||
- MongoDB 5.0 |
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.
We don't need to remove them because the DB tools still support v4.2 and v4.4 at the moment.
DESCRIPTION
Updates version support to include v8.0
STAGING
The updated file is used to show 8.0 compatibility for:
mongodump
compatibilitymongorestore
compatibilitybsondump
compatibilitymongoimport
compatibilitymongoexport
compatibilitymongostat
compatibilitymongotop
compatibilitymongofiles
compatibilityJIRA
https://jira.mongodb.org/browse/DOCSP-41816
BUILD LOG
Self-Review Checklist
External Review Requirements
What's expected of an external reviewer?