Update module github.com/minio/minio-go/v7 to v7.0.76 #3

Merged
finn merged 1 commit from renovate/github.com-minio-minio-go-v7-7.x into main 2024-09-08 06:08:44 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
github.com/minio/minio-go/v7 require patch v7.0.63 -> v7.0.76

Release Notes

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

v7.0.76: Bugfix Release

Compare Source

What's Changed

Full Changelog: https://github.com/minio/minio-go/compare/v7.0.75...v7.0.76

v7.0.75: Bugfix Release

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/minio/minio-go/compare/v7.0.74...v7.0.75

v7.0.74: Bugfix Release

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/minio/minio-go/compare/v7.0.73...v7.0.74

v7.0.73: Bugfix Release

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/minio/minio-go/compare/v7.0.72...v7.0.73

v7.0.72: Bugfix Release

Compare Source

What's Changed

Full Changelog: https://github.com/minio/minio-go/compare/v7.0.71...v7.0.72

v7.0.71: Bugfix Release

Compare Source

What's Changed

Full Changelog: https://github.com/minio/minio-go/compare/v7.0.70...v7.0.71

v7.0.70: Bugfix Release

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/minio/minio-go/compare/v7.0.68...v7.0.70

v7.0.69

Compare Source

v7.0.68: Bugfix Release

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/minio/minio-go/compare/v7.0.67...v7.0.68

v7.0.67: Bugfix release

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/minio/minio-go/compare/v7.0.66...v7.0.67

v7.0.66: Bugfix release

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/minio/minio-go/compare/v7.0.65...v7.0.66

v7.0.65: Bugfix release

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/minio/minio-go/compare/v7.0.64...v7.0.65

