Bump github.com/minio/minio-go/v7 from 7.0.36 to 7.0.39 #107

Merged
dependabot[bot] merged 1 commits from dependabot/go_modules/github.com/minio/minio-go/v7-7.0.39 into v3 2022-10-04 12:57:56 +03:00
dependabot[bot] commented 2022-09-28 20:38:12 +03:00 (Migrated from github.com)

Bumps github.com/minio/minio-go/v7 from 7.0.36 to 7.0.39.

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.38...v7.0.39

Bugfix Release

What's Changed

New Contributors

Full Changelog: https://github.com/minio/minio-go/compare/v7.0.37...v7.0.38

Feature release

What's Changed

Full Changelog: https://github.com/minio/minio-go/compare/v7.0.36...v7.0.37

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.36 to 7.0.39. <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>Add fips build tag support by <a href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1700">minio/minio-go#1700</a></li> <li>fix: use seeker to avoid memory without multipart upload by <a href="https://github.com/harshavardhana"><code>@​harshavardhana</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1699">minio/minio-go#1699</a></li> <li>fail properly while parsing duplicate tags by <a href="https://github.com/harshavardhana"><code>@​harshavardhana</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1701">minio/minio-go#1701</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/minio/minio-go/compare/v7.0.38...v7.0.39">https://github.com/minio/minio-go/compare/v7.0.38...v7.0.39</a></p> <h2>Bugfix Release</h2> <h2>What's Changed</h2> <ul> <li>Updating documentation links to new URLs by <a href="https://github.com/djwfyi"><code>@​djwfyi</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1696">minio/minio-go#1696</a></li> <li>fix: broken unmarshal metadata map due to XML changes by <a href="https://github.com/harshavardhana"><code>@​harshavardhana</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1698">minio/minio-go#1698</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/djwfyi"><code>@​djwfyi</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1696">minio/minio-go#1696</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/minio/minio-go/compare/v7.0.37...v7.0.38">https://github.com/minio/minio-go/compare/v7.0.37...v7.0.38</a></p> <h2>Feature release</h2> <h2>What's Changed</h2> <ul> <li>Add PutObject checksums by <a href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1690">minio/minio-go#1690</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/minio/minio-go/compare/v7.0.36...v7.0.37">https://github.com/minio/minio-go/compare/v7.0.36...v7.0.37</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/minio/minio-go/commit/0a38a127a73d2a791ff51699531a5b9bd9f92063"><code>0a38a12</code></a> fail properly while parsing duplicate tags (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1701">#1701</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/43459b00cdba131fb2db451f01862a759bdc4c6b"><code>43459b0</code></a> fix: use seeker to avoid memory without multipart upload (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1699">#1699</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/ecbd36d2d2a44a134f8ad5380ffc84ba055f0faa"><code>ecbd36d</code></a> Add fips build tag support (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1700">#1700</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/0c48613b642cefed5e4ae7c996d38b721541cc3b"><code>0c48613</code></a> Update version to next release</li> <li><a href="https://github.com/minio/minio-go/commit/92aabc286fa2aae138493f6d2d65c5bd23ad4d6f"><code>92aabc2</code></a> fix: broken unmarshal metadata map due to XML changes (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1698">#1698</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/3f1cfb7137a6b5fb8b8b7b8d7d5c78959a02ed1d"><code>3f1cfb7</code></a> Updating documentation links to new URLs (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1696">#1696</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/8e142f1de39b579e0a5bce3a0131751731b444c1"><code>8e142f1</code></a> Update version to next release</li> <li><a href="https://github.com/minio/minio-go/commit/1803f0245092ee92d332bfc9dbcf40f4e0ad3213"><code>1803f02</code></a> Add PutObject checksums (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1690">#1690</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/def1174273a854f399c8b5bd1dfb66189dc287c7"><code>def1174</code></a> Update version to next release</li> <li>See full diff in <a href="https://github.com/minio/minio-go/compare/v7.0.36...v7.0.39">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.36&new-version=7.0.39)](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-09-28 20:38:28 +03:00
Sign in to join this conversation.
No description provided.