Hugo Haakseth
Hugo Haakseth
Now that we have mongodb 7.x support and we have breaking changes already in the next release, do we bump default repo version to 7.0 as well?
#### Pull Request (PR) description As this module now support the latest mongodb versions the default repo version should reflect this. #### This Pull Request (PR) fixes the following issues...
## What are you seeing When working on integration tests with `mongodb::server::create_admin=true` I noticed prefetch of databases failed. The error was fixed in the provider, but it bot me thinking...
The isMaster() command was deprecated in Mongodb 4.4.2 We should start using the hello() command in facts and provider implementations.