Skip to content

Commit

Permalink
Release 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smortex committed Jun 9, 2024
1 parent ba8084f commit b434565
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,30 @@ All notable changes to this project will be documented in this file.
Each new release typically also includes the latest modulesync defaults.
These should not affect the functionality of the module.

## [v8.0.0](https://github.com/voxpupuli/puppet-openldap/tree/v8.0.0) (2024-06-09)

[Full Changelog](https://github.com/voxpupuli/puppet-openldap/compare/v7.0.2...v8.0.0)

**Breaking changes:**

- Rework `openldap::server::database` interface for the `limits` parameter [\#414](https://github.com/voxpupuli/puppet-openldap/pull/414) ([smortex](https://github.com/smortex))
- Rework `openldap::server::database` interface for the `syncrepl` parameter [\#412](https://github.com/voxpupuli/puppet-openldap/pull/412) ([smortex](https://github.com/smortex))
- Remove deprecated code [\#388](https://github.com/voxpupuli/puppet-openldap/pull/388) ([smortex](https://github.com/smortex))

**Implemented enhancements:**

- Loosen restrictive regex on syncrepl keepalive [\#421](https://github.com/voxpupuli/puppet-openldap/pull/421) ([gcoxmoz](https://github.com/gcoxmoz))
- update puppet-systemd upper bound to 8.0.0 [\#419](https://github.com/voxpupuli/puppet-openldap/pull/419) ([TheMeier](https://github.com/TheMeier))
- Bump puppet-epel version [\#415](https://github.com/voxpupuli/puppet-openldap/pull/415) ([Valantin](https://github.com/Valantin))
- Add krb5 client keytab var [\#411](https://github.com/voxpupuli/puppet-openldap/pull/411) ([Valantin](https://github.com/Valantin))
- puppet/epel: Allow 5.x [\#410](https://github.com/voxpupuli/puppet-openldap/pull/410) ([zilchms](https://github.com/zilchms))
- Add support for Debian 12 [\#408](https://github.com/voxpupuli/puppet-openldap/pull/408) ([smortex](https://github.com/smortex))
- Allow systemd 6.x [\#405](https://github.com/voxpupuli/puppet-openldap/pull/405) ([gcoxmoz](https://github.com/gcoxmoz))

**Closed issues:**

- Syncrepl needs a better documentation [\#221](https://github.com/voxpupuli/puppet-openldap/issues/221)

## [v7.0.2](https://github.com/voxpupuli/puppet-openldap/tree/v7.0.2) (2024-01-06)

[Full Changelog](https://github.com/voxpupuli/puppet-openldap/compare/v7.0.1...v7.0.2)
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

Check warning on line 1 in metadata.json

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

Skipping EOL operating system Ubuntu 18.04

Check warning on line 1 in metadata.json

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

Skipping EOL operating system CentOS 8
"name": "puppet-openldap",
"version": "7.0.3-rc0",
"version": "8.0.0",
"author": "Vox Pupuli",
"summary": "Puppet OpenLDAP module",
"license": "Apache-2.0",
Expand Down

0 comments on commit b434565

Please sign in to comment.