Skip to content

Commit

Permalink
feat(terraform-provider): update terraform minio to 1.20.1 (#338)
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.19.0` -> `1.20.1` |

---

### Release Notes

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

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

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

#### What's Changed

- Fix null expiration date handling by
[@&#8203;pjsier](https://togithub.com/pjsier) in
[https://github.com/aminueza/terraform-provider-minio/pull/545](https://togithub.com/aminueza/terraform-provider-minio/pull/545)
- Update terraform version to 1.5.7 in GitHub Action by
[@&#8203;felladrin](https://togithub.com/felladrin) in
[https://github.com/aminueza/terraform-provider-minio/pull/540](https://togithub.com/aminueza/terraform-provider-minio/pull/540)

**Full Changelog**:
aminueza/terraform-provider-minio@v1.20.0...v1.20.1

> **Note**
> [v1](https://togithub.com/aminueza/terraform-provider-minio/tree/v1)
of the provider is now under maintenance mode. If you can, it's advised
to upgrade to `v2`.

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

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

#### What's Changed

- Update module github.com/aws/aws-sdk-go to v1.45.6 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/aminueza/terraform-provider-minio/pull/515](https://togithub.com/aminueza/terraform-provider-minio/pull/515)
- Update crazy-max/ghaction-import-gpg action to v6 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/aminueza/terraform-provider-minio/pull/516](https://togithub.com/aminueza/terraform-provider-minio/pull/516)
- Handle empty service account policy by
[@&#8203;ArataEM](https://togithub.com/ArataEM) in
[https://github.com/aminueza/terraform-provider-minio/pull/518](https://togithub.com/aminueza/terraform-provider-minio/pull/518)
- Go 1.20 by [@&#8203;BuJo](https://togithub.com/BuJo) in
[https://github.com/aminueza/terraform-provider-minio/pull/519](https://togithub.com/aminueza/terraform-provider-minio/pull/519)
- Destroy object versions on bucket force_destroy by
[@&#8203;pjsier](https://togithub.com/pjsier) in
[https://github.com/aminueza/terraform-provider-minio/pull/524](https://togithub.com/aminueza/terraform-provider-minio/pull/524)
- Update goreleaser-action to v5 and add permission for the workflow to
attach binaries to GitHub Releases by
[@&#8203;felladrin](https://togithub.com/felladrin) in
[https://github.com/aminueza/terraform-provider-minio/pull/521](https://togithub.com/aminueza/terraform-provider-minio/pull/521)
- Add Noncurrent Version expiration to ilm policy by
[@&#8203;ndejesus](https://togithub.com/ndejesus) in
[https://github.com/aminueza/terraform-provider-minio/pull/526](https://togithub.com/aminueza/terraform-provider-minio/pull/526)
- Bump golang.org/x/net from 0.15.0 to 0.17.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/aminueza/terraform-provider-minio/pull/530](https://togithub.com/aminueza/terraform-provider-minio/pull/530)
- Add service account values to read and import by
[@&#8203;pjsier](https://togithub.com/pjsier) in
[https://github.com/aminueza/terraform-provider-minio/pull/525](https://togithub.com/aminueza/terraform-provider-minio/pull/525)
- feat: recreate user if not found anymore by
[@&#8203;tobikris](https://togithub.com/tobikris) in
[https://github.com/aminueza/terraform-provider-minio/pull/534](https://togithub.com/aminueza/terraform-provider-minio/pull/534)
- Bump google.golang.org/grpc from 1.58.0 to 1.58.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/aminueza/terraform-provider-minio/pull/535](https://togithub.com/aminueza/terraform-provider-minio/pull/535)

#### New Contributors

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

**Full Changelog**:
aminueza/terraform-provider-minio@v1.18.0...v1.20.0

> **Note**
> This release replaces v1.18.1 and v1.18.2, which are unavailable on
https://registry.terraform.io/providers/aminueza/minio as they were
built with an outdated GPG key. It also replaces v1.18.3 and v1.19.0,
which couldn't be installed due the issue
[#&#8203;531](https://togithub.com/aminueza/terraform-provider-minio/issues/531).

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

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

Changes on this Release:

- Update crazy-max/ghaction-import-gpg action to v6
([#&#8203;516](https://togithub.com/aminueza/terraform-provider-minio/issues/516))
- Handle empty service account policy
([#&#8203;518](https://togithub.com/aminueza/terraform-provider-minio/issues/518))
- Update repository URL
([#&#8203;520](https://togithub.com/aminueza/terraform-provider-minio/issues/520))
- Destroy object versions on bucket force_destroy
([#&#8203;524](https://togithub.com/aminueza/terraform-provider-minio/issues/524))
- Add Noncurrent Version expiration to ilm policy
([#&#8203;526](https://togithub.com/aminueza/terraform-provider-minio/issues/526))

**Full Changelog**:
aminueza/terraform-provider-minio@v1.18.0...v1.19.0

> **Note**
> This release replaces v1.18.1 and v1.18.2, which are unavailable on
https://registry.terraform.io/providers/aminueza/minio as they were
built with an outdated GPG key. It also replaces v1.18.3, which couldn't
be installed due the issue
[#&#8203;531](https://togithub.com/aminueza/terraform-provider-minio/issues/531).

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

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

Changes on this Release:

- Destroy object versions on bucket force_destroy
([https://github.com/terraform-provider-minio/terraform-provider-minio/pull/524](https://togithub.com/terraform-provider-minio/terraform-provider-minio/pull/524))
by [@&#8203;pjsier](https://togithub.com/pjsier)
- Handle empty service account policy
([https://github.com/terraform-provider-minio/terraform-provider-minio/pull/518](https://togithub.com/terraform-provider-minio/terraform-provider-minio/pull/518))
by [@&#8203;ArataEM](https://togithub.com/ArataEM)

**Full Changelog**:
aminueza/terraform-provider-minio@v1.18.0...v1.18.3

> **Note**
> This release replaces v1.18.1 and v1.18.2, which are unavailable on
https://registry.terraform.io/providers/aminueza/minio as they were
built with an outdated GPG key.

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

Co-authored-by: kireque-bot[bot] <143391978+kireque-bot[bot]@users.noreply.github.com>
  • Loading branch information
kireque-bot[bot] authored Feb 7, 2024
1 parent e3e161f commit 9b9924e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 15 deletions.
40 changes: 26 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.19.0"
version = "1.20.1"
}
}
}

0 comments on commit 9b9924e

Please sign in to comment.