dependabot[bot] opened a new pull request, #24778:
URL: https://github.com/apache/beam/pull/24778

   Bumps 
[github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go)
 from 0.15.0 to 0.17.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.17.0</h2>
   <h1>What's Changed</h1>
   <h2>⚠️ Breaking Changes</h2>
   <p>Given the amount of issues after <a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-go/issues/476";>#476</a>,
 causing consumers of this library to update their dependencies with multiple 
replace directives in their <code>go.mod</code> files, we have moved compose 
code to a separate module. Therefore the majority of the users of the library 
will only need to replace Docker dependency with the one used in this library, 
which is simpler in terms of usage. Please see <a 
href="https://golang.testcontainers.org/quickstart/#2-install-testcontainers-for-go";>Install
 instructions</a> for further information.</p>
   <pre lang="golang"><code>replace (
        github.com/docker/docker =&gt; github.com/docker/docker 
v20.10.3-0.20221013203545-33ab36d6b304+incompatible // 22.06 branch
   )
   </code></pre>
   <p>On the other hand, users of native Docker Compose code will still need 
all the replace directives, as described in the <a 
href="https://golang.testcontainers.org/features/docker_compose/";>Compose 
docs</a>.</p>
   <ul>
   <li>chore: move compose code to a separate module (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-go/issues/650";>#650</a>)
 <a href="https://github.com/mdelapenya";><code>@​mdelapenya</code></a></li>
   </ul>
   <h2>🚀 Features</h2>
   <ul>
   <li>feat: provide a tool to generate examples from code (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-go/issues/618";>#618</a>)
 <a href="https://github.com/mdelapenya";><code>@​mdelapenya</code></a></li>
   </ul>
   <h2>🐛 Bug Fixes</h2>
   <ul>
   <li>fix: avoid panics when checking container state and container.raw is nil 
(<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-go/issues/635";>#635</a>)
 <a href="https://github.com/mdelapenya";><code>@​mdelapenya</code></a></li>
   </ul>
   <h2>📖 Documentation</h2>
   <ul>
   <li>docs: refine onboarding process with quickstart guide (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-go/issues/706";>#706</a>)
 <a href="https://github.com/mdelapenya";><code>@​mdelapenya</code></a></li>
   <li>chore: add mysql example (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-go/issues/700";>#700</a>)
 <a href="https://github.com/mdelapenya";><code>@​mdelapenya</code></a></li>
   <li>chore: postgres example (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-go/issues/674";>#674</a>)
 <a href="https://github.com/mdelapenya";><code>@​mdelapenya</code></a></li>
   <li>Add bigtable example (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-go/issues/676";>#676</a>)
 <a href="https://github.com/eddumelendez";><code>@​eddumelendez</code></a></li>
   <li>Improve datastore, firestore, pubsub and spanner tests (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-go/issues/670";>#670</a>)
 <a href="https://github.com/eddumelendez";><code>@​eddumelendez</code></a></li>
   <li>Add toxiproxy example (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-go/issues/643";>#643</a>)
 <a href="https://github.com/eddumelendez";><code>@​eddumelendez</code></a></li>
   <li>Add spanner example (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-go/issues/642";>#642</a>)
 <a href="https://github.com/eddumelendez";><code>@​eddumelendez</code></a></li>
   <li>Add pubsub example (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-go/issues/640";>#640</a>)
 <a href="https://github.com/eddumelendez";><code>@​eddumelendez</code></a></li>
   <li>Add datastore example (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-go/issues/638";>#638</a>)
 <a href="https://github.com/eddumelendez";><code>@​eddumelendez</code></a></li>
   <li>Add firestore example (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-go/issues/637";>#637</a>)
 <a href="https://github.com/eddumelendez";><code>@​eddumelendez</code></a></li>
   <li>feat: provide a tool to generate examples from code (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-go/issues/618";>#618</a>)
 <a href="https://github.com/mdelapenya";><code>@​mdelapenya</code></a></li>
   <li>chore: bump version in mkdocs (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-go/issues/630";>#630</a>)
 <a href="https://github.com/mdelapenya";><code>@​mdelapenya</code></a></li>
   <li>docs: remove code snippets from main README (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-go/issues/631";>#631</a>)
 <a href="https://github.com/mdelapenya";><code>@​mdelapenya</code></a></li>
   <li>docs: document replace directive for Docker Compose (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-go/issues/632";>#632</a>)
 <a href="https://github.com/mdelapenya";><code>@​mdelapenya</code></a></li>
   </ul>
   <h2>🧹 Housekeeping</h2>
   <ul>
   <li>chore: reduce concurrent builds (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-go/issues/702";>#702</a>)
 <a href="https://github.com/mdelapenya";><code>@​mdelapenya</code></a></li>
   <li>chore: update mkdocs format to go-yaml v3 (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-go/issues/667";>#667</a>)
 <a href="https://github.com/mdelapenya";><code>@​mdelapenya</code></a></li>
   <li>chore: generate dependabot configs for examples (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-go/issues/654";>#654</a>)
 <a href="https://github.com/mdelapenya";><code>@​mdelapenya</code></a></li>
   <li>chore: format dependabot using go-yaml indents (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-go/issues/658";>#658</a>)
 <a href="https://github.com/mdelapenya";><code>@​mdelapenya</code></a></li>
   <li>chore: remove quotes from dependabot updates (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-go/issues/655";>#655</a>)
 <a href="https://github.com/mdelapenya";><code>@​mdelapenya</code></a></li>
   <li>fix: do not create garbage in examples nav bar (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-go/issues/652";>#652</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/10c899c0794fc1e2207482d4279bf19e68465df9";><code>10c899c</code></a>
 chore: move compose code to a separate module (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-go/issues/650";>#650</a>)</li>
   <li><a 
href="https://github.com/testcontainers/testcontainers-go/commit/18a119b0c27cf54295623ebc0c09789c6472fc89";><code>18a119b</code></a>
 docs: refine onboarding process with quickstart guide (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-go/issues/706";>#706</a>)</li>
   <li><a 
href="https://github.com/testcontainers/testcontainers-go/commit/593da80af80f54465d96183251f5ae8d30be9fef";><code>593da80</code></a>
 chore: move redis-specific tests to the example module (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-go/issues/701";>#701</a>)</li>
   <li><a 
href="https://github.com/testcontainers/testcontainers-go/commit/574e1ae5c8ed725022b9ec295afdfdabfba25f17";><code>574e1ae</code></a>
 chore: bump transitive dependencies (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-go/issues/527";>#527</a>)</li>
   <li><a 
href="https://github.com/testcontainers/testcontainers-go/commit/e9fa657defc1221277d04990bfb0ae9d06bc9e13";><code>e9fa657</code></a>
 chore: reduce concurrent builds (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-go/issues/702";>#702</a>)</li>
   <li><a 
href="https://github.com/testcontainers/testcontainers-go/commit/bb030577d3ad12952c2d9968410c834374884c31";><code>bb03057</code></a>
 chore: add mysql example (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-go/issues/700";>#700</a>)</li>
   <li><a 
href="https://github.com/testcontainers/testcontainers-go/commit/2de9fb8663a7d96dee68c203c2aacf576fba901b";><code>2de9fb8</code></a>
 chore(deps): bump google.golang.org/api from 0.104.0 to 0.105.0 (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-go/issues/699";>#699</a>)</li>
   <li><a 
href="https://github.com/testcontainers/testcontainers-go/commit/71461a93b65a712ec1bf7e962f8932986ffa9b7f";><code>71461a9</code></a>
 chore(deps): bump google.golang.org/api in /examples/firestore (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-go/issues/683";>#683</a>)</li>
   <li><a 
href="https://github.com/testcontainers/testcontainers-go/commit/f6b41315997a8fbbfa8df6defea9e63962944085";><code>f6b4131</code></a>
 chore(deps): bump cloud.google.com/go/spanner in /examples/spanner (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-go/issues/688";>#688</a>)</li>
   <li><a 
href="https://github.com/testcontainers/testcontainers-go/commit/099b1817572a8daea333c63f2331920e30f47483";><code>099b181</code></a>
 chore(deps): bump google.golang.org/api in /examples/pubsub (<a 
href="https://github-redirect.dependabot.com/testcontainers/testcontainers-go/issues/685";>#685</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/testcontainers/testcontainers-go/compare/v0.15.0...0.17.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/testcontainers/testcontainers-go&package-manager=go_modules&previous-version=0.15.0&new-version=0.17.0)](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 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to