github aminueza/terraform-provider-minio v3.42.0

one hour ago

Terraform Provider MinIO v3.42.0

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

terraform {
  required_providers {
    minio = {
      source  = "aminueza/minio"
      version = "3.42.0"
    }
  }
}

What's Changed

๐Ÿš€ Features

  • feat: serve ephemeral credentials through plugin-framework muxing by @aminueza in #1147

๐Ÿ› Bug Fixes

  • fix: honour the request timeout, retry and delay environment variables by @aminueza in #1153
  • fix: send STS credential requests through the provider transport by @aminueza in #1154
  • fix: pull the MinIO test images from quay.io by @aminueza in #1158

๐Ÿ”ง Maintenance

  • ci: promote the Unreleased changelog section when tagging a release by @aminueza in #1159
  • ci: open a pull request for the release changelog instead of pushing to main by @aminueza in #1160

๐Ÿ“ฆ Dependencies

  • chore: update Go toolchain to go1.26.8 by @github-actions[bot] in #1141

๐Ÿงช Tests

  • test: run Terraform against the muxed provider server by @aminueza in #1156
  • test: cover the framework half of the provider by @aminueza in #1157

Other Changes

  • chore: release v3.42.0 by @github-actions[bot] in #1161

Full Changelog: v3.41.1...v3.42.0

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

NewReleases is sending notifications on new releases.