Prepare for Release 1.1.5
Updated CHANGELOG and Modulefile. Added proper ignores for packaging and removed duplicate release notes from README.md. Signed-off-by: Ken Barber <ken@bob.sh>
This commit is contained in:
parent
4f2e902c00
commit
8df379a21d
4 changed files with 16 additions and 12 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
pkg/
|
||||
metadata.json
|
13
CHANGELOG
13
CHANGELOG
|
@ -1,3 +1,16 @@
|
|||
1.1.5
|
||||
=====
|
||||
|
||||
2013-02-13 - Karel Brezina
|
||||
* Fix database creation so database_username, database_password and
|
||||
database_name are correctly passed during database creation.
|
||||
|
||||
2013-01-29 - Lauren Rother
|
||||
* Change README to conform to new style and various other README improvements
|
||||
|
||||
2013-01-17 - Chris Price
|
||||
* Improve documentation in init.pp
|
||||
|
||||
1.1.4
|
||||
========
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name 'puppetlabs-puppetdb'
|
||||
version '1.1.4'
|
||||
version '1.1.5'
|
||||
source 'git://github.com/puppetlabs-puppet/puppetlabs-puppetdb.git'
|
||||
author 'Puppet Labs'
|
||||
description 'PuppetDB resource types'
|
||||
|
|
11
README.md
11
README.md
|
@ -361,14 +361,3 @@ Puppet Labs modules on the Puppet Forge are open projects, and community contrib
|
|||
We want to keep it as easy as possible to contribute changes so that our modules work in your environment. There are a few guidelines that we need contributors to follow so that we can have a chance of keeping on top of things.
|
||||
|
||||
You can read the complete module contribution guide [on the Puppet Labs wiki.](http://projects.puppetlabs.com/projects/module-site/wiki/Module_contributing)
|
||||
|
||||
Release Notes
|
||||
--------------
|
||||
|
||||
**1.1.4**
|
||||
|
||||
This is a bugfix release, mostly around fixing backward-compatibility for the deprecated manage_redhat_firewall parameter. It wasn’t actually entirely backwards-compatible in the 1.1.3 release.
|
||||
|
||||
**1.1.3**
|
||||
|
||||
This is mostly a maintenance release, to update the module dependencies to newer versions in preparation for some new features. This release does include some nice additions around the ability to set the listen address for the HTTP port on Jetty and manage the firewall for that port. Thanks very much to Drew Blessing for those submissions!
|
||||
|
|
Loading…
Reference in a new issue