Skip to content
This repository was archived by the owner on Mar 17, 2023. It is now read-only.

Commit 1aacce6

Browse files
committed
prepare release 3.4.2
1 parent 09b57b9 commit 1aacce6

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
## 2014-11-08 - 3.4.1
1+
## 2014-12-02 - 3.4.2 (Bugfix release)
2+
3+
#### Bugfixes:
4+
5+
- inheriting `old_servicename` correctly from main class `mongodb`
6+
- fix different apt source for debian and ubuntu
7+
8+
## 2014-11-08 - 3.4.1 (Bugfix release)
29

310
#### Features:
411

@@ -10,7 +17,7 @@
1017
- fix absolute variable path from params.pp
1118
- Debian: remove --make-pidfile , because mongod sets pidfile itself
1219

13-
## 2014-06-23 - 3.4.0
20+
## 2014-06-23 - 3.4.0 (Feature release)
1421

1522
#### Features:
1623

@@ -23,19 +30,19 @@
2330
- fix package naming on Debian-like systems
2431
- package names are version 2.6.x compatiple now
2532

26-
## 2014-04-22 - 3.3.1
33+
## 2014-04-22 - 3.3.1 (Bugfix release)
2734

2835
- set ulimit nproc (number of processes) to recommend value 32k (was 1024)
2936
- add parameter to set ulimit nproc
3037
- complete rewrite of README
3138

32-
## 2014-01-10 - 3.3.0
39+
## 2014-01-10 - 3.3.0 (Feature release)
3340

3441
- you can specify which version of mongodb to be installed (package_ensure)
3542
- ensure default init script is replaced on ubuntu on puppet >3.3
3643
- parameter logrotate_package_manage allows you to specify if this module should install logrotate package
3744

38-
## 2013-12-11 - 3.2.1
45+
## 2013-12-11 - 3.2.1 (Bugfix release)
3946

4047
- fix a bunch of changed variables
4148

Modulefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name 'dwerder-mongodb'
2-
version '3.4.1'
2+
version '3.4.2'
33
source 'git clone https://github.com/echocat/puppet-mongodb.git'
44
author 'echocat / Daniel Werdermann'
55
license 'Mozilla Public License Version 2.0'

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
}
2828
],
2929
"name": "dwerder-mongodb",
30-
"version": "3.4.1",
30+
"version": "3.4.2",
3131
"source": "git clone https://github.com/echocat/puppet-mongodb.git",
3232
"author": "echocat / Daniel Werdermann",
3333
"license": "Mozilla Public License Version 2.0",

0 commit comments

Comments
 (0)