Bump github.com/minio/minio-go/v7 from 7.0.10 to 7.0.13 #39

Merged
dependabot[bot] merged 1 commits from dependabot/go_modules/github.com/minio/minio-go/v7-7.0.13 into master 2021-09-06 17:58:46 +03:00
dependabot[bot] commented 2021-09-06 15:17:22 +03:00 (Migrated from github.com)

Bumps github.com/minio/minio-go/v7 from 7.0.10 to 7.0.13.

Release notes

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

Minor Release

Highlights

  • fix: error returned by statObject for delete markers. See (#1531) for more details.
  • sts: Always slash expiry time by 80%. See (#1533) for more details.
  • fix: allow force delete options for bucket and objects. See (#1532) for more details.
  • lifecycle json marshalling improvements. See (#1529) for more details.
  • LDAP improvements. See (#1521, #1514, #1513) (07/22/21) for more details.
  • fix: add startAfter support for listing operations. See (#1509) for more details.
  • fix: use default IAM endpoint when fetching IMDSv2 token See (#1507) for more details.

Changelog

  • fix: error returned by statObject for delete markers (#1531) (08/23/21) (Poorna Krishnamoorthy)
  • sts: Always slash expiry time by 80% (#1533) (08/19/21) (Anis Elleuch)
  • minio-go functional tests for mint avoid invalid JSON output (#1503) (08/19/21) (iternity-dotcom)
  • fix: allow force delete options for bucket and objects (#1532) (08/15/21) (Harshavardhana)
  • lifecycle: Omit empty values during json marshalling (#1529) (08/06/21) (Krishnan Parthasarathi)
  • Faster header checks. (#1527) (08/02/21) (Klaus Post)
  • Add support to configure LDAP identities (#1521) (07/22/21) (Aditya Manthramurthy)
  • fix: strip LDAPPassword from errors (#1514) (07/15/21) (Harshavardhana)
  • Replace http URLs with https (#1515) (07/15/21) (Ravind Kumar)
  • Support session policy in LDAP STS credential provider (#1513) (07/14/21) (Aditya Manthramurthy)
  • allow startAfter in core.ListObjectsV2 (07/05/21) (Harshavardhana)
  • fix: add startAfter support for listing operations (#1509) (07/02/21) (Harshavardhana)
  • fix: use default IAM endpoint when fetching IMDSv2 token (#1507) (07/02/21) (Christopher Iler)

Minor Bugfix Release

Changelog

  • mint: Add concurrent upload test (#1506) (06/21/21) (Klaus Post)
  • Use options for CompleteMultipart upload call (#1505) (06/21/21) (Poorna Krishnamoorthy)
  • Update golang.org/x/crypto (#1504) (06/17/21) (AliRezaTaleghani)
  • Add custom headers to ListObjectsOptions. (#1502) (06/14/21) (Klaus Post)

Minor Bugfix Release

Changelog

  • Add test to check ListObjectsV2MHandler (#1477) (06/11/21) (iternity-dotcom)
  • Update mint tests (#1498) (06/07/21) (Klaus Post)
  • add support for AWS_CONTAINER_AUTHORIZATION_TOKEN (#1499) (06/02/21) (Harshavardhana)
  • Add ExistingObjectReplication setting to replication config (#1483) (06/01/21) (Poorna Krishnamoorthy)
  • Add IMDS version 2 support. (#1489) (06/02/21) (Michael Foley)
  • delete a dead comment (#1494) (05/21/21) (Jay R. Wren)
  • fix: preserve multipart versionId from source if any (#1493) (05/18/21) (Harshavardhana)
  • replication: Add replica metadata modification sync to Options (#1491) (05/17/21) (Poorna Krishnamoorthy)
  • Add 200 to possible response codes for putBucketPolicy (#1466) (05/12/21) (joewhite86)
  • fix: import path typo on docs (#1482) (05/12/21) (minus)
  • lifecycle: And xml tag should always contain both Prefix & Tag (#1488) (05/11/21) (Anis Elleuch)
  • Update README.md (#1481) (04/20/21) (Jay R. Wren)
  • update go mod tidy (04/19/21) (Harshavardhana)
  • introduce GetBucketReplicationMetrics API (#1471) (04/07/21) (Poorna Krishnamoorthy)
  • update the optimal part size tests (03/22/21) (Harshavardhana)
  • expose optimal partInfo for apps to calculate optimal size (03/18/21) (Harshavardhana)

... (truncated)

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.10 to 7.0.13. <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>Minor Release</h2> <h2>Highlights</h2> <ul> <li>fix: error returned by statObject for delete markers. See (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1531">#1531</a>) for more details.</li> <li>sts: Always slash expiry time by 80%. See (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1533">#1533</a>) for more details.</li> <li>fix: allow force delete options for bucket and objects. See (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1532">#1532</a>) for more details.</li> <li>lifecycle json marshalling improvements. See (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1529">#1529</a>) for more details.</li> <li>LDAP improvements. See (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1521">#1521</a>, <a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1514">#1514</a>, <a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1513">#1513</a>) (07/22/21) for more details.</li> <li>fix: add startAfter support for listing operations. See (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1509">#1509</a>) for more details.</li> <li>fix: use default IAM endpoint when fetching IMDSv2 token See (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1507">#1507</a>) for more details.</li> </ul> <h2>Changelog</h2> <ul> <li>fix: error returned by statObject for delete markers (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1531">#1531</a>) (08/23/21) (Poorna Krishnamoorthy)</li> <li>sts: Always slash expiry time by 80% (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1533">#1533</a>) (08/19/21) (Anis Elleuch)</li> <li>minio-go functional tests for mint avoid invalid JSON output (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1503">#1503</a>) (08/19/21) (iternity-dotcom)</li> <li>fix: allow force delete options for bucket and objects (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1532">#1532</a>) (08/15/21) (Harshavardhana)</li> <li>lifecycle: Omit empty values during json marshalling (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1529">#1529</a>) (08/06/21) (Krishnan Parthasarathi)</li> <li>Faster header checks. (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1527">#1527</a>) (08/02/21) (Klaus Post)</li> <li>Add support to configure LDAP identities (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1521">#1521</a>) (07/22/21) (Aditya Manthramurthy)</li> <li>fix: strip LDAPPassword from errors (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1514">#1514</a>) (07/15/21) (Harshavardhana)</li> <li>Replace http URLs with https (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1515">#1515</a>) (07/15/21) (Ravind Kumar)</li> <li>Support session policy in LDAP STS credential provider (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1513">#1513</a>) (07/14/21) (Aditya Manthramurthy)</li> <li>allow startAfter in core.ListObjectsV2 (07/05/21) (Harshavardhana)</li> <li>fix: add startAfter support for listing operations (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1509">#1509</a>) (07/02/21) (Harshavardhana)</li> <li>fix: use default IAM endpoint when fetching IMDSv2 token (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1507">#1507</a>) (07/02/21) (Christopher Iler)</li> </ul> <h2>Minor Bugfix Release</h2> <h2>Changelog</h2> <ul> <li>mint: Add concurrent upload test (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1506">#1506</a>) (06/21/21) (Klaus Post)</li> <li>Use options for CompleteMultipart upload call (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1505">#1505</a>) (06/21/21) (Poorna Krishnamoorthy)</li> <li>Update golang.org/x/crypto (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1504">#1504</a>) (06/17/21) (AliRezaTaleghani)</li> <li>Add custom headers to ListObjectsOptions. (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1502">#1502</a>) (06/14/21) (Klaus Post)</li> </ul> <h2>Minor Bugfix Release</h2> <h2>Changelog</h2> <ul> <li>Add test to check ListObjectsV2MHandler (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1477">#1477</a>) (06/11/21) (iternity-dotcom)</li> <li>Update mint tests (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1498">#1498</a>) (06/07/21) (Klaus Post)</li> <li>add support for AWS_CONTAINER_AUTHORIZATION_TOKEN (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1499">#1499</a>) (06/02/21) (Harshavardhana)</li> <li>Add ExistingObjectReplication setting to replication config (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1483">#1483</a>) (06/01/21) (Poorna Krishnamoorthy)</li> <li>Add IMDS version 2 support. (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1489">#1489</a>) (06/02/21) (Michael Foley)</li> <li>delete a dead comment (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1494">#1494</a>) (05/21/21) (Jay R. Wren)</li> <li>fix: preserve multipart versionId from source if any (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1493">#1493</a>) (05/18/21) (Harshavardhana)</li> <li>replication: Add replica metadata modification sync to Options (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1491">#1491</a>) (05/17/21) (Poorna Krishnamoorthy)</li> <li>Add 200 to possible response codes for putBucketPolicy (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1466">#1466</a>) (05/12/21) (joewhite86)</li> <li>fix: import path typo on docs (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1482">#1482</a>) (05/12/21) (minus)</li> <li>lifecycle: And xml tag should always contain both Prefix &amp; Tag (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1488">#1488</a>) (05/11/21) (Anis Elleuch)</li> <li>Update README.md (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1481">#1481</a>) (04/20/21) (Jay R. Wren)</li> <li>update go mod tidy (04/19/21) (Harshavardhana)</li> <li>introduce GetBucketReplicationMetrics API (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1471">#1471</a>) (04/07/21) (Poorna Krishnamoorthy)</li> <li>update the optimal part size tests (03/22/21) (Harshavardhana)</li> <li>expose optimal partInfo for apps to calculate optimal size (03/18/21) (Harshavardhana)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/minio/minio-go/commit/cee488b95ff2631737bfa104904a37d9195127d6"><code>cee488b</code></a> fix: error returned by statObject for delete markers (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1531">#1531</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/7877ed5b81107a1630b58b099b1d74f441699c4c"><code>7877ed5</code></a> sts: Always slash expiry time by 80% (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1533">#1533</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/91307c6342a9ad96836c919b8fbd34b40c51b521"><code>91307c6</code></a> minio-go functional tests for mint avoid invalid JSON output (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1503">#1503</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/f11d881d57b4c526cedfb805109b0b7da720ac9f"><code>f11d881</code></a> fix: allow force delete options for bucket and objects (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1532">#1532</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/ee82ad670d3ecf96404b292f7004e854c4640346"><code>ee82ad6</code></a> lifecycle: Omit empty values during json marshalling (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1529">#1529</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/32f0d5f3b0fde572ee8d933fcbbd10cf0fabcfad"><code>32f0d5f</code></a> Faster header checks. (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1527">#1527</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/cce8cf0f5350e0feea8112026429105e6ed6db58"><code>cce8cf0</code></a> Add support to configure LDAP identities (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1521">#1521</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/9e713532886e0271bea2a31f4d6a45590a60a0fb"><code>9e71353</code></a> fix: strip LDAPPassword from errors (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1514">#1514</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/570d735ed78956d3106e6adb2acc722d6070d1b0"><code>570d735</code></a> Replace http URLs with https (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1515">#1515</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/753b1265295637c95f44f175690ca615888fb23a"><code>753b126</code></a> Support session policy in LDAP STS credential provider (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1513">#1513</a>)</li> <li>Additional commits viewable in <a href="https://github.com/minio/minio-go/compare/v7.0.10...v7.0.13">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.10&new-version=7.0.13)](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 commented 2021-09-06 17:58:45 +03:00 (Migrated from github.com)

@dependabot squash and merge

@dependabot squash and merge
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#39
No description provided.