dependabot[bot] opened a new pull request, #32267: URL: https://github.com/apache/beam/pull/32267
Bumps [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) from 0.32.0 to 0.33.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.33.0</h2> <h1>What's Changed</h1> <h2>⚠️ Breaking Changes</h2> <ul> <li>fix!: docker authentication setup (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2727">#2727</a>) <a href="https://github.com/stevenh"><code>@stevenh</code></a></li> </ul> <p>If you are building Docker images with the <code>FromDockerfile</code> struct in the <code>GenericContainerRequest</code>, please consider that the <code>ContextArchive</code> field in that struct has changed from <code>io.Reader</code> to <code>io.ReadSeeker</code>. This is needed because we want to be able to rewind to do multiple passes when reading all the images that are present in a Dockerfile.</p> <h2>🔒 Security</h2> <ul> <li>chore(deps): bump github.com/docker/docker from 27.1.0+incompatible to 27.1.1+incompatible (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2733">#2733</a>) <a href="https://github.com/mdelapenya"><code>@mdelapenya</code></a></li> </ul> <h2>🚀 Features</h2> <ul> <li>feat(wait): skip internal host port check (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2691">#2691</a>) <a href="https://github.com/stevenh"><code>@stevenh</code></a></li> <li>feat(redpanda): Add option for arbitrary bootstrap config (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2666">#2666</a>) <a href="https://github.com/oleiman"><code>@oleiman</code></a></li> <li>feat(inbucket): expose POP3 and wait for all ports (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2690">#2690</a>) <a href="https://github.com/stevenh"><code>@stevenh</code></a></li> <li>feat: add grafana-lgtm module (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2660">#2660</a>) <a href="https://github.com/mdelapenya"><code>@mdelapenya</code></a></li> <li>Added valkey module (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2639">#2639</a>) <a href="https://github.com/JensvandeWiel"><code>@JensvandeWiel</code></a></li> <li>feat: add custom container registry substitutor (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2647">#2647</a>) <a href="https://github.com/stillya"><code>@stillya</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: config via environment (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2725">#2725</a>) <a href="https://github.com/stevenh"><code>@stevenh</code></a></li> <li>fix(redpanda): race condition on port check (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2692">#2692</a>) <a href="https://github.com/stevenh"><code>@stevenh</code></a></li> <li>fix: logging restart (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2697">#2697</a>) <a href="https://github.com/stevenh"><code>@stevenh</code></a></li> <li>fix(kafka): port race on start (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2696">#2696</a>) <a href="https://github.com/stevenh"><code>@stevenh</code></a></li> <li>fix(compose): container locking (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2722">#2722</a>) <a href="https://github.com/stevenh"><code>@stevenh</code></a></li> <li>fix: readiness hook back off (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2718">#2718</a>) <a href="https://github.com/stevenh"><code>@stevenh</code></a></li> <li>fix(milvus): racy container setup (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2693">#2693</a>) <a href="https://github.com/stevenh"><code>@stevenh</code></a></li> <li>fix: port forwarding race condition (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2686">#2686</a>) <a href="https://github.com/stevenh"><code>@stevenh</code></a></li> <li>fix: missing image build errors (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2651">#2651</a>) <a href="https://github.com/stevenh"><code>@stevenh</code></a></li> <li>fix: incorrect parsing of exposedPorts in readiness check (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2658">#2658</a>) <a href="https://github.com/robinvanderstraeten-klarrio"><code>@robinvanderstraeten-klarrio</code></a></li> <li>fix: container.Endpoint and wait.FortHTTP to use lowest internal port (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2641">#2641</a>) <a href="https://github.com/stevenh"><code>@stevenh</code></a></li> <li>Fix: Couchbase containers intermittently hang on startup (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2650">#2650</a>) <a href="https://github.com/couchbaseEd"><code>@couchbaseEd</code></a></li> <li>chore(deps): bump Ryuk to 0.8.1 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2648">#2648</a>) <a href="https://github.com/mdelapenya"><code>@mdelapenya</code></a></li> <li>fix: retry on label error (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2644">#2644</a>) <a href="https://github.com/stevenh"><code>@stevenh</code></a></li> <li>fix: log output after context timeout (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2643">#2643</a>) <a href="https://github.com/stevenh"><code>@stevenh</code></a></li> </ul> <h2>📖 Documentation</h2> <ul> <li>docs: fix broken doc tags (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2732">#2732</a>) <a href="https://github.com/stevenh"><code>@stevenh</code></a></li> <li>docs: improve docs for container methods (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2713">#2713</a>) <a href="https://github.com/stevenh"><code>@stevenh</code></a></li> <li>docs: add consistent snippets for network creation (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2703">#2703</a>) <a href="https://github.com/mdelapenya"><code>@mdelapenya</code></a></li> <li>docs: fix compilation of examples (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2656">#2656</a>) <a href="https://github.com/alexandear"><code>@alexandear</code></a></li> </ul> <h2>🧹 Housekeeping</h2> <ul> <li>fix: authentication tests on WSL (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2706">#2706</a>) <a href="https://github.com/stevenh"><code>@stevenh</code></a></li> <li>fix(registry): compatibility with WSL (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2705">#2705</a>) <a href="https://github.com/stevenh"><code>@stevenh</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/e21a5e1cfa7ffea08f4c5967ec66068b1addf3fa"><code>e21a5e1</code></a> chore: use new version (v0.33.0) in modules and examples</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/ca76ee195050114626fb2421fb0ba218399a2680"><code>ca76ee1</code></a> fix: authentication tests on WSL (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2706">#2706</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/aaa88d20fea42734712bb22b646af33a47ed2f53"><code>aaa88d2</code></a> fix(registry): compatibility with WSL (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2705">#2705</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/c44b1b2ed935455fa222f122a7474efe309f641c"><code>c44b1b2</code></a> fix: config via environment (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2725">#2725</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/5ec00648428cfa8d8cb4cce2dbc72b0a95d5cb72"><code>5ec0064</code></a> fix(redpanda): race condition on port check (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2692">#2692</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/17b178f85a5046ac51b66be46fb87e3447763adc"><code>17b178f</code></a> fix: logging restart (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2697">#2697</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/5024e266f5e30a9c27e288d2deda5f75c8137dcd"><code>5024e26</code></a> fix!: docker authentication setup (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2727">#2727</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/c8ec4559ba79b9ca1eba7d2798f55bc86dcf697c"><code>c8ec455</code></a> chore: improve error wrapping (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2720">#2720</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/c3b05edcf3e755d3bf1968a42d0542d52ce93818"><code>c3b05ed</code></a> chore: run make tests in verbose mode (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2734">#2734</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/9f4d46dcf7495ab0db0968ce6a567edf436ac6f0"><code>9f4d46d</code></a> chore(deps): bump github.com/docker/docker from 27.1.0+incompatible to 27.1.1...</li> <li>Additional commits viewable in <a href="https://github.com/testcontainers/testcontainers-go/compare/v0.32.0...v0.33.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