chore(deps): update terraform minio to v3.41.0 - #1479
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/minio-3.x
branch
from
August 2, 2026 02:01
089f55e to
a6ca34d
Compare
renovate
Bot
force-pushed
the
renovate/minio-3.x
branch
from
August 3, 2026 21:47
a6ca34d to
ce625d6
Compare
renovate
Bot
force-pushed
the
renovate/minio-3.x
branch
from
August 4, 2026 13:41
ce625d6 to
022c417
Compare
renovate
Bot
force-pushed
the
renovate/minio-3.x
branch
from
August 26, 2026 18:42
022c417 to
5b6eeb7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.38.5→3.41.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
aminueza/terraform-provider-minio (minio)
v3.41.0Compare Source
Changed
minio_iam_group: changingnamenow 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_destroynow actually deletes a group that still hasmembers, 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 themembership 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 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_historyandminio_license_inforeads against servers thatdo not serve those admin APIs (community MinIO) now return within seconds
instead of retrying for minutes before reporting the graceful fallback
(#1126).
v3.40.1Compare Source
Terraform Provider MinIO v3.40.1
To install this provider, copy and paste this code into your Terraform configuration:
What's Changed
🐛 Bug Fixes
📖 Documentation
🧪 Tests
Full Changelog: aminueza/terraform-provider-minio@v3.40.0...v3.40.1
v3.40.0Compare Source
Terraform Provider MinIO v3.40.0
To install this provider, copy and paste this code into your Terraform configuration:
What's Changed
Security
minio_s3_bucket_anonymous_accesswithaccess_type = "public"no longer grants anonymous clientss3:PutBucketPolicy,s3:DeleteBucketPolicy,s3:DeleteBucket,s3:CreateBucket,s3:GetBucketPolicyor 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.0Compare Source
Terraform Provider MinIO v3.39.0
To install this provider, copy and paste this code into your Terraform configuration:
What's Changed
🐛 Bug Fixes
madmin-go/v4for MinIO admin API v4 support by @aminueza in #1074Full Changelog: aminueza/terraform-provider-minio@v3.38.6...v3.39.0
v3.38.6Compare Source
Terraform Provider MinIO v3.38.6
To install this provider, copy and paste this code into your Terraform configuration:
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)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.