Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 15, 2025

Bumps the github-com-testcontainers-testcontainers-go group with 2 updates: github.com/testcontainers/testcontainers-go and github.com/testcontainers/testcontainers-go/modules/postgres.

Updates github.com/testcontainers/testcontainers-go from 0.37.0 to 0.38.0

Release notes

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

v0.38.0

What's Changed

⚠️ Breaking Changes

The breaking change comes as a behaviour that has been removed: the readiness check for the exposed ports. It led to flakiness and for that reason we removed it.

Only for users of the testcontainers.NewRawCommand function to create executables in containers, that are assigning the function to a variable. We added a variadic argument to the signature, so the rest of the users won't be affected by this breaking change.

  • chore(deps)!: bump github.com/docker/docker from 28.1.1+incompatible to 28.2.2+incompatible (#3194) @​mdelapenya

Implementers of the testcontainers.ImageBuildInfo interface, would see that testcontainers.BuildOptions has changed its signature to use non-deprecated types from docker/docker:

type ImageBuildInfo interface {
- 	 BuildOptions() (types.ImageBuildOptions, error) // converts the ImageBuildInfo to a types.ImageBuildOptions
+        BuildOptions() (build.ImageBuildOptions, error) // converts the ImageBuildInfo to a build.ImageBuildOptions

Also users of the testcontainers.FromDockerfile struct will receive this breaking change, as the BuildOptionsModifier fields has changed:

- BuildOptionsModifier func(*types.ImageBuildOptions)
+ BuildOptionsModifier func(*build.ImageBuildOptions)

🔒 Security

🚀 Features

🐛 Bug Fixes

... (truncated)

Commits
  • 41bd601 chore: use new version (v0.38.0) in modules and examples
  • a771fee Update go.mod in azure module (#3231)
  • 7f916ae fix: strip headers from logs using log stream specification (#3226)
  • 295ba91 chore: clarify image auth warning message for public images (#3228)
  • ea392e9 chore(deps): bump github.com/go-viper/mapstructure/v2 (#3219)
  • 122a4e5 chore(deps): bump github/codeql-action from 3.28.16 to 3.29.2 (#3222)
  • 930caf5 chore(deps): bump mkdocs-include-markdown-plugin from 7.1.5 to 7.1.6 (#3225)
  • 8a7416a deps: update testcontainers/sshd image to 1.3.0 (#3220)
  • c6cd357 chore(deps): bump urllib3 from 2.2.2 to 2.5.0 (#3214)
  • 4aa742c deps: gopsutil and purego update (#3217)
  • Additional commits viewable in compare view

Updates github.com/testcontainers/testcontainers-go/modules/postgres from 0.37.0 to 0.38.0

Release notes

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

v0.38.0

What's Changed

⚠️ Breaking Changes

The breaking change comes as a behaviour that has been removed: the readiness check for the exposed ports. It led to flakiness and for that reason we removed it.

Only for users of the testcontainers.NewRawCommand function to create executables in containers, that are assigning the function to a variable. We added a variadic argument to the signature, so the rest of the users won't be affected by this breaking change.

  • chore(deps)!: bump github.com/docker/docker from 28.1.1+incompatible to 28.2.2+incompatible (#3194) @​mdelapenya

Implementers of the testcontainers.ImageBuildInfo interface, would see that testcontainers.BuildOptions has changed its signature to use non-deprecated types from docker/docker:

type ImageBuildInfo interface {
- 	 BuildOptions() (types.ImageBuildOptions, error) // converts the ImageBuildInfo to a types.ImageBuildOptions
+        BuildOptions() (build.ImageBuildOptions, error) // converts the ImageBuildInfo to a build.ImageBuildOptions

Also users of the testcontainers.FromDockerfile struct will receive this breaking change, as the BuildOptionsModifier fields has changed:

- BuildOptionsModifier func(*types.ImageBuildOptions)
+ BuildOptionsModifier func(*build.ImageBuildOptions)

🔒 Security

🚀 Features

🐛 Bug Fixes

... (truncated)

Commits
  • 41bd601 chore: use new version (v0.38.0) in modules and examples
  • a771fee Update go.mod in azure module (#3231)
  • 7f916ae fix: strip headers from logs using log stream specification (#3226)
  • 295ba91 chore: clarify image auth warning message for public images (#3228)
  • ea392e9 chore(deps): bump github.com/go-viper/mapstructure/v2 (#3219)
  • 122a4e5 chore(deps): bump github/codeql-action from 3.28.16 to 3.29.2 (#3222)
  • 930caf5 chore(deps): bump mkdocs-include-markdown-plugin from 7.1.5 to 7.1.6 (#3225)
  • 8a7416a deps: update testcontainers/sshd image to 1.3.0 (#3220)
  • c6cd357 chore(deps): bump urllib3 from 2.2.2 to 2.5.0 (#3214)
  • 4aa742c deps: gopsutil and purego update (#3217)
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 <dependency name> major version will 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 version will 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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 15, 2025
@dependabot dependabot bot requested a review from a team as a code owner July 15, 2025 14:16
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 15, 2025
Copy link

codecov bot commented Jul 15, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 77.1%. Comparing base (5e139f5) to head (73730df).

Additional details and impacted files
@@           Coverage Diff           @@
##            main   #7619     +/-   ##
=======================================
- Coverage   79.2%   77.1%   -2.1%     
=======================================
  Files        222     222             
  Lines      25906   25906             
=======================================
- Hits       20534   19999    -535     
- Misses      4317    4878    +561     
+ Partials    1055    1029     -26     

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

@dependabot dependabot bot force-pushed the dependabot/go_modules/github-com-testcontainers-testcontainers-go-cc26670607 branch 6 times, most recently from 955921c to 62faa16 Compare July 25, 2025 14:47
@dependabot dependabot bot force-pushed the dependabot/go_modules/github-com-testcontainers-testcontainers-go-cc26670607 branch 4 times, most recently from 6d11d3b to 00a8898 Compare August 5, 2025 14:19
@dependabot dependabot bot force-pushed the dependabot/go_modules/github-com-testcontainers-testcontainers-go-cc26670607 branch from 00a8898 to 9fdc6c0 Compare August 6, 2025 14:26
@dependabot dependabot bot force-pushed the dependabot/go_modules/github-com-testcontainers-testcontainers-go-cc26670607 branch 2 times, most recently from 832d6f7 to 5cd18fd Compare August 21, 2025 14:09
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 15, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

1 similar comment
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 16, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot bot force-pushed the dependabot/go_modules/github-com-testcontainers-testcontainers-go-cc26670607 branch 2 times, most recently from b1cfb47 to 904ecc0 Compare September 19, 2025 14:02
@dependabot dependabot bot force-pushed the dependabot/go_modules/github-com-testcontainers-testcontainers-go-cc26670607 branch from 904ecc0 to 1df683a Compare September 22, 2025 14:02
…up with 2 updates

Bumps the github-com-testcontainers-testcontainers-go group with 2 updates: [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) and [github.com/testcontainers/testcontainers-go/modules/postgres](https://github.com/testcontainers/testcontainers-go).


Updates `github.com/testcontainers/testcontainers-go` from 0.37.0 to 0.38.0
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases)
- [Commits](testcontainers/testcontainers-go@v0.37.0...v0.38.0)

Updates `github.com/testcontainers/testcontainers-go/modules/postgres` from 0.37.0 to 0.38.0
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases)
- [Commits](testcontainers/testcontainers-go@v0.37.0...v0.38.0)

---
updated-dependencies:
- dependency-name: github.com/testcontainers/testcontainers-go
  dependency-version: 0.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-com-testcontainers-testcontainers-go
- dependency-name: github.com/testcontainers/testcontainers-go/modules/postgres
  dependency-version: 0.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-com-testcontainers-testcontainers-go
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github-com-testcontainers-testcontainers-go-cc26670607 branch from 1df683a to 73730df Compare October 13, 2025 14:28
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 size/S

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants