[PR #1866] [MERGED] build(deps): bump github.com/minio/minio-go/v7 from 7.0.82 to 7.0.83 #1892

Closed
opened 2026-03-03 12:36:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/1866
Author: @dependabot[bot]
Created: 1/6/2025
Status: Merged
Merged: 1/6/2025
Merged by: @fsouza

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


📝 Commits (1)

  • 9532819 build(deps): bump github.com/minio/minio-go/v7 from 7.0.82 to 7.0.83

📊 Changes

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

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+2 -2)

📄 Description

Bumps github.com/minio/minio-go/v7 from 7.0.82 to 7.0.83.

Commits
  • 0abbe92 Use default STS endpoint (#2044)
  • 5757f2c update golang.org/x/net security
  • 7766336 Bring back Retrieve() interface to be compatible and not break clients
  • 4a691e1 Use proper HTTP client for fetching credentials (#2041)
  • 8dc4193 update dependent modules
  • ffefc7b Bump golang.org/x/crypto from 0.28.0 to 0.31.0 (#2038)
  • 320a34c Bump golang.org/x/crypto from 0.28.0 to 0.31.0 in /examples/minio (#2034)
  • e933708 408 Server Timeout should be a retryable status code (#2036)
  • c1d6707 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 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/1866 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/6/2025 **Status:** ✅ Merged **Merged:** 1/6/2025 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/github.com/minio/minio-go/v7-7.0.83` --- ### 📝 Commits (1) - [`9532819`](https://github.com/fsouza/fake-gcs-server/commit/95328196de99034a66f6aabbee8261bb91687ace) build(deps): bump github.com/minio/minio-go/v7 from 7.0.82 to 7.0.83 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -2) </details> ### 📄 Description Bumps [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) from 7.0.82 to 7.0.83. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/minio/minio-go/commit/0abbe92812de3c9e89054cf6ea2d33cf9899b675"><code>0abbe92</code></a> Use default STS endpoint (<a href="https://redirect.github.com/minio/minio-go/issues/2044">#2044</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/5757f2c8544a80e81a5648b50d63e8461056a9b3"><code>5757f2c</code></a> update golang.org/x/net security</li> <li><a href="https://github.com/minio/minio-go/commit/7766336259a90f5b806e9c82fa048673f5e7ff1f"><code>7766336</code></a> Bring back Retrieve() interface to be compatible and not break clients</li> <li><a href="https://github.com/minio/minio-go/commit/4a691e1603a5eaaf0ba478df00487f7c10a19b30"><code>4a691e1</code></a> Use proper HTTP client for fetching credentials (<a href="https://redirect.github.com/minio/minio-go/issues/2041">#2041</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/8dc4193c7bc08983feae3dbdc9c81c992c6c058d"><code>8dc4193</code></a> update dependent modules</li> <li><a href="https://github.com/minio/minio-go/commit/ffefc7b31693a3dc76bd86f02e97b7446ce682c6"><code>ffefc7b</code></a> Bump golang.org/x/crypto from 0.28.0 to 0.31.0 (<a href="https://redirect.github.com/minio/minio-go/issues/2038">#2038</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/320a34c57bc19a2968da628ed0d802fd15180f96"><code>320a34c</code></a> Bump golang.org/x/crypto from 0.28.0 to 0.31.0 in /examples/minio (<a href="https://redirect.github.com/minio/minio-go/issues/2034">#2034</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/e9337080c543becf97e3ffe1e3ac1b35e0fe6268"><code>e933708</code></a> 408 Server Timeout should be a retryable status code (<a href="https://redirect.github.com/minio/minio-go/issues/2036">#2036</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/c1d67071f60e04eefcdce7499881f12ca0422a1c"><code>c1d6707</code></a> Update version to next release</li> <li>See full diff in <a href="https://github.com/minio/minio-go/compare/v7.0.82...v7.0.83">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.82&new-version=7.0.83)](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:36:41 +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#1892
No description provided.