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 2023/09/20 04:28:03 UTC

[GitHub] [beam] dependabot[bot] opened a new pull request, #28550: Bump github.com/testcontainers/testcontainers-go from 0.23.0 to 0.24.0 in /sdks

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

   Bumps [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) from 0.23.0 to 0.24.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.24.0</h2>
   <h1>What's Changed</h1>
   <h2>🚀 Features</h2>
   <ul>
   <li>feat: define test session semantics (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/1513">#1513</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li>
   <li>feat: add kafka (KRaft mode only) module (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/1610">#1610</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li>
   <li>feat: support creating a network for localstack (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/1612">#1612</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li>
   <li>feat: add Elasticsearch module (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/1574">#1574</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li>
   <li>feat: support waiting for logs with regexp (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/1560">#1560</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li>
   <li>feat: convert NATS example into a module (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/1559">#1559</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li>
   <li>feat: add mariadb module (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/1548">#1548</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li>
   <li>[Enhancement]: add ability to set repo:tag for ContainerRequest FromDockerfile (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/1508">#1508</a>) <a href="https://github.com/igribkov"><code>@​igribkov</code></a></li>
   <li>feat(modules/redpanda): support tls (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/1511">#1511</a>) <a href="https://github.com/abemedia"><code>@​abemedia</code></a></li>
   </ul>
   <h2>🐛 Bug Fixes</h2>
   <ul>
   <li>fix: do not remove the file schema in docker.host property (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/1517">#1517</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li>
   </ul>
   <h2>📖 Documentation</h2>
   <ul>
   <li>docs: use Go testable examples in modules (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/1603">#1603</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li>
   <li>chore: generate Go examples for new modules (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/1600">#1600</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li>
   <li>fix: use proper service name in Pulsar module (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/1542">#1542</a>) <a href="https://github.com/arjunmadan-toast"><code>@​arjunmadan-toast</code></a></li>
   <li>doc fix: make file permission examples octal (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/1510">#1510</a>) <a href="https://github.com/martin-mfg"><code>@​martin-mfg</code></a></li>
   <li>Add new badge in header (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/1512">#1512</a>) <a href="https://github.com/eddumelendez"><code>@​eddumelendez</code></a></li>
   </ul>
   <h2>🧹 Housekeeping</h2>
   <ul>
   <li>modulegen: generate sonar configuration (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/1644">#1644</a>) <a href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a></li>
   <li>chore: update sonarcloud properties when releasing the project (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/1615">#1615</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li>
   <li>ci(sonarcloud): upload artifact (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/1614">#1614</a>) <a href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a></li>
   <li>chore: always generate the examples including a explicit image (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/1611">#1611</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li>
   <li>chore: support linting all modules locally (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/1609">#1609</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li>
   <li>ci(sonarcloud): run only when docker is not rootless (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/1608">#1608</a>) <a href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a></li>
   <li>fix: remove extra equal in sonar.organization (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/1607">#1607</a>) <a href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a></li>
   <li>chore(ci): enable code coverage on Sonarcloud (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/1518">#1518</a>) <a href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a></li>
   <li>ci(lint): enable errorlint linter (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/1604">#1604</a>) <a href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a></li>
   <li>ci(lint): enable gocritic linter (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/1605">#1605</a>) <a href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a></li>
   <li>ci(security): setup codeql scan  (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/1606">#1606</a>) <a href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a></li>
   <li>chore: define interfaces for file and project generation (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/1568">#1568</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li>
   <li>Update actions/github-script to 6.4.1 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/1561">#1561</a>) <a href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a></li>
   <li>modulegen: use cobra instead of native golang flag (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/1550">#1550</a>) <a href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a></li>
   <li>chore: refine fail-fast strategy on CI (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/1555">#1555</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li>
   <li>fix: remove wrong example from workspace (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/1556">#1556</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li>
   <li>modulegen: generate code-workspace with json marshal (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/1551">#1551</a>) <a href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a></li>
   <li>feat(modulegen): print out VSCode workspace file if needed (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/1549">#1549</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li>
   <li>modulegen: generate md file inside internal/mkdocs (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/1543">#1543</a>) <a href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a></li>
   <li>modulegen: create internal/module and internal/modfile (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/1539">#1539</a>) <a href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a></li>
   <li>Fix module generator for examples (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/1545">#1545</a>) <a href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a></li>
   <li>modulegen: create internal/make (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/1537">#1537</a>) <a href="https://github.com/mmorel-35"><code>@​mmorel-35</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/08f2b0bf652daf0f70dacf4cfc40ddc683bab11b"><code>08f2b0b</code></a> chore: use new version (v0.24.0) in modules and examples</li>
   <li><a href="https://github.com/testcontainers/testcontainers-go/commit/6714003ac1c17ee86a60e02831c9e76ea17f555e"><code>6714003</code></a> fix: include sonarcloud file into the release commit</li>
   <li><a href="https://github.com/testcontainers/testcontainers-go/commit/e9fba55db6a604f98fade13a63c07a6994ab4af9"><code>e9fba55</code></a> modulegen: generate sonar configuration (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/1644">#1644</a>)</li>
   <li><a href="https://github.com/testcontainers/testcontainers-go/commit/aa3be2db9137a5f55cb5ff1851705143ab39c94b"><code>aa3be2d</code></a> feat: define test session semantics (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/1513">#1513</a>)</li>
   <li><a href="https://github.com/testcontainers/testcontainers-go/commit/fcda8307a63aacf35072fcbf4c4967adaa3696ae"><code>fcda830</code></a> chore(deps): bump actions/checkout from 3 to 4 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/1623">#1623</a>)</li>
   <li><a href="https://github.com/testcontainers/testcontainers-go/commit/9a340c3a09d41cefe99ab743aad41ffae110d457"><code>9a340c3</code></a> feat: add kafka (KRaft mode only) module (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/1610">#1610</a>)</li>
   <li><a href="https://github.com/testcontainers/testcontainers-go/commit/d6d5b0b379fa3da2484bbd4496c3601090cd5d36"><code>d6d5b0b</code></a> up (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/1617">#1617</a>)</li>
   <li><a href="https://github.com/testcontainers/testcontainers-go/commit/2ac15307d0946dc5e927be9001c82ff9a47b907d"><code>2ac1530</code></a> chore: update sonarcloud properties when releasing the project (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/1615">#1615</a>)</li>
   <li><a href="https://github.com/testcontainers/testcontainers-go/commit/eb913287c1f487cfeb7b2790dfc4b88a37a1dc51"><code>eb91328</code></a> ci(sonarcloud): upload artifact (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/1614">#1614</a>)</li>
   <li><a href="https://github.com/testcontainers/testcontainers-go/commit/4c6a9890dff0b2f67d7514943167cc23b8541b9c"><code>4c6a989</code></a> feat: support creating a network for localstack (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/1612">#1612</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/testcontainers/testcontainers-go/compare/v0.23.0...v0.24.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.23.0&new-version=0.24.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


[GitHub] [beam] github-actions[bot] commented on pull request #28550: Bump github.com/testcontainers/testcontainers-go from 0.23.0 to 0.24.0 in /sdks

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

   Assigning reviewers. If you would like to opt out of this review, comment `assign to next reviewer`:
   
   R: @riteshghorse for label go.
   
   Available commands:
   - `stop reviewer notifications` - opt out of the automated review tooling
   - `remind me after tests pass` - tag the comment author after tests pass
   - `waiting on author` - shift the attention set back to the author (any comment or push by the author will return the attention set to the reviewers)
   
   The PR bot will only process comments in the main thread (not review comments).


-- 
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


[GitHub] [beam] codecov[bot] commented on pull request #28550: Bump github.com/testcontainers/testcontainers-go from 0.23.0 to 0.24.0 in /sdks

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

   ## [Codecov](https://app.codecov.io/gh/apache/beam/pull/28550?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Report
   > Merging [#28550](https://app.codecov.io/gh/apache/beam/pull/28550?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (2234f19) into [master](https://app.codecov.io/gh/apache/beam/commit/4184f5ea521941fcba6b90769b2d7f35b7262471?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (4184f5e) will **decrease** coverage by `0.01%`.
   > Report is 1 commits behind head on master.
   > The diff coverage is `n/a`.
   
   ```diff
   @@            Coverage Diff             @@
   ##           master   #28550      +/-   ##
   ==========================================
   - Coverage   72.24%   72.23%   -0.01%     
   ==========================================
     Files         684      684              
     Lines      100946   100946              
   ==========================================
   - Hits        72924    72921       -3     
   - Misses      26443    26445       +2     
   - Partials     1579     1580       +1     
   ```
   
   | [Flag](https://app.codecov.io/gh/apache/beam/pull/28550/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | |
   |---|---|---|
   | [go](https://app.codecov.io/gh/apache/beam/pull/28550/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `53.41% <ø> (-0.01%)` | :arrow_down: |
   
   Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#carryforward-flags-in-the-pull-request-comment) to find out more.
   
   [see 1 file with indirect coverage changes](https://app.codecov.io/gh/apache/beam/pull/28550/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
   


-- 
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


[GitHub] [beam] riteshghorse merged pull request #28550: Bump github.com/testcontainers/testcontainers-go from 0.23.0 to 0.24.0 in /sdks

Posted by "riteshghorse (via GitHub)" <gi...@apache.org>.
riteshghorse merged PR #28550:
URL: https://github.com/apache/beam/pull/28550


-- 
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