This repository has been archived by the owner on Jun 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 59
/
CHANGELOG
280 lines (205 loc) · 9.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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
2013-12-17 Daniel Pittman <[email protected]> - 0.11.0
===========================================================
Daniel Pittman <[email protected]> (4):
* Enforce appropriate umask and permission values
* Revert Puppet file mode management
* Update to the TorqueBox 3.0.1 binary distribution
* Ensure correct ownership of TorqueBox deployment directory
2013-10-14 Daniel Pittman <[email protected]> - 0.10.2
===========================================================
Daniel Pittman <[email protected]> (3):
* Remove obsolete test code
* Added an ISC DHCPd configuration example
* Add an example manifest for installing Razor using `puppet apply`
2013-10-11 Daniel Pittman <[email protected]> - 0.10.1
===========================================================
Daniel Pittman <[email protected]> (2):
* Create `production.log` to reduce odds of permissions problems
* Bind to wildcard, not loopback, when starting razor-server
2013-10-09 David Lutterkort <[email protected]> - 0.10.0
===========================================================
Daniel Pittman <[email protected]> (9):
* Handle SemVer sorting correctly in the changelog generator
* Install the `net-scp` gem in addition to `net-ssh`
* Fix dangling `tmpdir` reference from cache feature
* Automate rebuilding the contributor list
* Make `tar` installation of stable releases the default
* Fix missed use of `git_version` parameter in specs
* Revert "Make `tar` installation of stable releases the default"
* (#136) Remove global nodejs `express` package installation
* Move to `razor-server` rather than Ruby/NodeJS Razor
David Calavera <[email protected]> (4):
* Cache downloaded images.
* Add notice to inform that we're going to use a cached image.
* Log image's md5 mismatches.
* Define the new cache and md5 properties.
Marc Tardif <[email protected]> (2):
* (#130) Razor providers should check return value for errors
* (#133) Razor image provider should not check for errors like other
providers
2013-03-12 Matthaus Owens <[email protected]> - 0.6.1
========================================================
* no changes since the previous version.
2013-03-12 Matthaus Owens <[email protected]> - 0.6.1-rc2
============================================================
Daniel Pittman <[email protected]> (2):
* (#114) Handle 0.6.1-rc1 style RC tags in git
* Git should ignore the CHANGELOG file
2013-03-06 Daniel Pittman <[email protected]> - 0.6.1-rc1
============================================================
Daniel Pittman <[email protected]> (2):
* (#108) Update Modulefile to work when built outside the module root
* Remove duplicate headers from generated changelog
Jason Parsons <[email protected]> (1):
* Quote $@ in razor.erb to avoid issue with tag matchers containing
whitespace.
Marc Tardif <[email protected]> (1):
* (#112) Added rubygems_update param to razor class.
2013-02-20 Daniel Pittman <[email protected]> - 0.6.0
========================================================
Caleb Case <[email protected]> (3):
* Automatic image download for local images.
* Make download fail on HTTP error.
* Use the latest mk by default.
Daniel Pittman <[email protected]> (1):
* (#106) Automatically generate the changelog from git commits
2013-02-12 Daniel Pittman <[email protected]> - 0.5.0
========================================================
Daniel Pittman <[email protected]> (2):
* Update module for CVE-2013-0269 - Ruby JSON vulnerabilities
* Add generated files to our gitignore
2013-02-06 Daniel Pittman <[email protected]> - 0.4.1
========================================================
Daniel Pittman <[email protected]> (2):
* Update with new official ISO download location
* Update changelog for 0.4.1 release.
Marc Tardif <[email protected]> (1):
* (#98) Removed version from broker arguments.
2013-01-24 Daniel Pittman <[email protected]> - 0.4.0
========================================================
Daniel Pittman <[email protected]> (6):
* Extract version number directly from git
* Added a git mailmap to improve commit author mapping
* Better error detection and discovery for git versioning
* Only use annotated git tags for versioning
* Add support for installing Razor using OS packages
* Update the changelog for the 0.4.0 release
Nan Liu <[email protected]> (2):
* Update rz_broker support for metadata.
* Update README to reflect additional resources.
Daniel Pittman <[email protected]> (1):
* Revert "Only use annotated git tags for versioning"
2012-11-21 Nan Liu <[email protected]> - 0.3.0
================================================
Nan Liu <[email protected]> (16):
* Fix spec test for ruby dependency changes.
* Update and simplify testing.
* Allow customise razor git version and repo
* Update README to reflect changes and spec.
* Change razor templates to follow convention.
* Fix ipxe template to match latest changes.
* Fix some puppet lint warnings.
* Add razor puppet resource.
* Update resource for new razor cli.
* Move define resource razor::system to tests.
* Update spec due to ruby dev.
* Add contributors list to module.
* Fix gemfile for travis.ci
* Fix gemfile typo.
* Update vcsrepo dependency version.
* Update for 0.3.0 release.
geauxvirtual <[email protected]> (5):
* Adding package gcc to ruby.pp to resolve issues installing bson_ext and
json gems when trying to build native extensions
* Updating location of razor "executable" to /usr/bin instead of
/usr/local/bin as puppet daemon does not have /usr/local/bin in it's path.
* Update razor_ruby_spec.rb to include gcc package.
* Update rz_broker provider and type to support feature version added in
Razor issue/pull request #228
* Update get_brokers to pull the broker_version when grabbing the brokers
from the razor server.
Pierre-Yves Ritschard <[email protected]> (3):
* fix image provisionning
* use latest microkernel
* typo
Stephen Johnson <[email protected]> (2):
* create templates for razor config and add spec test
* fix check interval
Daniel Pittman <[email protected]> (2):
* Direct people to the main Razor site for help
* Restructure option handling to be more script-like
Chad Metcalf <[email protected]> (2):
* Install ruby::dev.
* We need v0.2.0 of puppetlabs-tftp
Mehdi Abaakouk <[email protected]> (1):
* Add razor broker resource.
Branan Purvine-Riley <[email protected]> (1):
* Add xinetd dependency to .fixtures.yml
Bill ONeill <[email protected]> (1):
* Parse out the original filename from sources that are URLs since 'razor
image add' expects an os type to have an iso extension
2012-07-24 Stephen Johnson <[email protected]> - 0.2.1
===========================================================
Nan Liu <[email protected]> (3):
* Fix symlink for razor and parse empty image output.
* Add mk name back to project.
* Update module release.
2012-07-23 Branan Purvine-Riley <[email protected]> - 0.2.0
================================================================
Nan Liu <[email protected]> (6):
* Change tests to not replace sudo files.
* Update mongodb and spec tests.
* Update razor tftp configuration.
* Change ruby to use puppetlabs module ruby.
* Update module release for 0.2.0.
* Add rz_image resource type.
2012-07-02 Nan Liu <[email protected]> - 0.1.4
================================================
Nan Liu <[email protected]> (9):
* Service should refresh on Vcsrepo changes.
* No longer pin gem version for macaddr.
* Update razor tftp service.
* Update changelog for 0.1.4 release.
* Update spec tests for speed.
* Pin npm express version.
* Update changelog and modulefile for 0.1.4.
* Fix bug with service and version pin.
* Fix init script issue.
Branan Purvine-Riley <[email protected]> (1):
* Switch to the puppetlabs_spec_helper gem
Rémi <[email protected]> (1):
* Change of the source url for Razor git repo from git to http : it's easier
when using a http proxy.
Street Preacher <[email protected]> (1):
* Fixed for many different network cards PXE boot. The ommision of the =
causes booting to fail with the following error. “Could not fetch
razor.ipxe: Operation not supported (http://ipxe.org/3c092003)"
2012-06-06 Dan Bode <[email protected]> - 0.1.3
===============================================
Nan Liu <[email protected]> (3):
* Remove files not used by razor module.
* Update ipxe default config file.
* Fix modulefile name to puppetlabs
2012-06-05 Branan Purvine-Riley <[email protected]> - 0.1.2
================================================================
Nan Liu <[email protected]> (7):
* Add razor service to module.
* Add ruby 1.8 support.
* make package optional.
* Refactor to a single ruby file.
* Update spec tests for Ruby 1.8 support.
* Remove unused gems from module.
* Be more explicit about Ruby 1.8.7 version.
Gary Larizza <[email protected]> (4):
* Provide rspec-puppet test coverage for manifests
* Use modulepath if symlinks aren't in spec/fixtures
* Allow Travisci to monitor the module
* Add .gemfile for Travis CI
2012-05-23 Michael Stahnke <[email protected]> - 0.1.1
============================================================
Nan Liu <[email protected]> (2):
* Add dependencies missing in build system.
* Increment Modulefile release.
2012-05-23 Nan Liu <[email protected]> - 0.1.0
================================================
* no changes since the previous version.