Skip to content

Commit b459160

Browse files
committed
Release 2.4.0
1 parent eb2e1c2 commit b459160

2 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,22 @@ All notable changes to this project will be documented in this file.
44
Each new release typically also includes the latest modulesync defaults.
55
These should not affect the functionality of the module.
66

7-
## [v2.3.0](https://github.com/voxpupuli/puppet-mongodb/tree/v2.3.0) (2018-08-19)
7+
## [v2.4.0](https://github.com/voxpupuli/puppet-mongodb/tree/v2.4.0) (2018-10-05)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-mongodb/compare/v2.3.0...v2.4.0)
10+
11+
**Fixed bugs:**
12+
13+
- Fallback to monogb version from fact if no explicit version got provided [\#485](https://github.com/voxpupuli/puppet-mongodb/pull/485) ([fbrehm](https://github.com/fbrehm))
14+
15+
**Merged pull requests:**
16+
17+
- modulesync 2.1.0, allow puppet 6.x and puppetlabs/apt 6.x [\#490](https://github.com/voxpupuli/puppet-mongodb/pull/490) ([bastelfreak](https://github.com/bastelfreak))
18+
- allow puppetlabs/stdlib 5.x [\#484](https://github.com/voxpupuli/puppet-mongodb/pull/484) ([bastelfreak](https://github.com/bastelfreak))
19+
- add gsub to replace invalid json values with a 1 [\#468](https://github.com/voxpupuli/puppet-mongodb/pull/468) ([TomRitserveldt](https://github.com/TomRitserveldt))
20+
- add rs.slaveOk to run before the getDBs call [\#446](https://github.com/voxpupuli/puppet-mongodb/pull/446) ([TomRitserveldt](https://github.com/TomRitserveldt))
21+
22+
## [v2.3.0](https://github.com/voxpupuli/puppet-mongodb/tree/v2.3.0) (2018-08-20)
823

924
[Full Changelog](https://github.com/voxpupuli/puppet-mongodb/compare/v2.2.2...v2.3.0)
1025

metadata.json

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

0 commit comments

Comments
 (0)