[PR #1969] [MERGED] build(deps): bump github.com/minio/minio-go/v7 from 7.0.91 to 7.0.92 #1980

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • a607da4 build(deps): bump github.com/minio/minio-go/v7 from 7.0.91 to 7.0.92

📊 Changes

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

View changed files

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

📄 Description

Bumps github.com/minio/minio-go/v7 from 7.0.91 to 7.0.92.

Release notes

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

Bugfix Release and new APIs

What's Changed

New Contributors

Full Changelog: https://github.com/minio/minio-go/compare/v7.0.91...v7.0.92

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/1969 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/19/2025 **Status:** ✅ Merged **Merged:** 6/2/2025 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/github.com/minio/minio-go/v7-7.0.92` --- ### 📝 Commits (1) - [`a607da4`](https://github.com/fsouza/fake-gcs-server/commit/a607da4ad0076c6a9bfb3b80ee412590e7fe59a5) build(deps): bump github.com/minio/minio-go/v7 from 7.0.91 to 7.0.92 ### 📊 Changes **2 files changed** (+9 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+3 -1) 📝 `go.sum` (+6 -2) </details> ### 📄 Description Bumps [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) from 7.0.91 to 7.0.92. <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 and new APIs</h2> <h2>What's Changed</h2> <ul> <li>Add copy destination fields by <a href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2095">minio/minio-go#2095</a></li> <li>feat: make JSON lib configurable by <a href="https://github.com/secDre4mer"><code>@​secDre4mer</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2088">minio/minio-go#2088</a></li> <li>implement Go native iterator style ListObjects() by <a href="https://github.com/harshavardhana"><code>@​harshavardhana</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2099">minio/minio-go#2099</a></li> <li>Add API for bucket resync cancellation by <a href="https://github.com/poornas"><code>@​poornas</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2101">minio/minio-go#2101</a></li> <li>support aws s3 express zone behavior by <a href="https://github.com/harshavardhana"><code>@​harshavardhana</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2103">minio/minio-go#2103</a></li> <li>Add MakeBucket forceCreate option a MinIO specific extension by <a href="https://github.com/harshavardhana"><code>@​harshavardhana</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2108">minio/minio-go#2108</a></li> <li>add support for automatic region extraction for S3 Express by <a href="https://github.com/harshavardhana"><code>@​harshavardhana</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2104">minio/minio-go#2104</a></li> <li>Add msgpack serializers to stringset by <a href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2107">minio/minio-go#2107</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/secDre4mer"><code>@​secDre4mer</code></a> made their first contribution in <a href="https://redirect.github.com/minio/minio-go/pull/2088">minio/minio-go#2088</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/minio/minio-go/compare/v7.0.91...v7.0.92">https://github.com/minio/minio-go/compare/v7.0.91...v7.0.92</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/minio/minio-go/commit/4f25bfc1270674e2fe197701f790a66a1aad1acd"><code>4f25bfc</code></a> Add msgpack serializers to stringset (<a href="https://redirect.github.com/minio/minio-go/issues/2107">#2107</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/6651105036ea9756e4783d54c9e3a501dd3f55bb"><code>6651105</code></a> add support for automatic region extraction for S3 Express (<a href="https://redirect.github.com/minio/minio-go/issues/2104">#2104</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/6b0f80f9ce2f8896a4d365be32240baeccc35efc"><code>6b0f80f</code></a> Add MakeBucket forceCreate option a MinIO specific extension (<a href="https://redirect.github.com/minio/minio-go/issues/2108">#2108</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/5d96728978e67e3dca618a76cbbad47cc313a45f"><code>5d96728</code></a> support aws s3 express zone behavior (<a href="https://redirect.github.com/minio/minio-go/issues/2103">#2103</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/3dbe5a3191af81323b78e4084e62ce1cbc2dd7ff"><code>3dbe5a3</code></a> Add API for bucket resync cancellation (<a href="https://redirect.github.com/minio/minio-go/issues/2101">#2101</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/e994501b83b70c2426bfba25ae4921cc372a8588"><code>e994501</code></a> implement Go native iterator style ListObjects() (<a href="https://redirect.github.com/minio/minio-go/issues/2099">#2099</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/dc867a590503890a6f32f900e1f4935d7835c233"><code>dc867a5</code></a> feat: make JSON lib configurable (<a href="https://redirect.github.com/minio/minio-go/issues/2088">#2088</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/832e1d3b71481280ab319a874d999c999522ec79"><code>832e1d3</code></a> Add copy destination fields (<a href="https://redirect.github.com/minio/minio-go/issues/2095">#2095</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/3e647dd92918b9e9b4903da2926b78417ee329f9"><code>3e647dd</code></a> Update version to next release</li> <li>See full diff in <a href="https://github.com/minio/minio-go/compare/v7.0.91...v7.0.92">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.91&new-version=7.0.92)](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:05 +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#1980
No description provided.