[PR #2112] [MERGED] build(deps): bump github.com/minio/minio-go/v7 from 7.0.95 to 7.0.98 #2107

Closed
opened 2026-03-03 13:29:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/2112
Author: @dependabot[bot]
Created: 1/14/2026
Status: Merged
Merged: 1/31/2026
Merged by: @fsouza

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


📝 Commits (1)

  • 9408b8f build(deps): bump github.com/minio/minio-go/v7 from 7.0.95 to 7.0.98

📊 Changes

2 files changed (+18 additions, -15 deletions)

View changed files

📝 go.mod (+6 -5)
📝 go.sum (+12 -10)

📄 Description

Bumps github.com/minio/minio-go/v7 from 7.0.95 to 7.0.98.

Release notes

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

v7.0.98

What's Changed

New Contributors

Full Changelog: https://github.com/minio/minio-go/compare/v7.0.97...v7.0.98

Commits
  • 3865112 Refactor: Use pkg/set types for internal set collections (#2193)
  • affa1da Add generic Set[T comparable] implementation to pkg/set (#2192)
  • 5b6d388 Increase max object size to ~48.83TiB (5GiB * 10000 parts) (#2190)
  • 78b5cb7 Upgrade dependencies, remove toolchain (#2189)
  • 5b1654c Fix wrong checksum type field name (#2188)
  • de96281 Add automatic checksum test (#2184)
  • 23199ac Support GCS bulk delete with serialized single DELETE requests (#2185)
  • 89b666c Replace gopkg.in/yaml.v3 with go.yaml.in/yaml/v3 (#2182)
  • 9f81484 Bump golang.org/x/crypto from 0.39.0 to 0.45.0 in /examples/minio (#2180)
  • 977c848 Bump golang.org/x/crypto from 0.39.0 to 0.45.0 in /examples/s3 (#2179)
  • Additional commits viewable 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/2112 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/14/2026 **Status:** ✅ Merged **Merged:** 1/31/2026 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/github.com/minio/minio-go/v7-7.0.98` --- ### 📝 Commits (1) - [`9408b8f`](https://github.com/fsouza/fake-gcs-server/commit/9408b8f53e88bfd70e357762d63c0a5747c3bba1) build(deps): bump github.com/minio/minio-go/v7 from 7.0.95 to 7.0.98 ### 📊 Changes **2 files changed** (+18 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+6 -5) 📝 `go.sum` (+12 -10) </details> ### 📄 Description Bumps [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) from 7.0.95 to 7.0.98. <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>v7.0.98</h2> <h2>What's Changed</h2> <ul> <li>Only marshal lifecycle rule Filter XML when not empty by <a href="https://github.com/amigan"><code>@​amigan</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2177">minio/minio-go#2177</a></li> <li>Add post-call checks on AppendObject by <a href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2178">minio/minio-go#2178</a></li> <li>Replace gopkg.in/yaml.v3 with go.yaml.in/yaml/v3 by <a href="https://github.com/emike922"><code>@​emike922</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2182">minio/minio-go#2182</a></li> <li>Support GCS bulk delete with serialized single DELETE requests by <a href="https://github.com/harshavardhana"><code>@​harshavardhana</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2185">minio/minio-go#2185</a></li> <li>Add automatic checksum test by <a href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2184">minio/minio-go#2184</a></li> <li>Fix wrong checksum type field name by <a href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2188">minio/minio-go#2188</a></li> <li>Upgrade dependencies, remove toolchain by <a href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2189">minio/minio-go#2189</a></li> <li>Increase max object size to ~48.83TiB (5GiB * 10000 parts) by <a href="https://github.com/harshavardhana"><code>@​harshavardhana</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2190">minio/minio-go#2190</a></li> <li>Add generic Set[T comparable] implementation to pkg/set by <a href="https://github.com/harshavardhana"><code>@​harshavardhana</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2192">minio/minio-go#2192</a></li> <li>Refactor: Use pkg/set types for internal set collections by <a href="https://github.com/harshavardhana"><code>@​harshavardhana</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2193">minio/minio-go#2193</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/amigan"><code>@​amigan</code></a> made their first contribution in <a href="https://redirect.github.com/minio/minio-go/pull/2177">minio/minio-go#2177</a></li> <li><a href="https://github.com/emike922"><code>@​emike922</code></a> made their first contribution in <a href="https://redirect.github.com/minio/minio-go/pull/2182">minio/minio-go#2182</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/minio/minio-go/compare/v7.0.97...v7.0.98">https://github.com/minio/minio-go/compare/v7.0.97...v7.0.98</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/minio/minio-go/commit/38651126d634c1c731cf3c48ad6d153f8053bb82"><code>3865112</code></a> Refactor: Use pkg/set types for internal set collections (<a href="https://redirect.github.com/minio/minio-go/issues/2193">#2193</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/affa1dab68a1d6c026cd6dbd7187dcb527e12b04"><code>affa1da</code></a> Add generic Set[T comparable] implementation to pkg/set (<a href="https://redirect.github.com/minio/minio-go/issues/2192">#2192</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/5b6d388701d8b9f80fa964143862f4c78baebad0"><code>5b6d388</code></a> Increase max object size to ~48.83TiB (5GiB * 10000 parts) (<a href="https://redirect.github.com/minio/minio-go/issues/2190">#2190</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/78b5cb744455bec4bc0d0cdb188ac26d7202a024"><code>78b5cb7</code></a> Upgrade dependencies, remove toolchain (<a href="https://redirect.github.com/minio/minio-go/issues/2189">#2189</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/5b1654c608add092cf20fa8256e0cfce045e209e"><code>5b1654c</code></a> Fix wrong checksum type field name (<a href="https://redirect.github.com/minio/minio-go/issues/2188">#2188</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/de96281ff3ec5021ffcdf81c658255a5bf663e94"><code>de96281</code></a> Add automatic checksum test (<a href="https://redirect.github.com/minio/minio-go/issues/2184">#2184</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/23199acd563c20258912ca734474f688f60758c3"><code>23199ac</code></a> Support GCS bulk delete with serialized single DELETE requests (<a href="https://redirect.github.com/minio/minio-go/issues/2185">#2185</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/89b666cddf69fc9d232d19c8ae1b39acaac1cdea"><code>89b666c</code></a> Replace gopkg.in/yaml.v3 with go.yaml.in/yaml/v3 (<a href="https://redirect.github.com/minio/minio-go/issues/2182">#2182</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/9f814843c7f6d85c995b5a64ea5bc6422923a4ca"><code>9f81484</code></a> Bump golang.org/x/crypto from 0.39.0 to 0.45.0 in /examples/minio (<a href="https://redirect.github.com/minio/minio-go/issues/2180">#2180</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/977c848261fc8c3d860e4684db55d947c9b03af5"><code>977c848</code></a> Bump golang.org/x/crypto from 0.39.0 to 0.45.0 in /examples/s3 (<a href="https://redirect.github.com/minio/minio-go/issues/2179">#2179</a>)</li> <li>Additional commits viewable in <a href="https://github.com/minio/minio-go/compare/v7.0.95...v7.0.98">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.95&new-version=7.0.98)](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 13:29:48 +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#2107
No description provided.