github aminueza/terraform-provider-minio v3.38.5

2 days ago

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

๐Ÿงช 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

Full Changelog: v3.38.4...v3.38.5

Don't miss a new terraform-provider-minio release

NewReleases is sending notifications on new releases.