- Update to latest version for MongoDB server (2.4.6) and Gems (1.9.2)
- Update dependencies for test suite (Test Kitchen, Strainer, Chefspec)
- Update cookbook dependency for
sysctl
to make sure people won't end up with the0.3.1
release, which had issues with the resource provider we use
- Fix for potential namespace issue, where the
Mongo
class is resolved incorrectly - The defined "open file" ulimit is now correctly set for the
mongod
process - Added support for (optionally) updating the tcp_keepalive time on a system - this is recommended by 10gen to resolve network problems with replica sets and shards. Functionality can be enabled by setting
set_tcp_keepalive_time
totrue
. The default is 300, but can be adjusted viatcp_keepalive_time
.