-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
chore: bump up manticoresearch/manticore to v10 #12935
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
base: canary
Are you sure you want to change the base?
Conversation
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.
Pull Request Overview
This PR updates the Manticore Search version used in the Docker configurations from v9.3.2 to v10.1.0.
- Updated the Manticore Search image version in .docker/dev/compose.yml.example
- Updated .docker/dev/.env.example to reflect the new version
- Updated the Manticore Search image version in the .devcontainer/docker-compose.yml
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
File | Description |
---|---|
.docker/dev/compose.yml.example | Updated the default Manticore Search version |
.docker/dev/.env.example | Bumped the MANTICORE_VERSION to 10.1.0 |
.devcontainer/docker-compose.yml | Updated the Manticore Search image version |
WalkthroughThe Manticore Search Docker image version was updated from 9.3.2 to 10.1.0 across multiple configuration files, including Docker Compose and environment example files. No other service configurations, environment variables, or exported entities were modified. Changes
Sequence Diagram(s)sequenceDiagram
participant Developer
participant DockerCompose
participant ManticoreSearch
Developer->>DockerCompose: Start services (with updated config)
DockerCompose->>ManticoreSearch: Pull image:10.1.0
ManticoreSearch-->>DockerCompose: Service ready (v10.1.0)
DockerCompose-->>Developer: All services running
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (3)
⏰ Context from checks skipped due to timeout of 90000ms (78)
🔇 Additional comments (6)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## canary #12935 +/- ##
==========================================
- Coverage 56.22% 56.22% -0.01%
==========================================
Files 2667 2667
Lines 127717 127717
Branches 20128 20128
==========================================
- Hits 71810 71805 -5
- Misses 54277 54280 +3
- Partials 1630 1632 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
#12816
PR Dependency Tree
This tree was auto-generated by Charcoal
Summary by CodeRabbit