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