Skip to content

Releases: ansible-collections/community.mongodb

latest

16 Jan 06:06
979ca9f
Compare
Choose a tag to compare

Development release

1.3.0

20 Jul 23:18
0a366b4
Compare
Choose a tag to compare

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

30 Mar 17:40
5da1a93
Compare
Choose a tag to compare
RC0.1.2 Pre-release
Pre-release

Lots of stuff.

Bootstap release

15 Mar 11:56
21cbdc8
Compare
Choose a tag to compare
Bootstap release Pre-release
Pre-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.