Skip to content

chore: Use 'latest' tag for Qdrant module #815

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

Conversation

w1am
Copy link
Contributor

@w1am w1am commented May 18, 2025

Switches the Qdrant image tag to latest by 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.

@w1am w1am changed the title Use 'latest' tag for Qdrant module chore: Use 'latest' tag for Qdrant module May 19, 2025
@alexanderankin alexanderankin force-pushed the w1am/use-latest-tag-qdrant-module branch from 99a8d49 to 6ef34f1 Compare June 15, 2025 06:24
@alexanderankin
Copy link
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

@alexanderankin alexanderankin merged commit b702918 into testcontainers:main Jun 15, 2025
12 checks passed
Copy link

codecov bot commented Jun 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (main@16fb2b2). Learn more about missing BASE report.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants