Bump github.com/minio/minio-go/v7 from 7.0.15 to 7.0.20 #60

Merged
dependabot[bot] merged 1 commits from dependabot/go_modules/github.com/minio/minio-go/v7-7.0.20 into master 2021-12-29 01:18:00 +03:00
dependabot[bot] commented 2021-12-27 20:19:03 +03:00 (Migrated from github.com)

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

Release notes

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

Bugfix Release

Changelog

  • parse proper STS Error response (12/26/21) (Harshavardhana)
  • update minimum go version to v1.17 (#1605) (12/26/21) (Harshavardhana)

Bugfix Release

Changelog

  • parse error responses for STS requests (#1602) (12/22/21)
  • remove redirector for S3 API calls (#1601) (12/20/21)

Bugfix Release

Highlights

Fixes a regression in GetObjectACL API

Changelog

  • acl: Fix GetObjectACL xml parsing (#1598) (12/10/21) (Anis Elleuch)
  • refresh local ubuntu cache in GitHub CI/CD (#1599) (12/10/21) (Harshavardhana)

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
  • a1dd29e parse proper STS Error response
  • 65810e9 update minimum go version to v1.17 (#1605)
  • 760f1fa Update version to next release
  • 2ef8cbb parse error responses for STS requests (#1602)
  • 52ffedf remove redirector for S3 API calls (#1601)
  • ef709cf Update version to next release
  • a6967e7 acl: Fix GetObjectACL xml parsing (#1598)
  • 0ccc723 refresh local ubuntu cache in GitHub CI/CD (#1599)
  • d2b7294 Update version to next release
  • a566788 Add RemoveObjectsWithResult() to return delete-marker & delete-marker-version...
  • 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.20. <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>parse proper STS Error response (12/26/21) (Harshavardhana)</li> <li>update minimum go version to v1.17 (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1605">#1605</a>) (12/26/21) (Harshavardhana)</li> </ul> <h2>Bugfix Release</h2> <h2>Changelog</h2> <ul> <li>parse error responses for STS requests (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1602">#1602</a>) (12/22/21) <!-- raw HTML omitted --></li> <li>remove redirector for S3 API calls (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1601">#1601</a>) (12/20/21) <!-- raw HTML omitted --></li> </ul> <h2>Bugfix Release</h2> <h2>Highlights</h2> <p>Fixes a regression in GetObjectACL API</p> <h2>Changelog</h2> <ul> <li>acl: Fix GetObjectACL xml parsing (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1598">#1598</a>) (12/10/21) (Anis Elleuch)</li> <li>refresh local ubuntu cache in GitHub CI/CD (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1599">#1599</a>) (12/10/21) (Harshavardhana)</li> </ul> <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/a1dd29ef2add85a154389491acc3f470d684372b"><code>a1dd29e</code></a> parse proper STS Error response</li> <li><a href="https://github.com/minio/minio-go/commit/65810e9898d8525cdc4c3207fec7f31a80fef3e5"><code>65810e9</code></a> update minimum go version to v1.17 (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1605">#1605</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/760f1fa439beb86cc83c2265df00bf07329245da"><code>760f1fa</code></a> Update version to next release</li> <li><a href="https://github.com/minio/minio-go/commit/2ef8cbbc4f6d5be5f922e7411091f6a4cd3438a0"><code>2ef8cbb</code></a> parse error responses for STS requests (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1602">#1602</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/52ffedf5271616ccf72742a5da425c76b4755a49"><code>52ffedf</code></a> remove redirector for S3 API calls (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1601">#1601</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/ef709cfe30a11b958f1f785a068613186609fe44"><code>ef709cf</code></a> Update version to next release</li> <li><a href="https://github.com/minio/minio-go/commit/a6967e7ef6386c5655a77e4c1125c4ce11341bac"><code>a6967e7</code></a> acl: Fix GetObjectACL xml parsing (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1598">#1598</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/0ccc7234f93443e8ee24e177860633cb6d43ac27"><code>0ccc723</code></a> refresh local ubuntu cache in GitHub CI/CD (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1599">#1599</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/d2b7294c719648644a652d09da081d27449e04ae"><code>d2b7294</code></a> Update version to next release</li> <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>Additional commits viewable in <a href="https://github.com/minio/minio-go/compare/v7.0.15...v7.0.20">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.20)](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>
vtolstov (Migrated from github.com) approved these changes 2021-12-28 20:23:45 +03:00
Sign in to join this conversation.
No reviewers
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#60
No description provided.