Skip to content

Commit 34b9c0b

Browse files
committed
Updating CHANGELOG, lib/puppet.rb, conf/redhat/puppet.spec for Puppet 2.7.17
1 parent 30d89d3 commit 34b9c0b

3 files changed

Lines changed: 18 additions & 3 deletions

File tree

CHANGELOG

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2.7.17
2+
===
3+
30d89d3 (maint) Add symlink stub to gentoo service provider spec
4+
ff1b37a Add comment to upstart provider explaining exclusion of 'wait-for-state'
5+
6b854f7 Upstart code cleanup, init provider improvement
6+
0f81d9a Add spec test for network-interface-security
7+
a2c1e23 Add basic service resource test to upstart acceptance
8+
2c85d4d Handle network-interface-security in upstart
9+
ed00e74 Add exclude list to upstart provider
10+
17cc177 (#15027, #15028, #15029) Fix upstart version parsing
11+
b0ee6ad (maint) Add --test to puppet run
12+
113
2.7.16
214
===
315
99fecc3 Update facter dep to reflect epoch 1

conf/redhat/puppet.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
%global confdir conf/redhat
66

77
Name: puppet
8-
Version: 2.7.16
8+
Version: 2.7.17
99
#Release: 0.1rc1.2%{?dist}
1010
Release: 1%{?dist}
1111
Summary: A network tool for managing many disparate systems
@@ -289,7 +289,10 @@ fi
289289
rm -rf %{buildroot}
290290

291291
%changelog
292-
* Wed Jun 13 2012 Matthaus Litteken <matthaus@puppelabs.com> - 2.7.16-1
292+
* Tue Jun 19 2012 Matthaus Litteken <matthaus@puppetlabs.com> - 2.7.17-1
293+
- Update for 2.7.17
294+
295+
* Wed Jun 13 2012 Matthaus Litteken <matthaus@puppetlabs.com> - 2.7.16-1
293296
- Update for 2.7.16
294297

295298
* Fri Jun 08 2012 Moses Mendoza <moses@puppetlabs.com> - 2.7.16-0.1rc1.2

lib/puppet.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# it's also a place to find top-level commands like 'debug'
2525

2626
module Puppet
27-
PUPPETVERSION = '2.7.16'
27+
PUPPETVERSION = '2.7.17'
2828

2929
def Puppet.version
3030
PUPPETVERSION

0 commit comments

Comments
 (0)