Skip to content

chore(main): release testcontainers 4.15.0-rc.1 - #986

Merged
alexanderankin merged 1 commit into
mainfrom
release-please--branches--main--components--testcontainers
Apr 7, 2026
Merged

chore(main): release testcontainers 4.15.0-rc.1#986
alexanderankin merged 1 commit into
mainfrom
release-please--branches--main--components--testcontainers

Conversation

@github-actions

@github-actionsgithub-actionsBot commented Mar 18, 2026

Copy link
Copy Markdown
Contributor

🤖 I have created a release beepboop

4.15.0-rc.1 (2026-04-07)

Features

  • compose: add structured container inspect information (#897) (58459a1)
  • core: support SSH-based DOCKER_HOST (#993) (d48115d)
  • generic: Reintroducing the generic SQL module (#892) (2ca2321)
  • keycloak: support for relative path and management relative path (#982) (898faf6)
  • mqtt: MosquittoContainer: Add version 2.1.2 (#978) (af382f7)

Bug Fixes

  • azurite: make visible to type checkers (#927) (baa5668)
  • clickhouse: add HttpWaitStrategy instead of deprecated wait_container_is_ready (#962) (8034541)
  • compose: return type in get_service_port docstring (#939) (fed65fe)
  • core: Refactor copy file (#996) (0e0bb24)
  • core: wait for ryuk more reliably, improve tests: long_running, filter logs (#984) (b12ae13)
  • generic: Migrate ServerContainer from deprecated decorator to HttpWaitStrategy (#971) (460b0d8)
  • kafka: Use wait strategy instead of deprecated wait_for_logs (#903) (87332c1)
  • postgres: add py.typed marker to postgres module (#849) (c8a5bbd)
  • qdrant: migrate Qdrant from deprecated decorator. (#963) (407f798)
  • redis: Use wait strategy instead of deprecated decorator (#914) (e25713a)
  • sftp: Avoid using wait_for_logs in module. (#995) (83157eb)

This PR was generated with Release Please. See documentation.

@github-actionsgithub-actionsBot changed the title chore(main): release testcontainers 4.14.3chore(main): release testcontainers 4.15.0Mar 24, 2026
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--testcontainers branch 2 times, most recently from a08d25a to bf36bc6CompareMarch 29, 2026 00:31
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--testcontainers branch 10 times, most recently from beb149b to 9cc1aa6CompareApril 3, 2026 21:50

@alexanderankinalexanderankin left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

do not release yet, release RC first with release-please cli

@alexanderankin
alexanderankin marked this pull request as draft April 3, 2026 21:51
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--testcontainers branch 4 times, most recently from b35eca3 to 1c347ebCompareApril 7, 2026 15:13
@alexanderankinalexanderankin changed the title chore(main): release testcontainers 4.15.0chore(main): release testcontainers 4.15.0-rc.1Apr 7, 2026
@alexanderankin
alexanderankinforce-pushed the release-please--branches--main--components--testcontainers branch from 1c347eb to 6be2beaCompareApril 7, 2026 23:40
@alexanderankin

Copy link
Copy Markdown
Member
npx -y release-please release-pr --config-file .github/release-please-config.json --manifest-file .github/.release-please-manifest.json --token $(gh auth token) --repo-url https://github.com/testcontainers/testcontainers-python --release-as 4.15.0-rc.1

@alexanderankin
alexanderankin marked this pull request as ready for review April 7, 2026 23:41
@alexanderankin
alexanderankin merged commit 6ecf347 into mainApr 7, 2026
6 checks passed
@alexanderankin
alexanderankin deleted the release-please--branches--main--components--testcontainers branch April 7, 2026 23:43
@github-actions

Copy link
Copy Markdown
ContributorAuthor

@codecov

codecovBot commented Apr 7, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.05%. Comparing base (e25713a) to head (6be2bea).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@ Coverage Diff @@## main #986 +/- ##
=======================================
Coverage 83.05% 83.05% =======================================
Files 16 16 Lines 1700 1700 Branches 186 186 =======================================
Hits 1412 1412 Misses 234 234 Partials 54 54 

☔ 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.

@alexanderankin

Copy link
Copy Markdown
Member

hi team, need feedback about this - is anybody using this at work? do all the changes work?

@edgarrmondragon

Copy link
Copy Markdown
Contributor

hi team, need feedback about this - is anybody using this at work? do all the changes work?

My tests only exercise sftp, azurite and minio but fwiw 4.15.0rc1 is working great and the sftp warning for wait_for_logs is gone.

@alexanderankin

alexanderankin commented Apr 22, 2026 via email

Copy link
Copy Markdown
Member

Sign up for freeto 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

@alexanderankin@edgarrmondragon