From 4680975fb635ec2ff576b112b591e94a0bec8dc9 Mon Sep 17 00:00:00 2001 From: Trey Dockendorf Date: Wed, 27 Dec 2023 10:01:50 -0500 Subject: [PATCH] Release 7.0.1 --- CHANGELOG.md | 15 ++++++++++++++- metadata.json | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0da99c59..5d1b77d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,20 @@ 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. -## [v7.0.0](https://github.com/voxpupuli/puppet-openldap/tree/v7.0.0) (2023-06-28) +## [v7.0.1](https://github.com/voxpupuli/puppet-openldap/tree/v7.0.1) (2023-12-27) + +[Full Changelog](https://github.com/voxpupuli/puppet-openldap/compare/v7.0.0...v7.0.1) + +**Fixed bugs:** + +- Fix openldap\_password function to avoid errors with latest Puppet 7 [\#398](https://github.com/voxpupuli/puppet-openldap/pull/398) ([treydock](https://github.com/treydock)) +- Fix openldap\_schema replace without attribute types [\#393](https://github.com/voxpupuli/puppet-openldap/pull/393) ([dmaes](https://github.com/dmaes)) + +**Merged pull requests:** + +- Drop pidfile\_workaround from Beaker testing [\#395](https://github.com/voxpupuli/puppet-openldap/pull/395) ([ekohl](https://github.com/ekohl)) + +## [v7.0.0](https://github.com/voxpupuli/puppet-openldap/tree/v7.0.0) (2023-07-10) [Full Changelog](https://github.com/voxpupuli/puppet-openldap/compare/v6.1.0...v7.0.0) diff --git a/metadata.json b/metadata.json index 8cdd635b..0ba87a97 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-openldap", - "version": "7.0.1-rc0", + "version": "7.0.1", "author": "Vox Pupuli", "summary": "Puppet OpenLDAP module", "license": "Apache-2.0",