Update module github.com/minio/minio-go/v7 to v7.0.84 #11

Merged
finn merged 1 commit from renovate/github.com-minio-minio-go-v7-7.x into main 2025-01-24 19:50:01 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
github.com/minio/minio-go/v7 require patch v7.0.81 -> v7.0.84

Release Notes

minio/minio-go (github.com/minio/minio-go/v7)

v7.0.84: Bugfix Release

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/minio/minio-go/compare/v7.0.83...v7.0.84

v7.0.83: Bugfix Release

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/minio/minio-go/compare/v7.0.82...v7.0.83

v7.0.82: Bugfix Release

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/minio/minio-go/compare/v7.0.81...v7.0.82


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) | require | patch | `v7.0.81` -> `v7.0.84` | --- ### Release Notes <details> <summary>minio/minio-go (github.com/minio/minio-go/v7)</summary> ### [`v7.0.84`](https://github.com/minio/minio-go/releases/tag/v7.0.84): Bugfix Release [Compare Source](https://github.com/minio/minio-go/compare/v7.0.83...v7.0.84) #### What's Changed - fix: use Hostname instead of Host in s3utils.GetRegionFromURL by [@&#8203;huanghaoyuanhhy](https://github.com/huanghaoyuanhhy) in https://github.com/minio/minio-go/pull/2046 - feat: CopyObject md demo update by [@&#8203;767829413](https://github.com/767829413) in https://github.com/minio/minio-go/pull/2017 - fix: get ETag from resp.Body rather than resp.Header by [@&#8203;xiangcheng09](https://github.com/xiangcheng09) in https://github.com/minio/minio-go/pull/2019 - move to go1.23 CI by [@&#8203;harshavardhana](https://github.com/harshavardhana) in https://github.com/minio/minio-go/pull/2050 - Use default STS endpoints when using empty STS endpoint with IAM by [@&#8203;ramondeklein](https://github.com/ramondeklein) in https://github.com/minio/minio-go/pull/2051 #### New Contributors - [@&#8203;huanghaoyuanhhy](https://github.com/huanghaoyuanhhy) made their first contribution in https://github.com/minio/minio-go/pull/2046 - [@&#8203;767829413](https://github.com/767829413) made their first contribution in https://github.com/minio/minio-go/pull/2017 - [@&#8203;xiangcheng09](https://github.com/xiangcheng09) made their first contribution in https://github.com/minio/minio-go/pull/2019 **Full Changelog**: https://github.com/minio/minio-go/compare/v7.0.83...v7.0.84 ### [`v7.0.83`](https://github.com/minio/minio-go/releases/tag/v7.0.83): Bugfix Release [Compare Source](https://github.com/minio/minio-go/compare/v7.0.82...v7.0.83) #### What's Changed - 408 Server Timeout should be a retryable status code by [@&#8203;m90](https://github.com/m90) in https://github.com/minio/minio-go/pull/2036 - Bump golang.org/x/crypto from 0.28.0 to 0.31.0 in /examples/minio by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/minio/minio-go/pull/2034 - Bump golang.org/x/crypto from 0.28.0 to 0.31.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/minio/minio-go/pull/2038 - Use proper HTTP client for fetching credentials by [@&#8203;ramondeklein](https://github.com/ramondeklein) in https://github.com/minio/minio-go/pull/2041 - Use default STS endpoint by [@&#8203;ramondeklein](https://github.com/ramondeklein) in https://github.com/minio/minio-go/pull/2044 #### New Contributors - [@&#8203;m90](https://github.com/m90) made their first contribution in https://github.com/minio/minio-go/pull/2036 **Full Changelog**: https://github.com/minio/minio-go/compare/v7.0.82...v7.0.83 ### [`v7.0.82`](https://github.com/minio/minio-go/releases/tag/v7.0.82): Bugfix Release [Compare Source](https://github.com/minio/minio-go/compare/v7.0.81...v7.0.82) #### What's Changed - sts: Send the refresh token in the login redirect URL by [@&#8203;vadmeste](https://github.com/vadmeste) in https://github.com/minio/minio-go/pull/2025 - Fix duplicate API call on `obj.Stat()` by [@&#8203;OrkhanAlikhanov](https://github.com/OrkhanAlikhanov) in https://github.com/minio/minio-go/pull/2028 - Fix for tests running in mint vs locally by [@&#8203;marktheunissen](https://github.com/marktheunissen) in https://github.com/minio/minio-go/pull/2029 - Add Full Object Checksum API by [@&#8203;klauspost](https://github.com/klauspost) in https://github.com/minio/minio-go/pull/2026 - Read ChecksumAlgorithm and ChecksumType from ListParts by [@&#8203;klauspost](https://github.com/klauspost) in https://github.com/minio/minio-go/pull/2032 - Bump golang.org/x/crypto from 0.28.0 to 0.31.0 in /examples/s3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/minio/minio-go/pull/2033 #### New Contributors - [@&#8203;OrkhanAlikhanov](https://github.com/OrkhanAlikhanov) made their first contribution in https://github.com/minio/minio-go/pull/2028 **Full Changelog**: https://github.com/minio/minio-go/compare/v7.0.81...v7.0.82 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMS41IiwidXBkYXRlZEluVmVyIjoiMzkuMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovatebot added 1 commit 2024-12-14 00:00:53 +00:00
renovatebot scheduled this pull request to auto merge when all checks succeed 2024-12-14 00:00:54 +00:00
renovatebot force-pushed renovate/github.com-minio-minio-go-v7-7.x from 21c82aa75c to aba26a8d54 2025-01-06 10:01:03 +00:00 Compare
renovatebot changed title from Update module github.com/minio/minio-go/v7 to v7.0.82 to Update module github.com/minio/minio-go/v7 to v7.0.83 2025-01-06 10:01:05 +00:00
Author
Collaborator

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 6 additional dependencies were updated

