forked from voxpupuli/puppet-r10k
-
Notifications
You must be signed in to change notification settings - Fork 5
/
CHANGELOG
129 lines (129 loc) · 4.61 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
3.2.0 - Multiple Authors
* Support for TFS/Visual Studio Git #259
* Lowercase Environment names #256
* Obsure Software version #253
* Fix Postrun command spaces #252
* Tagged Release events #251
3.1.1 - Corey Osman & Nate McCurdy
* r10k_path fact throwing error on agents
3.1.0 - Mickaël Canévet & Ben Ford
* Fix typo related to cachedir
* Add support for automatically calculated prefixes from github ( backwarda compatible)
* Add some new prefix acceptance tests ( WIP )
3.0.0 - Lots o Folks' see linked tickets
* Webhook compatibility on non masters servers (razor) #219
* Webhook YAML recreated on every run on ruby 1.8.7 #209
* Add postrun command support #211
* Add r10k_path fact #222
* Remove depricated params git_ssl_verify
* add git_settings param for rugged support
* Fix webhook issue when running as root #217
* Added support for Bitbucket merge hooks #193
* Add ability to be installed on non-masters i.e. razor #219
* Updated for PE 2015.2 and Puppet 4 ( which are pretty much the same thing now)
2.8.2 - Jordan Olshevski
* Fix for RHEL 7 webhook
2.8.2 - Jerald Sheets
* Troubleshooting RHEL 7 issues with systemd
2.8.1 - See Commit History
* Multiple Webhook updates for Centos 7 and Debian
2.8.0 - Tom linkin
* Support for systemd on EL7 for webhook
2.7.4 - Rob Nelson
* Fix #162 for FOSS ruby 1.8.7 webhook.yaml issues
2.7.3 - esalberg
* Regression from 2.7.1
2.7.2 - Federico Voges & Ben ford
* Fix #155 gem install issues with arguments
2.7.1 - Alex Scoble & esalberg & annaken
* Fix webhook directory permissions #144
* Fix gem dep regression #154
* Update gem version for pulled release.
2.7.0 - Zack Smith
* Updates for Puppet Enterprise 3.8 and its embeded r10k
* Update default r10k version with that which will ship in PE 3.8
2.6.5 - spidersddd
* Fix #147 for Ubuntu 14.0.4
2.6.4 - Zack Smith & Corey Osman
* Fix conditional for pe 3.7 cert upgrade hack
2.6.3 - Eli Young
* Ordering issues #134 & #138
2.6.2 - harrytford
* Webhook new installs fix #132
2.6.1 - Gary Larizza
* Fix "local" non mcollective hook tiggers to add '-p'
* See #125 , this will cause any current users to default to turning this on
2.6.0 - Eli Young & Ranjit Viswakumar
* Add bind_address to webhook
* bump r10k version to 1.4.1
2.5.4 - Zack Smith
* Fix webhook init script issue
2.5.3 - Eli Young & te206676
* Ubuntu Support for Webhook #118
* Permissions on Certificate #119
2.5.2 - Chris Roddy
* Fixed missing make dep, will be removed in 3.x release of module
2.5.1 - Zack Smith
* README updates
2.5.0 - Zack Smith & Sean Keery
* Puppet Enterprise 3.7 compatibility
* Fixed bugs #108,#110,#110,#111
* Support for /module end point in webhook to run r10k module deploy foo
2.4.4 - Eli Young & Igor Galić
* prevent potential leakage Resource defaults for ini
* Handle branch names containing slashes
2.4.3 - Zack Smith
* Documentation Updates
2.4.1 - Zack Smith
* Documentation Updates
2.4.0 - Zack Smith
* Bump r10k version
2.3.4 - Eli Young
* Webhook fixes for reboots + refreshes
2.3.3 - Zach Leslie + misterdom
* Fix for #97
2.3.2 - Zach Leslie + misterdom
* Fix for #96
2.3.1 - Ben Ford
* Fix for #87
2.3.0 - Zack Smith
* Fold in #78, #75 and #73
2.2.7 - Zack Smith
* Bugfix for mcollective during puppet apply and webhook as non mco
2.2.7 - Zack Smith
* forge cut
2.2.6 - Zack Smith
* Fix scoping issues with new logfile
2.2.4 - Adam Crews
* Fix for invalid webhook typo syntax and updates for using stash
2.2.3 - Zack Smith
* Functional prefix support for webhook
2.2.3 - Zack Smith
* Remove PID file creation from webhook
2.1.2 - Garrett Honeycutt & Zack Smith
* Fix quoting issue created by #24 with booleans with #54
* Intial commit of functionally tested github authenticated webhook
2.1.1 - Zack Smith
* Add SSL and auth support to webhook
2.1.0 - Zack Smith
* Intial branch support for mco
2.0.0 - Tim Hartmann
* Fixes for r10k.yaml #24 but caused #54 so use 2.1.2+
1.0.2 - James Sweeny
* Fix issue with module working on PE
1.0.1 - Justin Lambert & welterde
* Minor fix for basedir and rspec-puppet updates
0.0.9 - Zack Smith <[email protected]>
* Final params list for version 1.0.0 set & Bugfixes
0.0.8 - Theo Chatzimichos <tampakrap>
* Add gentoo support , refactor install class
0.0.5 - Zack Smith <[email protected]>
* Lint and Syntax updates + Forge Release
0.0.4 - Zack Smith <[email protected]>
* RC1 of new sources code
0.0.3 - Zack Smith <[email protected]>
* Allow for multiple sources
0.0.2 - Zack Smith <[email protected]>
* Restrict installed version of r10k to
0.0.1 - Zack Smith <[email protected]> - 0.0.1
* Initial Release