Skip to content

Commit 6ff42e9

Browse files
committed
release version v4.2.0
1 parent 0121c36 commit 6ff42e9

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

+16-1
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-
## [v4.1.1](https://github.com/voxpupuli/puppet-mongodb/tree/v4.1.1) (2022-03-11)
7+
## [v4.2.0](https://github.com/voxpupuli/puppet-mongodb/tree/v4.2.0) (2022-12-07)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-mongodb/compare/v4.1.1...v4.2.0)
10+
11+
**Implemented enhancements:**
12+
13+
- Add TLS options [\#645](https://github.com/voxpupuli/puppet-mongodb/pull/645) ([poloz-lab](https://github.com/poloz-lab))
14+
- SCRAM-SHA-256 support [\#643](https://github.com/voxpupuli/puppet-mongodb/pull/643) ([poloz-lab](https://github.com/poloz-lab))
15+
16+
**Fixed bugs:**
17+
18+
- Auth in mongod 3.6 [\#437](https://github.com/voxpupuli/puppet-mongodb/issues/437)
19+
- mongodb\_user ignores `database` parameter when removing a user [\#644](https://github.com/voxpupuli/puppet-mongodb/pull/644) ([SeanHood](https://github.com/SeanHood))
20+
- Fix ReplicaSet with Auth creation \(new error message to handle\) [\#632](https://github.com/voxpupuli/puppet-mongodb/pull/632) ([BDelacour](https://github.com/BDelacour))
21+
22+
## [v4.1.1](https://github.com/voxpupuli/puppet-mongodb/tree/v4.1.1) (2022-03-12)
823

924
[Full Changelog](https://github.com/voxpupuli/puppet-mongodb/compare/v4.1.0...v4.1.1)
1025

metadata.json

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

0 commit comments

Comments
 (0)