Skip to content

chore(deps): update terraform minio to v3.41.0 - #1479

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/minio-3.x
Open

chore(deps): update terraform minio to v3.41.0#1479
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/minio-3.x

Conversation

@renovate

@renovate renovate Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
minio (source) required_provider minor 3.38.53.41.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

aminueza/terraform-provider-minio (minio)

v3.41.0

Compare Source

Changed
  • minio_iam_group: changing name now recreates the group (ForceNew).
    MinIO has no rename operation; before this change a rename was silently
    ignored and Terraform state diverged from the server
    (#​1127).
Fixed
  • minio_iam_group: force_destroy now actually deletes a group that still has
    members, and no longer fires during ordinary updates (previously an apply that
    changed any other attribute on a group carrying the flag deleted the group and
    failed with Provider produced inconsistent result after apply) (#​1113).
  • minio_iam_group: deleting a group that still has members now waits for the
    membership to clear and then fails with a clear error pointing at
    force_destroy, instead of silently leaving the group behind on the server
    (#​1109).
  • Error messages no longer contain literal printf verbs such as
    error updating IAM Group %s: %s; twenty-one messages across IAM group,
    IAM user, service account and bucket policy resources now state the
    operation plainly (#​1121).
  • minio_config_history and minio_license_info reads against servers that
    do not serve those admin APIs (community MinIO) now return within seconds
    instead of retrying for minutes before reporting the graceful fallback
    (#​1126).

v3.40.1

Compare Source

Terraform Provider MinIO v3.40.1

To install this provider, copy and paste this code into your Terraform configuration:

terraform {
  required_providers {
    minio = {
      source  = "aminueza/minio"
      version = "3.40.1"
    }
  }
}
What's Changed
🐛 Bug Fixes
📖 Documentation
🧪 Tests

Full Changelog: aminueza/terraform-provider-minio@v3.40.0...v3.40.1

v3.40.0

Compare Source

Terraform Provider MinIO v3.40.0

To install this provider, copy and paste this code into your Terraform configuration:

terraform {
  required_providers {
    minio = {
      source  = "aminueza/minio"
      version = "3.40.0"
    }
  }
}
What's Changed
Security
  • fix(s3): stop granting bucket administration to anonymous callers by @​felladrin in #​1085
    • minio_s3_bucket_anonymous_access with access_type = "public" no longer grants anonymous clients s3:PutBucketPolicy, s3:DeleteBucketPolicy, s3:DeleteBucket, s3:CreateBucket, s3:GetBucketPolicy or the bucket notification actions. Before this fix, any unauthenticated client could rewrite the bucket policy or delete the bucket. Re-apply your configuration to replace the old policy; anonymous object read/write access is unchanged.
Other Changes

Full Changelog: aminueza/terraform-provider-minio@v3.39.0...v3.40.0

v3.39.0

Compare Source

Terraform Provider MinIO v3.39.0

To install this provider, copy and paste this code into your Terraform configuration:

terraform {
  required_providers {
    minio = {
      source  = "aminueza/minio"
      version = "3.39.0"
    }
  }
}
What's Changed
🐛 Bug Fixes

Full Changelog: aminueza/terraform-provider-minio@v3.38.6...v3.39.0

v3.38.6

Compare Source

Terraform Provider MinIO v3.38.6

To install this provider, copy and paste this code into your Terraform configuration:

terraform {
  required_providers {
    minio = {
      source  = "aminueza/minio"
      version = "3.38.6"
    }
  }
}
What's Changed
🐛 Bug Fixes
📖 Documentation
🔧 Maintenance
🧪 Tests
Other Changes

Full Changelog: aminueza/terraform-provider-minio@v3.38.5...v3.38.6


Configuration

📅 Schedule: (UTC)

  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title chore(deps): update terraform minio to v3.38.6 chore(deps): update terraform minio to v3.39.0 Aug 2, 2026
@renovate
renovate Bot force-pushed the renovate/minio-3.x branch from 089f55e to a6ca34d Compare August 2, 2026 02:01
@renovate renovate Bot changed the title chore(deps): update terraform minio to v3.39.0 chore(deps): update terraform minio to v3.40.0 Aug 3, 2026
@renovate
renovate Bot force-pushed the renovate/minio-3.x branch from a6ca34d to ce625d6 Compare August 3, 2026 21:47
@renovate renovate Bot changed the title chore(deps): update terraform minio to v3.40.0 chore(deps): update terraform minio to v3.40.1 Aug 4, 2026
@renovate
renovate Bot force-pushed the renovate/minio-3.x branch from ce625d6 to 022c417 Compare August 4, 2026 13:41
@renovate
renovate Bot force-pushed the renovate/minio-3.x branch from 022c417 to 5b6eeb7 Compare August 26, 2026 18:42
@renovate renovate Bot changed the title chore(deps): update terraform minio to v3.40.1 chore(deps): update terraform minio to v3.41.0 Aug 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants