Skip to content

DOCSP-50155 - EOL MongoDB 4.0 #252

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

Merged
merged 2 commits into from
May 23, 2025
Merged

Conversation

mongoKart
Copy link
Contributor

@mongoKart mongoKart commented May 21, 2025

Pull Request Info

PR Reviewing Guidelines

JIRA - https://jira.mongodb.org/browse/DOCSP-50155

Staging Links

  • whats-new
  • Self-Review Checklist

    • Is this free of any warnings or errors in the RST?
    • Did you run a spell-check?
    • Did you run a grammar-check?
    • Are all the links working?
    • Are the facets and meta keywords accurate?
    • Are the page titles greater than 20 characters long and SEO relevant?

    Copy link

    netlify bot commented May 21, 2025

    Deploy Preview for docs-php-library ready!

    Name Link
    🔨 Latest commit e53185f
    🔍 Latest deploy log https://app.netlify.com/projects/docs-php-library/deploys/6830916278bcf60008b1195c
    😎 Deploy Preview https://deploy-preview-252--docs-php-library.netlify.app
    📱 Preview on mobile
    Toggle QR Code...

    QR Code

    Use your smartphone camera to open QR code link.

    To edit notification comments on pull requests, go to your Netlify project configuration.

    Copy link
    Contributor

    @rustagir rustagir left a comment

    Choose a reason for hiding this comment

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

    lgtm, Can also update the compat tables

    @mongoKart mongoKart requested review from a team and GromNaN and removed request for a team May 21, 2025 18:41
    @mongoKart mongoKart force-pushed the docsp-50155-4.0-eol branch from 181bf85 to e53185f Compare May 23, 2025 15:16
    @mongoKart
    Copy link
    Contributor Author

    @GromNaN This should be a quick review, if you have a minute today!

    @rustagir rustagir merged commit 67ac918 into mongodb:master May 23, 2025
    6 checks passed
    Copy link

    The backport to v2.x failed:

    The process '/usr/bin/git' failed with exit code 1
    

    To backport manually, run these commands in your terminal:

    # Fetch latest updates from GitHub
    git fetch
    # Create a new working tree
    git worktree add .worktrees/backport-v2.x v2.x
    # Navigate to the new working tree
    cd .worktrees/backport-v2.x
    # Create a new branch
    git switch --create backport-252-to-v2.x
    # Cherry-pick the merged commit of this pull request and resolve the conflicts
    git cherry-pick -x --mainline 1 67ac918e716509f27f9cf087de0ff6ca1fd5c919
    # Push it to GitHub
    git push --set-upstream origin backport-252-to-v2.x
    # Go back to the original working tree
    cd ../..
    # Delete the working tree
    git worktree remove .worktrees/backport-v2.x

    Then, create a pull request where the base branch is v2.x and the compare/head branch is backport-252-to-v2.x.

    rustagir added a commit that referenced this pull request May 23, 2025
    * DOCSP-44581: v2 release (#234)
    
    * DOCSP-44581: v2 release
    
    * small fix
    
    * Add missing meta descriptions (#235)
    
    * Add missing meta descriptions
    
    * Apply suggestions from code review
    
    ---------
    
    Co-authored-by: Rachel Mackintosh <[email protected]>
    
    * DOCSP-48761: docker note (#237)
    
    * DOCSP-48100: Consolidate minor versions (#240)
    
    * DOCSP-48100: Consolidate minor versions
    
    * edits
    
    * remove old redirects
    
    * AB feedback
    
    * edit
    
    * DOCSP-48718-update-credentials (#247)
    
    * update username and password
    
    * misspelling
    
    * redirects
    
    * pre-standardization redirects
    
    * upgrade composer package vs
    
    * DOCSP-49150: bulkWrite docs + api (#250)
    
    * DOCSP-49150: bulkWrite docs + api
    
    * first pass fixes
    
    * JT PR fixes 1
    
    * upgrade composer package vs
    
    * JT PR fixes 2
    
    * small fix
    
    * JT PR fixes 3
    
    * remove reference to writeconcern option
    
    * add return values sections
    
    * object -> instance
    
    * NR PR fixes 1
    
    * returns -> throws
    
    * DOCSP-50022: remove eol server version mentions (#253)
    
    * DOCSP-50022: remove eol server version mentions
    
    * consolidate compat table rows
    
    * DOCSP-50155 - EOL MongoDB 4.0 (#252)
    
    * eol v4.0
    
    * update compat
    
    * DOCSP-50294: v2.1 release (#255)
    
    ---------
    
    Co-authored-by: Nick Larew <[email protected]>
    Co-authored-by: Rachel Mackintosh <[email protected]>
    Co-authored-by: Nora Reidy <[email protected]>
    Co-authored-by: shuangela <[email protected]>
    Co-authored-by: Mike Woofter <[email protected]>
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    3 participants