Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Merged
alexanderankin merged 1 commit into
main from
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
main from
release-please--branches--main--components--testcontainers

Conversation

@github-actions

@github-actions github-actions Bot commented Mar 18, 2026
edited by alexanderankin
Loading

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

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-actions github-actions Bot changed the title (削除) chore(main): release testcontainers 4.14.3 (削除ここまで) (追記) chore(main): release testcontainers 4.15.0 (追記ここまで) Mar 24, 2026
@github-actions github-actions Bot force-pushed the release-please--branches--main--components--testcontainers branch 2 times, most recently from a08d25a to bf36bc6 Compare March 29, 2026 00:31
@github-actions github-actions Bot force-pushed the release-please--branches--main--components--testcontainers branch 10 times, most recently from beb149b to 9cc1aa6 Compare April 3, 2026 21:50

@alexanderankin alexanderankin 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-actions Bot force-pushed the release-please--branches--main--components--testcontainers branch 4 times, most recently from b35eca3 to 1c347eb Compare April 7, 2026 15:13
@alexanderankin alexanderankin changed the title (削除) chore(main): release testcontainers 4.15.0 (削除ここまで) (追記) chore(main): release testcontainers 4.15.0-rc.1 (追記ここまで) Apr 7, 2026
@alexanderankin alexanderankin force-pushed the release-please--branches--main--components--testcontainers branch from 1c347eb to 6be2bea Compare April 7, 2026 23:40

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 main Apr 7, 2026
6 checks passed
@alexanderankin alexanderankin deleted the release-please--branches--main--components--testcontainers branch April 7, 2026 23:43

github-actions Bot commented Apr 7, 2026

Copy link
Copy Markdown
Contributor Author

codecov Bot 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.

Copy link
Copy Markdown
Member

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

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 commented Apr 22, 2026 via email

Copy link
Copy Markdown
Member
ok so we didnt break everything this time, great! new one coming out asap
...
On Mon, Apr 20, 2026 at 11:00 PM Edgar Ramírez Mondragón < ***@***.***> wrote: *edgarrmondragon* left a comment (testcontainers/testcontainers-python#986) <#986?email_source=notifications&email_token=ACECGJHP5ULSQSG2OQHTE3D4W3P6TA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTIMRYGU3DIOJUGEYKM4TFMFZW63VMON2GC5DFL5RWQYLOM5S2KZLWMVXHJNLQOJPWG33NNVSW45C7N5YGK3S7MNWGSY3L#issuecomment-4285649410> 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. — Reply to this email directly, view it on GitHub <#986?email_source=notifications&email_token=ACECGJHP5ULSQSG2OQHTE3D4W3P6TA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTIMRYGU3DIOJUGEYKM4TFMFZW63VMON2GC5DFL5RWQYLOM5S2KZLWMVXHJNLQOJPWG33NNVSW45C7N5YGK3S7MNWGSY3L#issuecomment-4285649410>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ACECGJCPPXRVXT4BLRKUZBT4W3P6TAVCNFSM6AAAAACWWABFUWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHM2DEOBVGY2DSNBRGA> . You are receiving this because you modified the open/close state.Message ID: ***@***.***>
edgarrmondragon reacted with heart emoji

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@alexanderankin alexanderankin alexanderankin approved these changes

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /