dependabot[bot] opened a new pull request, #35615: URL: https://github.com/apache/beam/pull/35615
Bumps [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) from 0.37.0 to 0.38.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/testcontainers/testcontainers-go/releases">github.com/testcontainers/testcontainers-go's releases</a>.</em></p> <blockquote> <h2>v0.38.0</h2> <h1>What's Changed</h1> <h2>⚠️ Breaking Changes</h2> <ul> <li>chore!: do not wait for all the exposed ports to be ready (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3199">#3199</a>) <a href="https://github.com/mdelapenya"><code>@mdelapenya</code></a></li> </ul> <blockquote> <p>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.</p> </blockquote> <ul> <li>feat!: add options when creating RawCommand (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3168">#3168</a>) <a href="https://github.com/benja-M-1"><code>@benja-M-1</code></a></li> </ul> <blockquote> <p>Only for users of the <code>testcontainers.NewRawCommand</code> 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.</p> </blockquote> <ul> <li>chore(deps)!: bump github.com/docker/docker from 28.1.1+incompatible to 28.2.2+incompatible (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3194">#3194</a>) <a href="https://github.com/mdelapenya"><code>@mdelapenya</code></a></li> </ul> <blockquote> <p>Implementers of the <code>testcontainers.ImageBuildInfo</code> interface, would see that <code>testcontainers.BuildOptions</code> has changed its signature to use non-deprecated types from <code>docker/docker</code>:</p> </blockquote> <pre lang="diff"><code>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 </code></pre> <blockquote> <p>Also users of the <code>testcontainers.FromDockerfile</code> struct will receive this breaking change, as the <code>BuildOptionsModifier</code> fields has changed:</p> </blockquote> <pre lang="diff"><code>- BuildOptionsModifier func(*types.ImageBuildOptions) + BuildOptionsModifier func(*build.ImageBuildOptions) </code></pre> <h2>🔒 Security</h2> <ul> <li>deps: update testcontainers/sshd image to 1.3.0 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3220">#3220</a>) <a href="https://github.com/mdelapenya"><code>@mdelapenya</code></a></li> </ul> <h2>🚀 Features</h2> <ul> <li>feat(couchbase): adding auth to couchbase initCluster functions to support container reuse (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3048">#3048</a>) <a href="https://github.com/waroir20"><code>@waroir20</code></a></li> <li>feat: support adding wait strategies as functional option (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3161">#3161</a>) <a href="https://github.com/mdelapenya"><code>@mdelapenya</code></a></li> <li>feat: add more functional options for customising containers (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3156">#3156</a>) <a href="https://github.com/mdelapenya"><code>@mdelapenya</code></a></li> <li>feat(memcached): add memcached module (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3132">#3132</a>) <a href="https://github.com/mdelapenya"><code>@mdelapenya</code></a></li> <li>feat(valkey): add TLS support for Valkey (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3131">#3131</a>) <a href="https://github.com/mdelapenya"><code>@mdelapenya</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: strip headers from logs using log stream specification (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3226">#3226</a>) <a href="https://github.com/LaurentGoderre"><code>@LaurentGoderre</code></a></li> <li>fix: use PortEndpoint() in a few more modules (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3209">#3209</a>) <a href="https://github.com/ash2k"><code>@ash2k</code></a></li> <li>fix: docker container log consumer race (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3210">#3210</a>) <a href="https://github.com/stevenh"><code>@stevenh</code></a></li> <li>fix: use PortEndpoint() in a few more modules (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3207">#3207</a>) <a href="https://github.com/ash2k"><code>@ash2k</code></a></li> <li>fix: use PortEndpoint() in a few more modules (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3206">#3206</a>) <a href="https://github.com/ash2k"><code>@ash2k</code></a></li> <li>fix: use PortEndpoint() in a few more modules (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3203">#3203</a>) <a href="https://github.com/ash2k"><code>@ash2k</code></a></li> <li>fix: try to fix more IPv6 handling issues (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3198">#3198</a>) <a href="https://github.com/ash2k"><code>@ash2k</code></a></li> <li>fix: workaround for <a href="https://redirect.github.com/moby/moby/issues/50133">moby/moby#50133</a> when reusing container (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3197">#3197</a>) <a href="https://github.com/mabrarov"><code>@mabrarov</code></a></li> <li>feat(kafka,redpanda): support for waiting for mapped ports without external checks (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3165">#3165</a>) <a href="https://github.com/mabrarov"><code>@mabrarov</code></a></li> <li>fix(etcd): expose ports for the etcd nodes (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3162">#3162</a>) <a href="https://github.com/mdelapenya"><code>@mdelapenya</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/41bd60184bf156af3dbb7f5b7fbb58da3603ada4"><code>41bd601</code></a> chore: use new version (v0.38.0) in modules and examples</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/a771fee17834ed3027cfa949d4f43b8ed40421e7"><code>a771fee</code></a> Update go.mod in azure module (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3231">#3231</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/7f916ae90ba1e2980dd651fba3a8b696b994b40e"><code>7f916ae</code></a> fix: strip headers from logs using log stream specification (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3226">#3226</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/295ba91d0c07ce39ec3c4801116623f95e0ffd52"><code>295ba91</code></a> chore: clarify image auth warning message for public images (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3228">#3228</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/ea392e96caac6e2e42559ede267100b1e52361e3"><code>ea392e9</code></a> chore(deps): bump github.com/go-viper/mapstructure/v2 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3219">#3219</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/122a4e53fb2fc956d129d4b2f1bc69c7eb3c633c"><code>122a4e5</code></a> chore(deps): bump github/codeql-action from 3.28.16 to 3.29.2 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3222">#3222</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/930caf501d24a15d68507da1c0ada582d44aa9de"><code>930caf5</code></a> chore(deps): bump mkdocs-include-markdown-plugin from 7.1.5 to 7.1.6 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3225">#3225</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/8a7416af6657efa4dba0c0a0131862f8e5e6f6cf"><code>8a7416a</code></a> deps: update testcontainers/sshd image to 1.3.0 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3220">#3220</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/c6cd3578d2205c0b04cbd242b3903f8213cf65a0"><code>c6cd357</code></a> chore(deps): bump urllib3 from 2.2.2 to 2.5.0 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3214">#3214</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/4aa742c593470d8a15584f8c2e8f0b0cc6a3c9af"><code>4aa742c</code></a> deps: gopsutil and purego update (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3217">#3217</a>)</li> <li>Additional commits viewable in <a href="https://github.com/testcontainers/testcontainers-go/compare/v0.37.0...v0.38.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org