Skip to content

Commit

Permalink
feat(terraform): update terraform minio to 1.10.0 (#2199)
Browse files Browse the repository at this point in the history
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

<details>
<summary>aminueza/terraform-provider-minio</summary>

###
[`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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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**:
aminueza/terraform-provider-minio@v1.9.1...v1.10.0

</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:eyJjcmVhdGVkSW5WZXIiOiIzNC41Mi4wIiwidXBkYXRlZEluVmVyIjoiMzQuNTIuMCJ9-->

Co-authored-by: lumiere-bot <98047013+lumiere-bot[bot]@users.noreply.github.com>
  • Loading branch information
lumiere-bot[bot] committed Dec 9, 2022
1 parent a3b6607 commit 0d2362b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/minio/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform {
required_providers {
minio = {
source = "aminueza/minio"
version = "1.9.1"
version = "1.10.0"
}
}
required_version = ">= 1.3.0"
Expand Down

0 comments on commit 0d2362b

Please sign in to comment.