chore(deps): update module github.com/minio/minio-go/v7 to v7.0.89 #24

Open
renovatebot wants to merge 1 commit from renovate/github.com-minio-minio-go-v7-7.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
github.com/minio/minio-go/v7 require patch v7.0.87 -> v7.0.89

Release Notes

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

v7.0.89: Bugfix Release

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/minio/minio-go/compare/v7.0.88...v7.0.89

v7.0.88: Bugfix Release

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/minio/minio-go/compare/v7.0.87...v7.0.88


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.87` -> `v7.0.89` | --- ### Release Notes <details> <summary>minio/minio-go (github.com/minio/minio-go/v7)</summary> ### [`v7.0.89`](https://github.com/minio/minio-go/releases/tag/v7.0.89): Bugfix Release [Compare Source](https://github.com/minio/minio-go/compare/v7.0.88...v7.0.89) #### What's Changed - add PurgeOnDelete to versioning config by [@&#8203;poornas](https://github.com/poornas) in https://github.com/minio/minio-go/pull/2074 - Adds `TokenRevokeType` field to credential providers. by [@&#8203;taran-p](https://github.com/taran-p) in https://github.com/minio/minio-go/pull/2075 - make downtime info as map to denote per target info by [@&#8203;Praveenrajmani](https://github.com/Praveenrajmani) in https://github.com/minio/minio-go/pull/2079 - update deps and move CI/CD to go1.23, go1.24 by [@&#8203;harshavardhana](https://github.com/harshavardhana) in https://github.com/minio/minio-go/pull/2080 - update golint version by [@&#8203;harshavardhana](https://github.com/harshavardhana) in https://github.com/minio/minio-go/pull/2083 #### New Contributors - [@&#8203;taran-p](https://github.com/taran-p) made their first contribution in https://github.com/minio/minio-go/pull/2075 **Full Changelog**: https://github.com/minio/minio-go/compare/v7.0.88...v7.0.89 ### [`v7.0.88`](https://github.com/minio/minio-go/releases/tag/v7.0.88): Bugfix Release [Compare Source](https://github.com/minio/minio-go/compare/v7.0.87...v7.0.88) #### What's Changed - add replication stat counters and downtime info types by [@&#8203;Praveenrajmani](https://github.com/Praveenrajmani) in https://github.com/minio/minio-go/pull/2071 - feat: add reverse version for listObjectVersions by [@&#8203;jiuker](https://github.com/jiuker) in https://github.com/minio/minio-go/pull/2072 #### New Contributors - [@&#8203;Praveenrajmani](https://github.com/Praveenrajmani) made their first contribution in https://github.com/minio/minio-go/pull/2071 **Full Changelog**: https://github.com/minio/minio-go/compare/v7.0.87...v7.0.88 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMS41IiwidXBkYXRlZEluVmVyIjoiMzkuMTEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovatebot added 1 commit 2025-03-10 09:07:13 +00:00
renovatebot scheduled this pull request to auto merge when all checks succeed 2025-03-10 09:07:13 +00:00
renovatebot changed title from chore(deps): update module github.com/minio/minio-go/v7 to v7.0.88 to chore(deps): update module github.com/minio/minio-go/v7 to v7.0.89 2025-03-27 06:06:26 +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/klauspost/compress v1.17.11 -> v1.18.0
github.com/klauspost/cpuid/v2 v2.2.9 -> v2.2.10
golang.org/x/crypto v0.33.0 -> v0.36.0
golang.org/x/net v0.35.0 -> v0.37.0
golang.org/x/sys v0.30.0 -> v0.31.0
golang.org/x/text v0.22.0 -> v0.23.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/klauspost/compress` | `v1.17.11` -> `v1.18.0` | | `github.com/klauspost/cpuid/v2` | `v2.2.9` -> `v2.2.10` | | `golang.org/x/crypto` | `v0.33.0` -> `v0.36.0` | | `golang.org/x/net` | `v0.35.0` -> `v0.37.0` | | `golang.org/x/sys` | `v0.30.0` -> `v0.31.0` | | `golang.org/x/text` | `v0.22.0` -> `v0.23.0` |
renovatebot force-pushed renovate/github.com-minio-minio-go-v7-7.x from 6fa4d813fd to 28d4d0953f 2025-03-27 06:06:28 +00:00 Compare
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/github.com-minio-minio-go-v7-7.x:renovate/github.com-minio-minio-go-v7-7.x
git checkout renovate/github.com-minio-minio-go-v7-7.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff renovate/github.com-minio-minio-go-v7-7.x
git checkout renovate/github.com-minio-minio-go-v7-7.x
git rebase main
git checkout main
git merge --ff-only renovate/github.com-minio-minio-go-v7-7.x
git checkout renovate/github.com-minio-minio-go-v7-7.x
git rebase main
git checkout main
git merge --no-ff renovate/github.com-minio-minio-go-v7-7.x
git checkout main
git merge --squash renovate/github.com-minio-minio-go-v7-7.x
git checkout main
git merge --ff-only renovate/github.com-minio-minio-go-v7-7.x
git checkout main
git merge renovate/github.com-minio-minio-go-v7-7.x
git push origin main
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/s3staticsite#24
No description provided.