From 30c894c8647a611c515f898e1e62c26db858e7e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Jun 2024 21:26:45 +0200 Subject: [PATCH] fix(deps): update module github.com/minio/minio-go/v7 to v7.0.72 (#2) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/minio/minio-go/v7](https://togithub.com/minio/minio-go) | `v7.0.70` -> `v7.0.72` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fminio%2fminio-go%2fv7/v7.0.72?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fminio%2fminio-go%2fv7/v7.0.72?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fminio%2fminio-go%2fv7/v7.0.70/v7.0.72?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fminio%2fminio-go%2fv7/v7.0.70/v7.0.72?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
minio/minio-go (github.com/minio/minio-go/v7) ### [`v7.0.72`](https://togithub.com/minio/minio-go/releases/tag/v7.0.72): Bugfix Release [Compare Source](https://togithub.com/minio/minio-go/compare/v7.0.71...v7.0.72) #### What's Changed - Keep all x-minio- headers as-is by [@​klauspost](https://togithub.com/klauspost) in [https://github.com/minio/minio-go/pull/1970](https://togithub.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://togithub.com/minio/minio-go/releases/tag/v7.0.71): Bugfix Release [Compare Source](https://togithub.com/minio/minio-go/compare/v7.0.70...v7.0.71) #### What's Changed - Add support for DelMarkerExpiration element by [@​krisis](https://togithub.com/krisis) in [https://github.com/minio/minio-go/pull/1959](https://togithub.com/minio/minio-go/pull/1959) - feat: support tags for postPolicy Upload by [@​jiuker](https://togithub.com/jiuker) in [https://github.com/minio/minio-go/pull/1967](https://togithub.com/minio/minio-go/pull/1967) - Add ListMultipartUploads mint test by [@​klauspost](https://togithub.com/klauspost) in [https://github.com/minio/minio-go/pull/1963](https://togithub.com/minio/minio-go/pull/1963) **Full Changelog**: https://github.com/minio/minio-go/compare/v7.0.70...v7.0.71
--- ### 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/ffddorf/terraform-backend). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 8f7aa82..b332dd7 100644 --- a/go.mod +++ b/go.mod @@ -20,7 +20,7 @@ require ( github.com/hashicorp/vault/api v1.14.0 github.com/lib/pq v1.10.9 github.com/mattn/go-sqlite3 v1.14.22 - github.com/minio/minio-go/v7 v7.0.70 + github.com/minio/minio-go/v7 v7.0.72 github.com/prometheus/client_golang v1.19.1 github.com/sirupsen/logrus v1.9.3 github.com/spf13/viper v1.19.0 diff --git a/go.sum b/go.sum index 5220fe0..bd979d6 100644 --- a/go.sum +++ b/go.sum @@ -500,8 +500,8 @@ github.com/mattn/go-zglob v0.0.4 h1:LQi2iOm0/fGgu80AioIJ/1j9w9Oh+9DZ39J4VAGzHQM= github.com/mattn/go-zglob v0.0.4/go.mod h1:MxxjyoXXnMxfIpxTK2GAkw1w8glPsQILx3N5wrKakiY= github.com/minio/md5-simd v1.1.2 h1:Gdi1DZK69+ZVMoNHRXJyNcxrMA4dSxoYHZSQbirFg34= github.com/minio/md5-simd v1.1.2/go.mod h1:MzdKDxYpY2BT9XQFocsiZf/NKVtR7nkE4RoEpN+20RM= -github.com/minio/minio-go/v7 v7.0.70 h1:1u9NtMgfK1U42kUxcsl5v0yj6TEOPR497OAQxpJnn2g= -github.com/minio/minio-go/v7 v7.0.70/go.mod h1:4yBA8v80xGA30cfM3fz0DKYMXunWl/AV/6tWEs9ryzo= +github.com/minio/minio-go/v7 v7.0.72 h1:ZSbxs2BfJensLyHdVOgHv+pfmvxYraaUy07ER04dWnA= +github.com/minio/minio-go/v7 v7.0.72/go.mod h1:4yBA8v80xGA30cfM3fz0DKYMXunWl/AV/6tWEs9ryzo= github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y= github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= github.com/mitchellh/go-testing-interface v1.14.1 h1:jrgshOhYAUVNMAJiKbEu7EqAwgJJ2JqpQmpLJOu07cU=