From 45f9de11d641950da20247b2bbf65c3758ffb4e7 Mon Sep 17 00:00:00 2001 From: Chris Price Date: Thu, 18 Jul 2013 13:46:01 -0700 Subject: [PATCH] Update CHANGELOG and Modulefile for 1.5.0 release --- CHANGELOG | 11 +++++++++++ Modulefile | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 1981da3..8df9bb8 100644 --- a/CHANGELOG +++ b/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 This feature release provides support for managing the puppetdb report diff --git a/Modulefile b/Modulefile index 6c0d6ce..2bbc94f 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'puppetlabs-puppetdb' -version '1.4.0' +version '1.5.0' source 'git://github.com/puppetlabs/puppetlabs-puppetdb.git' author 'Puppet Labs' description 'PuppetDB resource types'