Skip to content

Commit 994e226

Browse files
committed
Merge pull request #44 from kbarber/ticket/master/release
Prepare for release 1.2.0
2 parents 04d5bf1 + c51037a commit 994e226

3 files changed

Lines changed: 52 additions & 5 deletions

File tree

CHANGELOG

Lines changed: 33 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## puppetlabs-puppetdb changelog
2+
3+
Release notes for the puppetlabs-puppetdb module.
4+
5+
------------------------------------------
6+
7+
#### 1.2.0 - 2013/04/05
8+
9+
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 :-).
10+
11+
This feature release adds the following new configuration parameters to the main `puppetdb` class:
12+
13+
* node_ttl
14+
* node_purge_ttl (available in >=1.2.0)
15+
* report_ttl
16+
17+
Consult the README for futher details about these new configurable items.
18+
19+
##### Changes
20+
21+
* (Nick Lewis) Add params and ini settings for node/purge/report ttls and document them
22+
23+
------------------------------------------
24+
125
1.1.5
226
=====
327

@@ -11,8 +35,10 @@
1135
2013-01-17 - Chris Price
1236
* Improve documentation in init.pp
1337

38+
------------------------------------------
39+
1440
1.1.4
15-
========
41+
=====
1642

1743
This is a bugfix release, mostly around fixing backward-compatibility for the
1844
deprecated `manage_redhat_firewall` parameter. It wasn't actually entirely
@@ -24,8 +50,10 @@ backwards-compatible in the 1.1.3 release.
2450
2013-01-16 - Chris Price <chris@puppetlabs.com>
2551
* Fix deprecation warnings around manage_redhat_firewall (448f8bc)
2652

53+
------------------------------------------
54+
2755
1.1.3
28-
========
56+
=====
2957

3058
This is mostly a maintenance release, to update the module dependencies to newer
3159
versions in preparation for some new features. This release does include some nice
@@ -49,8 +77,10 @@ submissions!
4977
2012-11-13 - Drew Blessing <Drew.Blessing@Buckle.com>
5078
* 17594 - PuppetDB - Add ability to set standard host listen address and open firewall
5179

80+
------------------------------------------
81+
5282
1.1.2
53-
========
83+
=====
5484

5585
2012-10-26 - Chris Price <chris@puppetlabs.com> (1.1.2)
5686
* 1.1.2 release

LICENSE

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Puppet Firewall Module - Puppet module for managing Firewalls
2+
3+
Copyright (C) 2011-2013 Puppet Labs, Inc.
4+
5+
Puppet Labs can be contacted at: info@puppetlabs.com
6+
7+
Licensed under the Apache License, Version 2.0 (the "License");
8+
you may not use this file except in compliance with the License.
9+
You may obtain a copy of the License at
10+
11+
http://www.apache.org/licenses/LICENSE-2.0
12+
13+
Unless required by applicable law or agreed to in writing, software
14+
distributed under the License is distributed on an "AS IS" BASIS,
15+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+
See the License for the specific language governing permissions and
17+
limitations under the License.

Modulefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name 'puppetlabs-puppetdb'
2-
version '1.1.5'
2+
version '1.2.0'
33
source 'git://github.com/puppetlabs-puppet/puppetlabs-puppetdb.git'
44
author 'Puppet Labs'
55
description 'PuppetDB resource types'
66
summary 'PuppetDB resource types'
7-
license 'Apache'
7+
license 'ASL 2.0'
88
project_page 'https://github.com/puppetlabs-puppet/puppetlabs-puppetdb'
99

1010
dependency 'cprice404/inifile', '>= 0.9.0'

0 commit comments

Comments
 (0)