Release 1.2.1 - changlog and Modulefile

Signed-off-by: Ken Barber <ken@bob.sh>
This commit is contained in:
Ken Barber 2013-04-08 11:33:39 +01:00
parent 994e226743
commit fd9d63ef4d
2 changed files with 15 additions and 1 deletions

View file

@ -4,6 +4,20 @@ Release notes for the puppetlabs-puppetdb module.
------------------------------------------
#### 1.2.1 - 2013/04/08
This is a minor bugfix that solves the PuppetDB startup exception:
java.lang.AssertionError: Assert failed: (string? s)
This was due to the default `node-ttl` and `node-purge-ttl` settings not having a time suffix by default. These settings required 's', 'm', 'd' etc. to be suffixed, even if they are zero.
#### Changes
* (Ken Barber) Add 's' suffix to period settings to avoid exceptions in PuppetDB
------------------------------------------
#### 1.2.0 - 2013/04/05
This release is primarily about providing full configuration file support in the module for PuppetDB 1.2.0. (The alignment of version is a coincidence I assure you :-).

View file

@ -1,5 +1,5 @@
name 'puppetlabs-puppetdb'
version '1.2.0'
version '1.2.1'
source 'git://github.com/puppetlabs-puppet/puppetlabs-puppetdb.git'
author 'Puppet Labs'
description 'PuppetDB resource types'