Bump github.com/minio/minio-go/v7 from 7.0.15 to 7.0.17 #56

Closed
dependabot[bot] wants to merge 1 commits from dependabot/go_modules/github.com/minio/minio-go/v7-7.0.17 into master
dependabot[bot] commented 2021-12-08 20:23:00 +03:00 (Migrated from github.com)

Bumps github.com/minio/minio-go/v7 from 7.0.15 to 7.0.17.

Release notes

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

Bugfix Release

Changelog

  • Add RemoveObjectsWithResult() to return delete-marker & delete-marker-version-id (#1456) (12/08/21) (Anis Elleuch)
  • remove EOLed support this library supports from go1.16 (12/07/21) (Harshavardhana)
  • docs: clarify PutObject with '-1' content-length (12/07/21) (Harshavardhana)
  • Add support for S3 PrivateLink interface endpoints (#1568) (12/08/21) (afvbozzo)
  • Add support for NewerNoncurrentVersions (#1596) (12/07/21) (Krishnan Parthasarathi)
  • fix doc RemoveObjects example error (#1592) (12/02/21) (水煮牛肉)
  • support GetObject() on specific partNumber (#1591) (11/26/21) (Harshavardhana)

Bugfix Release

Changelog

  • cleanup minio-go code, add gocritic linter (#1586) (11/17/21) (Harshavardhana)
  • Report non-XML formated error details (#1585) (11/16/21) (Christian Simon)
  • Remove duplicated code for StatObject() (#1584) (11/15/21) (Klaus Post)
  • add custom Host header support (#1579) (11/15/21) (Hilário Coelho)
  • Export RoleARN for use with STSWebIdentity (#1582) (11/12/21) (Aditya Manthramurthy)
  • Add MaxNoncurrentVersions to NoncurrentVersionExpiration (#1580) (11/08/21) (Krishnan Parthasarathi)
  • add revive disable tags to keep Go compliant deprecation notice (11/02/21) (Harshavardhana)
  • Add support for extra signed headers in Presign() API (#1449) (11/02/21) (Aditya Manthramurthy)
  • Test GetObject/ListObjects with s3zip enabled. (#1570) (10/24/21) (Klaus Post)
  • Rename BucketOptions to RemoveBucketOptions (#1534) (10/24/21) (Anis Elleuch)
Commits
  • a566788 Add RemoveObjectsWithResult() to return delete-marker & delete-marker-version...
  • 500d1ce remove EOLed support this library supports from go1.16
  • cd84841 docs: clarify PutObject with '-1' content-length
  • 001628e Add support for S3 PrivateLink interface endpoints (#1568)
  • e924c33 Add support for NewerNoncurrentVersions (#1596)
  • 0917518 fix doc RemoveObjects example error (#1592)
  • e55f8d7 support GetObject() on specific partNumber (#1591)
  • bc3d8f7 Update version to next release
  • e517704 cleanup minio-go code, add gocritic linter (#1586)
  • d006293 Report non-XML formated error details (#1585)
  • Additional commits viewable 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)
Bumps [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) from 7.0.15 to 7.0.17. <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>Changelog</h2> <ul> <li>Add RemoveObjectsWithResult() to return delete-marker &amp; delete-marker-version-id (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1456">#1456</a>) (12/08/21) (Anis Elleuch)</li> <li>remove EOLed support this library supports from go1.16 (12/07/21) (Harshavardhana)</li> <li>docs: clarify PutObject with '-1' content-length (12/07/21) (Harshavardhana)</li> <li>Add support for S3 PrivateLink interface endpoints (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1568">#1568</a>) (12/08/21) (afvbozzo)</li> <li>Add support for NewerNoncurrentVersions (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1596">#1596</a>) (12/07/21) (Krishnan Parthasarathi)</li> <li>fix doc RemoveObjects example error (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1592">#1592</a>) (12/02/21) (水煮牛肉)</li> <li>support GetObject() on specific partNumber (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1591">#1591</a>) (11/26/21) (Harshavardhana)</li> </ul> <h2>Bugfix Release</h2> <h2>Changelog</h2> <ul> <li>cleanup minio-go code, add gocritic linter (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1586">#1586</a>) (11/17/21) (Harshavardhana)</li> <li>Report non-XML formated error details (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1585">#1585</a>) (11/16/21) (Christian Simon)</li> <li>Remove duplicated code for StatObject() (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1584">#1584</a>) (11/15/21) (Klaus Post)</li> <li>add custom Host header support (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1579">#1579</a>) (11/15/21) (Hilário Coelho)</li> <li>Export RoleARN for use with STSWebIdentity (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1582">#1582</a>) (11/12/21) (Aditya Manthramurthy)</li> <li>Add MaxNoncurrentVersions to NoncurrentVersionExpiration (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1580">#1580</a>) (11/08/21) (Krishnan Parthasarathi)</li> <li>add revive disable tags to keep Go compliant deprecation notice (11/02/21) (Harshavardhana)</li> <li>Add support for extra signed headers in Presign() API (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1449">#1449</a>) (11/02/21) (Aditya Manthramurthy)</li> <li>Test GetObject/ListObjects with s3zip enabled. (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1570">#1570</a>) (10/24/21) (Klaus Post)</li> <li>Rename BucketOptions to RemoveBucketOptions (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1534">#1534</a>) (10/24/21) (Anis Elleuch)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/minio/minio-go/commit/a56678802405c10adf3a9609fd1de25b8616cdd8"><code>a566788</code></a> Add RemoveObjectsWithResult() to return delete-marker &amp; delete-marker-version...</li> <li><a href="https://github.com/minio/minio-go/commit/500d1ce01cb494a68fafb0fcf8e565971b95120d"><code>500d1ce</code></a> remove EOLed support this library supports from go1.16</li> <li><a href="https://github.com/minio/minio-go/commit/cd84841e1e75a6c245b8a8e9c862703c6b2597db"><code>cd84841</code></a> docs: clarify PutObject with '-1' content-length</li> <li><a href="https://github.com/minio/minio-go/commit/001628e1868951dbb4ac1a3875b40291caa5e0ba"><code>001628e</code></a> Add support for S3 PrivateLink interface endpoints (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1568">#1568</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/e924c334e38c7c090bcb0839d9f9a12638280f26"><code>e924c33</code></a> Add support for NewerNoncurrentVersions (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1596">#1596</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/091751848a69e8961d516222ecd75e9b708e85ac"><code>0917518</code></a> fix doc RemoveObjects example error (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1592">#1592</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/e55f8d731cb4343f4be9361525221d8752fa75a6"><code>e55f8d7</code></a> support GetObject() on specific partNumber (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1591">#1591</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/bc3d8f70e464c950d99d90ee220e86821a7699b2"><code>bc3d8f7</code></a> Update version to next release</li> <li><a href="https://github.com/minio/minio-go/commit/e517704ccb36b0a3b48907977c29506327d80f12"><code>e517704</code></a> cleanup minio-go code, add gocritic linter (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1586">#1586</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/d00629356463524ae86e246842b46ec338341ab1"><code>d006293</code></a> Report non-XML formated error details (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1585">#1585</a>)</li> <li>Additional commits viewable in <a href="https://github.com/minio/minio-go/compare/v7.0.15...v7.0.17">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.15&new-version=7.0.17)](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>
dependabot[bot] commented 2021-12-13 20:24:50 +03:00 (Migrated from github.com)

Superseded by #57.

Superseded by #57.

Pull request closed

Sign in to join this conversation.