Bump github.com/minio/minio-go/v7 from 7.0.39 to 7.0.42 #112

Closed
dependabot[bot] wants to merge 1 commits from dependabot/go_modules/github.com/minio/minio-go/v7-7.0.42 into v3
dependabot[bot] commented 2022-10-21 20:21:21 +03:00 (Migrated from github.com)

Bumps github.com/minio/minio-go/v7 from 7.0.39 to 7.0.42.

Release notes

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

Bugfix Release

What's Changed

New Contributors

Full Changelog: https://github.com/minio/minio-go/compare/v7.0.41...v7.0.42

Bugfix Release

What's Changed

Full Changelog: https://github.com/minio/minio-go/compare/v7.0.40...v7.0.41

Bugfix Release

Full Changelog: https://github.com/minio/minio-go/compare/v7.0.39...v7.0.40

Commits
  • 514b1fa do not have headers with empty values (#1714)
  • 7aa4b0e adding vulncheck github workflow action (#1712)
  • bc82699 Add trailing header checksums (#1705)
  • 7d71d94 Update version to next release
  • 474b326 change checksums to match what is read() (#1709)
  • 8257e70 stat: Return additional header for deletemarker replication (#1707)
  • 528a26f without continuation token avoid infinite loop and error out (#1704)
  • 5b66aff Update version to next release
  • 8848d8a update tags regexp to include space character as valid
  • 53f5600 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.39 to 7.0.42. <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>Add trailing header checksums by <a href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1705">minio/minio-go#1705</a></li> <li>adding vulncheck github workflow action by <a href="https://github.com/Alevsk"><code>@​Alevsk</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1712">minio/minio-go#1712</a></li> <li>do not have headers with empty values by <a href="https://github.com/harshavardhana"><code>@​harshavardhana</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1714">minio/minio-go#1714</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Alevsk"><code>@​Alevsk</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1712">minio/minio-go#1712</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/minio/minio-go/compare/v7.0.41...v7.0.42">https://github.com/minio/minio-go/compare/v7.0.41...v7.0.42</a></p> <h2>Bugfix Release</h2> <h2>What's Changed</h2> <ul> <li>without continuation token avoid infinite loop error out by <a href="https://github.com/harshavardhana"><code>@​harshavardhana</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1704">minio/minio-go#1704</a></li> <li>stat: Return additional header for deletemarker replication by <a href="https://github.com/poornas"><code>@​poornas</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1707">minio/minio-go#1707</a></li> <li>change checksums to match what is read() by <a href="https://github.com/harshavardhana"><code>@​harshavardhana</code></a> in <a href="https://github-redirect.dependabot.com/minio/minio-go/pull/1709">minio/minio-go#1709</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/minio/minio-go/compare/v7.0.40...v7.0.41">https://github.com/minio/minio-go/compare/v7.0.40...v7.0.41</a></p> <h2>Bugfix Release</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/minio/minio-go/compare/v7.0.39...v7.0.40">https://github.com/minio/minio-go/compare/v7.0.39...v7.0.40</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/minio/minio-go/commit/514b1fa78fb1b6221eb9bff68a1d64d24b0cbfcd"><code>514b1fa</code></a> do not have headers with empty values (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1714">#1714</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/7aa4b0e0d1a9fdb4a99f50df715c21ec21d91753"><code>7aa4b0e</code></a> adding vulncheck github workflow action (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1712">#1712</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/bc826994ecc4be1d26b751e0d9f0d139fd0471f3"><code>bc82699</code></a> Add trailing header checksums (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1705">#1705</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/7d71d94af0006f5700972026dc02db1d2dcfc22a"><code>7d71d94</code></a> Update version to next release</li> <li><a href="https://github.com/minio/minio-go/commit/474b3269c0de85e403f91131d5f816be6081f602"><code>474b326</code></a> change checksums to match what is read() (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1709">#1709</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/8257e7003b5eeb988e92a807707071f9edcfa495"><code>8257e70</code></a> stat: Return additional header for deletemarker replication (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1707">#1707</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/528a26f971203725a6ced8b35702d2b663bc2890"><code>528a26f</code></a> without continuation token avoid infinite loop and error out (<a href="https://github-redirect.dependabot.com/minio/minio-go/issues/1704">#1704</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/5b66affc5f4187cbd04267e5648f29bfa2cdf5c5"><code>5b66aff</code></a> Update version to next release</li> <li><a href="https://github.com/minio/minio-go/commit/8848d8affe8a7e8c9d312b62521860798287e2f0"><code>8848d8a</code></a> update tags regexp to include space character as valid</li> <li><a href="https://github.com/minio/minio-go/commit/53f560055f438089aa4891b135149b6604365f1e"><code>53f5600</code></a> Update version to next release</li> <li>See full diff in <a href="https://github.com/minio/minio-go/compare/v7.0.39...v7.0.42">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.39&new-version=7.0.42)](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-10-21 20:21:43 +03:00
dependabot[bot] commented 2022-10-31 20:25:25 +03:00 (Migrated from github.com)

Superseded by #113.

Superseded by #113.

Pull request closed

Sign in to join this conversation.
No description provided.