Skip to content

Commit c9d3ac6

Browse files
authored
Merge pull request #781 from voxpupuli/release-prep
Release 7.0.0
2 parents 91977c2 + ae8c1e7 commit c9d3ac6

2 files changed

Lines changed: 34 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,39 @@ 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+
## [v7.0.0](https://github.com/voxpupuli/puppet-mongodb/tree/v7.0.0) (2025-06-11)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-mongodb/compare/v6.0.1...v7.0.0)
10+
11+
**Breaking changes:**
12+
13+
- Update default repo version to latest supported by OS [\#779](https://github.com/voxpupuli/puppet-mongodb/pull/779) ([h-haaks](https://github.com/h-haaks))
14+
- remove EOL OSes [\#775](https://github.com/voxpupuli/puppet-mongodb/pull/775) ([h-haaks](https://github.com/h-haaks))
15+
16+
**Implemented enhancements:**
17+
18+
- Add Ubuntu 24.04 support [\#778](https://github.com/voxpupuli/puppet-mongodb/pull/778) ([h-haaks](https://github.com/h-haaks))
19+
- Allow puppetlabs/apt 10.x [\#773](https://github.com/voxpupuli/puppet-mongodb/pull/773) ([smortex](https://github.com/smortex))
20+
- metadata.json: Add OpenVox [\#770](https://github.com/voxpupuli/puppet-mongodb/pull/770) ([jstraw](https://github.com/jstraw))
21+
- allow puppet/systemd 8.x [\#769](https://github.com/voxpupuli/puppet-mongodb/pull/769) ([jay7x](https://github.com/jay7x))
22+
23+
**Fixed bugs:**
24+
25+
- granting roles using role@db syntax does not allow db names containing "-" [\#771](https://github.com/voxpupuli/puppet-mongodb/issues/771)
26+
27+
**Closed issues:**
28+
29+
- Update default mongodb version to 7.x [\#754](https://github.com/voxpupuli/puppet-mongodb/issues/754)
30+
31+
**Merged pull requests:**
32+
33+
- README: fix spacing style [\#780](https://github.com/voxpupuli/puppet-mongodb/pull/780) ([kenyon](https://github.com/kenyon))
34+
- Add MongoDB 8.x to integration tests [\#777](https://github.com/voxpupuli/puppet-mongodb/pull/777) ([h-haaks](https://github.com/h-haaks))
35+
- remove tests on EOL MongoDB 5.x [\#776](https://github.com/voxpupuli/puppet-mongodb/pull/776) ([h-haaks](https://github.com/h-haaks))
36+
- replace legacy facts in unit tests [\#774](https://github.com/voxpupuli/puppet-mongodb/pull/774) ([h-haaks](https://github.com/h-haaks))
37+
- fix regex to allow database names to contain "-" in role@db syntax [\#772](https://github.com/voxpupuli/puppet-mongodb/pull/772) ([dermsd](https://github.com/dermsd))
38+
- Fix secondary users on a replicaset being marked as changed [\#766](https://github.com/voxpupuli/puppet-mongodb/pull/766) ([stevenpost](https://github.com/stevenpost))
39+
740
## [v6.0.1](https://github.com/voxpupuli/puppet-mongodb/tree/v6.0.1) (2024-05-07)
841

942
[Full Changelog](https://github.com/voxpupuli/puppet-mongodb/compare/v6.0.0...v6.0.1)

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": "6.0.2-rc0",
3+
"version": "7.0.0",
44
"author": "Vox Pupuli",
55
"summary": "Installs MongoDB on RHEL/Ubuntu/Debian.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)