summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
blob: 2cf12d2b7ede4f535ac0244f8a8d28087c03e7e4 (plain)
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
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
# Change Log

## [Unreleased](https://github.com/chef/chef-zero/tree/HEAD)

[Full Changelog](https://github.com/chef/chef-zero/compare/v4.2.3...HEAD)

**Implemented enhancements:**

- Server api version [\#155](https://github.com/chef/chef-zero/pull/155) ([andrewjamesbrown](https://github.com/andrewjamesbrown))
- Add /organizations/NAME/nodes/NAME/\_identifiers endpoint [\#152](https://github.com/chef/chef-zero/pull/152) ([andrewjamesbrown](https://github.com/andrewjamesbrown))
- CS12 Support [\#117](https://github.com/chef/chef-zero/pull/117) ([marcparadise](https://github.com/marcparadise))

**Fixed bugs:**

- Adding back logic to delete the association request when adding a user to an org \(as well as adding the user to the groups\) [\#160](https://github.com/chef/chef-zero/pull/160) ([tyler-ball](https://github.com/tyler-ball))
- Switch to pedant in chef-server repo [\#151](https://github.com/chef/chef-zero/pull/151) ([andrewjamesbrown](https://github.com/andrewjamesbrown))
- Update gem dependencies [\#146](https://github.com/chef/chef-zero/pull/146) ([andrewjamesbrown](https://github.com/andrewjamesbrown))
- Remove dependency on chef [\#140](https://github.com/chef/chef-zero/pull/140) ([terceiro](https://github.com/terceiro))

## [v4.2.3](https://github.com/chef/chef-zero/tree/v4.2.3) (2015-06-19)
[Full Changelog](https://github.com/chef/chef-zero/compare/v4.2.2...v4.2.3)

**Merged pull requests:**

- Make server\_scope: :context work again [\#143](https://github.com/chef/chef-zero/pull/143) ([jkeiser](https://github.com/jkeiser))

## [v4.2.2](https://github.com/chef/chef-zero/tree/v4.2.2) (2015-05-18)
[Full Changelog](https://github.com/chef/chef-zero/compare/v4.2.1...v4.2.2)

**Merged pull requests:**

- Update version and changelog for 4.2.2 [\#134](https://github.com/chef/chef-zero/pull/134) ([danielsdeleo](https://github.com/danielsdeleo))
- Access server opts in example context not describe context [\#133](https://github.com/chef/chef-zero/pull/133) ([danielsdeleo](https://github.com/danielsdeleo))
- Adding `server\_on\_port` method to socketless server map [\#131](https://github.com/chef/chef-zero/pull/131) ([tyler-ball](https://github.com/tyler-ball))
- Ignore .ruby-version [\#98](https://github.com/chef/chef-zero/pull/98) ([raskchanky](https://github.com/raskchanky))

## [v4.2.1](https://github.com/chef/chef-zero/tree/v4.2.1) (2015-04-07)
[Full Changelog](https://github.com/chef/chef-zero/compare/v4.2.0...v4.2.1)

**Merged pull requests:**

- Don't pollute global Chef server options [\#125](https://github.com/chef/chef-zero/pull/125) ([jkeiser](https://github.com/jkeiser))

## [v4.2.0](https://github.com/chef/chef-zero/tree/v4.2.0) (2015-04-06)
[Full Changelog](https://github.com/chef/chef-zero/compare/v4.1.0...v4.2.0)

**Merged pull requests:**

- bump ffi-yajl dep [\#124](https://github.com/chef/chef-zero/pull/124) ([lamont-granquist](https://github.com/lamont-granquist))
- Add :organization and :data\_scope options to with\_chef\_server [\#119](https://github.com/chef/chef-zero/pull/119) ([jkeiser](https://github.com/jkeiser))

## [v4.1.0](https://github.com/chef/chef-zero/tree/v4.1.0) (2015-04-01)
[Full Changelog](https://github.com/chef/chef-zero/compare/v4.0...v4.1.0)

**Merged pull requests:**

- Socketless Requests [\#121](https://github.com/chef/chef-zero/pull/121) ([danielsdeleo](https://github.com/danielsdeleo))
- Partially Revert 1b2a6e5f107254cce8200a4750035b30265ae0c8 [\#120](https://github.com/chef/chef-zero/pull/120) ([danielsdeleo](https://github.com/danielsdeleo))
- Policyfile Revision ID Validation. [\#116](https://github.com/chef/chef-zero/pull/116) ([danielsdeleo](https://github.com/danielsdeleo))
- Use a Chef version compatible with chef-zero 4.x [\#115](https://github.com/chef/chef-zero/pull/115) ([danielsdeleo](https://github.com/danielsdeleo))
- Support /version; fix some global URIs [\#113](https://github.com/chef/chef-zero/pull/113) ([jaymzh](https://github.com/jaymzh))

## [v4.0](https://github.com/chef/chef-zero/tree/v4.0) (2015-02-11)
[Full Changelog](https://github.com/chef/chef-zero/compare/v3.2.1...v4.0)

**Closed issues:**

- Upgrading to chef-client 12 packages appear to break on TK's chef-zero provisioner [\#108](https://github.com/chef/chef-zero/issues/108)
- The local\_mode on chef 12.0.0.alpha.2 can't create object to local filesystem. [\#99](https://github.com/chef/chef-zero/issues/99)

**Merged pull requests:**

- Policyfile get/set API [\#111](https://github.com/chef/chef-zero/pull/111) ([danielsdeleo](https://github.com/danielsdeleo))

## [v3.2.1](https://github.com/chef/chef-zero/tree/v3.2.1) (2014-11-26)
[Full Changelog](https://github.com/chef/chef-zero/compare/v2.2.1...v3.2.1)

**Closed issues:**

- missing `else`? [\#102](https://github.com/chef/chef-zero/issues/102)

**Merged pull requests:**

- Version bump for 3.2.1. [\#105](https://github.com/chef/chef-zero/pull/105) ([sersut](https://github.com/sersut))
- fix: should set https to rack.url\_scheme \#87 [\#104](https://github.com/chef/chef-zero/pull/104) ([sawanoboly](https://github.com/sawanoboly))
- Add option for logging to a file. [\#103](https://github.com/chef/chef-zero/pull/103) ([jaymzh](https://github.com/jaymzh))
- add CORS header [\#96](https://github.com/chef/chef-zero/pull/96) ([smith](https://github.com/smith))

## [v2.2.1](https://github.com/chef/chef-zero/tree/v2.2.1) (2014-10-08)
[Full Changelog](https://github.com/chef/chef-zero/compare/v3.2...v2.2.1)

## [v3.2](https://github.com/chef/chef-zero/tree/v3.2) (2014-09-27)
[Full Changelog](https://github.com/chef/chef-zero/compare/v3.1.3...v3.2)

**Closed issues:**

- chef-zero not copying data\_bags into cache [\#83](https://github.com/chef/chef-zero/issues/83)
- Wrong generated client keys with Ruby 1.9.2 [\#65](https://github.com/chef/chef-zero/issues/65)

**Merged pull requests:**

- Removing 'json' gem dependency, replacing with 'ffi-yajl' [\#93](https://github.com/chef/chef-zero/pull/93) ([tyler-ball](https://github.com/tyler-ball))

## [v3.1.3](https://github.com/chef/chef-zero/tree/v3.1.3) (2014-09-04)
[Full Changelog](https://github.com/chef/chef-zero/compare/v3.1.2...v3.1.3)

**Merged pull requests:**

- Pass base URI to V1 data store only in true single org mode [\#89](https://github.com/chef/chef-zero/pull/89) ([jkeiser](https://github.com/jkeiser))

## [v3.1.2](https://github.com/chef/chef-zero/tree/v3.1.2) (2014-08-29)
[Full Changelog](https://github.com/chef/chef-zero/compare/v3.1.1...v3.1.2)

## [v3.1.1](https://github.com/chef/chef-zero/tree/v3.1.1) (2014-08-29)
[Full Changelog](https://github.com/chef/chef-zero/compare/v3.1...v3.1.1)

## [v3.1](https://github.com/chef/chef-zero/tree/v3.1) (2014-08-29)
[Full Changelog](https://github.com/chef/chef-zero/compare/v3.0...v3.1)

## [v3.0](https://github.com/chef/chef-zero/tree/v3.0) (2014-08-22)
[Full Changelog](https://github.com/chef/chef-zero/compare/v3.0.0.rc.1...v3.0)

**Implemented enhancements:**

- Make Enterprise Chef pass oc-chef-pedant [\#73](https://github.com/chef/chef-zero/issues/73)
- Add Enterprise Chef users endpoints [\#72](https://github.com/chef/chef-zero/issues/72)
- Add Enterprise Chef containers endpoints [\#71](https://github.com/chef/chef-zero/issues/71)
- Add Enterprise Chef groups endpoints [\#70](https://github.com/chef/chef-zero/issues/70)
- Add Enterprise Chef acls endpoints [\#69](https://github.com/chef/chef-zero/issues/69)
- Add Enterprise Chef organizations endpoints [\#68](https://github.com/chef/chef-zero/issues/68)

**Closed issues:**

- SSL support [\#86](https://github.com/chef/chef-zero/issues/86)

## [v3.0.0.rc.1](https://github.com/chef/chef-zero/tree/v3.0.0.rc.1) (2014-08-22)
[Full Changelog](https://github.com/chef/chef-zero/compare/v2.2...v3.0.0.rc.1)

**Closed issues:**

- Vagrant on windows fails to load Chef-Zero due to Chef dependencies [\#55](https://github.com/chef/chef-zero/issues/55)

**Merged pull requests:**

- Support ssl \(--\[no-\]ssl option\) [\#87](https://github.com/chef/chef-zero/pull/87) ([sawanoboly](https://github.com/sawanoboly))
- Get enterprise chef-zero passing oc-chef-pedant [\#84](https://github.com/chef/chef-zero/pull/84) ([jkeiser](https://github.com/jkeiser))
- waffle.io Badge [\#74](https://github.com/chef/chef-zero/pull/74) ([waffle-iron](https://github.com/waffle-iron))

## [v2.2](https://github.com/chef/chef-zero/tree/v2.2) (2014-06-18)
[Full Changelog](https://github.com/chef/chef-zero/compare/v2.1.5...v2.2)

**Merged pull requests:**

- Allow server to try multiple ports [\#67](https://github.com/chef/chef-zero/pull/67) ([jkeiser](https://github.com/jkeiser))

## [v2.1.5](https://github.com/chef/chef-zero/tree/v2.1.5) (2014-06-03)
[Full Changelog](https://github.com/chef/chef-zero/compare/v2.1.4...v2.1.5)

**Merged pull requests:**

- Honor :single\_org =\> 'orgname' parameter everywhere [\#66](https://github.com/chef/chef-zero/pull/66) ([jkeiser](https://github.com/jkeiser))

## [v2.1.4](https://github.com/chef/chef-zero/tree/v2.1.4) (2014-05-28)
[Full Changelog](https://github.com/chef/chef-zero/compare/v2.1.3...v2.1.4)

## [v2.1.3](https://github.com/chef/chef-zero/tree/v2.1.3) (2014-05-27)
[Full Changelog](https://github.com/chef/chef-zero/compare/v2.1.2...v2.1.3)

## [v2.1.2](https://github.com/chef/chef-zero/tree/v2.1.2) (2014-05-27)
[Full Changelog](https://github.com/chef/chef-zero/compare/v2.1.1...v2.1.2)

## [v2.1.1](https://github.com/chef/chef-zero/tree/v2.1.1) (2014-05-27)
[Full Changelog](https://github.com/chef/chef-zero/compare/v2.1...v2.1.1)

## [v2.1](https://github.com/chef/chef-zero/tree/v2.1) (2014-05-26)
[Full Changelog](https://github.com/chef/chef-zero/compare/v1.6.3...v2.1)

**Closed issues:**

- Is there a good way to detect if cookbook is being run using chef-zero? [\#63](https://github.com/chef/chef-zero/issues/63)
- Not loading roles [\#61](https://github.com/chef/chef-zero/issues/61)
- How to handle changing url of ChefZero during chef-client run [\#59](https://github.com/chef/chef-zero/issues/59)
- data\_bag\_item fails in definition block executions [\#58](https://github.com/chef/chef-zero/issues/58)

**Merged pull requests:**

- Add multi-tenancy support and chef local mode tests [\#64](https://github.com/chef/chef-zero/pull/64) ([jkeiser](https://github.com/jkeiser))

## [v1.6.3](https://github.com/chef/chef-zero/tree/v1.6.3) (2014-02-10)
[Full Changelog](https://github.com/chef/chef-zero/compare/v1.7.3...v1.6.3)

**Closed issues:**

- chef-zero 404'ing on data bag items [\#56](https://github.com/chef/chef-zero/issues/56)
- Errno::ENAMETOOLONG [\#53](https://github.com/chef/chef-zero/issues/53)
- Backport fix for Isssue \#48 to the 1.x line [\#51](https://github.com/chef/chef-zero/issues/51)
- Search strange behavior [\#42](https://github.com/chef/chef-zero/issues/42)

## [v1.7.3](https://github.com/chef/chef-zero/tree/v1.7.3) (2014-01-22)
[Full Changelog](https://github.com/chef/chef-zero/compare/v2.0.2...v1.7.3)

**Closed issues:**

- search query fails when using parenthesis [\#38](https://github.com/chef/chef-zero/issues/38)

## [v2.0.2](https://github.com/chef/chef-zero/tree/v2.0.2) (2014-01-21)
[Full Changelog](https://github.com/chef/chef-zero/compare/v2.0.1...v2.0.2)

**Closed issues:**

- Parsing metadata blows up on evaluating metadata.json. [\#48](https://github.com/chef/chef-zero/issues/48)
- depsolve endpoint needs informative error messages [\#32](https://github.com/chef/chef-zero/issues/32)

**Merged pull requests:**

- Read JSON, not a file path [\#52](https://github.com/chef/chef-zero/pull/52) ([sethvargo](https://github.com/sethvargo))
- Fix IPV6 support [\#50](https://github.com/chef/chef-zero/pull/50) ([sethvargo](https://github.com/sethvargo))
- Fix typo [\#47](https://github.com/chef/chef-zero/pull/47) ([gregkare](https://github.com/gregkare))

## [v2.0.1](https://github.com/chef/chef-zero/tree/v2.0.1) (2014-01-03)
[Full Changelog](https://github.com/chef/chef-zero/compare/v2.0.0...v2.0.1)

**Merged pull requests:**

- Fix clear data when no data was added to chef zero [\#46](https://github.com/chef/chef-zero/pull/46) ([alex-slynko-wonga](https://github.com/alex-slynko-wonga))
- Fix an issue with an incorrect number of parameters passed to build\_uri [\#45](https://github.com/chef/chef-zero/pull/45) ([sethvargo](https://github.com/sethvargo))
- Make playground items more semantic [\#44](https://github.com/chef/chef-zero/pull/44) ([sethvargo](https://github.com/sethvargo))

## [v2.0.0](https://github.com/chef/chef-zero/tree/v2.0.0) (2013-12-17)
[Full Changelog](https://github.com/chef/chef-zero/compare/v1.7.2...v2.0.0)

**Closed issues:**

- Not found returned for all roles [\#34](https://github.com/chef/chef-zero/issues/34)

**Merged pull requests:**

- Remove puma and fork a subprocess [\#43](https://github.com/chef/chef-zero/pull/43) ([sethvargo](https://github.com/sethvargo))

## [v1.7.2](https://github.com/chef/chef-zero/tree/v1.7.2) (2013-11-19)
[Full Changelog](https://github.com/chef/chef-zero/compare/v1.7.1...v1.7.2)

**Merged pull requests:**

- Make Server Options Configurable in RSpec Helper [\#41](https://github.com/chef/chef-zero/pull/41) ([danielsdeleo](https://github.com/danielsdeleo))

## [v1.7.1](https://github.com/chef/chef-zero/tree/v1.7.1) (2013-11-03)
[Full Changelog](https://github.com/chef/chef-zero/compare/v1.7...v1.7.1)

**Implemented enhancements:**

- Find a pure-Ruby server solution [\#36](https://github.com/chef/chef-zero/issues/36)

## [v1.7](https://github.com/chef/chef-zero/tree/v1.7) (2013-11-02)
[Full Changelog](https://github.com/chef/chef-zero/compare/v1.7.beta.1...v1.7)

## [v1.7.beta.1](https://github.com/chef/chef-zero/tree/v1.7.beta.1) (2013-11-02)
[Full Changelog](https://github.com/chef/chef-zero/compare/v1.6.2...v1.7.beta.1)

**Merged pull requests:**

- improve depsolver error message [\#40](https://github.com/chef/chef-zero/pull/40) ([lamont-granquist](https://github.com/lamont-granquist))

## [v1.6.2](https://github.com/chef/chef-zero/tree/v1.6.2) (2013-10-11)
[Full Changelog](https://github.com/chef/chef-zero/compare/v1.6.1...v1.6.2)

## [v1.6.1](https://github.com/chef/chef-zero/tree/v1.6.1) (2013-10-11)
[Full Changelog](https://github.com/chef/chef-zero/compare/v1.6...v1.6.1)

**Closed issues:**

- \[\* TO \*\] search syntax doesn't work [\#37](https://github.com/chef/chef-zero/issues/37)

**Merged pull requests:**

- Range queries with smoke test [\#35](https://github.com/chef/chef-zero/pull/35) ([mattgleeson](https://github.com/mattgleeson))

## [v1.6](https://github.com/chef/chef-zero/tree/v1.6) (2013-09-13)
[Full Changelog](https://github.com/chef/chef-zero/compare/v1.5.6...v1.6)

## [v1.5.6](https://github.com/chef/chef-zero/tree/v1.5.6) (2013-09-13)
[Full Changelog](https://github.com/chef/chef-zero/compare/v1.5.5...v1.5.6)

## [v1.5.5](https://github.com/chef/chef-zero/tree/v1.5.5) (2013-08-08)
[Full Changelog](https://github.com/chef/chef-zero/compare/v1.5.4...v1.5.5)

**Closed issues:**

- Incorrect search behavior when a query parameter contains a '-' character [\#31](https://github.com/chef/chef-zero/issues/31)
- databag.save throws 405 "Method not allowed" [\#29](https://github.com/chef/chef-zero/issues/29)
- How can I validate if I am running in Chef-Zero mode? [\#28](https://github.com/chef/chef-zero/issues/28)
- License missing from gemspec [\#26](https://github.com/chef/chef-zero/issues/26)

**Merged pull requests:**

- fixup end\_range typos [\#30](https://github.com/chef/chef-zero/pull/30) ([mattgleeson](https://github.com/mattgleeson))
- Add license to gemspec \(fixes \#26\) [\#27](https://github.com/chef/chef-zero/pull/27) ([sethvargo](https://github.com/sethvargo))

## [v1.5.4](https://github.com/chef/chef-zero/tree/v1.5.4) (2013-07-12)
[Full Changelog](https://github.com/chef/chef-zero/compare/v1.5.3...v1.5.4)

**Closed issues:**

- Issue with  [\#25](https://github.com/chef/chef-zero/issues/25)
- Typo error in README [\#24](https://github.com/chef/chef-zero/issues/24)
- Add a CHANGELOG [\#11](https://github.com/chef/chef-zero/issues/11)

## [v1.5.3](https://github.com/chef/chef-zero/tree/v1.5.3) (2013-06-28)
[Full Changelog](https://github.com/chef/chef-zero/compare/v1.5.2...v1.5.3)

**Closed issues:**

- Chef Zero should set a server header for identification [\#23](https://github.com/chef/chef-zero/issues/23)
- Data bag search of the form "x:y AND NOT z:w" fails [\#22](https://github.com/chef/chef-zero/issues/22)

## [v1.5.2](https://github.com/chef/chef-zero/tree/v1.5.2) (2013-06-27)
[Full Changelog](https://github.com/chef/chef-zero/compare/v1.5.1...v1.5.2)

## [v1.5.1](https://github.com/chef/chef-zero/tree/v1.5.1) (2013-06-19)
[Full Changelog](https://github.com/chef/chef-zero/compare/v1.5...v1.5.1)

**Closed issues:**

- Developing Vagrant-Chef-Zero [\#21](https://github.com/chef/chef-zero/issues/21)

**Merged pull requests:**

- Allow chef-zero to listen on Unix domain socket. [\#20](https://github.com/chef/chef-zero/pull/20) ([stevendanna](https://github.com/stevendanna))

## [v1.5](https://github.com/chef/chef-zero/tree/v1.5) (2013-06-12)
[Full Changelog](https://github.com/chef/chef-zero/compare/v1.4...v1.5)

**Merged pull requests:**

- Support daemon mode [\#19](https://github.com/chef/chef-zero/pull/19) ([sethvargo](https://github.com/sethvargo))

## [v1.4](https://github.com/chef/chef-zero/tree/v1.4) (2013-06-07)
[Full Changelog](https://github.com/chef/chef-zero/compare/v1.4.0.alpha...v1.4)

**Merged pull requests:**

- Downgrade Puma so Chef Zero runs on Windows [\#18](https://github.com/chef/chef-zero/pull/18) ([sethvargo](https://github.com/sethvargo))

## [v1.4.0.alpha](https://github.com/chef/chef-zero/tree/v1.4.0.alpha) (2013-06-07)
[Full Changelog](https://github.com/chef/chef-zero/compare/v1.3...v1.4.0.alpha)

**Closed issues:**

- Searching for a node with an exact name fails [\#15](https://github.com/chef/chef-zero/issues/15)

## [v1.3](https://github.com/chef/chef-zero/tree/v1.3) (2013-06-06)
[Full Changelog](https://github.com/chef/chef-zero/compare/v1.2.1...v1.3)

**Closed issues:**

- Searching is Broken [\#14](https://github.com/chef/chef-zero/issues/14)

## [v1.2.1](https://github.com/chef/chef-zero/tree/v1.2.1) (2013-06-05)
[Full Changelog](https://github.com/chef/chef-zero/compare/v1.2...v1.2.1)

**Closed issues:**

- Allow seeding of Data [\#13](https://github.com/chef/chef-zero/issues/13)

## [v1.2](https://github.com/chef/chef-zero/tree/v1.2) (2013-06-03)
[Full Changelog](https://github.com/chef/chef-zero/compare/v1.1.3...v1.2)

**Merged pull requests:**

- Fix usage info to be consistent with latest version [\#12](https://github.com/chef/chef-zero/pull/12) ([andrewgross](https://github.com/andrewgross))

## [v1.1.3](https://github.com/chef/chef-zero/tree/v1.1.3) (2013-05-30)
[Full Changelog](https://github.com/chef/chef-zero/compare/v1.1.2...v1.1.3)

## [v1.1.2](https://github.com/chef/chef-zero/tree/v1.1.2) (2013-05-29)
[Full Changelog](https://github.com/chef/chef-zero/compare/v1.1.1...v1.1.2)

## [v1.1.1](https://github.com/chef/chef-zero/tree/v1.1.1) (2013-05-28)
[Full Changelog](https://github.com/chef/chef-zero/compare/v1.1...v1.1.1)

**Merged pull requests:**

- fix undefined method .list on CookbookData [\#10](https://github.com/chef/chef-zero/pull/10) ([reset](https://github.com/reset))

## [v1.1](https://github.com/chef/chef-zero/tree/v1.1) (2013-05-28)
[Full Changelog](https://github.com/chef/chef-zero/compare/v1.0.1...v1.1)

## [v1.0.1](https://github.com/chef/chef-zero/tree/v1.0.1) (2013-05-20)
[Full Changelog](https://github.com/chef/chef-zero/compare/v1.0...v1.0.1)

**Merged pull requests:**

- Fix frozen version [\#9](https://github.com/chef/chef-zero/pull/9) ([sethvargo](https://github.com/sethvargo))

## [v1.0](https://github.com/chef/chef-zero/tree/v1.0) (2013-05-20)
[Full Changelog](https://github.com/chef/chef-zero/compare/v0.9.13...v1.0)

## [v0.9.13](https://github.com/chef/chef-zero/tree/v0.9.13) (2013-05-20)
[Full Changelog](https://github.com/chef/chef-zero/compare/v0.9.12...v0.9.13)

## [v0.9.12](https://github.com/chef/chef-zero/tree/v0.9.12) (2013-05-20)
[Full Changelog](https://github.com/chef/chef-zero/compare/v0.9.11...v0.9.12)

**Merged pull requests:**

- Move to Puma [\#8](https://github.com/chef/chef-zero/pull/8) ([sethvargo](https://github.com/sethvargo))

## [v0.9.11](https://github.com/chef/chef-zero/tree/v0.9.11) (2013-05-19)
[Full Changelog](https://github.com/chef/chef-zero/compare/v0.9.9...v0.9.11)

**Closed issues:**

- no port found in cookbook url - can't download cookbooks unless listening on port 80 [\#5](https://github.com/chef/chef-zero/issues/5)

**Merged pull requests:**

- Add '-d' flag [\#7](https://github.com/chef/chef-zero/pull/7) ([sethvargo](https://github.com/sethvargo))

## [v0.9.9](https://github.com/chef/chef-zero/tree/v0.9.9) (2013-05-14)
[Full Changelog](https://github.com/chef/chef-zero/compare/v0.9.8...v0.9.9)

**Closed issues:**

- HTTP 500 Returned when Accept Header isn't set. [\#3](https://github.com/chef/chef-zero/issues/3)
- knife plugin? [\#2](https://github.com/chef/chef-zero/issues/2)
- Cannot give a specific recipe from chef-client [\#1](https://github.com/chef/chef-zero/issues/1)

**Merged pull requests:**

- Remove dependency on Chef gem \(adds JRuby support\) [\#6](https://github.com/chef/chef-zero/pull/6) ([reset](https://github.com/reset))
- Assume application/json is acceptable if no Accept header was sent. [\#4](https://github.com/chef/chef-zero/pull/4) ([stevendanna](https://github.com/stevendanna))

## [v0.9.8](https://github.com/chef/chef-zero/tree/v0.9.8) (2013-04-29)
[Full Changelog](https://github.com/chef/chef-zero/compare/v0.9.7...v0.9.8)

## [v0.9.7](https://github.com/chef/chef-zero/tree/v0.9.7) (2013-04-17)
[Full Changelog](https://github.com/chef/chef-zero/compare/v0.9.6...v0.9.7)

## [v0.9.6](https://github.com/chef/chef-zero/tree/v0.9.6) (2013-04-17)
[Full Changelog](https://github.com/chef/chef-zero/compare/v0.9.5...v0.9.6)

## [v0.9.5](https://github.com/chef/chef-zero/tree/v0.9.5) (2013-01-21)
[Full Changelog](https://github.com/chef/chef-zero/compare/v0.9.4...v0.9.5)

## [v0.9.4](https://github.com/chef/chef-zero/tree/v0.9.4) (2013-01-18)
[Full Changelog](https://github.com/chef/chef-zero/compare/v0.9.3...v0.9.4)

## [v0.9.3](https://github.com/chef/chef-zero/tree/v0.9.3) (2013-01-12)
[Full Changelog](https://github.com/chef/chef-zero/compare/v0.9.2...v0.9.3)

## [v0.9.2](https://github.com/chef/chef-zero/tree/v0.9.2) (2012-12-31)
[Full Changelog](https://github.com/chef/chef-zero/compare/v0.9.1...v0.9.2)

## [v0.9.1](https://github.com/chef/chef-zero/tree/v0.9.1) (2012-12-24)
[Full Changelog](https://github.com/chef/chef-zero/compare/v0.9...v0.9.1)

## [v0.9](https://github.com/chef/chef-zero/tree/v0.9) (2012-12-24)


\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*