You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/04/09 04:59:14 UTC

[PR] Bump github.com/testcontainers/testcontainers-go from 0.26.0 to 0.30.0 in /sdks [beam]

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

   Bumps [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) from 0.26.0 to 0.30.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.30.0</h2>
   <h1>What's Changed</h1>
   <h2>🚀 Features</h2>
   <ul>
   <li>feat(k6):Add remote test scripts (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2350">#2350</a>) <a href="https://github.com/bearrito"><code>@​bearrito</code></a></li>
   <li>feat: optimizes file copies to and from containers (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2450">#2450</a>) <a href="https://github.com/codefromthecrypt"><code>@​codefromthecrypt</code></a></li>
   <li>feat(exitcode): Add exit code sugar method (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2342">#2342</a>) <a href="https://github.com/bearrito"><code>@​bearrito</code></a></li>
   <li>feat: add module to support InfluxDB v1.x (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/1703">#1703</a>) <a href="https://github.com/JJCinAZ"><code>@​JJCinAZ</code></a></li>
   <li>feat: authenticate docker on PullImage (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2446">#2446</a>) <a href="https://github.com/codefromthecrypt"><code>@​codefromthecrypt</code></a></li>
   <li>feat: add distribution-registry module (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2341">#2341</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li>
   <li>feat: support passing io.Reader as ContainerFile (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2401">#2401</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li>
   <li>feat(MustConn): Add MustConnectionString on (some) dbs (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2343">#2343</a>) <a href="https://github.com/bearrito"><code>@​bearrito</code></a></li>
   <li>feat: support for waiting for response headers (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2349">#2349</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li>
   <li>Add method for getting Weaviate's gRPC port (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2339">#2339</a>) <a href="https://github.com/antas-marcin"><code>@​antas-marcin</code></a></li>
   <li>feat: add openfga module (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2332">#2332</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li>
   </ul>
   <h2>🐛 Bug Fixes</h2>
   <ul>
   <li>Fix: HTTP wait strategy does not take query params into account (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2466">#2466</a>) <a href="https://github.com/benja-M-1"><code>@​benja-M-1</code></a></li>
   <li>fix: logging deadlock (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2346">#2346</a>) <a href="https://github.com/stevenh"><code>@​stevenh</code></a></li>
   <li>fix(exec): updates the <code>Multiplexed</code> opt to combine stdout and stderr (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2452">#2452</a>) <a href="https://github.com/gustavosbarreto"><code>@​gustavosbarreto</code></a></li>
   <li>bug:Fix AMQPS url (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2462">#2462</a>) <a href="https://github.com/bearrito"><code>@​bearrito</code></a></li>
   <li>Added error handling for context.Canceled in log reading code (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2268">#2268</a>) <a href="https://github.com/prateekdwivedi"><code>@​prateekdwivedi</code></a></li>
   <li>fix: consul race on HTTP port (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2336">#2336</a>) <a href="https://github.com/codefromthecrypt"><code>@​codefromthecrypt</code></a></li>
   </ul>
   <h2>📖 Documentation</h2>
   <ul>
   <li>docs: fix wrong copy&amp;paste in Weaviate docs (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2338">#2338</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li>
   </ul>
   <h2>🧹 Housekeeping</h2>
   <ul>
   <li>Upgrade neo4j module to use features from v0.29.1 of testcontainers-go (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2463">#2463</a>) <a href="https://github.com/danielorbach"><code>@​danielorbach</code></a></li>
   <li>chore: use &quot;docker compose&quot; (v2) instead of &quot;docker-compose&quot; (v1) (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2464">#2464</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li>
   <li>refactor: Add Weaviate modules tests (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2447">#2447</a>) <a href="https://github.com/antas-marcin"><code>@​antas-marcin</code></a></li>
   <li>docs: Fix typo in ci-test-go.yml (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2394">#2394</a>) <a href="https://github.com/uh-zz"><code>@​uh-zz</code></a></li>
   <li>redpanda: set entrypoint to the custom entrypoint file (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2347">#2347</a>) <a href="https://github.com/bojand"><code>@​bojand</code></a></li>
   <li>Move the container and config tests into a test package (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2242">#2242</a>) <a href="https://github.com/Minivera"><code>@​Minivera</code></a></li>
   <li>chore: use WithEnv option in localstack module (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2337">#2337</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li>
   <li>chore: check that the new version is not empty (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2331">#2331</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li>
   </ul>
   <h2>📦 Dependency updates</h2>
   <ul>
   <li>fix: data race on container run, caused by the otelhttp dependency (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2345">#2345</a>) <a href="https://github.com/stevenh"><code>@​stevenh</code></a></li>
   <li>chore(deps): bump github/codeql-action from 2.22.12 to 3.24.9 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2459">#2459</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
   <li>chore(deps): Bumping ChromaGo client version (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2402">#2402</a>) <a href="https://github.com/tazarov"><code>@​tazarov</code></a></li>
   <li>chore(deps): bump github.com/docker/docker from 25.0.3+incompatible to 25.0.5+incompatible (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2444">#2444</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li>
   <li>chore: bump ryuk to latest v0.7.0 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2395">#2395</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li>
   <li>chore(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2392">#2392</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li>
   <li>chore: updated compose-go version (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2340">#2340</a>) <a href="https://github.com/shettyh"><code>@​shettyh</code></a></li>
   <li>chore(deps): bump mkdocs-material from 8.2.7 to 9.5.13 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2334">#2334</a>) <a href="https://github.com/dependabot"><code>@​dependabot</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/fe33f3afc176f9f1de963a99f7dc21b4d6ea280d"><code>fe33f3a</code></a> chore: use new version (v0.30.0) in modules and examples</li>
   <li><a href="https://github.com/testcontainers/testcontainers-go/commit/4a079a04906a9eef1b56175680da5030b9cd8561"><code>4a079a0</code></a> Fix url creation to handle query params when using HTTP wait strategy (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2466">#2466</a>)</li>
   <li><a href="https://github.com/testcontainers/testcontainers-go/commit/8ee975e06d0fdc7c3a58e05198c4e4eaa16bf78a"><code>8ee975e</code></a> fix: data race on container run (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2345">#2345</a>)</li>
   <li><a href="https://github.com/testcontainers/testcontainers-go/commit/e8b8e55a0e852f8dfbb476328afcb55921f3f0ab"><code>e8b8e55</code></a> fix: logging deadlock (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2346">#2346</a>)</li>
   <li><a href="https://github.com/testcontainers/testcontainers-go/commit/55ca42a26776f8412bb1d34f736b954364ba5d5b"><code>55ca42a</code></a> feat(k6):Add remote test scripts (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2350">#2350</a>)</li>
   <li><a href="https://github.com/testcontainers/testcontainers-go/commit/697c264b1e8f9e1ebf31d6428fdf3b7b3b68b849"><code>697c264</code></a> feat: optimizes file copies to and from containers (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2450">#2450</a>)</li>
   <li><a href="https://github.com/testcontainers/testcontainers-go/commit/88622f0cb1bcb38bb86de8a45df993b35c28c8e5"><code>88622f0</code></a> fix(exec): updates the <code>Multiplexed</code> opt to combine stdout and stderr (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2452">#2452</a>)</li>
   <li><a href="https://github.com/testcontainers/testcontainers-go/commit/db6136946fb3e513a779d98eb6c2e924c18a6ab7"><code>db61369</code></a> Upgrade neo4j module to use features from v0.29.1 of testcontainers-go (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2463">#2463</a>)</li>
   <li><a href="https://github.com/testcontainers/testcontainers-go/commit/2d89e90485fc319beb0ad18ecd4c04e9d68b6648"><code>2d89e90</code></a> bug:Fix AMQPS url (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2462">#2462</a>)</li>
   <li><a href="https://github.com/testcontainers/testcontainers-go/commit/d24cf912cedcb991f79f1088ce6c652e2fab7f41"><code>d24cf91</code></a> chore: more compose updates in comments</li>
   <li>Additional commits viewable in <a href="https://github.com/testcontainers/testcontainers-go/compare/v0.26.0...v0.30.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.26.0&new-version=0.30.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 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-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump github.com/testcontainers/testcontainers-go from 0.26.0 to 0.30.0 in /sdks [beam]

Posted by "lostluck (via GitHub)" <gi...@apache.org>.
lostluck commented on PR #30901:
URL: https://github.com/apache/beam/pull/30901#issuecomment-2096886938

   Apparently we're in need of a `go mod tidy` here.


-- 
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-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump github.com/testcontainers/testcontainers-go from 0.26.0 to 0.30.0 in /sdks [beam]

Posted by "lostluck (via GitHub)" <gi...@apache.org>.
lostluck commented on PR #30901:
URL: https://github.com/apache/beam/pull/30901#issuecomment-2096778114

   @dependabot recreate


-- 
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-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump github.com/testcontainers/testcontainers-go from 0.26.0 to 0.30.0 in /sdks [beam]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #30901:
URL: https://github.com/apache/beam/pull/30901#issuecomment-2044180860

   Checks are failing. Will not request review until checks are succeeding. If you'd like to override that behavior, comment `assign set of reviewers`


-- 
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-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump github.com/testcontainers/testcontainers-go from 0.26.0 to 0.30.0 in /sdks [beam]

Posted by "lostluck (via GitHub)" <gi...@apache.org>.
lostluck commented on PR #30901:
URL: https://github.com/apache/beam/pull/30901#issuecomment-2096890568

   And possibly to update to Go 1.21. as a minimum SDK version, if only to start meaningfully enforcing precise Go version usage in the project.


-- 
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-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump github.com/testcontainers/testcontainers-go from 0.26.0 to 0.30.0 in /sdks [beam]

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] closed pull request #30901: Bump github.com/testcontainers/testcontainers-go from 0.26.0 to 0.30.0 in /sdks
URL: https://github.com/apache/beam/pull/30901


-- 
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-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump github.com/testcontainers/testcontainers-go from 0.26.0 to 0.30.0 in /sdks [beam]

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #30901:
URL: https://github.com/apache/beam/pull/30901#issuecomment-2103834744

   Superseded by #31244.


-- 
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-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org