Bump github.com/minio/minio-go/v7 from 7.0.23 to 7.0.24 #84

Merged
dependabot[bot] merged 1 commits from dependabot/go_modules/github.com/minio/minio-go/v7-7.0.24 into v3 2022-04-21 15:15:45 +03:00
dependabot[bot] commented 2022-04-14 20:23:13 +03:00 (Migrated from github.com)

Bumps github.com/minio/minio-go/v7 from 7.0.23 to 7.0.24.

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.23...v7.0.24

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.23 to 7.0.24. <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 1s timeout for fetching imdsv2 token by <a href="https://github.com/saracen"><code>@​saracen</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1626">minio/minio-go#1626</a></li> <li>retry 499 error if seen by client by <a href="https://github.com/harshavardhana"><code>@​harshavardhana</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1627">minio/minio-go#1627</a></li> <li>fix cond expression referring wrong error variable by <a href="https://github.com/chavacava"><code>@​chavacava</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1634">minio/minio-go#1634</a></li> <li>More fixes in ipv6 parsing in get bucket location by <a href="https://github.com/vadmeste"><code>@​vadmeste</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1635">minio/minio-go#1635</a></li> <li>Fix IPv6 url without 80/443 port by <a href="https://github.com/vadmeste"><code>@​vadmeste</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1636">minio/minio-go#1636</a></li> <li>Add build for go1.18 by <a href="https://github.com/harshavardhana"><code>@​harshavardhana</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1637">minio/minio-go#1637</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/minio/minio-go/compare/v7.0.23...v7.0.24">https://github.com/minio/minio-go/compare/v7.0.23...v7.0.24</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/minio/minio-go/commit/2183e14688454d8d9656a7c0d040353b6c0c8f2a"><code>2183e14</code></a> Add build for go1.18 (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1637">#1637</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/3237a5a7c17fb7beb0607b23c6831238b118ef93"><code>3237a5a</code></a> run gofumpt -w on codebase</li> <li><a href="https://github.com/minio/minio-go/commit/37bb066352f6c1dda13926fa0ef74b55cbbf21d2"><code>37bb066</code></a> Fix IPv6 url without 80/443 port (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1636">#1636</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/dc2a6a828ab51ef288d333859796eabc8061bdcd"><code>dc2a6a8</code></a> fix ipv6 parsing in get bucket location (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1635">#1635</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/70804b73c182ce0dbf21d1e33ac5f720a0ddb5e0"><code>70804b7</code></a> fix cond expression referring wrong error variable (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1634">#1634</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/a5859807301c980117f2ca0d9bfa1bfdb55fbe27"><code>a585980</code></a> retry 499 error if seen by client (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1627">#1627</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/f2d40be3e82f132d9332491ba83e5099259a4964"><code>f2d40be</code></a> Use 1s timeout for fetching imdsv2 token (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1626">#1626</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/1600e40446a0bbac05a15eaefa27066ee7113261"><code>1600e40</code></a> Update version to next release</li> <li>See full diff in <a href="https://github.com/minio/minio-go/compare/v7.0.23...v7.0.24">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.23&new-version=7.0.24)](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-04-14 20:23: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#84
No description provided.