v7.0.64: Bugfix release

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/minio/minio-go/compare/v7.0.63...v7.0.64


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.63` -> `v7.0.76` | --- ### Release Notes <details> <summary>minio/minio-go (github.com/minio/minio-go/v7)</summary> ### [`v7.0.76`](https://github.com/minio/minio-go/releases/tag/v7.0.76): Bugfix Release [Compare Source](https://github.com/minio/minio-go/compare/v7.0.75...v7.0.76) #### What's Changed - Adjust functional tests for bucket cors, to detect NotImplemented response via logError by [@&#8203;marktheunissen](https://github.com/marktheunissen) in https://github.com/minio/minio-go/pull/1989 - Add configurable auto-checksum by [@&#8203;klauspost](https://github.com/klauspost) in https://github.com/minio/minio-go/pull/1990 **Full Changelog**: https://github.com/minio/minio-go/compare/v7.0.75...v7.0.76 ### [`v7.0.75`](https://github.com/minio/minio-go/releases/tag/v7.0.75): Bugfix Release [Compare Source](https://github.com/minio/minio-go/compare/v7.0.74...v7.0.75) #### What's Changed - [#&#8203;1552](https://github.com/minio/minio-go/issues/1552) add functional tests for bucket tagging by [@&#8203;romanchechyotkin](https://github.com/romanchechyotkin) in https://github.com/minio/minio-go/pull/1986 - API methods and functional tests for bucket-level CORS configuration settings by [@&#8203;marktheunissen](https://github.com/marktheunissen) in https://github.com/minio/minio-go/pull/1987 - Add DisableContentSha256 to PutObjectPartOptions by [@&#8203;klauspost](https://github.com/klauspost) in https://github.com/minio/minio-go/pull/1988 #### New Contributors - [@&#8203;romanchechyotkin](https://github.com/romanchechyotkin) made their first contribution in https://github.com/minio/minio-go/pull/1986 **Full Changelog**: https://github.com/minio/minio-go/compare/v7.0.74...v7.0.75 ### [`v7.0.74`](https://github.com/minio/minio-go/releases/tag/v7.0.74): Bugfix Release [Compare Source](https://github.com/minio/minio-go/compare/v7.0.73...v7.0.74) #### What's Changed - return appropriate error type for generic handling by [@&#8203;harshavardhana](https://github.com/harshavardhana) in https://github.com/minio/minio-go/pull/1981 - feat: add SetContentDisposition method for postPolicy Upload by [@&#8203;lianggx6](https://github.com/lianggx6) in https://github.com/minio/minio-go/pull/1982 - docs: fix doc about default alias by [@&#8203;emil2k](https://github.com/emil2k) in https://github.com/minio/minio-go/pull/1984 - fix: GCS endpoint validation to allow ports by [@&#8203;ammarhusain-sol](https://github.com/ammarhusain-sol) in https://github.com/minio/minio-go/pull/1985 #### New Contributors - [@&#8203;lianggx6](https://github.com/lianggx6) made their first contribution in https://github.com/minio/minio-go/pull/1982 - [@&#8203;emil2k](https://github.com/emil2k) made their first contribution in https://github.com/minio/minio-go/pull/1984 - [@&#8203;ammarhusain-sol](https://github.com/ammarhusain-sol) made their first contribution in https://github.com/minio/minio-go/pull/1985 **Full Changelog**: https://github.com/minio/minio-go/compare/v7.0.73...v7.0.74 ### [`v7.0.73`](https://github.com/minio/minio-go/releases/tag/v7.0.73): Bugfix Release [Compare Source](https://github.com/minio/minio-go/compare/v7.0.72...v7.0.73) #### What's Changed - upgrade all deps and replace gopkg.in for ini with go module by [@&#8203;marktheunissen](https://github.com/marktheunissen) in https://github.com/minio/minio-go/pull/1977 - Add ca-west-1 endpoint by [@&#8203;tjwallace](https://github.com/tjwallace) in https://github.com/minio/minio-go/pull/1971 - fix replication validation for Role ARN by [@&#8203;poornas](https://github.com/poornas) in https://github.com/minio/minio-go/pull/1978 - Fix missing CompleteMultipartUpload SSE-C by [@&#8203;klauspost](https://github.com/klauspost) in https://github.com/minio/minio-go/pull/1980 #### New Contributors - [@&#8203;marktheunissen](https://github.com/marktheunissen) made their first contribution in https://github.com/minio/minio-go/pull/1977 - [@&#8203;tjwallace](https://github.com/tjwallace) made their first contribution in https://github.com/minio/minio-go/pull/1971 **Full Changelog**: https://github.com/minio/minio-go/compare/v7.0.72...v7.0.73 ### [`v7.0.72`](https://github.com/minio/minio-go/releases/tag/v7.0.72): Bugfix Release [Compare Source](https://github.com/minio/minio-go/compare/v7.0.71...v7.0.72) #### What's Changed - Keep all x-minio- headers as-is by [@&#8203;klauspost](https://github.com/klauspost) in https://github.com/minio/minio-go/pull/1970 **Full Changelog**: https://github.com/minio/minio-go/compare/v7.0.71...v7.0.72 ### [`v7.0.71`](https://github.com/minio/minio-go/releases/tag/v7.0.71): Bugfix Release [Compare Source](https://github.com/minio/minio-go/compare/v7.0.70...v7.0.71) #### What's Changed - Add support for DelMarkerExpiration element by [@&#8203;krisis](https://github.com/krisis) in https://github.com/minio/minio-go/pull/1959 - feat: support tags for postPolicy Upload by [@&#8203;jiuker](https://github.com/jiuker) in https://github.com/minio/minio-go/pull/1967 - Add ListMultipartUploads mint test by [@&#8203;klauspost](https://github.com/klauspost) in https://github.com/minio/minio-go/pull/1963 **Full Changelog**: https://github.com/minio/minio-go/compare/v7.0.70...v7.0.71 ### [`v7.0.70`](https://github.com/minio/minio-go/releases/tag/v7.0.70): Bugfix Release [Compare Source](https://github.com/minio/minio-go/compare/v7.0.69...v7.0.70) #### What's Changed - add support for authentication with EKS Pod Identities by [@&#8203;saweber](https://github.com/saweber) in https://github.com/minio/minio-go/pull/1944 - Allow disabling dual-stack endpoints for Amazon S3 by [@&#8203;narqo](https://github.com/narqo) in https://github.com/minio/minio-go/pull/1945 - Added `x-minio-replication-actual-object-size` to allowed headers by [@&#8203;shtripat](https://github.com/shtripat) in https://github.com/minio/minio-go/pull/1946 - Update vulncheck Go version to 1.22.x by [@&#8203;klauspost](https://github.com/klauspost) in https://github.com/minio/minio-go/pull/1953 - fix: non md5 etags by [@&#8203;niger-prequel](https://github.com/niger-prequel) in https://github.com/minio/minio-go/pull/1952 - Bump golang.org/x/net from 0.21.0 to 0.23.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/minio/minio-go/pull/1954 - Bump golang.org/x/net from 0.21.0 to 0.23.0 in /examples/minio by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/minio/minio-go/pull/1955 - remove sha256-simd support we do not need it anymore by [@&#8203;harshavardhana](https://github.com/harshavardhana) in https://github.com/minio/minio-go/pull/1958 #### New Contributors - [@&#8203;saweber](https://github.com/saweber) made their first contribution in https://github.com/minio/minio-go/pull/1944 - [@&#8203;narqo](https://github.com/narqo) made their first contribution in https://github.com/minio/minio-go/pull/1945 - [@&#8203;niger-prequel](https://github.com/niger-prequel) made their first contribution in https://github.com/minio/minio-go/pull/1952 **Full Changelog**: https://github.com/minio/minio-go/compare/v7.0.68...v7.0.70 ### [`v7.0.69`](https://github.com/minio/minio-go/compare/v7.0.68...v7.0.69) [Compare Source](https://github.com/minio/minio-go/compare/v7.0.68...v7.0.69) ### [`v7.0.68`](https://github.com/minio/minio-go/releases/tag/v7.0.68): Bugfix Release [Compare Source](https://github.com/minio/minio-go/compare/v7.0.67...v7.0.68) #### What's Changed - deprecate go1.17 support and move to go1.21 by [@&#8203;harshavardhana](https://github.com/harshavardhana) in https://github.com/minio/minio-go/pull/1933 - creds: Add Expiration value by [@&#8203;vadmeste](https://github.com/vadmeste) in https://github.com/minio/minio-go/pull/1936 - Drop seeding rand in tests by [@&#8203;ferhatelmas](https://github.com/ferhatelmas) in https://github.com/minio/minio-go/pull/1934 - Make 520 status code retryable by [@&#8203;ferhatelmas](https://github.com/ferhatelmas) in https://github.com/minio/minio-go/pull/1935 - Fix CVE-2022-28948 by [@&#8203;ferhatelmas](https://github.com/ferhatelmas) in https://github.com/minio/minio-go/pull/1938 - Added valid allowed internal headers by [@&#8203;shtripat](https://github.com/shtripat) in https://github.com/minio/minio-go/pull/1939 - x-minio-replication-encrypted-multipart as allowed header by [@&#8203;shtripat](https://github.com/shtripat) in https://github.com/minio/minio-go/pull/1943 - Drop more rand seeding in tests by [@&#8203;ferhatelmas](https://github.com/ferhatelmas) in https://github.com/minio/minio-go/pull/1942 #### New Contributors - [@&#8203;ferhatelmas](https://github.com/ferhatelmas) made their first contribution in https://github.com/minio/minio-go/pull/1934 **Full Changelog**: https://github.com/minio/minio-go/compare/v7.0.67...v7.0.68 ### [`v7.0.67`](https://github.com/minio/minio-go/releases/tag/v7.0.67): Bugfix release [Compare Source](https://github.com/minio/minio-go/compare/v7.0.66...v7.0.67) #### What's Changed - detect offline for more valid errors by [@&#8203;harshavardhana](https://github.com/harshavardhana) in https://github.com/minio/minio-go/pull/1919 - NEW API: GetObjectAttributes by [@&#8203;zveinn](https://github.com/zveinn) in https://github.com/minio/minio-go/pull/1921 - fix: support more type to StringSet umnarshaJSON by [@&#8203;jiuker](https://github.com/jiuker) in https://github.com/minio/minio-go/pull/1925 - Update api-remove.go by [@&#8203;fwessels](https://github.com/fwessels) in https://github.com/minio/minio-go/pull/1926 - Enable --expired-object-all-versions by [@&#8203;shtripat](https://github.com/shtripat) in https://github.com/minio/minio-go/pull/1927 - fix: latest linter issues by [@&#8203;harshavardhana](https://github.com/harshavardhana) in https://github.com/minio/minio-go/pull/1929 #### New Contributors - [@&#8203;zveinn](https://github.com/zveinn) made their first contribution in https://github.com/minio/minio-go/pull/1921 - [@&#8203;jiuker](https://github.com/jiuker) made their first contribution in https://github.com/minio/minio-go/pull/1925 - [@&#8203;shtripat](https://github.com/shtripat) made their first contribution in https://github.com/minio/minio-go/pull/1927 **Full Changelog**: https://github.com/minio/minio-go/compare/v7.0.66...v7.0.67 ### [`v7.0.66`](https://github.com/minio/minio-go/releases/tag/v7.0.66): Bugfix release [Compare Source](https://github.com/minio/minio-go/compare/v7.0.65...v7.0.66) #### What's Changed - Allow passing custom get query params by [@&#8203;ashmrtn](https://github.com/ashmrtn) in https://github.com/minio/minio-go/pull/1905 - support IAM credentials to be fully cutomizable not just via ENVs by [@&#8203;harshavardhana](https://github.com/harshavardhana) in https://github.com/minio/minio-go/pull/1910 - upgrade all deps by [@&#8203;harshavardhana](https://github.com/harshavardhana) in https://github.com/minio/minio-go/pull/1912 - Add fields to tagging opts for replication by [@&#8203;poornas](https://github.com/poornas) in https://github.com/minio/minio-go/pull/1913 #### New Contributors - [@&#8203;ashmrtn](https://github.com/ashmrtn) made their first contribution in https://github.com/minio/minio-go/pull/1905 **Full Changelog**: https://github.com/minio/minio-go/compare/v7.0.65...v7.0.66 ### [`v7.0.65`](https://github.com/minio/minio-go/releases/tag/v7.0.65): Bugfix release [Compare Source](https://github.com/minio/minio-go/compare/v7.0.64...v7.0.65) #### What's Changed - ilm: Support Object{LessThan,GreaterThan} by [@&#8203;krisis](https://github.com/krisis) in https://github.com/minio/minio-go/pull/1903 - lifecycle: Incl. empty Prefix when all else empty by [@&#8203;krisis](https://github.com/krisis) in https://github.com/minio/minio-go/pull/1907 - Avoid unnecessary reopening of HTTP streams in GetObject() by [@&#8203;PeterCxy](https://github.com/PeterCxy) in https://github.com/minio/minio-go/pull/1908 #### New Contributors - [@&#8203;PeterCxy](https://github.com/PeterCxy) made their first contribution in https://github.com/minio/minio-go/pull/1908 **Full Changelog**: https://github.com/minio/minio-go/compare/v7.0.64...v7.0.65 ### [`v7.0.64`](https://github.com/minio/minio-go/releases/tag/v7.0.64): Bugfix release [Compare Source](https://github.com/minio/minio-go/compare/v7.0.63...v7.0.64) #### What's Changed - Added new supported Bucket Event types by [@&#8203;bexsoft](https://github.com/bexsoft) in https://github.com/minio/minio-go/pull/1885 - Support External Id and Session Token by [@&#8203;ekristen](https://github.com/ekristen) in https://github.com/minio/minio-go/pull/1887 - Link to godoc by [@&#8203;klauspost](https://github.com/klauspost) in https://github.com/minio/minio-go/pull/1894 - Bump golang.org/x/net from 0.14.0 to 0.17.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/minio/minio-go/pull/1889 - Bump golang.org/x/net from 0.14.0 to 0.17.0 in /examples/minio by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/minio/minio-go/pull/1888 - Update s3-endpoints.go: add il-central-1 by [@&#8203;emaildanwilson](https://github.com/emaildanwilson) in https://github.com/minio/minio-go/pull/1886 - Update the Go Quickstart README by [@&#8203;feorlen](https://github.com/feorlen) in https://github.com/minio/minio-go/pull/1896 - Add Expires to PutObject opts by [@&#8203;vadmeste](https://github.com/vadmeste) in https://github.com/minio/minio-go/pull/1900 - snowball: Support per object advanced PUT options by [@&#8203;vadmeste](https://github.com/vadmeste) in https://github.com/minio/minio-go/pull/1901 #### New Contributors - [@&#8203;ekristen](https://github.com/ekristen) made their first contribution in https://github.com/minio/minio-go/pull/1887 - [@&#8203;dependabot](https://github.com/dependabot) made their first contribution in https://github.com/minio/minio-go/pull/1889 - [@&#8203;emaildanwilson](https://github.com/emaildanwilson) made their first contribution in https://github.com/minio/minio-go/pull/1886 - [@&#8203;feorlen](https://github.com/feorlen) made their first contribution in https://github.com/minio/minio-go/pull/1896 **Full Changelog**: https://github.com/minio/minio-go/compare/v7.0.63...v7.0.64 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiIzOC43Mi4wIiwidXBkYXRlZEluVmVyIjoiMzguNzIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovatebot added 1 commit 2024-09-08 06:03:38 +00:00
Update module github.com/minio/minio-go/v7 to v7.0.76
Some checks are pending
/ build-container (push) Waiting to run
fff98d0c37
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):

  • 7 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.19 -> 1.23.1
github.com/klauspost/compress v1.16.7 -> v1.17.9
github.com/klauspost/cpuid/v2 v2.2.5 -> v2.2.8
github.com/rs/xid v1.5.0 -> v1.6.0
golang.org/x/crypto v0.12.0 -> v0.26.0
golang.org/x/net v0.14.0 -> v0.28.0
golang.org/x/sys v0.12.0 -> v0.24.0
golang.org/x/text v0.12.0 -> v0.17.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): - 7 additional dependencies were updated - The `go` directive was updated for compatibility reasons Details: | **Package** | **Change** | | :------------------------------ | :--------------------- | | `go` | `1.19` -> `1.23.1` | | `github.com/klauspost/compress` | `v1.16.7` -> `v1.17.9` | | `github.com/klauspost/cpuid/v2` | `v2.2.5` -> `v2.2.8` | | `github.com/rs/xid` | `v1.5.0` -> `v1.6.0` | | `golang.org/x/crypto` | `v0.12.0` -> `v0.26.0` | | `golang.org/x/net` | `v0.14.0` -> `v0.28.0` | | `golang.org/x/sys` | `v0.12.0` -> `v0.24.0` | | `golang.org/x/text` | `v0.12.0` -> `v0.17.0` |
finn merged commit fff98d0c37 into main 2024-09-08 06:08:44 +00:00
finn deleted branch renovate/github.com-minio-minio-go-v7-7.x 2024-09-08 06:08:44 +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/s3staticsite#3
No description provided.