chore(deps): update terraform minio to v3
This MR contains the following updates:
| Package | Type | Update | Change | 
|---|---|---|---|
| minio (source) | required_provider | major | 1.5.2->3.11.0 | 
⚠️ WarningSome dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
aminueza/terraform-provider-minio (minio)
v3.11.0
What's Changed
- Add minio_configresource, for server configuration management by @felladrin in #674
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v3.10.0...v3.11.0
v3.10.0
What's Changed
- Add support for aborting incomplete multipart uploads in ILM policies by @felladrin in #682
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v3.9.0...v3.10.0
v3.9.0
What's Changed
- Implement secret_keyfield forminio_accesskeyresource as write-only to prevent credentials from being persisted in Terraform state by @felladrin in #673
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v3.8.3...v3.9.0
v3.8.3
What's Changed
- Handle credential errors when reading buckets by @felladrin in #675
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v3.8.2...v3.8.3
v3.8.2
What's Changed
- Remove problematic default expiration value by @felladrin in #680
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v3.8.1...v3.8.2
v3.8.1
What's Changed
- Fix missing closing backticks in minio_iam_userexample by @ihannache in #677
- Double the MaxRetries for creating a bucket by @felladrin in #681
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v3.8.0...v3.8.1
v3.8.0
What's Changed
- Fix error on ILM tier GCS update and add gcs_configpresence guards by @felladrin in #667
- Gracefully handle non-existent bucket scenarios in notification operations by @felladrin in #664
- Remove restrictive principal validation and add NotPrincipalsupport tominio_iam_policy_documentby @felladrin in #662
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v3.7.0...v3.8.0
v3.7.0
What's Changed
- Add IAM user and users data sources with acceptance tests by @ihannache in #669
- Update the project Readme and remove dead links by @felladrin in #669
New Contributors
- @ihannache made their first contribution in #669
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v3.6.5...v3.7.0
v3.6.5
What's Changed
- Add bucket existence check to avoid issues when a bucket gets deleted manually by @felladrin in #661
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v3.6.4...v3.6.5
v3.6.4
What's Changed
- Fix bucket creation failures with eventual consistency by @elohmeier in #659
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v3.6.3...v3.6.4
v3.6.3
What's Changed
- Prevent perpetual diffs by ignoring implied policies in MinIO access keys by @felladrin in #654
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v3.6.2...v3.6.3
v3.6.2
What's Changed
- Allow zero days in ILM policy expiration rule validation by @felladrin in #648
- Split accesskey updates into separate status and policy operations by @felladrin in #649
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v3.6.1...v3.6.2
v3.6.1
What's Changed
- Fix root user access key creation and make user field immutable by @Arash-81 in #651
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v3.6.0...v3.6.1
v3.6.0
What's Changed
- Add policy argument to minio_accesskey resource for direct policy attachment by @Arash-81 in #647
New Contributors
- @Arash-81 made their first contribution in #647
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v3.5.4...v3.6.0
v3.5.4
What's Changed
- fix(ilm): Treat NoSuchLifecycleConfiguration as not found by @elohmeier in #643
New Contributors
- @elohmeier made their first contribution in #643
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v3.5.3...v3.5.4
v3.5.3
What's Changed
- Bump github.com/cloudflare/circl from 1.3.7 to 1.6.1 by @dependabot in #639
- Remove the max length enforcement for secret keys by @felladrin in #640
- Add Support '/' for resource 'minio_iam_policy' by @hoferbeck in #641
New Contributors
- @hoferbeck made their first contribution in #641
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v3.5.2...v3.5.3
v3.5.2
What's Changed
- Consider the attachment resource as removed if the user is removed by @s-vitaliy in #635
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v3.5.1...v3.5.2
v3.5.1
⚠️  Renamed attribute in minio_s3_bucket_replication
The misspelled attribute bandwidth_limt has been renamed to the correct spelling bandwidth_limit by @s-vitaliy in #632
If you currently use the bandwidth_limt attribute in your configuration, you must update your Terraform configuration to use bandwidth_limit instead. The provider will automatically migrate the state when you apply changes to the minio_s3_bucket_replication resource. Note that downgrading to a previous version after this migration is not supported.
Users who don't use this attribute in their configuration will not be affected by this change.
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v3.5.0...v3.5.1
v3.5.0
What's Changed
- Improve IAM policy comparison to prevent unnecessary updates for equivalent policies by @felladrin in #628
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v3.4.0...v3.5.0
v3.4.0
What's Changed
- Bump Go to v1.24, revamp CI (fmt/vet/staticcheck/gosec), fix bandwidth_limittypo & add validation by @dependabot in #623
- Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 by @dependabot in #622
- Replace Adminio-UI with the native MinIO Console and update the Readme by @felladrin in #624
- Update MinIO version by @felladrin in #626
- Add minio_accesskeyTerraform Resource for Managing MinIO Access Keys by @felladrin in #625
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v3.3.0...v3.4.0
v3.3.0
What's Changed
- Add GitHub Action to automatically close stale issues and pull requests by @felladrin in #598
- Improve the provider's configuration handling, error management, and code organization by @felladrin in #602
- Allow change status of a minio_ilm_policy by @felladrin in #609
- Bump golang.org/x/crypto from 0.21.0 to 0.31.0 by @dependabot in #611
- Bump golang.org/x/net from 0.23.0 to 0.33.0 by @dependabot in #612
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v3.2.4...v3.3.0
v3.2.4
v3.2.3
What's Changed
- Fix setting private bucket ACL by @paytonward6 in #607
New Contributors
- @paytonward6 made their first contribution in #607
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v3.2.2...v3.2.3
v3.2.2
What's Changed
- Fix number of minutes in a year for service account expiration (#600) by @pierresebastien in #601
New Contributors
- @pierresebastien made their first contribution in #601
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v3.2.1...v3.2.2
v3.2.1
What's Changed
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v3.2.0...v3.2.1
v3.2.0
What's Changed
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v3.1.0...v3.2.0
v3.1.0
What's Changed
New Contributors
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v3.0.0...v3.1.0
v3.0.0
What's Changed
- Breaking change: Update MinIO ILM policy with improved validation, noncurrent version support, and better schema structure by @SoulKyu in #588
- Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 by @dependabot in #589
- Remove force_destroycheck from user update to prevent unintended deletions by @felladrin in #591
- Update module to v3 by @felladrin in #593
New Contributors
Guide for upgrading from v2 to v3
Breaking Changes in ILM Policy Resource
The MinIO ILM (Information Lifecycle Management) policy resource has been significantly improved with better validation and structure. The following changes require attention when upgrading:
1. Noncurrent Version Expiration Changes
- 
Old: noncurrent_version_expiration_days = 5
- 
New:
noncurrent_expiration { days = "5d" }
- Note: Days format now requires a "d" suffix.
2. Noncurrent Version Transition Changes
- 
Old: noncurrent_version_transition_days = 5
- 
New:
noncurrent_transition { days = "5d" storage_class = "TIER_NAME" newer_versions = 3 # Optional }
3. Days Format Changes
- All day-based fields now require the "Nd"format (e.g.,"30d"instead of30).
- This affects:
- transition.days
- noncurrent_transition.days
- noncurrent_expiration.days
 
4. Date Format Standardization
- All date fields must now use the YYYY-MM-DDformat.
- Affected fields:
- transition.date
 
Upgrade Steps
- Search your codebase for minio_ilm_policyresources.
- Update any noncurrent version configurations to use the new block syntax.
- Add a "d" suffix to all day-based values.
- Verify date formats are in the YYYY-MM-DDformat.
- Run terraform planto verify changes.
Example of Updated Configuration
Before:
resource "minio_ilm_policy" "example" {
  bucket = "mybucket"
  rule {
    id = "rule1"
    noncurrent_version_expiration_days = 5
  }
}After:
resource "minio_ilm_policy" "example" {
  bucket = "mybucket"
  rule {
    id = "rule1"
    noncurrent_expiration {
      days = "5d"
    }
  }
}These changes improve validation and make the configuration more consistent. While they require updates to existing configurations, they provide better error messages and prevent invalid configurations.
For assistance, please refer to the updated documentation or open an issue.
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v2.5.1...v3.0.0
v2.5.1
What's Changed
- Fix implied policy in service account by @YannickTeKulve in #584
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v2.5.0...v2.5.1
v2.5.0
What's Changed
New Contributors
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v2.4.3...v2.5.0
v2.4.3
What's Changed
- fix: use the id property instead of name for read ilm tier by @s-vitaliy in #579
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v2.4.2...v2.4.3
v2.4.2
What's Changed
- feature: improve documentation by @lorenzofelletti in #576
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v2.4.1...v2.4.2
v2.4.1
What's Changed
- Fix GCS ilm tier region using prefix string instead of region string by @maxalves in #575
New Contributors
- @maxalves made their first contribution in #575
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v2.4.0...v2.4.1
v2.4.0
What's Changed
- fix: Add the endpoint property to Amazon S3 config by @s-vitaliy in #571
- feat: add minio_s3_object data source by @lorenzofelletti in #572
- docs: more extensive docs by @lorenzofelletti in #573
New Contributors
- @lorenzofelletti made their first contribution in #572
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v2.3.2...v2.4.0
v2.3.2
What's Changed
- Fix: Handle case when IAM Policy was deleted externally by @s-vitaliy in #569
New Contributors
- @s-vitaliy made their first contribution in #569
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v2.3.1...v2.3.2
v2.3.1
What's Changed
- Fix Azure and GCP remote tier creation and add support for tier options by @s2thudry in #566
- Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #567
- Bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in #568
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v2.3.0...v2.3.1
v2.3.0
What's Changed
- Add support for remote tier and ILM transition by @s2thudry in #565
New Contributors
- @s2thudry made their first contribution in #565
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v2.2.1...v2.3.0
v2.2.1
What's Changed
- Fix: Allow for lowercase token in ldap dn by @fryshorts in #563
New Contributors
- @fryshorts made their first contribution in #563
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v2.2.0...v2.2.1
v2.2.0
What's Changed
- Parse service account user from LDAP str by @pjsier in #547
- Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 by @dependabot in #560
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v2.1.0...v2.2.0
v2.1.0
What's Changed
- Fixed group policy assign parameter typo by @danielhass in #553
- Document DeleteMarkerexpiry in ilm policy by @michaelruigrok in #558
- Add resource_minio_s3_object 'source' support by @fhemberger in #555
New Contributors
- @danielhass made their first contribution in #553
- @michaelruigrok made their first contribution in #558
- @fhemberger made their first contribution in #555
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v2.0.1...v2.1.0
v2.0.1
What's Changed
- Fix null expiration date handling by @pjsier in #545
- Update terraform version to 1.5.7 in GitHub Action by @felladrin in #540
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v2.0.0...v2.0.1
v2.0.0
What's Changed
- Update madmin-go to version 3 by @acolombier in #514
- Handle empty service account policy by @ArataEM in #518
- Go 1.20 by @BuJo in #519
- Destroy object versions on bucket force_destroy by @pjsier in #524
- Update goreleaser-action to v5 and add permission for the workflow to attach binaries to GitHub Releases by @felladrin in #521
- Add Noncurrent Version expiration to ilm policy by @ndejesus in #526
- Add service account values to read and import by @pjsier in #525
- feat: add minio_s3_bucket_replication resource by @acolombier in #528
- feat: recreate user if not found anymore by @tobikris in #534
- Bump google.golang.org/grpc from 1.58.0 to 1.58.3 by @dependabot in #535
- Change terraform-provider-minio license to AGPL-3.0 and append /v2to the module name by @BuJo in #522
Breaking Change: About the major version update
We've updated madmin-go to v3 so we can use the new features from the SDK, like the bucket replication. As a consequence of this, we had to change our License to AGPL-3.0 to comply with madmin-go, which has been using AGPL-3.0 since its v2 release.
For those who can't upgrade to terraform-provider-minio v2 due to license incompatibilities, we recommend you keep using the v1 until you feel you need some of the new features.
To don't let anyone behind, we've created a v1 branch, which is now protected and will live along with the main. So if users of v1 want to push features/fixes, they can create pull requests targeting that branch, and as soon as it's merged, we release a new update for the v1.x.
For those importing this package in their software and want to upgrade, here's the command to upgrade:
go get github.com/aminueza/terraform-provider-minio/v2@​v2.0.0Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v1.18.0...v2.0.0
Note v1 branch diverged from main at after the release v1.18.0.
v1.20.1
What's Changed
- Fix null expiration date handling by @pjsier in #545
- Update terraform version to 1.5.7 in GitHub Action by @felladrin in #540
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v1.20.0...v1.20.1
Note v1 of the provider is now under maintenance mode. If you can, it's advised to upgrade to
v2.
v1.20.0
What's Changed
- Update module github.com/aws/aws-sdk-go to v1.45.6 by @renovate in #515
- Update crazy-max/ghaction-import-gpg action to v6 by @renovate in #516
- Handle empty service account policy by @ArataEM in #518
- Go 1.20 by @BuJo in #519
- Destroy object versions on bucket force_destroy by @pjsier in #524
- Update goreleaser-action to v5 and add permission for the workflow to attach binaries to GitHub Releases by @felladrin in #521
- Add Noncurrent Version expiration to ilm policy by @ndejesus in #526
- Bump golang.org/x/net from 0.15.0 to 0.17.0 by @dependabot in #530
- Add service account values to read and import by @pjsier in #525
- feat: recreate user if not found anymore by @tobikris in #534
- Bump google.golang.org/grpc from 1.58.0 to 1.58.3 by @dependabot in #535
New Contributors
- @ndejesus made their first contribution in #526
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/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 #531.
v1.19.0
Changes on this Release:
- Update crazy-max/ghaction-import-gpg action to v6 (#516)
- Handle empty service account policy (#518)
- Update repository URL (#520)
- Destroy object versions on bucket force_destroy (#524)
- Add Noncurrent Version expiration to ilm policy (#526)
Full Changelog: https://github.com/terraform-provider-minio/terraform-provider-minio/compare/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 #531.
v1.18.3
Changes on this Release:
- Destroy object versions on bucket force_destroy (terraform-provider-minio#524) by @pjsier
- Handle empty service account policy (terraform-provider-minio#518) by @ArataEM
Full Changelog: https://github.com/terraform-provider-minio/terraform-provider-minio/compare/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.
v1.18.0
What's Changed
New Contributors
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v1.17.2...v1.18.0
v1.17.2
What's Changed
- Enable the use of colons in policy names by @sdejong629 in #496
New Contributors
- @sdejong629 made their first contribution in #496
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v1.17.1...v1.17.2
v1.17.1
What's Changed
- Fix minio_iam_user_policy_attachment error: Provider produced inconsistent result after apply by @Adphi in #495
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v1.17.0...v1.17.1
v1.17.0
What's Changed
New Contributors
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v1.16.0...v1.17.0
v1.16.0
What's Changed
- KMS Keys and Bucket Server-Side-Encryption by @tobikris in #486
New Contributors
- @tobikris made their first contribution in #486
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v1.15.3...v1.16.0
v1.15.3
What's Changed
- Fix an example value of expirationby @y-yagi in #462
- Fix group status handling by @asdevcapybara in #484
New Contributors
- @y-yagi made their first contribution in #462
- @asdevcapybara made their first contribution in #484
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v1.15.2...v1.15.3
v1.15.2
What's Changed
New Contributors
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v1.15.1...v1.15.2
v1.15.1
What's Changed
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v1.15.0...v1.15.1
v1.15.0
What's Changed
New Contributors
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v1.14.0...v1.15.0
v1.14.0
What's Changed
- typo: fix The name of environment variable in the configuration file … by @CC11001100 in #443
- Add repo-tokento avoid API Limit Reached error by @felladrin in #444
- Update Terraform version used during the tests by @felladrin in #439
- Terraform SDK 2.26.x by @BuJo in #448
- Add support for LDAP user and group in policy attachments by @acolombier in #446
New Contributors
- @CC11001100 made their first contribution in #443
- @acolombier made their first contribution in #446
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v1.13.0...v1.14.0
v1.13.0
What's Changed
- CA Cert file path is now read from minio_cacert_file, instead ofminio_cert_file, by @BuJo in #433
- Fix documentation environment variables, by @YannickTeKulve in #436
New Contributors
- @YannickTeKulve made their first contribution in #436
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v1.12.0...v1.13.0
v1.12.0
Maintenance Release
v1.11.0
What's Changed
- Update module github.com/aws/aws-sdk-go to v1.44.157 by @renovate in #397
- Update github.com/hashicorp/go-cty digest to 8598007by @renovate in #398
- Update goreleaser/goreleaser-action action to v4 by @renovate in #399
- Update module github.com/aws/aws-sdk-go to v1.44.162 by @renovate in #400
- Update module github.com/minio/madmin-go to v2 by @renovate in #401
- Update module github.com/minio/madmin-go/v2 to v2.0.3 by @renovate in #402
- Update module github.com/aws/aws-sdk-go to v1.44.167 by @renovate in #403
- Update GitHub Workflow Status Badge by @felladrin in #404
- Add delete marker support to minio_ilm_policy rules by @pjsier in #405
- Update module github.com/minio/madmin-go/v2 to v2.0.4 by @renovate in #407
- Update module github.com/aws/aws-sdk-go to v1.44.171 by @renovate in #406
- Update module github.com/minio/madmin-go/v2 to v2.0.6 by @renovate in #408
- Update dominikh/staticcheck-action action to v1.3.0 by @renovate in #409
- Update module github.com/minio/minio-go/v7 to v7.0.46 by @renovate in #410
- Update module github.com/aws/aws-sdk-go to v1.44.177 by @renovate in #411
- Update module github.com/minio/minio-go/v7 to v7.0.47 by @renovate in #413
- Update module github.com/aws/aws-sdk-go to v1.44.180 by @renovate in #414
- Update module github.com/minio/madmin-go/v2 to v2.0.7 by @renovate in #415
- Add support for Tags in minio_ilm_policy resource by @pablo-ruth in #417
- Update module github.com/aws/aws-sdk-go to v1.44.189 by @renovate in #418
New Contributors
- @pablo-ruth made their first contribution in #417
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v1.10.0...v1.11.0
v1.10.0
What's Changed
- Update module github.com/aws/aws-sdk-go to v1.44.142 by @renovate in #391
- Update module github.com/minio/minio-go/v7 to v7.0.44 by @renovate in #392
- Update module github.com/aws/aws-sdk-go to v1.44.145 by @renovate in #393
- Update module github.com/aws/aws-sdk-go to v1.44.152 by @renovate in #395
- Update module github.com/minio/minio-go/v7 to v7.0.45 by @renovate in #394
- Add minio_s3_bucket_notification resource by @pjsier in #396
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v1.9.1...v1.10.0
v1.9.1
What's Changed
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v1.9.0...v1.9.1
v1.9.0
What's Changed
- Fix service account login by @BuJo in #376
- Add fields to minio_s3_bucket_versioning by @pjsier in #379
- Fix updating minio_iam_user name by @pjsier in #383
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v1.8.0...v1.9.0
v1.8.0
What's Changed
- Add minio_s3_bucket_versioningresource by @pjsier in #368
- Update minio docker image by @BuJo in #297
- Fix 'bucket' and 'user' examples by @felladrin in #373
- Update terraform to v1.3 by @felladrin in #372
- Update module github.com/aws/aws-sdk-go to v1.44.121 by @renovate-bot in #369
- Update module github.com/minio/minio-go/v7 to v7.0.42 by @renovate-bot in #367
- Update crazy-max/ghaction-import-gpg action to v5.2.0 by @renovate-bot in #365
- Update module github.com/minio/madmin-go to v1.6.6 by @renovate-bot in #363
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v1.7.1...v1.8.0
v1.7.1
What's Changed
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v1.7.0...v1.7.1
v1.7.0
What's Changed
- Remove reference to AUTHORS.md by @yardenshoham in #318
- Update docker.io/rzrbld/adminio-api Docker tag to v1.84 by @renovate in #319
- Add arnattribute to theminio_s3_bucketresource by @tmatilai in #322
- Update module github.com/google/go-cmp to v0.5.9 by @renovate in #328
- Add minio_insecure to docs by @jerr0328 in #343
- Update module gotest.tools/v3 to v3.4.0 by @renovate in #346
- Update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.24.0 by @renovate in #352
- Update module github.com/minio/madmin-go to v1.6.4 by @renovate in #350
- Update module github.com/aws/aws-sdk-go to v1.44.116 by @renovate in #356
- Update module github.com/minio/minio-go/v7 to v7.0.41 by @renovate in #357
- Don't force a re-creation on ACL change by @particleflux in #353
- Add minio_iam_service_account resource by @aslak11 in #355
- Use the plugin version from the latest available repository tag when running tasks by @felladrin in #359
- Avoid mentioning specific architectures of prebuilds on Readme by @felladrin in #358
- Use a loose version requirement, to make it runnable with the development version built with "task install" command by @felladrin in #361
New Contributors
- @tmatilai made their first contribution in #322
- @jerr0328 made their first contribution in #343
- @particleflux made their first contribution in #353
- @aslak11 made their first contribution in #355
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v1.6.0...v1.7.0
v1.6.0
What's Changed
- Now able to manage bucket quotas
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v1.5.3...v1.6.0
v1.5.3
What's Changed
- Update minio_s3_objectresource example by @felladrin in #238
- Fix usage of environment variable MINIO_ENABLE_HTTPS by @BuJo in #298
Full Changelog: https://github.com/aminueza/terraform-provider-minio/compare/v1.5.2...v1.5.3
Configuration
- 
If you want to rebase/retry this MR, check this box 
This MR has been generated by Renovate Bot.