Bump github.com/minio/minio-go/v7 from 7.0.44 to 7.0.47 #125

Merged
dependabot[bot] merged 1 commits from dependabot/go_modules/github.com/minio/minio-go/v7-7.0.47 into v3 2023-01-31 06:53:03 +03:00
dependabot[bot] commented 2023-01-13 20:03:26 +03:00 (Migrated from github.com)

Bumps github.com/minio/minio-go/v7 from 7.0.44 to 7.0.47.

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.46...v7.0.47

Bugfix Release

What's Changed

New Contributors

Full Changelog: https://github.com/minio/minio-go/compare/v7.0.45...v7.0.46

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.44 to 7.0.47. <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 provided sha256 hasher by <a href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1749">minio/minio-go#1749</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/minio/minio-go/compare/v7.0.46...v7.0.47">https://github.com/minio/minio-go/compare/v7.0.46...v7.0.47</a></p> <h2>Bugfix Release</h2> <h2>What's Changed</h2> <ul> <li>Add staticcheck by <a href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1735">minio/minio-go#1735</a></li> <li>Set server-side encryption for CompleteMultipartUpload by <a href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1736">minio/minio-go#1736</a></li> <li>expiration date format must not use 999Z use 000Z by <a href="https://github.com/harshavardhana"><code>@​harshavardhana</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1740">minio/minio-go#1740</a></li> <li>func tests: update RemoveObjectWithVersioning test by <a href="https://github.com/poornas"><code>@​poornas</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1738">minio/minio-go#1738</a></li> <li>Support V10 generated config by <a href="https://github.com/gtpho"><code>@​gtpho</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1743">minio/minio-go#1743</a></li> <li>replication: Add bandwidth usage as part of target metrics by <a href="https://github.com/poornas"><code>@​poornas</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1744">minio/minio-go#1744</a></li> <li>Add parallel buffered multipart upload by <a href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1745">minio/minio-go#1745</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/gtpho"><code>@​gtpho</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1743">minio/minio-go#1743</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/minio/minio-go/compare/v7.0.45...v7.0.46">https://github.com/minio/minio-go/compare/v7.0.45...v7.0.46</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/minio/minio-go/commit/b37640650d4f94e749bd8542d490580f5251e2a0"><code>b376406</code></a> Use provided sha256 hasher (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1749">#1749</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/a6e4bc895c9637452386222f1227b4e528bd9006"><code>a6e4bc8</code></a> Update version to next release</li> <li><a href="https://github.com/minio/minio-go/commit/2f6e915ce2a9720e8c847b5719002238368ab094"><code>2f6e915</code></a> Add parallel buffered multipart upload (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1745">#1745</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/4eab739c18fd40c386273811c93c483b56176b12"><code>4eab739</code></a> replication: Add bandwidth usage as part of target metrics (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1744">#1744</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/8cfb4c2511f5c9ebeed1bfae44e9ebdca192773c"><code>8cfb4c2</code></a> Support V10 generated config (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1743">#1743</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/c712ba27bc6d7da14fcdd2485fcf7f17c11d6949"><code>c712ba2</code></a> func tests: update RemoveObjectWithVersioning test (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1738">#1738</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/7bae906cd73c8b4d60ce189cae36160b335271b0"><code>7bae906</code></a> expiration date format must not use 999Z use 000Z (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1740">#1740</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/5382dd98656bd06fa26d0ccc4b0d18db19e84d38"><code>5382dd9</code></a> Set server-side encryption for CompleteMultipartUpload (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1736">#1736</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/8c4c0768b1b1d29b52457d8e048144a8e2901009"><code>8c4c076</code></a> Add staticcheck (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1735">#1735</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/7e482726027abefcf5e75f9df04d8dd429923571"><code>7e48272</code></a> Update version to next release</li> <li>Additional commits viewable in <a href="https://github.com/minio/minio-go/compare/v7.0.44...v7.0.47">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.44&new-version=7.0.47)](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) reviewed 2023-01-13 20:03:42 +03:00
github-actions[bot] (Migrated from github.com) reviewed 2023-01-17 20:09:59 +03:00
github-actions[bot] (Migrated from github.com) reviewed 2023-01-18 20:08:26 +03:00
github-actions[bot] (Migrated from github.com) reviewed 2023-01-24 09:58:23 +03:00
github-actions[bot] (Migrated from github.com) reviewed 2023-01-30 20:11:37 +03:00
github-actions[bot] (Migrated from github.com) approved these changes 2023-01-30 21:25:02 +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#125
No description provided.