Skip to content

Commit 6e0351d

Browse files
committed
Merge pull request voxpupuli#213 from hunner/release_0.11.0
Release 0.11.0
2 parents 0a80dee + c1172c9 commit 6e0351d

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 2015-06-22 - Release 0.11.0
2+
### Summary
3+
4+
#### Features
5+
- Add arbiter support to to `mongodb_replset`
6+
- Add `mongod_service_manage`, `mongos_service_manage`, and `ipv6` to `mongodb::globals`
7+
- Add `service_manage`, `unitxsocketprefix`, `pidfilepath`, `logpath`, `fork`, `bind_ip`, `port`, and `restart` to `mongodb::mongos` class
8+
- Add `key`, `ipv6`, `service_manage`, and `restart` to `mongodb::server` class
9+
- Allow mongodb\_conn\_validator to take an array of nodes via composite namevar
10+
11+
#### Bugfixes
12+
- Update to long apt repo key and bump compatibility to include apt 2
13+
- Fix `nohttpinterface` on >= 2.6
14+
- Fix connection validation when bind\_ip is 0.0.0.0
15+
- Fix mongodb\_conn\_validator to use default port in shard mode
16+
117
##2015-01-13 - Release 0.10.0
218
###Summary
319

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-mongodb",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"author": "puppetlabs",
55
"summary": "Installs MongoDB on RHEL/Ubuntu/Debian.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)