Bump github.com/minio/minio-go/v7 from 7.0.34 to 7.0.36 #104

Merged
dependabot[bot] merged 1 commits from dependabot/go_modules/github.com/minio/minio-go/v7-7.0.36 into v3 2022-09-17 16:34:07 +03:00
dependabot[bot] commented 2022-09-07 20:13:29 +03:00 (Migrated from github.com)

Bumps github.com/minio/minio-go/v7 from 7.0.34 to 7.0.36.

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.35...v7.0.36

Bugfix Release

What's Changed

New Contributors

Full Changelog: https://github.com/minio/minio-go/compare/v7.0.34...v7.0.35

Commits
  • f028f20 lifecycle: fix json encoding of Expiration action (#1692)
  • da55d86 Do not retry request Do() error in some cases (#1691)
  • 797a372 Update version to next release
  • a5dc7d2 convert LDAP/JWT Identity from query to form body (#1688)
  • fe4dc65 Do not ignore error when Instance Metadata service doesn't exist (#1682)
  • a8bc847 Update version to next release
  • See full diff 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.34 to 7.0.36. <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>Do not retry request Do() error in some cases by <a href="https://github.com/vadmeste"><code>@​vadmeste</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1691">minio/minio-go#1691</a></li> <li>lifecycle: fix json encoding of Expiration action by <a href="https://github.com/krisis"><code>@​krisis</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1692">minio/minio-go#1692</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/minio/minio-go/compare/v7.0.35...v7.0.36">https://github.com/minio/minio-go/compare/v7.0.35...v7.0.36</a></p> <h2>Bugfix Release</h2> <h2>What's Changed</h2> <ul> <li>Do not ignore error when Instance Metadata service doesn't exist by <a href="https://github.com/wlan0"><code>@​wlan0</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1682">minio/minio-go#1682</a></li> <li>convert LDAP/JWT Identity from query to form body by <a href="https://github.com/harshavardhana"><code>@​harshavardhana</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1688">minio/minio-go#1688</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/wlan0"><code>@​wlan0</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1682">minio/minio-go#1682</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/minio/minio-go/compare/v7.0.34...v7.0.35">https://github.com/minio/minio-go/compare/v7.0.34...v7.0.35</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/minio/minio-go/commit/f028f20749e8d1d2db4687d19434243a3f015aaf"><code>f028f20</code></a> lifecycle: fix json encoding of Expiration action (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1692">#1692</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/da55d863c56ca0f32f822ed1465f88865f5c32ab"><code>da55d86</code></a> Do not retry request Do() error in some cases (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1691">#1691</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/797a372f19fa4f0e6373f079f51031bc2cdda8f6"><code>797a372</code></a> Update version to next release</li> <li><a href="https://github.com/minio/minio-go/commit/a5dc7d2c9e18cd501eae086d29f487a239dd6992"><code>a5dc7d2</code></a> convert LDAP/JWT Identity from query to form body (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1688">#1688</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/fe4dc656657288125addc6b3be2f629376881075"><code>fe4dc65</code></a> Do not ignore error when Instance Metadata service doesn't exist (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1682">#1682</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/a8bc84736a723756118f0191467b7fd2a29729d3"><code>a8bc847</code></a> Update version to next release</li> <li>See full diff in <a href="https://github.com/minio/minio-go/compare/v7.0.34...v7.0.36">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.34&new-version=7.0.36)](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>
github-actions[bot] (Migrated from github.com) approved these changes 2022-09-07 20:13:46 +03:00
Sign in to join this conversation.
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#104
No description provided.