[PR #1778] [MERGED] build(deps): bump github.com/minio/minio-go/v7 from 7.0.77 to 7.0.78 #1809

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

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/1778
Author: @dependabot[bot]
Created: 10/14/2024
Status: Merged
Merged: 10/14/2024
Merged by: @fsouza

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


📝 Commits (1)

  • b9b592c build(deps): bump github.com/minio/minio-go/v7 from 7.0.77 to 7.0.78

📊 Changes

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

View changed files

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

📄 Description

Bumps github.com/minio/minio-go/v7 from 7.0.77 to 7.0.78.

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.77...v7.0.78

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/1778 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/14/2024 **Status:** ✅ Merged **Merged:** 10/14/2024 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/github.com/minio/minio-go/v7-7.0.78` --- ### 📝 Commits (1) - [`b9b592c`](https://github.com/fsouza/fake-gcs-server/commit/b9b592cc23b0d358c1232fa988cb8e966825e7d4) build(deps): bump github.com/minio/minio-go/v7 from 7.0.77 to 7.0.78 ### 📊 Changes **2 files changed** (+18 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+6 -6) 📝 `go.sum` (+12 -12) </details> ### 📄 Description Bumps [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) from 7.0.77 to 7.0.78. <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>add a non-TLS test by <a href="https://github.com/harshavardhana"><code>@​harshavardhana</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2005">minio/minio-go#2005</a></li> <li>Add <code>credentials.WithPolicy</code> method to narrow down policy by <a href="https://github.com/ramondeklein"><code>@​ramondeklein</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2007">minio/minio-go#2007</a></li> <li>update dependencies by <a href="https://github.com/harshavardhana"><code>@​harshavardhana</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2010">minio/minio-go#2010</a></li> <li>add <code>=</code> character to tag validation regex by <a href="https://github.com/cvignal"><code>@​cvignal</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2008">minio/minio-go#2008</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ramondeklein"><code>@​ramondeklein</code></a> made their first contribution in <a href="https://redirect.github.com/minio/minio-go/pull/2007">minio/minio-go#2007</a></li> <li><a href="https://github.com/cvignal"><code>@​cvignal</code></a> made their first contribution in <a href="https://redirect.github.com/minio/minio-go/pull/2008">minio/minio-go#2008</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/minio/minio-go/compare/v7.0.77...v7.0.78">https://github.com/minio/minio-go/compare/v7.0.77...v7.0.78</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/minio/minio-go/commit/95a7dde2aef13bba612e7184ecb246c89ee16599"><code>95a7dde</code></a> add <code>=</code> character to tag validation regex (<a href="https://redirect.github.com/minio/minio-go/issues/2008">#2008</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/c925075c89ff647c87c65003a464c3e92295d647"><code>c925075</code></a> update dependencies (<a href="https://redirect.github.com/minio/minio-go/issues/2010">#2010</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/a506e3d6769ac5e929098896e3d2c24677de199f"><code>a506e3d</code></a> Add <code>credentials.WithPolicy</code> method to narrow down policy (<a href="https://redirect.github.com/minio/minio-go/issues/2007">#2007</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/cca410398dd20409180d4ff2d017e34bea17c27c"><code>cca4103</code></a> add a non-TLS test (<a href="https://redirect.github.com/minio/minio-go/issues/2005">#2005</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/99336902dd57f3760e272caf6550e6791eabe0af"><code>9933690</code></a> add missing ReplicationStatusReplicaEdge</li> <li><a href="https://github.com/minio/minio-go/commit/ea5a4942800f1ab611772a12001ce6883f3be933"><code>ea5a494</code></a> Update version to next release</li> <li>See full diff in <a href="https://github.com/minio/minio-go/compare/v7.0.77...v7.0.78">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.77&new-version=7.0.78)](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:18 +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#1809
No description provided.