Bump github.com/minio/minio-go/v7 from 7.0.29 to 7.0.31 #97

Merged
dependabot[bot] merged 2 commits from dependabot/go_modules/github.com/minio/minio-go/v7-7.0.31 into v3 2022-07-08 23:31:07 +03:00
dependabot[bot] commented 2022-07-07 20:28:00 +03:00 (Migrated from github.com)

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps github.com/minio/minio-go/v7 from 7.0.29 to 7.0.31.

Release notes

Sourced from github.com/minio/minio-go/v7's releases.

Bugfix Release

What's Changed

New Contributors

Full Changelog: https://github.com/minio/minio-go/compare/v7.0.30...v7.0.31

Bugfix Release

What's Changed

New Contributors

Full Changelog: https://github.com/minio/minio-go/compare/v7.0.29...v7.0.30

Commits
  • 618e300 re-implement ReaderAt implementation with race protection (#1673)
  • 4aec031 honor the timer specified (#1672)
  • 1f9c275 Update version to next release
  • 6c8a198 fix: avoid send on a closed channel race, cancel inner context. (#1670)
  • 67689fe always listen on context canceled waiting on channels (#1669)
  • 40b13d9 allow disabling sha256 completely for PUT requests (#1668)
  • cd2a9ac replace github.com/mitchellh/go-homedir by os (#1658)
  • 47261db Update version to next release
  • See full diff in compare view

Dependabot compatibility score

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 commands and options

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)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) from 7.0.29 to 7.0.31. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/minio/minio-go/releases">github.com/minio/minio-go/v7's releases</a>.</em></p> <blockquote> <h2>Bugfix Release</h2> <h2>What's Changed</h2> <ul> <li>honor the timer specified by <a href="https://github.com/harshavardhana"><code>@​harshavardhana</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1672">minio/minio-go#1672</a></li> <li>api-put-object-streaming: Removed unnecessary <code>partBuf</code> copy to save allocations; no race detected. by <a href="https://github.com/bwplotka"><code>@​bwplotka</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1673">minio/minio-go#1673</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/bwplotka"><code>@​bwplotka</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1673">minio/minio-go#1673</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/minio/minio-go/compare/v7.0.30...v7.0.31">https://github.com/minio/minio-go/compare/v7.0.30...v7.0.31</a></p> <h2>Bugfix Release</h2> <h2>What's Changed</h2> <ul> <li>replace github.com/mitchellh/go-homedir by os by <a href="https://github.com/Humm42"><code>@​Humm42</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1658">minio/minio-go#1658</a></li> <li>allow disabling sha256 completely for PUT requests by <a href="https://github.com/harshavardhana"><code>@​harshavardhana</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1668">minio/minio-go#1668</a></li> <li>always listen on context canceled waiting on channels by <a href="https://github.com/harshavardhana"><code>@​harshavardhana</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1669">minio/minio-go#1669</a></li> <li>fix: avoid send on a closed channel race, cancel inner context. by <a href="https://github.com/harshavardhana"><code>@​harshavardhana</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1670">minio/minio-go#1670</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Humm42"><code>@​Humm42</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1658">minio/minio-go#1658</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/minio/minio-go/compare/v7.0.29...v7.0.30">https://github.com/minio/minio-go/compare/v7.0.29...v7.0.30</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/minio/minio-go/commit/618e30080314412245b6eb06e1d26bf8db80fce5"><code>618e300</code></a> re-implement ReaderAt implementation with race protection (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1673">#1673</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/4aec03191bccdc2a4df8d53e0891a1959a10fc96"><code>4aec031</code></a> honor the timer specified (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1672">#1672</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/1f9c275c9cfa754726cb59ee542b9dee5a280a86"><code>1f9c275</code></a> Update version to next release</li> <li><a href="https://github.com/minio/minio-go/commit/6c8a198251920cf70d904c35065e9e9bd37ddc14"><code>6c8a198</code></a> fix: avoid send on a closed channel race, cancel inner context. (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1670">#1670</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/67689fe8c8c910131813b9dcb700a96bc2140693"><code>67689fe</code></a> always listen on context canceled waiting on channels (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1669">#1669</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/40b13d984ae3cd034e5b5bf768802e4f9ae2cd13"><code>40b13d9</code></a> allow disabling sha256 completely for PUT requests (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1668">#1668</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/cd2a9ac223fc501c468d25e9cb28321b9dbfa3cd"><code>cd2a9ac</code></a> replace github.com/mitchellh/go-homedir by os (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1658">#1658</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/47261db261972f37e08d66704037f567eecf6c92"><code>47261db</code></a> Update version to next release</li> <li>See full diff in <a href="https://github.com/minio/minio-go/compare/v7.0.29...v7.0.31">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/minio/minio-go/v7&package-manager=go_modules&previous-version=7.0.29&new-version=7.0.31)](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>
github-actions[bot] (Migrated from github.com) approved these changes 2022-07-07 20:28:20 +03:00
github-actions[bot] (Migrated from github.com) approved these changes 2022-07-08 23:29:01 +03:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: unistack-org/micro-store-s3#97
No description provided.