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

DOCSP-41816 updates tools version support to include 8.0 #174

Merged
merged 1 commit into from
Oct 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions source/includes/extracts-compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Collaborator

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?

Copy link
Collaborator Author

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.

Copy link

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.

Expand All @@ -20,6 +21,7 @@ content: |
|tool-binary| version ``{+release+}`` supports the following versions
of the MongoDB Server:

- MongoDB 8.0
- MongoDB 7.0
- MongoDB 6.0
- MongoDB 5.0
Expand Down