Skip to content

Commit 2d484f3

Browse files
authored
Merge pull request #389 from voxpupuli/release-7.0.0
2 parents 7a25ea0 + d13d112 commit 2d484f3

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,31 @@ 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-openldap/tree/v7.0.0) (2023-06-28)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-openldap/compare/v6.1.0...v7.0.0)
10+
11+
**Breaking changes:**
12+
13+
- Drop Puppet 6 support [\#379](https://github.com/voxpupuli/puppet-openldap/pull/379) ([bastelfreak](https://github.com/bastelfreak))
14+
- Grant access to the specified RootDN if one is given [\#362](https://github.com/voxpupuli/puppet-openldap/pull/362) ([VictorPavlushin](https://github.com/VictorPavlushin))
15+
16+
**Implemented enhancements:**
17+
18+
- Improve service bootstraping on Debian [\#387](https://github.com/voxpupuli/puppet-openldap/pull/387) ([smortex](https://github.com/smortex))
19+
- Relax dependencies version requirements [\#385](https://github.com/voxpupuli/puppet-openldap/pull/385) ([smortex](https://github.com/smortex))
20+
- Allow management of the package versions installed [\#384](https://github.com/voxpupuli/puppet-openldap/pull/384) ([gcoxmoz](https://github.com/gcoxmoz))
21+
- Add olcMultiProvider as a database config parameter [\#383](https://github.com/voxpupuli/puppet-openldap/pull/383) ([gcoxmoz](https://github.com/gcoxmoz))
22+
- Add support for Puppet 8 [\#381](https://github.com/voxpupuli/puppet-openldap/pull/381) ([smortex](https://github.com/smortex))
23+
24+
**Closed issues:**
25+
26+
- Version 6.1.0 breaks disabling nonexistent services [\#386](https://github.com/voxpupuli/puppet-openldap/issues/386)
27+
28+
**Merged pull requests:**
29+
30+
- Remove unage of legacy stdlib function [\#380](https://github.com/voxpupuli/puppet-openldap/pull/380) ([smortex](https://github.com/smortex))
31+
732
## [v6.1.0](https://github.com/voxpupuli/puppet-openldap/tree/v6.1.0) (2023-04-13)
833

934
[Full Changelog](https://github.com/voxpupuli/puppet-openldap/compare/v6.0.1...v6.1.0)

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppet-openldap",
3-
"version": "6.1.1-rc0",
3+
"version": "7.0.0",
44
"author": "Vox Pupuli",
55
"summary": "Puppet OpenLDAP module",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)