Details:

Package Change
github.com/goccy/go-json v0.10.3 -> v0.10.4
github.com/klauspost/cpuid/v2 v2.2.8 -> v2.2.9
golang.org/x/crypto v0.28.0 -> v0.31.0
golang.org/x/net v0.30.0 -> v0.33.0
golang.org/x/sys v0.26.0 -> v0.28.0
golang.org/x/text v0.19.0 -> v0.21.0
### ℹ Artifact update notice ##### File name: go.mod In order to perform the update(s) described in the table above, Renovate ran the `go get` command, which resulted in the following additional change(s): - 6 additional dependencies were updated Details: | **Package** | **Change** | | :------------------------------ | :--------------------- | | `github.com/goccy/go-json` | `v0.10.3` -> `v0.10.4` | | `github.com/klauspost/cpuid/v2` | `v2.2.8` -> `v2.2.9` | | `golang.org/x/crypto` | `v0.28.0` -> `v0.31.0` | | `golang.org/x/net` | `v0.30.0` -> `v0.33.0` | | `golang.org/x/sys` | `v0.26.0` -> `v0.28.0` | | `golang.org/x/text` | `v0.19.0` -> `v0.21.0` |
renovatebot force-pushed renovate/github.com-minio-minio-go-v7-7.x from aba26a8d54 to 977407e7cc 2025-01-19 09:01:04 +00:00 Compare
renovatebot changed title from Update module github.com/minio/minio-go/v7 to v7.0.83 to Update module github.com/minio/minio-go/v7 to v7.0.84 2025-01-19 09:01:07 +00:00
finn merged commit 977407e7cc into main 2025-01-24 19:50:01 +00:00
finn deleted branch renovate/github.com-minio-minio-go-v7-7.x 2025-01-24 19:50:01 +00:00
Sign in to join this conversation.
No reviewers
No labels
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: finn/caching-proxy#11
No description provided.