Bump github.com/minio/minio-go/v7 from 7.0.26 to 7.0.29 #92

Merged
dependabot[bot] merged 1 commits from dependabot/go_modules/github.com/minio/minio-go/v7-7.0.29 into v3 2022-06-25 22:41:36 +03:00
dependabot[bot] commented 2022-06-20 20:25:09 +03:00 (Migrated from github.com)

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

Release notes

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

Bugfix Release

What's Changed

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

Bugfix Release

What's Changed

New Contributors

Full Changelog: https://github.com/minio/minio-go/compare/v7.0.27...v7.0.28

Bugfix release

What's Changed

New Contributors

Full Changelog: https://github.com/minio/minio-go/compare/v7.0.26...v7.0.27

Commits

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)
Bumps [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) from 7.0.26 to 7.0.29. <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>use context to wait for cancelation on GetObject() by <a href="https://github.com/harshavardhana"><code>@​harshavardhana</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1666">minio/minio-go#1666</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/minio/minio-go/compare/v7.0.28...v7.0.29">https://github.com/minio/minio-go/compare/v7.0.28...v7.0.29</a></p> <h2>Bugfix Release</h2> <h2>What's Changed</h2> <ul> <li>Add Policy to STSAssumeRoleOptions by <a href="https://github.com/rgcostea"><code>@​rgcostea</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1657">minio/minio-go#1657</a></li> <li>Fix typo in replication status by <a href="https://github.com/poornas"><code>@​poornas</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1661">minio/minio-go#1661</a></li> <li>Support detecting region from FIPS URLs by <a href="https://github.com/balasankarc"><code>@​balasankarc</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1663">minio/minio-go#1663</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/rgcostea"><code>@​rgcostea</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1657">minio/minio-go#1657</a></li> <li><a href="https://github.com/balasankarc"><code>@​balasankarc</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1663">minio/minio-go#1663</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/minio/minio-go/compare/v7.0.27...v7.0.28">https://github.com/minio/minio-go/compare/v7.0.27...v7.0.28</a></p> <h2>Bugfix release</h2> <h2>What's Changed</h2> <ul> <li>return us-east-1 when endpoint is cloudflare by <a href="https://github.com/harshavardhana"><code>@​harshavardhana</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1651">minio/minio-go#1651</a></li> <li>add support for asia-pacific region by <a href="https://github.com/sinhaashish"><code>@​sinhaashish</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1653">minio/minio-go#1653</a></li> <li>Add funcs to request credentials using AssumeRoleWithCustomToken by <a href="https://github.com/donatello"><code>@​donatello</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1654">minio/minio-go#1654</a></li> <li>Add TestMultipartUpload by <a href="https://github.com/zkep"><code>@​zkep</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1645">minio/minio-go#1645</a></li> <li>fix error returned by RemoveBucketReplication by <a href="https://github.com/poornas"><code>@​poornas</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1655">minio/minio-go#1655</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/zkep"><code>@​zkep</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1645">minio/minio-go#1645</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/minio/minio-go/compare/v7.0.26...v7.0.27">https://github.com/minio/minio-go/compare/v7.0.26...v7.0.27</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/minio/minio-go/commit/ad1e06e4082a6a3a6c966ccbc2a9af1137d00e40"><code>ad1e06e</code></a> use context to wait for cancelation on GetObject() (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1666">#1666</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/ff482a18933aa30769bfaeb7d34fa680fa51bcee"><code>ff482a1</code></a> Update version to next release</li> <li><a href="https://github.com/minio/minio-go/commit/47da873ffd36aeac5c162560c5aeae1d377f258e"><code>47da873</code></a> Support detecting region from FIPS URLs (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1663">#1663</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/a1dc6ea602ec124c85b241338338117243406613"><code>a1dc6ea</code></a> Fix typo in replication status (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1661">#1661</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/75e50fe8483aa3b47db6b75c3152873c1e805c51"><code>75e50fe</code></a> Add Policy to STSAssumeRoleOptions (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1657">#1657</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/78350132c2c9a1d9a9a6815d80d57d42e3c40604"><code>7835013</code></a> Update version to next release</li> <li><a href="https://github.com/minio/minio-go/commit/bae5ed9896b9e8ffdf493a413543520eadc8cb33"><code>bae5ed9</code></a> fix error returned by RemoveBucketReplication (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1655">#1655</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/8b5b0be947d6db24edd0e889447f478439fe30e7"><code>8b5b0be</code></a> Add TestMultipartUpload (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1645">#1645</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/2b06a61e057c23e8c47ec487143d48d9d1befad3"><code>2b06a61</code></a> Add funcs to request credentials using AssumeRoleWithCustomToken (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1654">#1654</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/02c182720e4c84dd10611ad5374d38328b352c56"><code>02c1827</code></a> add support for asia-pacific region (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1653">#1653</a>)</li> <li>Additional commits viewable in <a href="https://github.com/minio/minio-go/compare/v7.0.26...v7.0.29">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.26&new-version=7.0.29)](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-06-20 20:25:26 +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#92
No description provided.