v0.24.52
Changes
build(deps): bump the all-go-mod-patch-and-minor group with 5 updates (#3923)
Bumps the all-go-mod-patch-and-minor group with 5 updates:
| Package | From | To |
|---|
|
github.com/testcontainers/testcontainers-go
| 0.40.0 | 0.41.0 |
| golang.org/x/crypto | 0.48.0 |
0.49.0 |
| golang.org/x/net | 0.51.0 |
0.52.0 |
| golang.org/x/term | 0.40.0 |
0.41.0 |
| golang.org/x/text | 0.34.0 |
0.35.0 |
Updates github.com/testcontainers/testcontainers-go from 0.40.0 to
0.41.0
Release notes
Sourced from github.com/testcontainers/testcontainers-go's releases.
v0.41.0
What's Changed
🚀 Features
- feat: add TiDB module (#3575)
@iyiola-dev- feat: add Forgejo module (#3556)
@s04- feat: improve container conflict detection (#3574)
@Desuuuu- feat(azure): add lowkey vault container (#3542)
@nagyesta- feat(chroma): update to chroma 1.x (#3552)
@tazarov- feat(cassandra): add ssl option cassandra (#3151)
@MitulShah1🐛 Bug Fixes
- fix(redpanda): closing provider in test after use (#3539)
@mabrarov- fix: docker auth for docker.io images (#3482)
@LaurentGoderre- fix(solace): set ulimits for container (#3497)
@mdelapenya- fix(kafka): strip architecture suffix from Kafka image tags for semver parsing (#3276)
@asahasrabuddhe📖 Documentation
- docs(metrics): automate usage metrics collection and publish it in the docs site (#3495)
@mdelapenya🧹 Housekeeping
- chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 (#3560) @dependabot[bot]
- chore(pulsar): bump base image to 4.x, replacing the wait for log strategy with wait for listening port (deterministic) (#3573)
@mdelapenya- chore(deps): bump github.com/modelcontextprotocol/go-sdk from 1.0.0 to 1.3.1 in /modules/dockermcpgateway (#3557) @dependabot[bot]
- chore: update usage metrics (2026-03-02) (#3565) @github-actions[bot]
- chore(deps): bump mkdocs-include-markdown-plugin from 7.2.0 to 7.2.1 (#3547) @dependabot[bot]
- chore(deps): bump tj-actions/changed-files from 47.0.0 to 47.0.1 (#3546) @dependabot[bot]
- chore(deps): bump actions/upload-artifact from 4.6.2 to 6.0.0 (#3545) @dependabot[bot]
- chore: update usage metrics (2026-02-02) (#3551) @github-actions[bot]
- chore(deps): bump pymdown-extensions from 10.8.1 to 10.16.1 (#3513) @dependabot[bot]
- chore: update usage metrics (2026-01-01) (#3515) @github-actions[bot]
- chore: update usage metrics (2025-12-01) (#3506) @github-actions[bot]
- chore(metrics): allow sending PRs from the workflow (#3503)
@mdelapenya- fix(metrics): use the right CSV file (#3502)
@mdelapenya- fix(metrics): use the right CSV file (#3501)
@mdelapenya- chore(metrics): even better rate limit strategy (#3500)
@mdelapenya- chore(metrics): properly detect rate limits (#3499)
@mdelapenya- fix(metrics): set GH _TOKEN in workflow (#3498)
@mdelapenya📦 Dependency updates
- fix: update compose-replace Makefile target to use compose/v5 (#3590)
@mdelapenya- chore(deps): bump atomicjar/testcontainers-cloud-setup-action from 1.3.0 to 1.4.0 (#3559) @dependabot[bot]
- chore(deps): bump golang.org/x/text from 0.14.0 to 0.34.0 in /modulegen (#3582) @dependabot[bot]
- chore(deps): bump mkdocs-codeinclude-plugin from 0.2.1 to 0.3.1 (#3579) @dependabot[bot]
- chore(deps): bump golang.org/x/mod from 0.16.0 to 0.33.0 in /modulegen (#3583) @dependabot[bot]
- chore(deps): bump github.com/aerospike/aerospike-client-go/v8 from 8.2.0 to 8.6.0 in /modules/aerospike (#3584) @dependabot[bot]
... (truncated)
Commits
2ea97c8chore: use new version (v0.41.0) in modules and examples9a663f7fix: update compose-replace Makefile target to use compose/v5 (#3590)10481c2chore(deps): bump atomicjar/testcontainers-cloud-setup-action (#3559)bdb12ddchore(deps): bump golang.org/x/text from 0.14.0 to 0.34.0 in /modulegen (#3582)5bd7f07chore(deps): bump mkdocs-codeinclude-plugin from 0.2.1 to 0.3.1 (#3579)c9ccfc5chore(deps): bump golang.org/x/mod from 0.16.0 to 0.33.0 in /modulegen (#3583)21ec740chore(deps): bump github.com/aerospike/aerospike-client-go/v8 from 8.2.0 to 8...fb47b82chore(deps): bump golang.org/x/mod in /modules/localstack (#3587)6686e31chore(deps): bump golang.org/x/mod in /modules/elasticsearch (#3585)0656548chore(deps): bump golang.org/x/mod in /modules/redpanda (#3588)- Additional commits viewable in compare view
Updates golang.org/x/crypto from 0.48.0 to 0.49.0
Commits
982eaa6go.mod: update golang.org/x dependencies159944fssh,acme: clean up tautological/impossible nil conditionsa408498acme: only require prompt if server has terms of servicecab0f71all: upgrade go directive to at least 1.25.0 [generated]2f26647x509roots/fallback: update bundle- See full diff in compare view
Updates golang.org/x/net from 0.51.0 to 0.52.0
Commits
316e20cgo.mod: update golang.org/x dependencies9767a42internal/http3: add support for plugging into net/http4a81284http2: update docs to disrecommend this packagedec6603dns/dnsmessage: reject too large of names early during unpack8afa12fhttp2: deprecate write schedulers38019a2http2: add missing copyright header to export_test.go039b87finternal/http3: return error when Write is used after status 304 is set6267c6cinternal/http3: add HTTP 103 Early Hints support to ClientConn591bdf3internal/http3: add HTTP 103 Early Hints support to Server1faa6d8internal/http3: avoid potential race when aborting RoundTrip- Additional commits viewable in compare view
Updates golang.org/x/term from 0.40.0 to 0.41.0
Commits
9d2dc07go.mod: update golang.org/x dependenciesd954e03all: upgrade go directive to at least 1.25.0 [generated]- See full diff in compare view
Updates golang.org/x/text from 0.34.0 to 0.35.0
Commits
7ca2c6dgo.mod: update golang.org/x dependencies73d1ba9all: upgrade go directive to at least 1.25.0 [generated]- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits
that have been made to it@dependabot show <dependency name> ignore conditionswill show all
of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore
conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will
remove the ignore condition of the specified dependency and ignore
conditions
Multiarch Docker image
Multiarch Docker image is available in GitHub's docker registry:
docker run -it ghcr.io/zalando/skipper:v0.24.52 skipper --help
Docker image
Docker image is available in Zalando's Open Source registry:
docker run -it registry.opensource.zalan.do/teapot/skipper:v0.24.52 skipper --help