Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2025

Bumps github.com/testcontainers/testcontainers-go from 0.35.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

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)

@dependabot dependabot bot added dependencies go Pull requests that update Go code labels Sep 2, 2025
github-actions[bot]
github-actions bot previously approved these changes Sep 2, 2025
@github-actions github-actions bot enabled auto-merge (squash) September 2, 2025 13:05
Copy link

netlify bot commented Sep 2, 2025

Deploy Preview for localai ready!

Name Link
🔨 Latest commit 5324693
🔍 Latest deploy log https://app.netlify.com/projects/localai/deploys/68b846324f0d9e0008f8cd7c
😎 Deploy Preview https://deploy-preview-6182--localai.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/testcontainers/testcontainers-go-0.38.0 branch 2 times, most recently from ed1c711 to 9e41359 Compare September 2, 2025 17:27
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/testcontainers/testcontainers-go-0.38.0 branch from 9e41359 to 467047c Compare September 2, 2025 18:34
github-actions[bot]
github-actions bot previously approved these changes Sep 2, 2025
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/testcontainers/testcontainers-go-0.38.0 branch from 467047c to 6cf380a Compare September 3, 2025 12:24
github-actions[bot]
github-actions bot previously approved these changes Sep 3, 2025
Bumps [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) from 0.35.0 to 0.38.0.
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases)
- [Commits](testcontainers/testcontainers-go@v0.35.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
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/testcontainers/testcontainers-go-0.38.0 branch from 6cf380a to 5324693 Compare September 3, 2025 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants