Skip to content

Commit

Permalink
fix(terraform): update minio ( 2.3.0 → 2.3.2 ) (#3875)
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 | patch | `2.3.0` -> `2.3.2` |

---

### Release Notes

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

###
[`v2.3.2`](https://github.com/aminueza/terraform-provider-minio/releases/tag/v2.3.2)

[Compare
Source](https://github.com/aminueza/terraform-provider-minio/compare/v2.3.1...v2.3.2)

#### What's Changed

- Fix: Handle case when IAM Policy was deleted externally by
[@&#8203;s-vitaliy](https://github.com/s-vitaliy) in
[aminueza/terraform-provider-minio#569

#### New Contributors

- [@&#8203;s-vitaliy](https://github.com/s-vitaliy) made their first
contribution in
[aminueza/terraform-provider-minio#569

**Full Changelog**:
aminueza/terraform-provider-minio@v2.3.1...v2.3.2

###
[`v2.3.1`](https://github.com/aminueza/terraform-provider-minio/releases/tag/v2.3.1)

[Compare
Source](https://github.com/aminueza/terraform-provider-minio/compare/v2.3.0...v2.3.1)

#### What's Changed

- Fix Azure and GCP remote tier creation and add support for tier
options by [@&#8203;s2thudry](https://github.com/s2thudry) in
[aminueza/terraform-provider-minio#566
- Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[aminueza/terraform-provider-minio#567
- Bump golang.org/x/net from 0.17.0 to 0.23.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[aminueza/terraform-provider-minio#568

**Full Changelog**:
aminueza/terraform-provider-minio@v2.3.0...v2.3.1

</details>

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjQxMy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL3BhdGNoIl19-->

Co-authored-by: repo-jeeves[bot] <106431701+repo-jeeves[bot]@users.noreply.github.com>
  • Loading branch information
repo-jeeves[bot] committed Jun 22, 2024
1 parent 621071f commit 354320b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
52 changes: 26 additions & 26 deletions terraform/minio/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion terraform/minio/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
minio = {
source = "aminueza/minio"
version = "2.3.0"
version = "2.3.2"
}
}
}

0 comments on commit 354320b

Please sign in to comment.