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/05/30 05:12:33 UTC

[GitHub] [beam] dependabot[bot] opened a new pull request, #26931: Bump github.com/fsouza/fake-gcs-server from 1.45.1 to 1.45.2 in /sdks

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

   Bumps [github.com/fsouza/fake-gcs-server](https://github.com/fsouza/fake-gcs-server) from 1.45.1 to 1.45.2.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/fsouza/fake-gcs-server/releases">github.com/fsouza/fake-gcs-server's releases</a>.</em></p>
   <blockquote>
   <h2>v1.45.2</h2>
   <!-- raw HTML omitted -->
   <h2>What's Changed</h2>
   <ul>
   <li>github/workflows: try remote docker cache by <a href="https://github.com/fsouza"><code>@​fsouza</code></a> in <a href="https://redirect.github.com/fsouza/fake-gcs-server/pull/1161">fsouza/fake-gcs-server#1161</a></li>
   <li>multipart uploads: Hack to support gsutil cp by <a href="https://github.com/ekimekim"><code>@​ekimekim</code></a> in <a href="https://redirect.github.com/fsouza/fake-gcs-server/pull/1182">fsouza/fake-gcs-server#1182</a></li>
   <li>Add bucket filter for notification events by <a href="https://github.com/mccalltd"><code>@​mccalltd</code></a> in <a href="https://redirect.github.com/fsouza/fake-gcs-server/pull/1167">fsouza/fake-gcs-server#1167</a></li>
   <li>examples: add example with gsutil by <a href="https://github.com/fsouza"><code>@​fsouza</code></a> in <a href="https://redirect.github.com/fsouza/fake-gcs-server/pull/1183">fsouza/fake-gcs-server#1183</a></li>
   <li>internal/config: always have an externalURL by <a href="https://github.com/fsouza"><code>@​fsouza</code></a> in <a href="https://redirect.github.com/fsouza/fake-gcs-server/pull/1184">fsouza/fake-gcs-server#1184</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/ekimekim"><code>@​ekimekim</code></a> made their first contribution in <a href="https://redirect.github.com/fsouza/fake-gcs-server/pull/1182">fsouza/fake-gcs-server#1182</a></li>
   <li><a href="https://github.com/mccalltd"><code>@​mccalltd</code></a> made their first contribution in <a href="https://redirect.github.com/fsouza/fake-gcs-server/pull/1167">fsouza/fake-gcs-server#1167</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/fsouza/fake-gcs-server/compare/v1.45.1...v1.45.2">https://github.com/fsouza/fake-gcs-server/compare/v1.45.1...v1.45.2</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/fsouza/fake-gcs-server/commit/d2c9a5da29c1646c87ad9fc0e122cb89ea57c57f"><code>d2c9a5d</code></a> internal/config: always have an externalURL</li>
   <li><a href="https://github.com/fsouza/fake-gcs-server/commit/d1073d0dc0fba5140101b5fcf2ddc5abcdf623f7"><code>d1073d0</code></a> upload: use a regexp for handling gsutil special case</li>
   <li><a href="https://github.com/fsouza/fake-gcs-server/commit/b6db6fcd0739404cec7429fa23db19b078e51ba3"><code>b6db6fc</code></a> examples: add example with gsutil</li>
   <li><a href="https://github.com/fsouza/fake-gcs-server/commit/96a918e4fa002c5c80d750b8b750e34b6dac70c6"><code>96a918e</code></a> Add bucket filter for notification events (<a href="https://redirect.github.com/fsouza/fake-gcs-server/issues/1167">#1167</a>)</li>
   <li><a href="https://github.com/fsouza/fake-gcs-server/commit/6e130ca83bafff748a3f0f8dfe21422591993209"><code>6e130ca</code></a> multipart uploads: Hack to support gsutil cp (<a href="https://redirect.github.com/fsouza/fake-gcs-server/issues/1182">#1182</a>)</li>
   <li><a href="https://github.com/fsouza/fake-gcs-server/commit/20e9922c30b008fc36d6e0ed5d5b51a8db1cbbda"><code>20e9922</code></a> build(deps): bump cloud.google.com/go/pubsub from 1.30.1 to 1.31.0 (<a href="https://redirect.github.com/fsouza/fake-gcs-server/issues/1180">#1180</a>)</li>
   <li><a href="https://github.com/fsouza/fake-gcs-server/commit/044c68ef214f258b21682f5982a17fa598b4a408"><code>044c68e</code></a> build(deps): bump github.com/minio/minio-go/v7 from 7.0.53 to 7.0.55 (<a href="https://redirect.github.com/fsouza/fake-gcs-server/issues/1181">#1181</a>)</li>
   <li><a href="https://github.com/fsouza/fake-gcs-server/commit/b3bd4127ab945feb3ffd89a9125f58a6ad5ea4c3"><code>b3bd412</code></a> github/workflows: tune concurrency configuration</li>
   <li><a href="https://github.com/fsouza/fake-gcs-server/commit/a4a2e7b62a2f8a301b5d9760686575e418bb5db0"><code>a4a2e7b</code></a> build(deps): bump requests from 2.26.0 to 2.31.0 in /examples/python (<a href="https://redirect.github.com/fsouza/fake-gcs-server/issues/1177">#1177</a>)</li>
   <li><a href="https://github.com/fsouza/fake-gcs-server/commit/954be1e5def301511fcc911a6bea14253717574e"><code>954be1e</code></a> build(deps): bump google.golang.org/api in /examples/go (<a href="https://redirect.github.com/fsouza/fake-gcs-server/issues/1178">#1178</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/fsouza/fake-gcs-server/compare/v1.45.1...v1.45.2">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/fsouza/fake-gcs-server&package-manager=go_modules&previous-version=1.45.1&new-version=1.45.2)](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: 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 #26931: Bump github.com/fsouza/fake-gcs-server from 1.45.1 to 1.45.2 in /sdks

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

   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 #26931: Bump github.com/fsouza/fake-gcs-server from 1.45.1 to 1.45.2 in /sdks

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

   ## [Codecov](https://app.codecov.io/gh/apache/beam/pull/26931?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Report
   > Merging [#26931](https://app.codecov.io/gh/apache/beam/pull/26931?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (23696c6) into [master](https://app.codecov.io/gh/apache/beam/commit/fbeae980e93ea64fc8cc3ad074cbc8aebd157691?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (fbeae98) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   ```diff
   @@           Coverage Diff           @@
   ##           master   #26931   +/-   ##
   =======================================
     Coverage   71.28%   71.28%           
   =======================================
     Files         766      766           
     Lines      103470   103470           
   =======================================
     Hits        73757    73757           
     Misses      28175    28175           
     Partials     1538     1538           
   ```
   
   
   
   :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 #26931: Bump github.com/fsouza/fake-gcs-server from 1.45.1 to 1.45.2 in /sdks

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


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