From eb7c27d87418fc643f19422189318507ca930ffe Mon Sep 17 00:00:00 2001 From: Ken Barber Date: Thu, 1 Aug 2013 18:40:06 +0100 Subject: [PATCH] Release 2.4.1 This updates the Modulefile and Changelog for release 2.4.1. Signed-off-by: Ken Barber --- Changelog | 15 +++++++++++++++ Modulefile | 4 ++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index f1bbda1..ff1d31d 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,18 @@ +2013-08-01 Release 2.4.1 +======================== + +Summary +------- + +This minor bugfix release solves an idempotency issue when using plain text +passwords for the password_hash parameter for the postgresql::role defined +type. Without this, users would continually see resource changes everytime +your run Puppet. + +Bugfixes +--------- +- Alter role call not idempotent with cleartext passwords (Ken Barber) + 2013-07-19 Release 2.4.0 ======================== diff --git a/Modulefile b/Modulefile index dab2249..1966114 100644 --- a/Modulefile +++ b/Modulefile @@ -1,10 +1,10 @@ name 'puppetlabs-postgresql' -version '2.4.0' +version '2.4.1' source 'git://github.com/puppetlabs/puppet-postgresql.git' author 'Inkling/Puppet Labs' description 'PostgreSQL defined resource types' summary 'PostgreSQL defined resource types' -license 'Apache' +license 'ASL 2.0' project_page 'https://github.com/puppetlabs/puppet-postgresql' dependency 'puppetlabs/stdlib', '>=3.2.0 <5.0.0'