Terraform Provider MinIO v3.38.5
To install this provider, copy and paste this code into your Terraform configuration:
terraform {
required_providers {
minio = {
source = "aminueza/minio"
version = "3.38.5"
}
}
}What's Changed
๐ Bug Fixes
- fix: bump golang.org/x/text to v0.39.0 by @aminueza in #1027
- fix(iam-policy-document): replace panic with error return by @felladrin in #1029
๐งช Tests
- test: harden flaky audit webhook and iam policy acceptance checks by @aminueza in #1028
- test: derive acceptance-test endpoints from env vars instead of literals by @devmaiter in #1031
- test: add acceptance tests for license_info, bucket notification config and replication status data sources by @devmaiter in #1032
- test: skip site replication bucket cleanup when TF_ACC is unset by @devmaiter in #1040
- test: unify replication config helper style by @pollychen-lab in #1039
- test: skip replication tests without second endpoint by @floze-the-genius in #1041
- test: skip replication acceptance tests when SECOND_MINIO_ENDPOINT is unset by @SAY-5 in #1042
Other Changes
- ci: auto-label PRs from Conventional Commit title by @felladrin in #1018
- test(iam-policy): retry CheckDestroy to tolerate MinIO IAM eventual consistency by @felladrin in #1017
New Contributors
- @devmaiter made their first contribution in #1031
- @pollychen-lab made their first contribution in #1039
- @floze-the-genius made their first contribution in #1041
- @SAY-5 made their first contribution in #1042
Full Changelog: v3.38.4...v3.38.5