Update CHANGELOG and Modulefile for 1.5.0 release
This commit is contained in:
parent
cffb9179b2
commit
45f9de11d6
2 changed files with 12 additions and 1 deletions
11
CHANGELOG
11
CHANGELOG
|
@ -4,6 +4,17 @@ Release notes for the puppetlabs-puppetdb module.
|
||||||
|
|
||||||
------------------------------------------
|
------------------------------------------
|
||||||
|
|
||||||
|
#### 1.5.0 - 2013/07/18
|
||||||
|
|
||||||
|
This minor feature release provides the following new functionality:
|
||||||
|
|
||||||
|
* The module is now capable of managing PuppetDB on SUSE systems
|
||||||
|
for which PuppetDB packages are available
|
||||||
|
* The ruby code for validating the PuppetDB connection now
|
||||||
|
supports validating on a non-SSL HTTP port.
|
||||||
|
|
||||||
|
------------------------------------------
|
||||||
|
|
||||||
#### 1.4.0 - 2013/05/13
|
#### 1.4.0 - 2013/05/13
|
||||||
|
|
||||||
This feature release provides support for managing the puppetdb report
|
This feature release provides support for managing the puppetdb report
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name 'puppetlabs-puppetdb'
|
name 'puppetlabs-puppetdb'
|
||||||
version '1.4.0'
|
version '1.5.0'
|
||||||
source 'git://github.com/puppetlabs/puppetlabs-puppetdb.git'
|
source 'git://github.com/puppetlabs/puppetlabs-puppetdb.git'
|
||||||
author 'Puppet Labs'
|
author 'Puppet Labs'
|
||||||
description 'PuppetDB resource types'
|
description 'PuppetDB resource types'
|
||||||
|
|
Loading…
Reference in a new issue