You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25-1Lines changed: 25 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,29 @@
1
+
## Release 0.14.0
2
+
### Summary
3
+
This breaking release increases the lower bound of the puppetlabs-apt dependency to the 2.x series of apt and puppetlabs-stdlib to >= 4.4.0. The operating system metadata is also updated to reflect modern systems.
4
+
5
+
### Backwards-incompatible change
6
+
- Increase apt lower dependency to >= 2.1.0
7
+
- Increase stdlib lower dependency to >= 4.4.0
8
+
- Drop RHEL & Centos 5
9
+
- Drop Debian 6
10
+
- Drop Ubuntu 10.04
11
+
12
+
### Features
13
+
- Add `mongodb_is_master` fact
14
+
- Add `mongodb::db::db_name` parameter for exported resource deduplication
- Fix timestamp and other javascript object removal
23
+
- Correct permissions on .mongorc.js to 600
24
+
1
25
## Release 0.13.0
2
-
### Summary
26
+
### Summary
3
27
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.
0 commit comments