From 0d2362b18034736e0995880c9328e78d876dc8f6 Mon Sep 17 00:00:00 2001 From: "lumiere-bot[bot]" <98047013+lumiere-bot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 21:25:00 -0700 Subject: [PATCH] feat(terraform): update terraform minio to 1.10.0 (#2199) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [minio](https://registry.terraform.io/providers/aminueza/minio) ([source](https://github.com/aminueza/terraform-provider-minio)) | required_provider | minor | `1.9.1` -> `1.10.0` | --- ### Release Notes
aminueza/terraform-provider-minio ### [`v1.10.0`](https://github.com/aminueza/terraform-provider-minio/releases/tag/v1.10.0) [Compare Source](https://github.com/aminueza/terraform-provider-minio/compare/v1.9.1...v1.10.0) #### What's Changed - Update module github.com/aws/aws-sdk-go to v1.44.142 by [@​renovate](https://github.com/renovate) in [https://github.com/aminueza/terraform-provider-minio/pull/391](https://github.com/aminueza/terraform-provider-minio/pull/391) - Update module github.com/minio/minio-go/v7 to v7.0.44 by [@​renovate](https://github.com/renovate) in [https://github.com/aminueza/terraform-provider-minio/pull/392](https://github.com/aminueza/terraform-provider-minio/pull/392) - Update module github.com/aws/aws-sdk-go to v1.44.145 by [@​renovate](https://github.com/renovate) in [https://github.com/aminueza/terraform-provider-minio/pull/393](https://github.com/aminueza/terraform-provider-minio/pull/393) - Update module github.com/aws/aws-sdk-go to v1.44.152 by [@​renovate](https://github.com/renovate) in [https://github.com/aminueza/terraform-provider-minio/pull/395](https://github.com/aminueza/terraform-provider-minio/pull/395) - Update module github.com/minio/minio-go/v7 to v7.0.45 by [@​renovate](https://github.com/renovate) in [https://github.com/aminueza/terraform-provider-minio/pull/394](https://github.com/aminueza/terraform-provider-minio/pull/394) - Add minio_s3\_bucket_notification resource by [@​pjsier](https://github.com/pjsier) in [https://github.com/aminueza/terraform-provider-minio/pull/396](https://github.com/aminueza/terraform-provider-minio/pull/396) **Full Changelog**: https://github.com/aminueza/terraform-provider-minio/compare/v1.9.1...v1.10.0
--- ### 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](https://github.com/renovatebot/renovate). Co-authored-by: lumiere-bot <98047013+lumiere-bot[bot]@users.noreply.github.com> --- terraform/minio/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/minio/main.tf b/terraform/minio/main.tf index 4b27464777..56f3186a0e 100644 --- a/terraform/minio/main.tf +++ b/terraform/minio/main.tf @@ -9,7 +9,7 @@ terraform { required_providers { minio = { source = "aminueza/minio" - version = "1.9.1" + version = "1.10.0" } } required_version = ">= 1.3.0"