Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

Commit

Permalink
feat(terraform-provider): update terraform minio to 1.16.0 (#903)
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 | `1.15.2` -> `1.16.0` |

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/aminueza/terraform-provider-minio/compare/v1.15.3...v1.16.0)

#### What's Changed

- KMS Keys and Bucket Server-Side-Encryption by
[@&#8203;tobikris](https://togithub.com/tobikris) in
[aminueza/terraform-provider-minio#486

#### New Contributors

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

**Full Changelog**:
aminueza/terraform-provider-minio@v1.15.3...v1.16.0

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

[Compare
Source](https://togithub.com/aminueza/terraform-provider-minio/compare/v1.15.2...v1.15.3)

#### What's Changed

- Fix an example value of `expiration` by
[@&#8203;y-yagi](https://togithub.com/y-yagi) in
[aminueza/terraform-provider-minio#462
- Fix group status handling by
[@&#8203;asdevcapybara](https://togithub.com/asdevcapybara) in
[aminueza/terraform-provider-minio#484

#### New Contributors

- [@&#8203;y-yagi](https://togithub.com/y-yagi) made their first
contribution in
[aminueza/terraform-provider-minio#462
- [@&#8203;asdevcapybara](https://togithub.com/asdevcapybara) made their
first contribution in
[aminueza/terraform-provider-minio#484

**Full Changelog**:
aminueza/terraform-provider-minio@v1.15.2...v1.15.3

</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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi43LjAiLCJ1cGRhdGVkSW5WZXIiOiIzNi43LjUiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->

Co-authored-by: greyrock-bot <1583719+greyrock-bot[bot]@users.noreply.github.com>
  • Loading branch information
greyrock-repo-duster[bot] and greyrock-bot committed Jul 12, 2023
1 parent 2441b96 commit 4320664
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions infrastructure/terraform/s3/.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 infrastructure/terraform/s3/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {

minio = {
source = "aminueza/minio"
version = "1.15.2"
version = "1.16.0"
}
}
}

0 comments on commit 4320664

Please sign in to comment.