Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 7, 2025

Bumps github.com/testcontainers/testcontainers-go from 0.39.0 to 0.40.0.

Release notes

Sourced from github.com/testcontainers/testcontainers-go's releases.

v0.40.0

What's Changed

⚠️ Breaking Changes

The below modules receive a breaking change in the signature of their functional options, as now all of them return an error when needed (returning nil for success). Therefore, you're only affected when assigning the options to variables.

  • Old: type Option func(*options)
  • New: type Option func(*options) error

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

... (truncated)

Commits
  • 71b5775 chore: use new version (v0.40.0) in modules and examples
  • 7e7e8cc chore(deps): bump amannn/action-semantic-pull-request from 5.5.3 to 6.1.1 (#3...
  • f95900f feat(azure): add cosmosdb module (#3452)
  • 1ed2735 fix(udp): expose UDP ports properly (#3485)
  • 7527203 chore(deps): bump golang.org/x/sys from 0.36.0 to 0.37.0 and golang.org/x/cry...
  • aa75771 chore(deps): bump github.com/docker/docker from 28.3.3+incompatible to 28.5.1...
  • bddd936 feat(wait): add human-readable String() methods to all wait strategies (#3461)
  • 666b20d chore(deps): bump mkdocs-include-markdown-plugin from 7.1.6 to 7.2.0 (#3463)
  • 56b85e5 chore(deps): bump actions/setup-go from 5.4.0 to 6.0.0 (#3462)
  • 9895e2e chore: enable prealloc linter and address issues (#3458)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) from 0.39.0 to 0.40.0.
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases)
- [Commits](testcontainers/testcontainers-go@v0.39.0...v0.40.0)

---
updated-dependencies:
- dependency-name: github.com/testcontainers/testcontainers-go
  dependency-version: 0.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 7, 2025
@netlify
Copy link

netlify bot commented Nov 7, 2025

Deploy Preview for beryju-gravity canceled.

Name Link
🔨 Latest commit 928ddc0
🔍 Latest deploy log https://app.netlify.com/projects/beryju-gravity/deploys/690d72e17fcc920008c08a96

@codecov
Copy link

codecov bot commented Nov 7, 2025

❌ 21 Tests Failed:

Tests completed Failed Passed Skipped
21 21 0 0
View the top 3 failed test(s) by shortest run time
beryju.io/gravity/internal/resources::Failure
Stack Traces | 0s run time
Runtime error
beryju.io/gravity/pkg/convert/bind::Failure
Stack Traces | 0s run time
Runtime error
beryju.io/gravity/pkg/convert/ms_dhcp::Failure
Stack Traces | 0s run time
Runtime error
beryju.io/gravity/pkg/convert/opnsense::Failure
Stack Traces | 0s run time
Runtime error
beryju.io/gravity/pkg/instance/migrate::Failure
Stack Traces | 0s run time
Runtime error
beryju.io/gravity/pkg/instance::Failure
Stack Traces | 0s run time
Runtime error
beryju.io/gravity/pkg/roles/api/auth::Failure
Stack Traces | 0s run time
Runtime error
beryju.io/gravity/pkg/roles/api::Failure
Stack Traces | 0s run time
Runtime error
beryju.io/gravity/pkg/roles/backup::Failure
Stack Traces | 0s run time
Runtime error
beryju.io/gravity/pkg/roles/debug::Failure
Stack Traces | 0s run time
Runtime error
beryju.io/gravity/pkg/roles/dhcp::Failure
Stack Traces | 0s run time
Runtime error
beryju.io/gravity/pkg/roles/discovery::Failure
Stack Traces | 0s run time
Runtime error
beryju.io/gravity/pkg/roles/dns::Failure
Stack Traces | 0s run time
Runtime error
beryju.io/gravity/pkg/roles/etcd::Failure
Stack Traces | 0s run time
Runtime error
beryju.io/gravity/pkg/roles/monitoring::Failure
Stack Traces | 0s run time
Runtime error
beryju.io/gravity/pkg/roles/tftp::Failure
Stack Traces | 0s run time
Runtime error
beryju.io/gravity/pkg/roles/tsdb::Failure
Stack Traces | 0s run time
Runtime error
beryju.io/gravity/pkg/storage::Failure
Stack Traces | 0s run time
Runtime error
beryju.io/gravity/pkg/tests::Failure
Stack Traces | 0s run time
Runtime error
github.com/openshift/client-go/route/applyconfigurations/route/v1::
Stack Traces | 0s run time
Build error
sigs.k8s.io/gateway-api/applyconfiguration/apis/v1::
Stack Traces | 0s run time
Build error

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@BeryJu BeryJu merged commit 2913c19 into main Nov 7, 2025
12 of 21 checks passed
@BeryJu BeryJu deleted the dependabot/go_modules/github.com/testcontainers/testcontainers-go-0.40.0 branch November 7, 2025 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants