Bump github.com/minio/minio-go/v7 from 7.0.14 to 7.0.15 #50

Merged
dependabot[bot] merged 1 commits from dependabot/go_modules/github.com/minio/minio-go/v7-7.0.15 into master 2021-10-27 18:04:08 +03:00
dependabot[bot] commented 2021-10-19 20:17:00 +03:00 (Migrated from github.com)

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

Release notes

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

Feature and Bugfix release

Changelog

  • fix: support Last-Modified to parse full RFC7231 compliant format (#1575) (10/18/21) (Harshavardhana)
  • Add environment variable RUN_ON_FAIL (#1475) (10/18/21) (iternity-dotcom)
  • fix typo in AccessControlList struct tag (#1574) (10/17/21) (SalvadorC)
  • update IsAmazonFIPSGovCloudEndpoint endpoint (#1560) (10/04/21) (Kevin Viricel)
  • Add support for immediate tiering (#1559) (10/03/21) (Krishnan Parthasarathi)
  • replication: Allow null version to be specified in options (#1558) (09/27/21) (Poorna Krishnamoorthy)
  • simplify healthcheck implementation (#1555) (09/21/21) (Harshavardhana)
  • fix: a few rendering issues in the API docs (#1556) (09/21/21) (Andrew Dailey)
  • Add PutObjectsSnowball API call (#1548) (09/20/21) (Klaus Post)
  • fix type of channel in RemoveObjects signature (#1551) (09/21/21) (Elahe Dastan)
  • Update API docs to reflect current constructor (#1554) (09/20/21) (Andrew Dailey)
  • sts: add credential provider for AssumeRoleWithCertificate (#1520) (09/20/21) (Andreas Auernhammer)
  • healthcheck: Treat connection refused error as n/w error (#1550) (09/17/21) (Poorna Krishnamoorthy)
  • Revert "feat: ListBucketsWithMetadata() API (#1547)" (09/17/21) (Harshavardhana)
  • Bump Go versions (#1549) (09/17/21) (Klaus Post)
  • feat: ListBucketsWithMetadata() API (#1547) (09/16/21) (Harshavardhana)
  • preserve backward compatibility for mc replicate add (#1546) (09/15/21) (Poorna Krishnamoorthy)
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.14 to 7.0.15. <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>Feature and Bugfix release</h2> <h2>Changelog</h2> <ul> <li>fix: support Last-Modified to parse full RFC7231 compliant format (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1575">#1575</a>) (10/18/21) (Harshavardhana)</li> <li>Add environment variable RUN_ON_FAIL (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1475">#1475</a>) (10/18/21) (iternity-dotcom)</li> <li>fix typo in AccessControlList struct tag (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1574">#1574</a>) (10/17/21) (SalvadorC)</li> <li>update IsAmazonFIPSGovCloudEndpoint endpoint (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1560">#1560</a>) (10/04/21) (Kevin Viricel)</li> <li>Add support for immediate tiering (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1559">#1559</a>) (10/03/21) (Krishnan Parthasarathi)</li> <li>replication: Allow null version to be specified in options (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1558">#1558</a>) (09/27/21) (Poorna Krishnamoorthy)</li> <li>simplify healthcheck implementation (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1555">#1555</a>) (09/21/21) (Harshavardhana)</li> <li>fix: a few rendering issues in the API docs (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1556">#1556</a>) (09/21/21) (Andrew Dailey)</li> <li>Add PutObjectsSnowball API call (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1548">#1548</a>) (09/20/21) (Klaus Post)</li> <li>fix type of channel in RemoveObjects signature (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1551">#1551</a>) (09/21/21) (Elahe Dastan)</li> <li>Update API docs to reflect current constructor (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1554">#1554</a>) (09/20/21) (Andrew Dailey)</li> <li>sts: add credential provider for AssumeRoleWithCertificate (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1520">#1520</a>) (09/20/21) (Andreas Auernhammer)</li> <li>healthcheck: Treat connection refused error as n/w error (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1550">#1550</a>) (09/17/21) (Poorna Krishnamoorthy)</li> <li>Revert &quot;feat: ListBucketsWithMetadata() API (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1547">#1547</a>)&quot; (09/17/21) (Harshavardhana)</li> <li>Bump Go versions (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1549">#1549</a>) (09/17/21) (Klaus Post)</li> <li>feat: ListBucketsWithMetadata() API (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1547">#1547</a>) (09/16/21) (Harshavardhana)</li> <li>preserve backward compatibility for <code>mc replicate add</code> (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1546">#1546</a>) (09/15/21) (Poorna Krishnamoorthy)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/minio/minio-go/commit/56f3625bd90b6a3bf44559258307b8d2f5a5047c"><code>56f3625</code></a> fix: support Last-Modified to parse full RFC7231 compliant format (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1575">#1575</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/d5d94523076c2662b5cad0de29a37281185f9248"><code>d5d9452</code></a> Add environment variable RUN_ON_FAIL (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1475">#1475</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/f019966f669ef9d0d3f41de834bb93fe3b8b6a70"><code>f019966</code></a> fix typo in AccessControlList struct tag (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1574">#1574</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/3b57c1e369caa0d882ba2271dbc52d16795fb3b5"><code>3b57c1e</code></a> update IsAmazonFIPSGovCloudEndpoint endpoint (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1560">#1560</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/89f47e72a59ecbbe7fd05f24e5539075bca8b796"><code>89f47e7</code></a> Add support for immediate tiering (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1559">#1559</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/a58653d41dd863a3004d4e60558e26243cacd647"><code>a58653d</code></a> replication: Allow null version to be specified in options (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1558">#1558</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/174b4c070788c7c1eed4ba4bf6d5497198aaf2e6"><code>174b4c0</code></a> simplify healthcheck implementation (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1555">#1555</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/485602614177e5d9cb445f7a1c1b57a0cdb837e6"><code>4856026</code></a> fix: a few rendering issues in the API docs (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1556">#1556</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/64d13b5347f53fbb4ca2b78f39bf133f1cba7729"><code>64d13b5</code></a> Add PutObjectsSnowball API call (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1548">#1548</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/b3b54ac8afdf38380cdb6adc67855e4531d58652"><code>b3b54ac</code></a> fix type of channel in RemoveObjects signature (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1551">#1551</a>)</li> <li>Additional commits viewable in <a href="https://github.com/minio/minio-go/compare/v7.0.14...v7.0.15">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.14&new-version=7.0.15)](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-10-27 18:01:05 +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#50
No description provided.