Bump github.com/minio/minio-go/v7 from 7.0.21 to 7.0.23 #72

Merged
dependabot[bot] merged 2 commits from dependabot/go_modules/github.com/minio/minio-go/v7-7.0.23 into master 2022-02-25 09:59:35 +03:00
dependabot[bot] commented 2022-02-23 20:18:48 +03:00 (Migrated from github.com)

Bumps github.com/minio/minio-go/v7 from 7.0.21 to 7.0.23.

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.22...v7.0.23

Bugfix Release

What's Changed

New Contributors

Full Changelog: https://github.com/minio/minio-go/compare/v7.0.21...v7.0.22

Commits
  • e99ce30 fix: ipv6 support without 'port' add missing brackets (#1624)
  • 98a40db enable MINIO_CI_CD for functional tests (#1623)
  • a76fd35 Update version to next release
  • ad9e0ca add missing cleanupBucket for testDecryptedCopyObject (#1622)
  • 8c600e5 Add API function to get resync replication status (#1619)
  • 4f92000 restore: Accept http code 202 and 200 as valid response (#1621)
  • bd1d875 fix: sync.Pool usage use sync.Pool.Get instead of sync.Pool.New (#1617)
  • 5092d07 docs: warning about PutObject high mem alloc (#1614)
  • e931595 update README.md remove deprecated docs, fixes #1610
  • 88cce13 policy: Removing a bucket policy should return an error (#1609)
  • 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.21 to 7.0.23. <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>enable MINIO_CI_CD for functional tests by <a href="https://github.com/harshavardhana"><code>@​harshavardhana</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1623">minio/minio-go#1623</a></li> <li>fix: ipv6 support without 'port' add missing brackets by <a href="https://github.com/harshavardhana"><code>@​harshavardhana</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1624">minio/minio-go#1624</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/minio/minio-go/compare/v7.0.22...v7.0.23">https://github.com/minio/minio-go/compare/v7.0.22...v7.0.23</a></p> <h2>Bugfix Release</h2> <h2>What's Changed</h2> <ul> <li>policy: Removing a bucket policy should return an error by <a href="https://github.com/vadmeste"><code>@​vadmeste</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1609">minio/minio-go#1609</a></li> <li>docs: warning about PutObject high mem alloc by <a href="https://github.com/kamikazechaser"><code>@​kamikazechaser</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1614">minio/minio-go#1614</a></li> <li>fix sync.Pool usage by <a href="https://github.com/montag451"><code>@​montag451</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1617">minio/minio-go#1617</a></li> <li>restore: Accept http code 202 and 200 as valid response by <a href="https://github.com/vadmeste"><code>@​vadmeste</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1621">minio/minio-go#1621</a></li> <li>Add API function to get resync replication status by <a href="https://github.com/poornas"><code>@​poornas</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1619">minio/minio-go#1619</a></li> <li>add missing cleanupBucket for testDecryptedCopyObject by <a href="https://github.com/harshavardhana"><code>@​harshavardhana</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1622">minio/minio-go#1622</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/kamikazechaser"><code>@​kamikazechaser</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1614">minio/minio-go#1614</a></li> <li><a href="https://github.com/montag451"><code>@​montag451</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1617">minio/minio-go#1617</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/minio/minio-go/compare/v7.0.21...v7.0.22">https://github.com/minio/minio-go/compare/v7.0.21...v7.0.22</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/minio/minio-go/commit/e99ce30f5035e3a91f336ab233acae53067826c1"><code>e99ce30</code></a> fix: ipv6 support without 'port' add missing brackets (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1624">#1624</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/98a40db8d5fb66ac0ace67b27597095ca33a7aed"><code>98a40db</code></a> enable MINIO_CI_CD for functional tests (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1623">#1623</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/a76fd35941eeef2d7087619bd9fc6e314a3211b1"><code>a76fd35</code></a> Update version to next release</li> <li><a href="https://github.com/minio/minio-go/commit/ad9e0ca66c562c92f046b543790f6e8cb394cdab"><code>ad9e0ca</code></a> add missing cleanupBucket for testDecryptedCopyObject (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1622">#1622</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/8c600e5ae0e8e355f58cd70fbb2dd7d2788dd594"><code>8c600e5</code></a> Add API function to get resync replication status (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1619">#1619</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/4f92000c801273d8b5210b80aae76cc8aa38fa12"><code>4f92000</code></a> restore: Accept http code 202 and 200 as valid response (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1621">#1621</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/bd1d875c3d1eedb8fa39dfaa15b2bf273eaccebf"><code>bd1d875</code></a> fix: sync.Pool usage use sync.Pool.Get instead of sync.Pool.New (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1617">#1617</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/5092d0737aae1dbbb22f02ea6dc3fe4fa882ce7b"><code>5092d07</code></a> docs: warning about PutObject high mem alloc (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1614">#1614</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/e931595a42df9ddb6e3863fc09b751d88ae20675"><code>e931595</code></a> update README.md remove deprecated docs, fixes <a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1610">#1610</a></li> <li><a href="https://github.com/minio/minio-go/commit/88cce13bbaa57b76730ee91398283e030cff6883"><code>88cce13</code></a> policy: Removing a bucket policy should return an error (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1609">#1609</a>)</li> <li>Additional commits viewable in <a href="https://github.com/minio/minio-go/compare/v7.0.21...v7.0.23">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.21&new-version=7.0.23)](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 2022-02-23 20:19: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#72
No description provided.