Terraform Provider MinIO v3.43.0
To install this provider, copy and paste this code into your Terraform configuration:
terraform {
required_providers {
minio = {
source = "aminueza/minio"
version = "3.43.0"
}
}
}What's Changed
🚀 Features
- feat: add the minio_kms_keys data source by @aminueza in #1168
- feat: add the minio_access_keys data source by @aminueza in #1169
🐛 Bug Fixes
- fix: drop ClientAuth from client TLS CA setup by @team-humaki in #1162
- fix(client): stop setting ClientAuth on the client TLS configuration by @LouisDeconinck in #1163
- fix: judge a minio_config key by the subsystem, not by an underscore by @aminueza in #1171
📖 Documentation
- docs: split AGENTS.md into an index with detailed guides in docs/agents/ by @felladrin in #1175
- docs: record the accesskey policy fix and the dependency bumps by @aminueza in #1178
🔧 Maintenance
- chore: declare every type in payload.go and keep it that way by @aminueza in #1172
- ci: stop the link checker resolving mailto addresses by @aminueza in #1177
📦 Dependencies
- chore: update Go toolchain to go1.26.8 by @github-actions[bot] in #1167
Other Changes
- Fix/accesskey policy wipe on secret rotation by @Arash-81 in #1176
- chore: release v3.43.0 by @github-actions[bot] in #1179
New Contributors
- @team-humaki made their first contribution in #1162
- @LouisDeconinck made their first contribution in #1163
Full Changelog: v3.42.0...v3.43.0