[PR #1582] [MERGED] build(deps): bump github.com/minio/minio-go/v7 from 7.0.69 to 7.0.70 #1628

Closed
opened 2026-03-03 12:35:29 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/1582
Author: @dependabot[bot]
Created: 4/26/2024
Status: Merged
Merged: 5/2/2024
Merged by: @fsouza

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


📝 Commits (1)

  • a1374a4 build(deps): bump github.com/minio/minio-go/v7 from 7.0.69 to 7.0.70

📊 Changes

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

View changed files

📝 go.mod (+2 -5)
📝 go.sum (+4 -13)

📄 Description

Bumps github.com/minio/minio-go/v7 from 7.0.69 to 7.0.70.

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.68...v7.0.70

Commits
  • c2fe179 remove sha256-simd support we do not need it anymore (#1958)
  • 0e5a768 avoid trailing checksums for zero byte objects
  • afa8d59 Bump golang.org/x/net from 0.21.0 to 0.23.0 in /examples/minio (#1955)
  • 0558c7e Bump golang.org/x/net from 0.21.0 to 0.23.0 (#1954)
  • bfc8151 remove broken codeql integration from GitHub
  • e44abd3 fix: non md5 etags (#1952)
  • 18e8073 Update vulncheck Go version to 1.22.x (#1953)
  • e8ddcf0 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/1582 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/26/2024 **Status:** ✅ Merged **Merged:** 5/2/2024 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/github.com/minio/minio-go/v7-7.0.70` --- ### 📝 Commits (1) - [`a1374a4`](https://github.com/fsouza/fake-gcs-server/commit/a1374a45fbddafb9028a04dce2cd3bb44028fc01) build(deps): bump github.com/minio/minio-go/v7 from 7.0.69 to 7.0.70 ### 📊 Changes **2 files changed** (+6 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+2 -5) 📝 `go.sum` (+4 -13) </details> ### 📄 Description Bumps [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) from 7.0.69 to 7.0.70. <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 support for authentication with EKS Pod Identities by <a href="https://github.com/saweber"><code>@​saweber</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/1944">minio/minio-go#1944</a></li> <li>Allow disabling dual-stack endpoints for Amazon S3 by <a href="https://github.com/narqo"><code>@​narqo</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/1945">minio/minio-go#1945</a></li> <li>Added <code>x-minio-replication-actual-object-size</code> to allowed headers by <a href="https://github.com/shtripat"><code>@​shtripat</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/1946">minio/minio-go#1946</a></li> <li>Update vulncheck Go version to 1.22.x by <a href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/1953">minio/minio-go#1953</a></li> <li>fix: non md5 etags by <a href="https://github.com/niger-prequel"><code>@​niger-prequel</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/1952">minio/minio-go#1952</a></li> <li>Bump golang.org/x/net from 0.21.0 to 0.23.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/1954">minio/minio-go#1954</a></li> <li>Bump golang.org/x/net from 0.21.0 to 0.23.0 in /examples/minio by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/1955">minio/minio-go#1955</a></li> <li>remove sha256-simd support we do not need it anymore by <a href="https://github.com/harshavardhana"><code>@​harshavardhana</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/1958">minio/minio-go#1958</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/saweber"><code>@​saweber</code></a> made their first contribution in <a href="https://redirect.github.com/minio/minio-go/pull/1944">minio/minio-go#1944</a></li> <li><a href="https://github.com/narqo"><code>@​narqo</code></a> made their first contribution in <a href="https://redirect.github.com/minio/minio-go/pull/1945">minio/minio-go#1945</a></li> <li><a href="https://github.com/niger-prequel"><code>@​niger-prequel</code></a> made their first contribution in <a href="https://redirect.github.com/minio/minio-go/pull/1952">minio/minio-go#1952</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/minio/minio-go/compare/v7.0.68...v7.0.70">https://github.com/minio/minio-go/compare/v7.0.68...v7.0.70</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/minio/minio-go/commit/c2fe17945c8d0b203fa01e4d04a8adf93ccf2d9f"><code>c2fe179</code></a> remove sha256-simd support we do not need it anymore (<a href="https://redirect.github.com/minio/minio-go/issues/1958">#1958</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/0e5a768b1aaebd5c5064564c1da96d58f55de85f"><code>0e5a768</code></a> avoid trailing checksums for zero byte objects</li> <li><a href="https://github.com/minio/minio-go/commit/afa8d5979f8784f4a97ee121e02572bd408bb5ce"><code>afa8d59</code></a> Bump golang.org/x/net from 0.21.0 to 0.23.0 in /examples/minio (<a href="https://redirect.github.com/minio/minio-go/issues/1955">#1955</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/0558c7e65309e5977aa1d3636768748096d9d89b"><code>0558c7e</code></a> Bump golang.org/x/net from 0.21.0 to 0.23.0 (<a href="https://redirect.github.com/minio/minio-go/issues/1954">#1954</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/bfc8151b74615cc05edf4a18d81274cf6e0b65e9"><code>bfc8151</code></a> remove broken codeql integration from GitHub</li> <li><a href="https://github.com/minio/minio-go/commit/e44abd363b97fb1419240ad07687be3d292da645"><code>e44abd3</code></a> fix: non md5 etags (<a href="https://redirect.github.com/minio/minio-go/issues/1952">#1952</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/18e8073b0226383a551afd03cbd3b8c24e55d0b8"><code>18e8073</code></a> Update vulncheck Go version to 1.22.x (<a href="https://redirect.github.com/minio/minio-go/issues/1953">#1953</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/e8ddcf0238962d766f44242b595511f4decd365c"><code>e8ddcf0</code></a> Update version to next release</li> <li>See full diff in <a href="https://github.com/minio/minio-go/compare/v7.0.69...v7.0.70">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.69&new-version=7.0.70)](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:35:29 +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#1628
No description provided.