Skip to content

Commit d6141b5

Browse files
committed
Merge pull request voxpupuli#279 from HelenCampbell/0.13.0Prep
Prep for 0.13.0 release
2 parents f3e41aa + e1386df commit d6141b5

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## Release 0.13.0
2+
### Summary
3+
Adds several new large features, including the support of mongodb 3.x. Also applies numerous bugfixes, mainly around fixing errors being thrown and syntax issues.
4+
5+
#### Features
6+
- Adds mongodb_version fact.
7+
- Add mongodb 3.x.
8+
- Update to current msync configs.
9+
- Now ensures that the pidfile exists and is writable.
10+
- Simplified configuration parsing.
11+
- Made argument handling more extensible.
12+
- Added SSL support.
13+
- Made ssl_ca optional when using SSL.
14+
- Added $maxconns to mongodb::server::config.
15+
- Added Suse to operating systems.
16+
17+
#### Bugfixes
18+
- Removes empty lines between doc and definition.
19+
- Fix when using admin params : catalog: Found 1 dependency cycle: issue.
20+
- Some syntax error fixes.
21+
- Cleaned up provider formatting.
22+
- Parse NumberLong data type from mongodb outputs to generate valid json.
23+
- Checks if $version is defined before versioncmp.
24+
- Fixed deprecation warning for use of configtimeout.
25+
126
## 2016-02-08 - Release 0.12.0
227
### Summary
328
There are a number of bugfixes and features added in this release including, mongo db 3 engine support, ipv6 support and repo and yum improvements.

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.12.0",
3+
"version": "0.13.0",
44
"author": "puppetlabs",
55
"summary": "Installs MongoDB on RHEL/Ubuntu/Debian.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)