All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Update README badges (#16)
- Move repository to dubzland/ansible-collections/minio (#17)
1.1.0 - 2024-04-27
- Authentication for modules is now an
auth
dict with suboptions (#12) - CI is now controlled by external, common templates (#11)
minio_policy
now accepts a list of structured statements instead of a free-form document (#5)
1.0.1 - 2023-12-03
- Minio server url can now be specified (#8)
- Minio options can be specified to allow setting the listen port
- Updated documentation examples to match access_key -> minio_access_key (#7)
1.0.0 - 2023-11-29
- Ansible module
minio_bucket
for managing Buckets (#3) - Ansible module
minio_user
for managing Users (#2)
- Extracted common minio client logic into a module_util
0.0.2 - 2023-11-25
- Ansible module
minio_alias
for managingmc
aliases (#1) - Ansible module
minio_policy
for managing Policies (#4)
- Refactored testing to fall more in line with a standard collection. (#6)
0.0.1 - 2023-11-15
- Minio Client and Server role