[PR #2012] [MERGED] build(deps): bump github.com/minio/minio-go/v7 from 7.0.92 to 7.0.95 #2018

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

📋 Pull Request Information

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

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


📝 Commits (1)

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

📊 Changes

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

View changed files

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

📄 Description

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


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

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.94...v7.0.95

Bugfix Release

What's Changed

Full Changelog: https://github.com/minio/minio-go/compare/v7.0.93...v7.0.94

Bugfix Release

What's Changed

New Contributors

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

Commits
  • bd91926 make sure to avoid closing the input reader (#2137)
  • 94f7e5e fix: DurationSeconds is a QueryValues not a Form data (#2128) (#2129)
  • 456f9b2 fix: explicitly use UTC for expiration field when marshaling PostPolicy (#2135)
  • beae4df setting multiple keys to trailer is not allowed
  • 6358be6 extend more missing headers for PartUploads (#2132)
  • bab3180 fix: missing append() API behavior (#2131)
  • 8a07725 set checksum headers requested properly (#2130)
  • 9b18e49 update all deps (#2125)
  • 68615a3 fix: prefix should use stringLike when new a bucketPolicy (2) (#2124)
  • 8eacd80 test: add test for PresignedPostPolicy with empty fileName (#2119)
  • 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/2012 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/26/2025 **Status:** ✅ Merged **Merged:** 8/27/2025 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/github.com/minio/minio-go/v7-7.0.95` --- ### 📝 Commits (1) - [`e3578d4`](https://github.com/fsouza/fake-gcs-server/commit/e3578d45c41e56b718297142f2af485428c401ef) build(deps): bump github.com/minio/minio-go/v7 from 7.0.92 to 7.0.95 ### 📊 Changes **2 files changed** (+24 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+8 -8) 📝 `go.sum` (+16 -16) </details> ### 📄 Description [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) from 7.0.92 to 7.0.95. <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>test: add test for PresignedPostPolicy with empty fileName by <a href="https://github.com/jiuker"><code>@​jiuker</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2119">minio/minio-go#2119</a></li> <li>fix: prefix should use stringLike when new a bucketPolicy (2) by <a href="https://github.com/mannreis"><code>@​mannreis</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2124">minio/minio-go#2124</a></li> <li>update all deps by <a href="https://github.com/harshavardhana"><code>@​harshavardhana</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2125">minio/minio-go#2125</a></li> <li>set checksum headers requested properly by <a href="https://github.com/harshavardhana"><code>@​harshavardhana</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2130">minio/minio-go#2130</a></li> <li>fix: missing append() API behavior by <a href="https://github.com/harshavardhana"><code>@​harshavardhana</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2131">minio/minio-go#2131</a></li> <li>extend more missing headers for PartUploads by <a href="https://github.com/harshavardhana"><code>@​harshavardhana</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2132">minio/minio-go#2132</a></li> <li>fix: explicitly use UTC for expiration field when marshaling PostPolicy by <a href="https://github.com/qwwqe"><code>@​qwwqe</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2135">minio/minio-go#2135</a></li> <li>fix: DurationSeconds is a QueryValues not a Form data (<a href="https://redirect.github.com/minio/minio-go/issues/2128">#2128</a>) by <a href="https://github.com/vlaborie"><code>@​vlaborie</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2129">minio/minio-go#2129</a></li> <li>make sure to avoid closing the input reader by <a href="https://github.com/harshavardhana"><code>@​harshavardhana</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2137">minio/minio-go#2137</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/mannreis"><code>@​mannreis</code></a> made their first contribution in <a href="https://redirect.github.com/minio/minio-go/pull/2124">minio/minio-go#2124</a></li> <li><a href="https://github.com/qwwqe"><code>@​qwwqe</code></a> made their first contribution in <a href="https://redirect.github.com/minio/minio-go/pull/2135">minio/minio-go#2135</a></li> <li><a href="https://github.com/vlaborie"><code>@​vlaborie</code></a> made their first contribution in <a href="https://redirect.github.com/minio/minio-go/pull/2129">minio/minio-go#2129</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/minio/minio-go/compare/v7.0.94...v7.0.95">https://github.com/minio/minio-go/compare/v7.0.94...v7.0.95</a></p> <h2>Bugfix Release</h2> <h2>What's Changed</h2> <ul> <li>fix: canceled context should not start list before do listObjects by <a href="https://github.com/jiuker"><code>@​jiuker</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2122">minio/minio-go#2122</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/minio/minio-go/compare/v7.0.93...v7.0.94">https://github.com/minio/minio-go/compare/v7.0.93...v7.0.94</a></p> <h2>Bugfix Release</h2> <h2>What's Changed</h2> <ul> <li>replication: add in progress metric and target status by <a href="https://github.com/poornas"><code>@​poornas</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2109">minio/minio-go#2109</a></li> <li>Add Checksums to versioned list results by <a href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2116">minio/minio-go#2116</a></li> <li>add iterator based RemoveObjects implementation by <a href="https://github.com/harshavardhana"><code>@​harshavardhana</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2113">minio/minio-go#2113</a></li> <li>Doc by <a href="https://github.com/toastsandwich"><code>@​toastsandwich</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2111">minio/minio-go#2111</a></li> <li>fix: parse the mime metadata when do get/head object by <a href="https://github.com/jiuker"><code>@​jiuker</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2106">minio/minio-go#2106</a></li> <li>test: add mint test case for metadata with non-us-ascll by <a href="https://github.com/jiuker"><code>@​jiuker</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2118">minio/minio-go#2118</a></li> <li>Add support of error responses in 200 OK body by <a href="https://github.com/vadmeste"><code>@​vadmeste</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2115">minio/minio-go#2115</a></li> <li>Add constants for response errors by <a href="https://github.com/OlegLaban"><code>@​OlegLaban</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2120">minio/minio-go#2120</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/toastsandwich"><code>@​toastsandwich</code></a> made their first contribution in <a href="https://redirect.github.com/minio/minio-go/pull/2111">minio/minio-go#2111</a></li> <li><a href="https://github.com/OlegLaban"><code>@​OlegLaban</code></a> made their first contribution in <a href="https://redirect.github.com/minio/minio-go/pull/2120">minio/minio-go#2120</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/minio/minio-go/compare/v7.0.92...v7.0.93">https://github.com/minio/minio-go/compare/v7.0.92...v7.0.93</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/minio/minio-go/commit/bd91926e6b4d828b4b5072088fd8b4a6a7a44eab"><code>bd91926</code></a> make sure to avoid closing the input reader (<a href="https://redirect.github.com/minio/minio-go/issues/2137">#2137</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/94f7e5ecb34ec9f15c3a0eb04bbba54d33dd7e55"><code>94f7e5e</code></a> fix: DurationSeconds is a QueryValues not a Form data (<a href="https://redirect.github.com/minio/minio-go/issues/2128">#2128</a>) (<a href="https://redirect.github.com/minio/minio-go/issues/2129">#2129</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/456f9b22b25099162c564f68f777e60e7636c6da"><code>456f9b2</code></a> fix: explicitly use UTC for expiration field when marshaling PostPolicy (<a href="https://redirect.github.com/minio/minio-go/issues/2135">#2135</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/beae4df79b8f1ccd95943c57fec86306e496f1c7"><code>beae4df</code></a> setting multiple keys to trailer is not allowed</li> <li><a href="https://github.com/minio/minio-go/commit/6358be6170a4a00673c718f1225e7e93925c94cf"><code>6358be6</code></a> extend more missing headers for PartUploads (<a href="https://redirect.github.com/minio/minio-go/issues/2132">#2132</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/bab3180fe8b916375e5e6b5d5b06adb31967a4d7"><code>bab3180</code></a> fix: missing append() API behavior (<a href="https://redirect.github.com/minio/minio-go/issues/2131">#2131</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/8a077250412ea2efdfa284c4cbf9b20ee5b6b903"><code>8a07725</code></a> set checksum headers requested properly (<a href="https://redirect.github.com/minio/minio-go/issues/2130">#2130</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/9b18e4907e68e6e4ffed41c8436431e95992c565"><code>9b18e49</code></a> update all deps (<a href="https://redirect.github.com/minio/minio-go/issues/2125">#2125</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/68615a34213068a443abc1db01895e03af3368b8"><code>68615a3</code></a> fix: prefix should use stringLike when new a bucketPolicy (2) (<a href="https://redirect.github.com/minio/minio-go/issues/2124">#2124</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/8eacd804a67ac65b7a2ddd5245a2108055a32559"><code>8eacd80</code></a> test: add test for PresignedPostPolicy with empty fileName (<a href="https://redirect.github.com/minio/minio-go/issues/2119">#2119</a>)</li> <li>Additional commits viewable in <a href="https://github.com/minio/minio-go/compare/v7.0.92...v7.0.95">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.92&new-version=7.0.95)](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:15 +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#2018
No description provided.