Skip to content

Commit

Permalink
fix(terraform): update minio ( 2.2.0 → 2.2.1 ) (#3717)
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 | patch | `2.2.0` -> `2.2.1` |

---

### Release Notes

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

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

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

#### What's Changed

- Fix: Allow for lowercase token in ldap dn by
[@&#8203;fryshorts](https://togithub.com/fryshorts) in
[aminueza/terraform-provider-minio#563

#### New Contributors

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

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

</details>

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzQuMyIsInVwZGF0ZWRJblZlciI6IjM3LjM3NC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL3BhdGNoIl19-->

Co-authored-by: repo-jeeves[bot] <106431701+repo-jeeves[bot]@users.noreply.github.com>
  • Loading branch information
repo-jeeves[bot] committed May 23, 2024
1 parent 5485b3f commit 30bf77b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 16 deletions.
41 changes: 26 additions & 15 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.0"
version = "2.2.1"
}
}
}

0 comments on commit 30bf77b

Please sign in to comment.