[PR #1951] [MERGED] build(deps): bump github.com/minio/minio-go/v7 from 7.0.88 to 7.0.90 #1970

Closed
opened 2026-03-03 12:37:02 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/1951
Author: @dependabot[bot]
Created: 4/8/2025
Status: Merged
Merged: 4/17/2025
Merged by: @fsouza

Base: mainHead: dependabot/go_modules/github.com/minio/minio-go/v7-7.0.90


📝 Commits (1)

  • 10e1501 build(deps): bump github.com/minio/minio-go/v7 from 7.0.88 to 7.0.90

📊 Changes

2 files changed (+24 additions, -24 deletions)

View changed files

📝 go.mod (+8 -8)
📝 go.sum (+16 -16)

📄 Description

Bumps github.com/minio/minio-go/v7 from 7.0.88 to 7.0.90.

Release notes

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

Bugfix v7.0.90

What's Changed

New Contributors

Full Changelog: https://github.com/minio/minio-go/compare/v7.0.89...v7.0.90

Bugfix Release

What's Changed

New Contributors

Full Changelog: https://github.com/minio/minio-go/compare/v7.0.88...v7.0.89

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fsouza/fake-gcs-server/pull/1951 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/8/2025 **Status:** ✅ Merged **Merged:** 4/17/2025 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/github.com/minio/minio-go/v7-7.0.90` --- ### 📝 Commits (1) - [`10e1501`](https://github.com/fsouza/fake-gcs-server/commit/10e1501e05c746ec7074eac6643e49be20cd1e72) build(deps): bump github.com/minio/minio-go/v7 from 7.0.88 to 7.0.90 ### 📊 Changes **2 files changed** (+24 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+8 -8) 📝 `go.sum` (+16 -16) </details> ### 📄 Description Bumps [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) from 7.0.88 to 7.0.90. <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 v7.0.90</h2> <h2>What's Changed</h2> <ul> <li>Add anonymous chunked encoding with trailing headers by <a href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2084">minio/minio-go#2084</a></li> <li>Implement AppendObject() API by <a href="https://github.com/harshavardhana"><code>@​harshavardhana</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2082">minio/minio-go#2082</a></li> <li>Update x/net version by <a href="https://github.com/BorjaOuterelo"><code>@​BorjaOuterelo</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2085">minio/minio-go#2085</a></li> <li>Rety iterators by <a href="https://github.com/tlyons-cs"><code>@​tlyons-cs</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2087">minio/minio-go#2087</a></li> <li>Add function for getting creds of remote client by <a href="https://github.com/shtripat"><code>@​shtripat</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2089">minio/minio-go#2089</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/BorjaOuterelo"><code>@​BorjaOuterelo</code></a> made their first contribution in <a href="https://redirect.github.com/minio/minio-go/pull/2085">minio/minio-go#2085</a></li> <li><a href="https://github.com/tlyons-cs"><code>@​tlyons-cs</code></a> made their first contribution in <a href="https://redirect.github.com/minio/minio-go/pull/2087">minio/minio-go#2087</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/minio/minio-go/compare/v7.0.89...v7.0.90">https://github.com/minio/minio-go/compare/v7.0.89...v7.0.90</a></p> <h2>Bugfix Release</h2> <h2>What's Changed</h2> <ul> <li>add PurgeOnDelete to versioning config by <a href="https://github.com/poornas"><code>@​poornas</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2074">minio/minio-go#2074</a></li> <li>Adds <code>TokenRevokeType</code> field to credential providers. by <a href="https://github.com/taran-p"><code>@​taran-p</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2075">minio/minio-go#2075</a></li> <li>make downtime info as map to denote per target info by <a href="https://github.com/Praveenrajmani"><code>@​Praveenrajmani</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2079">minio/minio-go#2079</a></li> <li>update deps and move CI/CD to go1.23, go1.24 by <a href="https://github.com/harshavardhana"><code>@​harshavardhana</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2080">minio/minio-go#2080</a></li> <li>update golint version by <a href="https://github.com/harshavardhana"><code>@​harshavardhana</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2083">minio/minio-go#2083</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/taran-p"><code>@​taran-p</code></a> made their first contribution in <a href="https://redirect.github.com/minio/minio-go/pull/2075">minio/minio-go#2075</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/minio/minio-go/compare/v7.0.88...v7.0.89">https://github.com/minio/minio-go/compare/v7.0.88...v7.0.89</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/minio/minio-go/commit/68fb5ee339f2e3a798c14d12ca0e04c51f304d58"><code>68fb5ee</code></a> Add function for getting creds of remote client (<a href="https://redirect.github.com/minio/minio-go/issues/2089">#2089</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/1e5fd8a9ce3588100e5be814f564fd78436aa5f4"><code>1e5fd8a</code></a> Replacing retry goroutines with iterators (<a href="https://redirect.github.com/minio/minio-go/issues/2087">#2087</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/7502986cab971e4c7af848348a3313f9e76e5a5f"><code>7502986</code></a> Update x/net version (<a href="https://redirect.github.com/minio/minio-go/issues/2085">#2085</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/6c30280c216726ecce9d9e29e26ad1c87e2b8677"><code>6c30280</code></a> Implement AppendObject() API (<a href="https://redirect.github.com/minio/minio-go/issues/2082">#2082</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/fb4bc4cc428a20a2ab8d4bd4637b94ff7eafc6f3"><code>fb4bc4c</code></a> Add anonymous chunked encoding with trailing headers (<a href="https://redirect.github.com/minio/minio-go/issues/2084">#2084</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/efd53f1e930b4a09f82fa1b55d1da682c1f4e725"><code>efd53f1</code></a> Update version to next release</li> <li><a href="https://github.com/minio/minio-go/commit/8c9286900e1ec62d0e01ea5a1e8d79eed2fb8bdf"><code>8c92869</code></a> update golint version (<a href="https://redirect.github.com/minio/minio-go/issues/2083">#2083</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/1744ff2e1e0b7d916abbe543edf6997479d4cfc2"><code>1744ff2</code></a> update deps and move CI/CD to go1.23, go1.24 (<a href="https://redirect.github.com/minio/minio-go/issues/2080">#2080</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/bf00584e4c1850bb5581ea6570bae04186cde2ca"><code>bf00584</code></a> make downtime info as map to denote per target info (<a href="https://redirect.github.com/minio/minio-go/issues/2079">#2079</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/07d26d943841e5c4f1397cf0c9e84df5779e4886"><code>07d26d9</code></a> Adds <code>TokenRevokeType</code> field to credential providers. (<a href="https://redirect.github.com/minio/minio-go/issues/2075">#2075</a>)</li> <li>Additional commits viewable in <a href="https://github.com/minio/minio-go/compare/v7.0.88...v7.0.90">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.88&new-version=7.0.90)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 12:37:02 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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
starred/fake-gcs-server#1970
No description provided.