Skip to content

Releases: aminueza/terraform-provider-minio

v2.2.0

12 Mar 13:51
b851c58
Compare
Choose a tag to compare

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: v2.1.0...v2.2.0

v2.1.0

11 Mar 18:59
67ee876
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.1.0

v1.20.1

08 Nov 07:38
Compare
Choose a tag to compare

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

v2.0.1

07 Nov 20:01
f3d4298
Compare
Choose a tag to compare

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: v2.0.0...v2.0.1

v2.0.0

05 Nov 04:02
f4464e5
Compare
Choose a tag to compare

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 /v2 to 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.0

Full Changelog: v1.18.0...v2.0.0

Note
v1 branch diverged from main at after the release v1.18.0.

v1.20.0

04 Nov 22:33
Compare
Choose a tag to compare

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

Full Changelog: 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

24 Oct 11:49
Compare
Choose a tag to compare

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: 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

24 Oct 08:59
Compare
Choose a tag to compare

Changes on this Release:

  • Destroy object versions on bucket force_destroy (#524) by @pjsier
  • Handle empty service account policy (#518) by @ArataEM

Full Changelog: 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

04 Sep 14:53
8338bdd
Compare
Choose a tag to compare

What's Changed

  • Add policy field to minio_iam_service account by @ArataEM in #502

New Contributors

Full Changelog: v1.17.2...v1.18.0

v1.17.2

04 Aug 12:24
02df820
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.17.1...v1.17.2