Releases: ansible-collections/community.mongodb
Releases · ansible-collections/community.mongodb
latest
1.3.0
Release Summary
This release improves sharded cluster management, and adds schema validator management.
Several bug fixes improve compatibility with python3.6.
Minor Changes
- #338 - role monogdb_repository - Variablize repository details.
- #345 - roles mongodb_config, mongodb_mongod, mongodb_mongos - Make security.keyFile configurable.
- #346 - roles mongodb_config, mongodb_mongod, mongodb_mongos - Allow using net.bindIpAll instead of net.bindIp.
- #347 - roles mongodb_config, mongodb_mongod, mongodb_mongos - Allow overriding net.compression.compressors in mongo*.conf
Security Fixes
- #312 - Set no_log True for ssl_keyfile.
Bugfixes
- #315 - Fix exception handling for mongodb_stepdown module on python3.6
- #320 - Fix exception handling for modules mongodb_balancer, mongodb_shard, and mongodb_status.
- #352 - Add ansible.posix collection to dependencies list.
New Modules
- community.mongodb.mongodb_monitoring - Manages the free monitoring feature.
- community.mongodb.mongodb_schema - Manages MongoDB Document Schema Validators.
- community.mongodb.mongodb_shard_tag - Manage Shard Tags.
- community.mongodb.mongodb_shard_zone - Manage Shard Zones.
RC0.1.2
Lots of stuff.
Bootstap release
Disable unit tests (#2) mongodb doesn't have any unit tests, so remove that CI job Also correct community.general collection name typo I made. Integration tests will still fail for the moment till that collection is live.