chore: Use 'latest' tag for Qdrant module #815
Merged
alexanderankin merged 2 commits intotestcontainers:mainfrom Jun 15, 2025
Merged
chore: Use 'latest' tag for Qdrant module #815alexanderankin merged 2 commits intotestcontainers:mainfrom
alexanderankin merged 2 commits intotestcontainers:mainfrom
Conversation
99a8d49 to
6ef34f1
Compare
alexanderankin
approved these changes
Jun 15, 2025
Member
|
unfortunately this is not correctly reflected in the library but using the class without specifying the version is deprecated - for example see - https://github.com/testcontainers/testcontainers-java/blob/7d8301903a6b45591605fd376702d24fc878a61d/modules/postgresql/src/main/java/org/testcontainers/containers/PostgreSQLContainer.java#L44-L50 - i do not think having unpredictable breakages on a major version upgrade is something people want but i will update it this time to alleviate the pain point here |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #815 +/- ##
=======================================
Coverage ? 84.88%
=======================================
Files ? 12
Lines ? 688
Branches ? 110
=======================================
Hits ? 584
Misses ? 79
Partials ? 25 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Switches the Qdrant image tag to
latestby default. This makes it easier to use new features like the Batch Search API without manually updating the version.The latest version is 1.13.5 as of today. You can still override the image if needed, but this keeps things simple and up to date by default.