Skip to content

chore(deps): update mongodb/mongodb-community-server docker tag to v8.2.5#2810

Open
Fameing wants to merge 2 commits intodevelopfrom
renovate/mongodb-mongodb-community-server-8.x
Open

chore(deps): update mongodb/mongodb-community-server docker tag to v8.2.5#2810
Fameing wants to merge 2 commits intodevelopfrom
renovate/mongodb-mongodb-community-server-8.x

Conversation

@Fameing
Copy link
Contributor

@Fameing Fameing commented Mar 3, 2026

This PR contains the following updates:

Package Update Change
mongodb/mongodb-community-server patch 8.2.4-ubuntu22048.2.5-ubuntu2204

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@gemini-code-assist
Copy link

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request updates the version of the mongodb/mongodb-community-server Docker image used in the project. This ensures that the embedded MongoDB instance leverages the latest patch release, improving stability and security by incorporating recent fixes.

Highlights

  • Docker Image Update: Updated the mongodb/mongodb-community-server Docker image tag from 8.2.4-ubuntu2204 to 8.2.5-ubuntu2204.
Changelog
  • mongodb/mongodb-community-server
    • Updated patch version from 8.2.4-ubuntu2204 to 8.2.5-ubuntu2204.
Activity
  • This PR was automatically generated by Renovate Bot.
  • Automerge is disabled, requiring manual merging.
  • The PR is configured to rebase whenever it falls behind the base branch or the rebase/retry checkbox is ticked.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request, generated by Renovate Bot, updates the MongoDB Docker image version in the README.adoc file. However, it fails to update the corresponding default image version in the source code. The file embedded-mongodb/src/main/java/com/playtika/testcontainer/mongodb/MongodbProperties.java still specifies an older version (8.2.2-ubuntu2204). This creates a significant discrepancy between the documentation and the library's actual behavior. The PR should be amended to include the update to MongodbProperties.java to ensure consistency.

* `embedded.mongodb.enabled` `(true|false, default is true)`
* `embedded.mongodb.reuseContainer` `(true|false, default is false)`
* `embedded.mongodb.dockerImage` `(default is 'mongodb/mongodb-community-server:8.2.4-ubuntu2204')`
* `embedded.mongodb.dockerImage` `(default is 'mongodb/mongodb-community-server:8.2.5-ubuntu2204')`

Choose a reason for hiding this comment

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

high

This documentation update is misleading as the default Docker image version in the code is not being updated. The getDefaultDockerImage() method in MongodbProperties.java still returns mongodb/mongodb-community-server:8.2.2-ubuntu2204. To ensure correctness and avoid user confusion, the code must be updated to match the version stated in the documentation.

@renovate renovate bot force-pushed the renovate/mongodb-mongodb-community-server-8.x branch from 211c569 to 0ffc0fb Compare March 4, 2026 21:26
@coderabbitai
Copy link

coderabbitai bot commented Mar 4, 2026

Warning

Rate limit exceeded

@Periecle has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 3 minutes and 15 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: a710e01f-1544-403e-99a3-d18243c81755

📥 Commits

Reviewing files that changed from the base of the PR and between a008ae6 and b22b571.

📒 Files selected for processing (1)
  • embedded-mongodb/README.adoc
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch renovate/mongodb-mongodb-community-server-8.x

Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot force-pushed the renovate/mongodb-mongodb-community-server-8.x branch 3 times, most recently from 2ad947a to 82e57f9 Compare March 4, 2026 21:49
….2.5

| datasource | package                          | from  | to    |
| ---------- | -------------------------------- | ----- | ----- |
| docker     | mongodb/mongodb-community-server | 8.2.4 | 8.2.5 |
@renovate renovate bot force-pushed the renovate/mongodb-mongodb-community-server-8.x branch from 82e57f9 to 55d05db Compare March 4, 2026 21:54
@Periecle Periecle enabled auto-merge (rebase) March 5, 2026 09:25
@Periecle Periecle disabled auto-merge March 5, 2026 09:25
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.

2 participants