Skip to content

Commit

Permalink
feat(terraform): update minio ( 2.2.1 → 2.3.0 ) (#3847)
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://togithub.com/aminueza/terraform-provider-minio)) |
required_provider | minor | `2.2.1` -> `2.3.0` |

---

### Release Notes

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

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

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

#### What's Changed

- Add support for remote tier and ILM transition by
[@&#8203;s2thudry](https://togithub.com/s2thudry) in
[https://github.com/aminueza/terraform-provider-minio/pull/565](https://togithub.com/aminueza/terraform-provider-minio/pull/565)

#### New Contributors

- [@&#8203;s2thudry](https://togithub.com/s2thudry) made their first
contribution in
[https://github.com/aminueza/terraform-provider-minio/pull/565](https://togithub.com/aminueza/terraform-provider-minio/pull/565)

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

</details>

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MDguMCIsInVwZGF0ZWRJblZlciI6IjM3LjQwOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL21pbm9yIl19-->

Co-authored-by: repo-jeeves[bot] <106431701+repo-jeeves[bot]@users.noreply.github.com>
  • Loading branch information
repo-jeeves[bot] authored Jun 14, 2024
1 parent fc8c81e commit ebc6b21
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.2.1"
version = "2.3.0"
}
}
}

0 comments on commit ebc6b21

Please sign in to comment.