From e88a0deafe2c3c1433ad404c569aed785bd7c2f0 Mon Sep 17 00:00:00 2001 From: Seth Thomas Date: Tue, 4 Apr 2017 14:12:21 -0400 Subject: [PATCH] Release 3.0.3 Signed-off-by: Seth Thomas --- CHANGELOG.md | 6 ++++++ metadata.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 021cb82..70e1b96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ This file is used to list changes made in each version of the openldap cookbook. +## [v3.0.3](https://github.com/chef-cookbooks/openldap/tree/v3.0.3) (2017-04-04) +[Full Changelog](https://github.com/chef-cookbooks/openldap/compare/v3.0.2...v3.0.3) + +- Break rhelish 6 and 7 sysconfig templates out separately [\#89](https://github.com/chef-cookbooks/openldap/pull/89) ([cheeseplus](https://github.com/cheeseplus)) +- Fixing CentOS and Amazon Linux support [\#88](https://github.com/chef-cookbooks/openldap/pull/88) ([jpooler](https://github.com/jpooler)) + ## v3.0.2 (2017-03-27) - Change `/var/cache/local/preseeding` resource configuration to be mode '0755' diff --git a/metadata.rb b/metadata.rb index f6850f5..e87068d 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache-2.0' description 'Installs and configures OpenLDAP (slapd) an open source implementation of LDAP.' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '3.0.2' +version '3.0.3' recipe 'openldap::default', 'Install and configure OpenLDAP'