dependabot[bot] opened a new pull request, #34815: URL: https://github.com/apache/beam/pull/34815
Bumps [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) from 0.36.0 to 0.37.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.37.0</h2> <h1>What's Changed</h1> <h2>🔒 Security</h2> <ul> <li>chore(deps): bump golang.org/x/crypto from 0.31.0 to 0.35.0 in /modules/aerospike (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3105">#3105</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(pulsar): bump github.com/apache/pulsar-client-go from 0.10.0 to 0.14.0 in /modules/pulsar (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3100">#3100</a>) <a href="https://github.com/mdelapenya"><code>@mdelapenya</code></a></li> <li>chore(clickhouse): bump github.com/ClickHouse/clickhouse-go/v2 from 2.20.0 to 2.34.0 in /modules/clickhouse (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3099">#3099</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>security(compose): upgrade github.com/docker/compose/v2 to fix security vulnerability (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3095">#3095</a>) <a href="https://github.com/sigi-glovebox"><code>@sigi-glovebox</code></a></li> </ul> <h2>🚀 Features</h2> <ul> <li>feat(gcloud): add option to run firestore in datastore mode (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3009">#3009</a>) <a href="https://github.com/Zarux"><code>@Zarux</code></a></li> <li>feat: support for mounting images (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3044">#3044</a>) <a href="https://github.com/mdelapenya"><code>@mdelapenya</code></a></li> <li>feat(influxdb): support for influxdbv2 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3072">#3072</a>) <a href="https://github.com/xBlaz3kx"><code>@xBlaz3kx</code></a></li> <li>feat: add <code>WithReuseByName</code> for modifying Generic Container Requests (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3064">#3064</a>) <a href="https://github.com/jm96441n"><code>@jm96441n</code></a></li> <li>feat(postgres): add WithOrderedInitScripts for Postgres testcontainers (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3121">#3121</a>) <a href="https://github.com/AlisCode"><code>@AlisCode</code></a></li> <li>feat(redis): add TLS support (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3115">#3115</a>) <a href="https://github.com/mdelapenya"><code>@mdelapenya</code></a></li> <li>feat: add Docker Model Runner module (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3106">#3106</a>) <a href="https://github.com/mdelapenya"><code>@mdelapenya</code></a></li> <li>feat: add toxiproxy module (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3092">#3092</a>) <a href="https://github.com/mdelapenya"><code>@mdelapenya</code></a></li> <li>feat(aerospike): add Aerospike module (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3094">#3094</a>) <a href="https://github.com/MitulShah1"><code>@MitulShah1</code></a></li> <li>feat: add more functional options to the modules API (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3070">#3070</a>) <a href="https://github.com/mdelapenya"><code>@mdelapenya</code></a></li> <li>feat: add arangodb module (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3083">#3083</a>) <a href="https://github.com/mdelapenya"><code>@mdelapenya</code></a></li> <li>feat: add socat container (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3071">#3071</a>) <a href="https://github.com/mdelapenya"><code>@mdelapenya</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: handle stopped containers more gracefully when reuse is enabled (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3062">#3062</a>) <a href="https://github.com/georgespalding"><code>@georgespalding</code></a></li> <li>fix(mongodb): replica set initialization & connection handling (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2984">#2984</a>) <a href="https://github.com/ttruongatl"><code>@ttruongatl</code></a></li> <li>fix(dind): use docker image load (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3073">#3073</a>) <a href="https://github.com/acouvreur"><code>@acouvreur</code></a></li> <li>fix(portforward): stop port-forward from the beforeStop container hook to the afterStop (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3047">#3047</a>) <a href="https://github.com/prashantv"><code>@prashantv</code></a></li> <li>fix: skip nil strategies in wait.ForAll (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3032">#3032</a>) <a href="https://github.com/mdelapenya"><code>@mdelapenya</code></a></li> </ul> <h2>📖 Documentation</h2> <ul> <li>docs(socat): add missing version marker for new options (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3111">#3111</a>) <a href="https://github.com/mdelapenya"><code>@mdelapenya</code></a></li> <li>docs: fix reference to container types in Run function (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3102">#3102</a>) <a href="https://github.com/mdelapenya"><code>@mdelapenya</code></a></li> <li>docs: add dependabot configuration (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3074">#3074</a>) <a href="https://github.com/acouvreur"><code>@acouvreur</code></a></li> </ul> <h2>🧹 Housekeeping</h2> <ul> <li>chore(ci): close PR if it was sent from main (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3123">#3123</a>) <a href="https://github.com/mdelapenya"><code>@mdelapenya</code></a></li> <li>chore(ci): exclude more files for a full-blown build (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3122">#3122</a>) <a href="https://github.com/mdelapenya"><code>@mdelapenya</code></a></li> <li>chore(ci): run core tests on Testcontainers Cloud (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3117">#3117</a>) <a href="https://github.com/mdelapenya"><code>@mdelapenya</code></a></li> <li>chore(ci): revert codeql improvements for CI resiliency (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3112">#3112</a>) <a href="https://github.com/mdelapenya"><code>@mdelapenya</code></a></li> <li>chore(ci): reduce GH runners usage by calling codeql in the lint stage (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3108">#3108</a>) <a href="https://github.com/mdelapenya"><code>@mdelapenya</code></a></li> <li>chore(ci): run codeql on the modified modules (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3103">#3103</a>) <a href="https://github.com/mdelapenya"><code>@mdelapenya</code></a></li> <li>fix(mssql): reduce flakiness in tests (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3084">#3084</a>) <a href="https://github.com/mdelapenya"><code>@mdelapenya</code></a></li> <li>chore: bump golangci-lint to v2 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3082">#3082</a>) <a href="https://github.com/mdelapenya"><code>@mdelapenya</code></a></li> <li>chore(gcloud): deprecate old gcp containers, creating subpackages for them (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3063">#3063</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/08e7b58666d28deec54c7d544f4c505fd0a7bb53"><code>08e7b58</code></a> chore: use new version (v0.37.0) in modules and examples</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/9da83403bb140d7cd82950730fb9ded3260c32b9"><code>9da8340</code></a> fix: handle stopped containers more gracefully when reuse is enabled (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3062">#3062</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/37ce31644cdcfe13732febc0e60a0db29071e34d"><code>37ce316</code></a> feat(gcloud): add option to run firestore in datastore mode (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3009">#3009</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/224da6dd0248a2164d0a62a899099da169c10630"><code>224da6d</code></a> feat: support for mounting images (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3044">#3044</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/92b9255aaa356addb1619c3c7fe8a5c5f4fb987a"><code>92b9255</code></a> chore(ci): close PR if it was sent from main (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3123">#3123</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/8a498b7c088a25520743fa9d5472d9699c281088"><code>8a498b7</code></a> feat: add <code>WithReuseByName</code> for modifying Generic Container Requests (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3064">#3064</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/1c9b01b0a348f211f8108f1684eca7d595fa7010"><code>1c9b01b</code></a> chore(deps): bump github/codeql-action from 3.28.15 to 3.28.16 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3120">#3120</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/d7c1a2f07f817ffd04b911e36f05e9211551866f"><code>d7c1a2f</code></a> chore(deps): bump mkdocs-include-markdown-plugin from 6.2.2 to 7.1.5 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3119">#3119</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/c71d5c99a0ef90689300dadf007b3f170dfd1b45"><code>c71d5c9</code></a> chore(deps): bump github.com/magiconair/properties from 1.8.9 to 1.8.10 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3118">#3118</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/7c6278f9ed51e2fbbf35917be339e87e40e0b309"><code>7c6278f</code></a> chore(ci): exclude more files for a full-blown build (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3122">#3122</a>)</li> <li>Additional commits viewable in <a href="https://github.com/testcontainers/testcontainers-go/compare/v0.36.0...v0.37.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