berkshelf 4.1.0 → 4.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 23810cc3477151ea6ad270b191e2cef33d2780ad
4
- data.tar.gz: 7e8b1976915c042696eee2efeb7eacc7e5659f3e
3
+ metadata.gz: fb91a34f310e2a87c08b695287aef0b37d2f8571
4
+ data.tar.gz: dc98b00aa2af23be7e9083870834a8fb0b73d2d1
5
5
  SHA512:
6
- metadata.gz: 0379b051a09ad9de8bf4082e4516e2aa59909cb0ee6ead6a0a497d66a8bc603be336b4a6166b521a619267f5020ad2d30e88be4c5bb0191377e3c68291c7ca27
7
- data.tar.gz: 70a3986955dbcef6ab3bb237bc952117e5c8d8a37a048abdd36b3293963b6627fd6a150a266480b0ac2f78dbdb151d3202be8a925d1156a9c64c9877cf9bd888
6
+ metadata.gz: 3c5abb9d31d18ff11d18f994b1bfee07e596a2be29da3f5ae0608f41898bf62c350899cd1fea50a57099fbae1dd4bd1a2581eb5764e57dffc7fc6be9b65c0fd0
7
+ data.tar.gz: ddd2e9b0dfd7a6a602c3f69c73a7a78ef8a492db9f0d2ed5eea65eb7f5e5b7ac41d5e8d22b095867cd9681e30e3a85ca294c1169bc43edc790ef188c88507172
data/.gitignore CHANGED
@@ -25,3 +25,5 @@ rerun.txt
25
25
  .kitchen
26
26
  vendor/ruby
27
27
  .ruby-version
28
+ bin
29
+ !bin/berks
@@ -0,0 +1,307 @@
1
+ > This is a high level digest of changes. For the complete CHANGELOG diff two tags in the project's [commit history](https://github.com/berkshelf/berkshelf/commits/master).
2
+
3
+ # 4.1.0
4
+
5
+ * Enhancements
6
+ * Have berks install bump only required cookbooks
7
+ * Upgrade to solve 2.0 and use Gecode as the engine
8
+ * Add a new `solver` Berksfile DSL option
9
+ * remove berkshelf gem entry in generated Gemfile
10
+ * Run Chef proxy tests on Travis
11
+ * Updating Test Kitchen to 1.5.0 and running bundle update
12
+
13
+ * Bug Fixes
14
+ * Use Net::HTTP.new instead of Net::HTTP.start to ensure environmental proxy settings are picked up
15
+ * Remove new cucumber and aruba warnings
16
+ * Pin aruba to 0.10.2
17
+
18
+ # 4.0.1
19
+
20
+ * Update `berkshelf-api-client` constraint to `~> 2.0`
21
+
22
+ # 4.0.0
23
+
24
+ * Drop support for Ruby 1.9
25
+ * Switch from `net_http_client` to `httpclient` Faraday adapter for all HTTP communication
26
+
27
+ # 3.3.0
28
+
29
+ * Enhancements
30
+ * Use [httpclient](https://github.com/nahi/httpclient) in place of Ruby stdlib NetHTTP for http communication
31
+ * Clarify decompression error messages
32
+
33
+ # 3.2.4
34
+
35
+ * Bug Fixes
36
+ * Fix issue where older version of a cookbook would be presented as the latest available version from a remote API server's cache
37
+ * Exclude git directories when vendoring
38
+ * Fix a race condition in downloading cookbooks from Github or a URI location
39
+
40
+ # 3.2.3
41
+
42
+ * Bug Fixes
43
+ * Specifying the --skip-syntax-check flag to upload will once again cause validations to be skipped
44
+
45
+ # 3.2.2
46
+
47
+ * Enhancements
48
+ * Use chef.io hostname in urls instead of getchef
49
+
50
+ * Bug Fixes
51
+ * Fix syntax issue in generated Vagrantfile
52
+ * Only exclude the top level metadata.rb file when vendoring cookbooks rather than all files named metadata.rb
53
+ * Relative paths can now be passed to berks vendor
54
+
55
+ # 3.2.1
56
+
57
+ * Bug Fixes
58
+ * Fix issue with copying raw metadata when vendoring / packaging.
59
+ * Berkshelf should cleanup any temporary directories it creates. There is still work to be done in any of Berkshelf's dependencies.
60
+
61
+ # 3.2.0
62
+
63
+ * Improvements
64
+ * Add version information to edges of generated visualization graph
65
+ * Bump to latest full release of Celluloid
66
+ * Updated some errors to include more information about what went wrong / how to make it better
67
+ * Lockfiles will be named after the name of the Berksfile, not always Berksfile.lock
68
+ * Vendoring will now sync files between two directories instead of deleting the target and it's contents
69
+ * Add support for downloading from Berkshelf-API file_store location
70
+ * Add `berks verify` command to validate Ruby syntax, ERB templates, and file names of cookbooks
71
+
72
+ * Bug Fixes
73
+ * Fixed a number of typos and documentation errors
74
+ * Fix running `berks viz` when pwd has spaces in it
75
+ * Fix checking for graphviz on Windows
76
+ * Remove PaxHeader files before uploading
77
+ * BERKSHELF_PATH will always be fully expanded regardless of how it is configured
78
+
79
+ * Deprecations
80
+ * vagrant.omnibus.enabled configuration option is now deprecated
81
+
82
+ # 3.1.5
83
+
84
+ * Bug Fixes
85
+ * Supermarket endpoint is now an alias for Opscode endpoint
86
+ * Set proper default value for supermarket api endpoint
87
+
88
+ # 3.1.4
89
+
90
+ * Improvements
91
+ * Update the default vagrant box from the generators to Ubuntu 14.04 (formerly 12.04 EOL)
92
+
93
+ * Bug Fixes
94
+ * Handle the case where a remote source had been removed but still existed in the lockfile
95
+ * Follow redirects (HTTP -> HTTPS) in all requests
96
+
97
+ # 3.1.3
98
+
99
+ * Enhancements
100
+ * Updated out of date dependencies
101
+
102
+ * Bug Fixes
103
+ * Skip loading of cached cookbooks that do not have a value for metadata
104
+ * SSL Verify option will be respected when communicating to an API server
105
+ * Fixed issue where some commands were unexpectedly crashing instead of informing the user that Git is not installed
106
+
107
+ # 3.1.2
108
+
109
+ * Enhancements
110
+ * SCM history is now stripped from cookbooks retrieved from an SCM location which will conserve disk space for cookbooks with a large history
111
+ * Bug Fixes
112
+ * Fix formatting issue with console output on some systems
113
+ * Handle crash on install on some machines which do not properly report their number of CPU cores
114
+ * Fix infinite loop in checking if the lockfile is synced under certain conditions
115
+ * Fix console output crash on Windows
116
+ * Fix issue where updating a cookbook would result in a non resolvable lockfile
117
+ * Various spelling mistakes in console output
118
+
119
+ # 3.1.1
120
+
121
+ * Bug Fixes
122
+ * Fix issue reading metadata which was compiled using an older (bugged) version of Knife
123
+ * Fix issue with incorrectly reporting outdated cookbooks with the outdated command
124
+ * Fix issue uploading some cookbooks which were generated with older metadata
125
+
126
+ # 3.1.0
127
+
128
+ * Enhancements
129
+ * Added `berks viz` command which will output a visualized dependency graph
130
+ * Added `berks info` command which outputs what `berks show` used to output
131
+ * Changed `berks show` command to output the filepath where the cookbook is found
132
+ * Improve error output when a solution couldn't be found
133
+
134
+ * Bug Fixes
135
+ * Various documentation updates
136
+ * Update description of version command
137
+
138
+ # 3.0.1
139
+
140
+ * Bug Fixes
141
+ * Installation will no longer fail on machines with just 1 or 2 cores
142
+
143
+ # 3.0.0
144
+
145
+ * Enhancements
146
+ * New "universe" resolver which communicates with an API server to resolve constraint graphs faster and more reliably
147
+ * `berks vendor` will now compile cookbook metadata into the cookbook's vendored directory. The raw metadata will not be included in the vendored cookbook to ensure that Chef Client doesn't (wrongly) prioritize the raw metadata over compiled metadata
148
+ * `berks vendor` now includes the Berksfile.lock alongside the vendored contents
149
+ * `berks package` will now simply archive the output of `berks vendor`
150
+
151
+ * Bug Fixes
152
+ * Raw metadata will be compiled into metadata.json during vendor process
153
+
154
+ * Backwards incompatible changes
155
+ * `berks package` has had it's argument and options list updated. The first argument is now the name, or fulle path, of the archive file that will be generated. As with before, the first argument is not required.
156
+
157
+ # 2.0.16
158
+
159
+ * Update constraint on Ridley
160
+
161
+ # 2.0.14
162
+
163
+ * Backport changes from master to allow detecting cookbooks by metadata.json
164
+
165
+ # 2.0.13
166
+
167
+ * Lock transitive dependency on Faraday
168
+
169
+ # 2.0.10
170
+
171
+ * Huge performance increase when resolving a Berksfile when the Berkshelf contains a lot of cookbooks
172
+
173
+ # 2.0.9
174
+
175
+ * Update required version of Ridley
176
+
177
+ # 2.0.8
178
+
179
+ * Account for API changes to solve
180
+ * Rescue exceptions when parsing the lockfile
181
+ * Fix deprecation errors
182
+
183
+ # 2.0.7
184
+
185
+ * Fix crash when parsing a lockfile that contains path locations which no longer exist
186
+
187
+ # 2.0.6
188
+
189
+ * Fix installation failures due to latest release of ActiveSupport
190
+ * --except and --only will now work with a lockfile present
191
+
192
+ # 2.0.5
193
+
194
+ * Improve speed of resolution when a lockfile is present
195
+ * Gracefully fail when a lockfile is present but empty
196
+ * Fix issue where locked version was not honored if the cookbook store was empty
197
+
198
+ # 2.0.4
199
+
200
+ * Fix bug where community cookbooks compressed with bzip2 would not download and install
201
+ * Fix bug regression in Git caching which was previously fixed in 1.4.4
202
+ * Fix validation bug where a cookbook would be considered invalid if any spaces were present in the path to the directory containing the cookbook
203
+ * Fix issues with uploading cookbooks on Windows
204
+
205
+ # 2.0.3
206
+
207
+ * Fix issue where groups defined in the Berksfile would not be evaluated
208
+
209
+ # 2.0.2
210
+
211
+ * Fix issue with shellout on Windows. This would effect uploads and downloads of cookbooks using the Git location.
212
+ * The Berksfile DSL now evaluates in a clean room to prevent end-users from calling restricted methods.
213
+ * Fix issue with `berks upload -D` not properly skipping dependencies
214
+ * Added friendly error message when an unknown license is chosen during cookbook generation
215
+
216
+ # 2.0.1
217
+
218
+ * Improve performance of `berks upload`. It will now properly respect the Lockfile
219
+ * Fix debug/verbose logging
220
+ * You can now specify an alternate configuration with -c once again
221
+
222
+ # 2.0.0
223
+
224
+ * Huge improvements to the Lockfile
225
+ - They actually work!
226
+ - Now in JSON format
227
+ - Old lockfiles will automatically be converted to the new format
228
+ * Add `berks shelf` command. Any operations on the already installed cookbooks now reside here
229
+ - `berks shelf list` to list all cookbooks in the Berkshelf
230
+ - `berks shelf show` to display information about a specific cookbook in the Berkshelf
231
+ - `berks shelf uninstall` to remove an installed cookbook from the Berkshelf
232
+ * Add `berks package` command. Will package any cookbooks and dependencies defined in your Berksfile into a tar.
233
+ * Add `berks apply` command. Take the locked constraints of your lockfile and apply them directly to the an environment's locked cookbook versions.
234
+ * Test-Kitchen integration (beta)
235
+ - Add `berks test` command. This is a delegator to `bin/kitchen`
236
+ - Berkshelf's Cookbook generators will by default generate Test-Kitchen files for you
237
+ * Remove `berks open` command
238
+ * Rename `berks info` command to `berks show`
239
+
240
+ # 1.4.4
241
+
242
+ - Bump Ridley dependency to 0.12, bringing in many bugfixes.
243
+
244
+ # 1.4.3
245
+
246
+ - Bump Ridley dependency to 0.11, bringing in many bugfixes.
247
+
248
+ # 1.4.2
249
+
250
+ - Fix git caching bug for huge speedups in Berksfiles with lots of git
251
+ paths. Thanks to @tylerflint and @jasondunsmore.
252
+
253
+ # 1.4.1
254
+
255
+ - Berksfile#upload will now honor the given server_url option
256
+ - Add validation to shortnames of 'site' in Berksfile
257
+ - Fix init generator issue by locking to the appropriate version of Rubygems
258
+
259
+ # 1.4.0
260
+
261
+ - Add ability to freeze cookbooks. Cookbooks are frozen on upload by default
262
+ - Add ability to forcefully upload cookbooks even if they are frozen with the `--force` option
263
+ - Add `berks info` command for displaying information about cookbooks in your Berkshelf
264
+ - Add `berks contingent` command for displaying a list of cookbooks which are dependent upon one another
265
+ - Cookbook generator now has the option of generating chef minispec files (false by default)
266
+ - Fix bug in downloading cookbooks which were packaged as plain tars instead of tar.gzs
267
+ - Path locations will now be relative to the Berksfile they are defined in
268
+
269
+ # 1.3.1
270
+ - Support for Vagrant 1.1.x
271
+ - Move Berkshelf Vagrant plugin into it's [own repository](https://github.com/berkshelf/vagrant-berkshelf)
272
+ - Added -d flag to output debug information in berks command
273
+ - Various bug fixes in uploading cookbooks
274
+
275
+ # 1.2.0
276
+ - Remove Vagrant as a gem dependency
277
+ - Remove Chef as a gem dependency
278
+ - Add retries to downloads/uploads
279
+ - Speed optimizations to resolver
280
+ - Speed optimizations to downloading cookbooks
281
+ - Speed optimizations to uploading cookbooks
282
+
283
+ # 1.1.0
284
+ ## new/improved commands
285
+ - `berks show` command: display the file path for the given cookbook's current version resolved by your Berksfile
286
+ - `berks list` command: list all of the cookbooks and their versions that are installed by resolving your Berksfile
287
+ - `berks outdated` command (beta): show any cookbooks which have newer versions that are installed by resolving your Berksfile
288
+ - `berks open` command [alpha]: like `berks show` except used to open the cookbook in your configured editor
289
+ alpha: use at your own risk
290
+ - improved `berks upload` command: now takes an optional cookbook name, or names, which will upload the target cookbook(s) to the Chef Server
291
+ - improved `berks update` command: now takes an optional cookbook name, or names, which will update the target cookbook(s) in the Berksfile.lock
292
+
293
+ ## bug fixes
294
+ - Improved error output in Vagrant plugin
295
+ - Stack traces will now be replaced by friendly error messages where possible
296
+ - Fix init generator on Ruby 1.9.2
297
+ - Honor 'chefignore' when vendoring cookbooks this will ensure that you aren't putting junk files into your cookbooks if your distributing them for use with Chef-Solo
298
+
299
+ # 1.0.0
300
+ - Windows support
301
+ - Easier installation by dropping Gecode requirement
302
+ - Vagrant plugin for a seamless iteration process
303
+ - Berkshelf has it's own configuration file
304
+ - `berks configure` command
305
+ - Github source location
306
+ - Improved upload/download speed of cookbooks
307
+ - Lots of bug fixes
data/CHANGELOG.md CHANGED
@@ -1,307 +1,2316 @@
1
- > This is a high level digest of changes. For the complete CHANGELOG diff two tags in the project's [commit history](https://github.com/berkshelf/berkshelf/commits/master).
1
+ # Change Log
2
2
 
3
- # 4.1.0
3
+ ## [4.1.1](https://github.com/berkshelf/berkshelf/tree/4.1.1) (2016-02-11)
4
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v4.1.0...4.1.1)
4
5
 
5
- * Enhancements
6
- * Have berks install bump only required cookbooks
7
- * Upgrade to solve 2.0 and use Gecode as the engine
8
- * Add a new `solver` Berksfile DSL option
9
- * remove berkshelf gem entry in generated Gemfile
10
- * Run Chef proxy tests on Travis
11
- * Updating Test Kitchen to 1.5.0 and running bundle update
6
+ **Merged pull requests:**
12
7
 
13
- * Bug Fixes
14
- * Use Net::HTTP.new instead of Net::HTTP.start to ensure environmental proxy settings are picked up
15
- * Remove new cucumber and aruba warnings
16
- * Pin aruba to 0.10.2
8
+ - Update solve to 2.0.2 [\#1509](https://github.com/berkshelf/berkshelf/pull/1509) ([danielsdeleo](https://github.com/danielsdeleo))
9
+ - Use github\_changelog\_generator [\#1507](https://github.com/berkshelf/berkshelf/pull/1507) ([jkeiser](https://github.com/jkeiser))
10
+
11
+ ## [v4.1.0](https://github.com/berkshelf/berkshelf/tree/v4.1.0) (2016-02-04)
12
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v4.0.1...v4.1.0)
13
+
14
+ **Implemented enhancements:**
17
15
 
18
- # 4.0.1
16
+ - Add functions for automatically generating portions of metadata [\#957](https://github.com/berkshelf/berkshelf/issues/957)
17
+ - Add a new `solver` Berksfile DSL option [\#1482](https://github.com/berkshelf/berkshelf/pull/1482) ([martinb3](https://github.com/martinb3))
18
+ - Upgrade to solve 2.0 [\#1475](https://github.com/berkshelf/berkshelf/pull/1475) ([jkeiser](https://github.com/jkeiser))
19
+ - Have berks install bump only required cookbooks [\#1462](https://github.com/berkshelf/berkshelf/pull/1462) ([FlorentFlament](https://github.com/FlorentFlament))
20
+
21
+ **Fixed bugs:**
22
+
23
+ - ERROR -- : Actor crashed! found while running berks install [\#1418](https://github.com/berkshelf/berkshelf/issues/1418)
24
+ - remove berkshelf gem entry in generated Gemfile [\#1485](https://github.com/berkshelf/berkshelf/pull/1485) ([reset](https://github.com/reset))
25
+ - Pin aruba to 0.10.2 [\#1484](https://github.com/berkshelf/berkshelf/pull/1484) ([smith](https://github.com/smith))
26
+ - Use Net::HTTP.new instead of Net::HTTP.start [\#1467](https://github.com/berkshelf/berkshelf/pull/1467) ([jkeiser](https://github.com/jkeiser))
27
+
28
+ ## [v4.0.1](https://github.com/berkshelf/berkshelf/tree/v4.0.1) (2015-10-07)
29
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v4.0.0...v4.0.1)
30
+
31
+ **Fixed bugs:**
32
+
33
+ - Can no longer install 3.3.0 on Chef 11/Ruby 1.9 [\#1464](https://github.com/berkshelf/berkshelf/issues/1464)
19
34
 
20
- * Update `berkshelf-api-client` constraint to `~> 2.0`
35
+ ## [v4.0.0](https://github.com/berkshelf/berkshelf/tree/v4.0.0) (2015-10-06)
36
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v3.3.0...v4.0.0)
37
+
38
+ **Closed issues:**
21
39
 
22
- # 4.0.0
40
+ - berks crash parsing attributes in metadata.rb [\#1461](https://github.com/berkshelf/berkshelf/issues/1461)
41
+ - Is it possible to write my own `Location`? [\#1455](https://github.com/berkshelf/berkshelf/issues/1455)
42
+ - Berkshelf does not respect cookbook locations on dependencies of dependencies [\#1452](https://github.com/berkshelf/berkshelf/issues/1452)
43
+ - not able to upload cookbook to chef server via berks upload. [\#1450](https://github.com/berkshelf/berkshelf/issues/1450)
44
+ - ERROR -- : Actor crashed! during berks install [\#1449](https://github.com/berkshelf/berkshelf/issues/1449)
45
+ - Unit tests fail on master due to new celluloid. [\#1448](https://github.com/berkshelf/berkshelf/issues/1448)
46
+ - Resolving cookbook dependencies fills up hard drive [\#1447](https://github.com/berkshelf/berkshelf/issues/1447)
47
+ - Berkshelf doesn't recognize SSL bundle overrides [\#1443](https://github.com/berkshelf/berkshelf/issues/1443)
48
+ - Can you release a new version of Berkshelf? [\#1440](https://github.com/berkshelf/berkshelf/issues/1440)
49
+ - Documentation updates [\#1413](https://github.com/berkshelf/berkshelf/issues/1413)
50
+ - Cookbooks with same name but different paths in different groups cannot be resolved. [\#1401](https://github.com/berkshelf/berkshelf/issues/1401)
51
+ - Solution for lack of NO\_PROXY support - feedback requested [\#1341](https://github.com/berkshelf/berkshelf/issues/1341)
23
52
 
24
- * Drop support for Ruby 1.9
25
- * Switch from `net_http_client` to `httpclient` Faraday adapter for all HTTP communication
53
+ **Merged pull requests:**
26
54
 
27
- # 3.3.0
55
+ - When doing 'berks install' Lock cookbooks' version according to the lockfile [\#1460](https://github.com/berkshelf/berkshelf/pull/1460) ([FlorentFlament](https://github.com/FlorentFlament))
56
+ - Removes the gzip middleware from Faraday builder. [\#1444](https://github.com/berkshelf/berkshelf/pull/1444) ([johnbellone](https://github.com/johnbellone))
28
57
 
29
- * Enhancements
30
- * Use [httpclient](https://github.com/nahi/httpclient) in place of Ruby stdlib NetHTTP for http communication
31
- * Clarify decompression error messages
58
+ ## [v3.3.0](https://github.com/berkshelf/berkshelf/tree/v3.3.0) (2015-06-30)
59
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v3.2.4...v3.3.0)
32
60
 
33
- # 3.2.4
61
+ **Fixed bugs:**
34
62
 
35
- * Bug Fixes
36
- * Fix issue where older version of a cookbook would be presented as the latest available version from a remote API server's cache
37
- * Exclude git directories when vendoring
38
- * Fix a race condition in downloading cookbooks from Github or a URI location
63
+ - `berks package` omitting all files except metadata.json on OS X Yosemite [\#1435](https://github.com/berkshelf/berkshelf/issues/1435)
39
64
 
40
- # 3.2.3
65
+ **Closed issues:**
41
66
 
42
- * Bug Fixes
43
- * Specifying the --skip-syntax-check flag to upload will once again cause validations to be skipped
67
+ - "berks install" fetches from incorrect git source [\#1438](https://github.com/berkshelf/berkshelf/issues/1438)
68
+ - Berks upload against a local chef-zero instance is rediculously slow \(30 mins or more\) [\#1431](https://github.com/berkshelf/berkshelf/issues/1431)
69
+ - Feature request: ability to specify multiple Berksfiles [\#1430](https://github.com/berkshelf/berkshelf/issues/1430)
70
+ - berks vendor fails with dependent Berksfile [\#1428](https://github.com/berkshelf/berkshelf/issues/1428)
71
+ - Berkshelf should not require $HOME to be set [\#1427](https://github.com/berkshelf/berkshelf/issues/1427)
72
+ - Private BitBucket repository [\#1426](https://github.com/berkshelf/berkshelf/issues/1426)
73
+ - Berkshelf upload fails [\#1424](https://github.com/berkshelf/berkshelf/issues/1424)
44
74
 
45
- # 3.2.2
75
+ **Merged pull requests:**
46
76
 
47
- * Enhancements
48
- * Use chef.io hostname in urls instead of getchef
77
+ - tiny docfixes [\#1434](https://github.com/berkshelf/berkshelf/pull/1434) ([dastergon](https://github.com/dastergon))
78
+ - Improved error msg for unknown compression types. [\#1433](https://github.com/berkshelf/berkshelf/pull/1433) ([patcon](https://github.com/patcon))
79
+ - Use httpclient instead of nethttp [\#1393](https://github.com/berkshelf/berkshelf/pull/1393) ([jf647](https://github.com/jf647))
49
80
 
50
- * Bug Fixes
51
- * Fix syntax issue in generated Vagrantfile
52
- * Only exclude the top level metadata.rb file when vendoring cookbooks rather than all files named metadata.rb
53
- * Relative paths can now be passed to berks vendor
81
+ ## [v3.2.4](https://github.com/berkshelf/berkshelf/tree/v3.2.4) (2015-04-30)
82
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v3.2.3...v3.2.4)
54
83
 
55
- # 3.2.1
84
+ **Closed issues:**
56
85
 
57
- * Bug Fixes
58
- * Fix issue with copying raw metadata when vendoring / packaging.
59
- * Berkshelf should cleanup any temporary directories it creates. There is still work to be done in any of Berkshelf's dependencies.
86
+ - Why does berkshelf tries to use deleted cookbook? [\#1421](https://github.com/berkshelf/berkshelf/issues/1421)
87
+ - Question about dependency resolver [\#1416](https://github.com/berkshelf/berkshelf/issues/1416)
88
+ - Weird version resolved for apache2 cookbook [\#1415](https://github.com/berkshelf/berkshelf/issues/1415)
89
+ - Support for multiple files [\#1411](https://github.com/berkshelf/berkshelf/issues/1411)
90
+ - berks upload fails with "Invalid value '~\> 0' for metadata.dependencies" [\#1409](https://github.com/berkshelf/berkshelf/issues/1409)
91
+ - Leverage non-supermarket dependencies' Berksfiles [\#1408](https://github.com/berkshelf/berkshelf/issues/1408)
92
+ - cookbook gets uploaded with half name [\#1407](https://github.com/berkshelf/berkshelf/issues/1407)
93
+ - Version metadata issue when using Berkshelf [\#1406](https://github.com/berkshelf/berkshelf/issues/1406)
94
+ - Long delay at "Resolving cookbook dependencies with Berkshelf 3.2.3..." during a "kitchen converge" [\#1403](https://github.com/berkshelf/berkshelf/issues/1403)
95
+ - Allow include support within Berksfile [\#1397](https://github.com/berkshelf/berkshelf/issues/1397)
96
+ - \[gh-pages\] Vagrant+Berkshelf plugin version is not supported [\#1396](https://github.com/berkshelf/berkshelf/issues/1396)
97
+ - Can't disable SSL verification [\#1390](https://github.com/berkshelf/berkshelf/issues/1390)
98
+ - Two cookbooks with different versions of the same dependency [\#1389](https://github.com/berkshelf/berkshelf/issues/1389)
99
+ - Can't package cookbooks on Windows host using test-kitchen [\#1388](https://github.com/berkshelf/berkshelf/issues/1388)
100
+ - berks install --without solo [\#1387](https://github.com/berkshelf/berkshelf/issues/1387)
101
+ - multiple depends lines for same cookbook? [\#1386](https://github.com/berkshelf/berkshelf/issues/1386)
102
+ - How to skip strict dependency check while running 'berks install' [\#1385](https://github.com/berkshelf/berkshelf/issues/1385)
103
+ - berks install error - data too large for key size \(OpenSSL::PKey::RSAError\) [\#1384](https://github.com/berkshelf/berkshelf/issues/1384)
104
+ - issue using "berks upload" [\#1383](https://github.com/berkshelf/berkshelf/issues/1383)
105
+ - "berks upload" Leaving out a File [\#1382](https://github.com/berkshelf/berkshelf/issues/1382)
106
+ - Dependancy resolution fails when using github: in cookbooks brought in via path: [\#1379](https://github.com/berkshelf/berkshelf/issues/1379)
107
+ - berks upload resolving wrong client\_key path from knife.rb [\#1376](https://github.com/berkshelf/berkshelf/issues/1376)
108
+ - Where to begin ... [\#1371](https://github.com/berkshelf/berkshelf/issues/1371)
109
+ - Getting undefined method `retryable' on new v3.2.3 [\#1370](https://github.com/berkshelf/berkshelf/issues/1370)
110
+ - Bump required Retryable gem version [\#1368](https://github.com/berkshelf/berkshelf/issues/1368)
111
+ - SLv3 read server certificate B: certificate verify failed \(Faraday::SSLError\) [\#1360](https://github.com/berkshelf/berkshelf/issues/1360)
60
112
 
61
- # 3.2.0
113
+ **Merged pull requests:**
114
+
115
+ - Fix defunct link. [\#1417](https://github.com/berkshelf/berkshelf/pull/1417) ([lorefnon](https://github.com/lorefnon))
116
+ - Fix link to chef repository article [\#1414](https://github.com/berkshelf/berkshelf/pull/1414) ([Maks3w](https://github.com/Maks3w))
117
+ - Chef-DK link has changed [\#1410](https://github.com/berkshelf/berkshelf/pull/1410) ([mreeves1](https://github.com/mreeves1))
118
+ - prevent race conditions [\#1398](https://github.com/berkshelf/berkshelf/pull/1398) ([shyouhei](https://github.com/shyouhei))
119
+ - SSL verify unrecognized by community\_rest.rb [\#1395](https://github.com/berkshelf/berkshelf/pull/1395) ([oldirty](https://github.com/oldirty))
120
+ - Use git: locations over github: in the Gemfile [\#1394](https://github.com/berkshelf/berkshelf/pull/1394) ([jf647](https://github.com/jf647))
121
+ - Adding '\*\*/.git' to exclusions. [\#1380](https://github.com/berkshelf/berkshelf/pull/1380) ([vinyar](https://github.com/vinyar))
122
+ - fix expected berkshelf-api-server version [\#1374](https://github.com/berkshelf/berkshelf/pull/1374) ([mwrock](https://github.com/mwrock))
123
+ - correctly return the max version from searches [\#1373](https://github.com/berkshelf/berkshelf/pull/1373) ([mwrock](https://github.com/mwrock))
124
+ - Fix small typos in index.md [\#1372](https://github.com/berkshelf/berkshelf/pull/1372) ([selesse](https://github.com/selesse))
125
+
126
+ ## [v3.2.3](https://github.com/berkshelf/berkshelf/tree/v3.2.3) (2015-01-14)
127
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v3.2.2...v3.2.3)
128
+
129
+ **Fixed bugs:**
130
+
131
+ - Recipe metadata.rb is removed [\#1344](https://github.com/berkshelf/berkshelf/issues/1344)
132
+
133
+ **Closed issues:**
134
+
135
+ - Unable to resolve dependencies: berkshelf requires retryable \(~\> 1.3.3\); ridley requires retryable \(\>= 2.0.0\) [\#1369](https://github.com/berkshelf/berkshelf/issues/1369)
136
+ - Berkshelf fails to parse metadata.rb when referencing cookbook from local directory / git / github [\#1366](https://github.com/berkshelf/berkshelf/issues/1366)
137
+ - Local cache and decomissioning version of cookbook in supermarket [\#1361](https://github.com/berkshelf/berkshelf/issues/1361)
138
+
139
+ **Merged pull requests:**
140
+
141
+ - super minor typo fix [\#1367](https://github.com/berkshelf/berkshelf/pull/1367) ([dpetzel](https://github.com/dpetzel))
142
+ - Correct help command [\#1365](https://github.com/berkshelf/berkshelf/pull/1365) ([gsf](https://github.com/gsf))
143
+ - Fix e.message to show detailed error messages [\#1364](https://github.com/berkshelf/berkshelf/pull/1364) ([sonots](https://github.com/sonots))
144
+ - add ConfigurationError [\#1363](https://github.com/berkshelf/berkshelf/pull/1363) ([sonots](https://github.com/sonots))
145
+ - Fixed README description of config file search [\#1359](https://github.com/berkshelf/berkshelf/pull/1359) ([BackSlasher](https://github.com/BackSlasher))
146
+
147
+ ## [v3.2.2](https://github.com/berkshelf/berkshelf/tree/v3.2.2) (2014-12-18)
148
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v3.2.1...v3.2.2)
149
+
150
+ **Closed issues:**
151
+
152
+ - Git option in Berksfile is ignored [\#1355](https://github.com/berkshelf/berkshelf/issues/1355)
153
+ - source "https://supermarket.getchef.com" should be updated to chef.io domain [\#1349](https://github.com/berkshelf/berkshelf/issues/1349)
154
+ - Error disabling SSL [\#1144](https://github.com/berkshelf/berkshelf/issues/1144)
155
+
156
+ **Merged pull requests:**
157
+
158
+ - Only exclude top-level metadata.rb file while vendoring [\#1353](https://github.com/berkshelf/berkshelf/pull/1353) ([jpruetting](https://github.com/jpruetting))
159
+ - Use chef.io [\#1351](https://github.com/berkshelf/berkshelf/pull/1351) ([sethvargo](https://github.com/sethvargo))
160
+ - Use chef.io [\#1350](https://github.com/berkshelf/berkshelf/pull/1350) ([sethvargo](https://github.com/sethvargo))
161
+ - Fix edge cases with vendoring [\#1342](https://github.com/berkshelf/berkshelf/pull/1342) ([rchekaluk](https://github.com/rchekaluk))
162
+
163
+ ## [v3.2.1](https://github.com/berkshelf/berkshelf/tree/v3.2.1) (2014-11-13)
164
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v3.2.0...v3.2.1)
165
+
166
+ **Fixed bugs:**
167
+
168
+ - `berks vendor` puts all files in a single directory [\#1336](https://github.com/berkshelf/berkshelf/issues/1336)
169
+ - `berks upload` and `berks install` does not clean up temp directories and files [\#1333](https://github.com/berkshelf/berkshelf/issues/1333)
170
+ - berkshelf 3.1.1 is not uploading files from cookbook files directory [\#1191](https://github.com/berkshelf/berkshelf/issues/1191)
171
+
172
+ **Closed issues:**
173
+
174
+ - berks vendor does not exclude "metadata.rb" from destination dir [\#1338](https://github.com/berkshelf/berkshelf/issues/1338)
175
+ - \[test\] The tests shouldn't overwrite ~/.berkshelf/config.json [\#1227](https://github.com/berkshelf/berkshelf/issues/1227)
176
+ - \[test\] The spec for cookbook\_generator doesn't work with local ~/.chef/knife.rb file. [\#1226](https://github.com/berkshelf/berkshelf/issues/1226)
177
+
178
+ **Merged pull requests:**
179
+
180
+ - Correct exclusion of metadata.rb [\#1339](https://github.com/berkshelf/berkshelf/pull/1339) ([rveznaver](https://github.com/rveznaver))
181
+ - fix chefignore for files in sub directories [\#1335](https://github.com/berkshelf/berkshelf/pull/1335) ([triccardi-systran](https://github.com/triccardi-systran))
182
+ - Do not leak tempdirs [\#1334](https://github.com/berkshelf/berkshelf/pull/1334) ([sethvargo](https://github.com/sethvargo))
183
+
184
+ ## [v3.2.0](https://github.com/berkshelf/berkshelf/tree/v3.2.0) (2014-10-29)
185
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v3.1.5...v3.2.0)
186
+
187
+ **Implemented enhancements:**
188
+
189
+ - Update Vendor Directories without Top-Level Directory Removal [\#1275](https://github.com/berkshelf/berkshelf/issues/1275)
190
+ - Generate a lock file with the same name of the original Berksfile [\#1247](https://github.com/berkshelf/berkshelf/issues/1247)
191
+
192
+ **Fixed bugs:**
193
+
194
+ - Can't add a github cookbook - Failed to complete \#converge action: \[Berkshelf::NotACookbook\] [\#1311](https://github.com/berkshelf/berkshelf/issues/1311)
195
+ - BERKSHELF\_PATH must be an absolute path to checkout git-based Cookbooks [\#1256](https://github.com/berkshelf/berkshelf/issues/1256)
196
+ - timeout.rb:57:in `start': can't create Thread \(11\) \(ThreadError\) [\#1224](https://github.com/berkshelf/berkshelf/issues/1224)
197
+ - Package task reports unhelpful Ridley::Errors::MissingNameAttribute error message [\#1197](https://github.com/berkshelf/berkshelf/issues/1197)
198
+ - berks upload fails with "Invalid element in array value of 'files'." [\#706](https://github.com/berkshelf/berkshelf/issues/706)
199
+
200
+ **Closed issues:**
201
+
202
+ - Single quotes in berks viz will break windows clients [\#1323](https://github.com/berkshelf/berkshelf/issues/1323)
203
+ - Feature - viz with versions [\#1320](https://github.com/berkshelf/berkshelf/issues/1320)
204
+ - Can't fetch cookbook [\#1319](https://github.com/berkshelf/berkshelf/issues/1319)
205
+ - Can't vendor to existing directory [\#1315](https://github.com/berkshelf/berkshelf/issues/1315)
206
+ - Berks chooses supermarket over git [\#1310](https://github.com/berkshelf/berkshelf/issues/1310)
207
+ - berks upload fails with delete permission denied on metadata.json [\#1308](https://github.com/berkshelf/berkshelf/issues/1308)
208
+ - berks upload fails when berkshelf path has a space in it [\#1307](https://github.com/berkshelf/berkshelf/issues/1307)
209
+ - Support of multiple cookbook with same name [\#1306](https://github.com/berkshelf/berkshelf/issues/1306)
210
+ - Pre-release versions cause upload to fail [\#1305](https://github.com/berkshelf/berkshelf/issues/1305)
211
+ - Multiple sources causes Berkshelf to hang [\#1304](https://github.com/berkshelf/berkshelf/issues/1304)
212
+ - berkshelf / lib / berkshelf / locations / git.rb : 62 \[The issues with unstaged changes on case insensitive file system\) [\#1302](https://github.com/berkshelf/berkshelf/issues/1302)
213
+ - Bump Celluloid dependency to 0.16.0 \(not pre\) [\#1300](https://github.com/berkshelf/berkshelf/issues/1300)
214
+ - berks continues to show version 2.0.18 [\#1299](https://github.com/berkshelf/berkshelf/issues/1299)
215
+ - RuntimeError: Couldn't determine Berks version [\#1298](https://github.com/berkshelf/berkshelf/issues/1298)
216
+ - "Missing Cookbooks: No such cookbook: apt" when using depends in metadata.rb [\#1297](https://github.com/berkshelf/berkshelf/issues/1297)
217
+ - Berkshelf::Packager fails when in used in multithreading env [\#1296](https://github.com/berkshelf/berkshelf/issues/1296)
218
+ - Tag names with duplicate \#'s on the end are truncated in Berksfile.lock [\#1295](https://github.com/berkshelf/berkshelf/issues/1295)
219
+ - berks install failing on due to file compression error [\#1292](https://github.com/berkshelf/berkshelf/issues/1292)
220
+ - presumably berks should exit with 127 rather than 0 when no such subcomand [\#1288](https://github.com/berkshelf/berkshelf/issues/1288)
221
+ - \[Berkshelf::APIClient::TimeoutError\] Unable to connect to: https://supermarket.getchef.com [\#1287](https://github.com/berkshelf/berkshelf/issues/1287)
222
+ - I wrote a cookbook that can't be included in other cookbooks [\#1284](https://github.com/berkshelf/berkshelf/issues/1284)
223
+ - set cookbook sources in user/site configuration, not Berksfile [\#1281](https://github.com/berkshelf/berkshelf/issues/1281)
224
+ - Error installing berkshelf on FreeBSD 10.0-RELEASE [\#1280](https://github.com/berkshelf/berkshelf/issues/1280)
225
+ - Support Vagrant's rsync method for loading code into the VM [\#1278](https://github.com/berkshelf/berkshelf/issues/1278)
226
+ - Why Use Static String in Metadata.rb generated files? [\#1277](https://github.com/berkshelf/berkshelf/issues/1277)
227
+ - Lockout dependency gem versions [\#1276](https://github.com/berkshelf/berkshelf/issues/1276)
228
+ - Redirect Errors [\#1269](https://github.com/berkshelf/berkshelf/issues/1269)
229
+ - berks install fails with JSON error [\#1267](https://github.com/berkshelf/berkshelf/issues/1267)
230
+ - Expose berkshelf-api-client timeout features [\#1262](https://github.com/berkshelf/berkshelf/issues/1262)
231
+ - Default Vagrantfile requires vagrant-omnibus plugin [\#1244](https://github.com/berkshelf/berkshelf/issues/1244)
232
+ - Berks 3.1.2 - Ridley::Errors::SandboxCommitError: [\#1223](https://github.com/berkshelf/berkshelf/issues/1223)
233
+ - Hashie gem needs to be \< v3.0 [\#1218](https://github.com/berkshelf/berkshelf/issues/1218)
234
+ - berks throws in celluloid [\#1171](https://github.com/berkshelf/berkshelf/issues/1171)
235
+ - Failed to build gem native extension [\#1134](https://github.com/berkshelf/berkshelf/issues/1134)
236
+ - Respect transitive dependencies on git branches over community site [\#1126](https://github.com/berkshelf/berkshelf/issues/1126)
237
+ - Berks upload resulting in ECONNRESET [\#1067](https://github.com/berkshelf/berkshelf/issues/1067)
238
+
239
+ **Merged pull requests:**
240
+
241
+ - Vagrant: Use vm.box\_url when vm.box is not a Vagrant Cloud box [\#1332](https://github.com/berkshelf/berkshelf/pull/1332) ([jossy](https://github.com/jossy))
242
+ - add 'verify' command to Berkshelf [\#1331](https://github.com/berkshelf/berkshelf/pull/1331) ([reset](https://github.com/reset))
243
+ - Use Vagrant.has\_plugin? for checking Omnibus [\#1330](https://github.com/berkshelf/berkshelf/pull/1330) ([sethvargo](https://github.com/sethvargo))
244
+ - Always expand the full path for BERKSFILE\_PATH [\#1329](https://github.com/berkshelf/berkshelf/pull/1329) ([sethvargo](https://github.com/sethvargo))
245
+ - Name the lockfile after the basename of the Berksfile [\#1328](https://github.com/berkshelf/berkshelf/pull/1328) ([sethvargo](https://github.com/sethvargo))
246
+ - Include the name of a cookbook when Ridley throws an error [\#1327](https://github.com/berkshelf/berkshelf/pull/1327) ([sethvargo](https://github.com/sethvargo))
247
+ - Do not delete the vendor directory [\#1326](https://github.com/berkshelf/berkshelf/pull/1326) ([sethvargo](https://github.com/sethvargo))
248
+ - Raised the celluloid version from pre to stable [\#1324](https://github.com/berkshelf/berkshelf/pull/1324) ([tboerger](https://github.com/tboerger))
249
+ - Adding a small if-else clause to change upload order [\#1316](https://github.com/berkshelf/berkshelf/pull/1316) ([svanharmelen](https://github.com/svanharmelen))
250
+ - Fixing \_PaxHeader\_ error on berks upload [\#1313](https://github.com/berkshelf/berkshelf/pull/1313) ([sbotman](https://github.com/sbotman))
251
+ - Fix Graphviz dependency checks on Windows [\#1312](https://github.com/berkshelf/berkshelf/pull/1312) ([glasschef](https://github.com/glasschef))
252
+ - Correct the gh-pages docs for the v2.0 `--without` cli arg as `--except` [\#1309](https://github.com/berkshelf/berkshelf/pull/1309) ([steve-jansen](https://github.com/steve-jansen))
253
+ - Fix linting issues [\#1301](https://github.com/berkshelf/berkshelf/pull/1301) ([chr4](https://github.com/chr4))
254
+ - Fix `berks viz` when `pwd` contains spaces [\#1294](https://github.com/berkshelf/berkshelf/pull/1294) ([ameir](https://github.com/ameir))
255
+ - Change 'berkshelf shelf uninstall' -\> 'berks shelf uninstall' [\#1293](https://github.com/berkshelf/berkshelf/pull/1293) ([ameir](https://github.com/ameir))
256
+ - Include the forgotten :graphviz tag in visualizer\_spec. [\#1291](https://github.com/berkshelf/berkshelf/pull/1291) ([sersut](https://github.com/sersut))
257
+ - Minor typo in cli.rb deprecation message. [\#1289](https://github.com/berkshelf/berkshelf/pull/1289) ([erichelgeson](https://github.com/erichelgeson))
258
+ - Add version information to edges of berks viz [\#1286](https://github.com/berkshelf/berkshelf/pull/1286) ([quodlibetor](https://github.com/quodlibetor))
259
+ - Fix failing specs and upgrade to RSpec 3 [\#1283](https://github.com/berkshelf/berkshelf/pull/1283) ([sethvargo](https://github.com/sethvargo))
260
+ - Use the cleanroom gem for evaluating DSLs [\#1282](https://github.com/berkshelf/berkshelf/pull/1282) ([sethvargo](https://github.com/sethvargo))
261
+ - Implement "downloading" for `file\_store` sources [\#991](https://github.com/berkshelf/berkshelf/pull/991) ([whiteley](https://github.com/whiteley))
262
+
263
+ ## [v3.1.5](https://github.com/berkshelf/berkshelf/tree/v3.1.5) (2014-08-01)
264
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v3.1.4...v3.1.5)
265
+
266
+ **Implemented enhancements:**
267
+
268
+ - Add Super Market location\_type support [\#1238](https://github.com/berkshelf/berkshelf/pull/1238) ([reset](https://github.com/reset))
269
+
270
+ **Fixed bugs:**
271
+
272
+ - berks cookbook generator uninitialized constant Berkshelf::CookbookGenerator::LICENSES [\#1268](https://github.com/berkshelf/berkshelf/pull/1268) ([dasibre](https://github.com/dasibre))
273
+
274
+ **Closed issues:**
275
+
276
+ - Configurational issue [\#1272](https://github.com/berkshelf/berkshelf/issues/1272)
277
+ - Crashing when contraints doesn't mean [\#1263](https://github.com/berkshelf/berkshelf/issues/1263)
278
+ - bundle problems with 3.1.4 [\#1261](https://github.com/berkshelf/berkshelf/issues/1261)
279
+
280
+ ## [v3.1.4](https://github.com/berkshelf/berkshelf/tree/v3.1.4) (2014-07-14)
281
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v2.0.18...v3.1.4)
282
+
283
+ **Fixed bugs:**
284
+
285
+ - Berkshelf can't checkout Git Cookbooks to a custom BERKSHELF\_PATH [\#1255](https://github.com/berkshelf/berkshelf/issues/1255)
286
+
287
+ **Closed issues:**
288
+
289
+ - 301 from community \(supermarket\) stop some cookbooks installing [\#1257](https://github.com/berkshelf/berkshelf/issues/1257)
290
+ - Faraday::SSLError: SSL\_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed [\#1254](https://github.com/berkshelf/berkshelf/issues/1254)
291
+ - berks package/vendor converts metadata.rb to metadata.json [\#1253](https://github.com/berkshelf/berkshelf/issues/1253)
292
+ - Redirection forbidden by open-uri. [\#1252](https://github.com/berkshelf/berkshelf/issues/1252)
293
+
294
+ **Merged pull requests:**
295
+
296
+ - Version bump v3.1.4 [\#1260](https://github.com/berkshelf/berkshelf/pull/1260) ([sethvargo](https://github.com/sethvargo))
297
+ - Replace api.berkshelf.com with supermarket.getchef.com [\#1259](https://github.com/berkshelf/berkshelf/pull/1259) ([Maks3w](https://github.com/Maks3w))
298
+ - Follow redirects when we try to get a cookbook [\#1258](https://github.com/berkshelf/berkshelf/pull/1258) ([jujugrrr](https://github.com/jujugrrr))
299
+ - update all api.berkshelf.com references to supermarket.getchef.com [\#1250](https://github.com/berkshelf/berkshelf/pull/1250) ([reset](https://github.com/reset))
300
+
301
+ ## [v2.0.18](https://github.com/berkshelf/berkshelf/tree/v2.0.18) (2014-07-08)
302
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v2.0.17...v2.0.18)
303
+
304
+ **Fixed bugs:**
305
+
306
+ - berks upload fail [\#1241](https://github.com/berkshelf/berkshelf/issues/1241)
307
+ - NoMethodError: undefined method `cookbook' for nil:NilClass [\#1221](https://github.com/berkshelf/berkshelf/issues/1221)
308
+
309
+ **Closed issues:**
310
+
311
+ - allow parallel fetching of cookbooks [\#1249](https://github.com/berkshelf/berkshelf/issues/1249)
312
+ - Unable to satisfy constrains on package jenkins... [\#1248](https://github.com/berkshelf/berkshelf/issues/1248)
313
+ - dhcp private\_network in default Vagrantfile hits Vagrant/VirtualBox bug [\#1246](https://github.com/berkshelf/berkshelf/issues/1246)
314
+ - bundle install Gemfile ~\> 2.0 does not install 2.0.17 [\#1245](https://github.com/berkshelf/berkshelf/issues/1245)
315
+ - Pessimistic version locking on thor [\#1242](https://github.com/berkshelf/berkshelf/issues/1242)
316
+ - Issue updating berkshelf gem [\#1239](https://github.com/berkshelf/berkshelf/issues/1239)
317
+ - Berkshelf 3 - Kitchen: Message: SSL\_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed [\#1237](https://github.com/berkshelf/berkshelf/issues/1237)
318
+ - Berkshelf3 - Berkshelf::MismatchedCookbookName - unable to provision box [\#1236](https://github.com/berkshelf/berkshelf/issues/1236)
319
+ - berks install broken \(v2.0.\*\) [\#1235](https://github.com/berkshelf/berkshelf/issues/1235)
320
+ - Library not loaded. Reason: image not found [\#1234](https://github.com/berkshelf/berkshelf/issues/1234)
321
+ - Race Condition in feature tests [\#1233](https://github.com/berkshelf/berkshelf/issues/1233)
322
+ - undefined local variable or method `user' [\#1232](https://github.com/berkshelf/berkshelf/issues/1232)
323
+ - Misleading error message when a cookbook version is not found [\#1228](https://github.com/berkshelf/berkshelf/issues/1228)
324
+ - bundler & Chef-DK [\#1220](https://github.com/berkshelf/berkshelf/issues/1220)
325
+
326
+ **Merged pull requests:**
327
+
328
+ - Follow redirects [\#1251](https://github.com/berkshelf/berkshelf/pull/1251) ([sethvargo](https://github.com/sethvargo))
329
+ - Updated default vagrant box to Ubuntu 14.04 from Vagrant Cloud [\#1217](https://github.com/berkshelf/berkshelf/pull/1217) ([jossy](https://github.com/jossy))
330
+
331
+ ## [v2.0.17](https://github.com/berkshelf/berkshelf/tree/v2.0.17) (2014-06-10)
332
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v3.1.3...v2.0.17)
333
+
334
+ **Closed issues:**
335
+
336
+ - remove pre-release versioned dependencies [\#1230](https://github.com/berkshelf/berkshelf/issues/1230)
337
+ - Segmentation Fault using Berkshelf 3 w/ accidental homebrew gcc installed [\#1229](https://github.com/berkshelf/berkshelf/issues/1229)
338
+ - "package" with data bags [\#1222](https://github.com/berkshelf/berkshelf/issues/1222)
339
+
340
+ **Merged pull requests:**
341
+
342
+ - Lockdown Hashie \(2.0\) [\#1231](https://github.com/berkshelf/berkshelf/pull/1231) ([sethvargo](https://github.com/sethvargo))
343
+
344
+ ## [v3.1.3](https://github.com/berkshelf/berkshelf/tree/v3.1.3) (2014-06-03)
345
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v3.1.2...v3.1.3)
346
+
347
+ **Fixed bugs:**
348
+
349
+ - config.json in directory not respected [\#1214](https://github.com/berkshelf/berkshelf/issues/1214)
350
+ - Not having git in PATH environment variable in Windows gives error on running berks cookbook: No such file or directory - git init [\#1208](https://github.com/berkshelf/berkshelf/issues/1208)
351
+ - Berkshelf not resolving from correct source [\#1199](https://github.com/berkshelf/berkshelf/issues/1199)
62
352
 
63
- * Improvements
64
- * Add version information to edges of generated visualization graph
65
- * Bump to latest full release of Celluloid
66
- * Updated some errors to include more information about what went wrong / how to make it better
67
- * Lockfiles will be named after the name of the Berksfile, not always Berksfile.lock
68
- * Vendoring will now sync files between two directories instead of deleting the target and it's contents
69
- * Add support for downloading from Berkshelf-API file_store location
70
- * Add `berks verify` command to validate Ruby syntax, ERB templates, and file names of cookbooks
353
+ **Closed issues:**
71
354
 
72
- * Bug Fixes
73
- * Fixed a number of typos and documentation errors
74
- * Fix running `berks viz` when pwd has spaces in it
75
- * Fix checking for graphviz on Windows
76
- * Remove PaxHeader files before uploading
77
- * BERKSHELF_PATH will always be fully expanded regardless of how it is configured
355
+ - Latest versions of Berkshelf are uninstallable due to Gecode [\#1212](https://github.com/berkshelf/berkshelf/issues/1212)
356
+ - `rescue in initialize': undefined local variable or method ` STDOUT' for \#\<Buff::Config::Ruby::Evaluator:0x00000101b23d18\> \(Buff::Errors::InvalidConfig\) [\#1207](https://github.com/berkshelf/berkshelf/issues/1207)
357
+ - 'berks apply' overwrites cookbook\_versions completely [\#1206](https://github.com/berkshelf/berkshelf/issues/1206)
358
+ - berks apply to local environment file [\#1205](https://github.com/berkshelf/berkshelf/issues/1205)
359
+ - Berks 2 on windows using tons of RAM and threads [\#1203](https://github.com/berkshelf/berkshelf/issues/1203)
360
+ - Upload skips dependencies? [\#1202](https://github.com/berkshelf/berkshelf/issues/1202)
361
+ - Does berkshelf support snapshot version from chef server? [\#1196](https://github.com/berkshelf/berkshelf/issues/1196)
362
+ - Multiple versions of cookbooks across environments [\#1167](https://github.com/berkshelf/berkshelf/issues/1167)
363
+ - development workflow with multiple cookbooks [\#1164](https://github.com/berkshelf/berkshelf/issues/1164)
78
364
 
79
- * Deprecations
80
- * vagrant.omnibus.enabled configuration option is now deprecated
365
+ **Merged pull requests:**
81
366
 
82
- # 3.1.5
367
+ - bump ridley and buff dependencies [\#1219](https://github.com/berkshelf/berkshelf/pull/1219) ([reset](https://github.com/reset))
368
+ - Fixed a minor typo on the home page [\#1213](https://github.com/berkshelf/berkshelf/pull/1213) ([elektronaut](https://github.com/elektronaut))
369
+ - Extract git mixin into its own module [\#1209](https://github.com/berkshelf/berkshelf/pull/1209) ([sethvargo](https://github.com/sethvargo))
370
+ - ssl.verify option is ignored [\#1204](https://github.com/berkshelf/berkshelf/pull/1204) ([ohtake](https://github.com/ohtake))
371
+ - Fix windows specs [\#1200](https://github.com/berkshelf/berkshelf/pull/1200) ([danielsdeleo](https://github.com/danielsdeleo))
372
+ - Skip cached cookbooks missing their name attributes instead of failing [\#1198](https://github.com/berkshelf/berkshelf/pull/1198) ([KAllan357](https://github.com/KAllan357))
83
373
 
84
- * Bug Fixes
85
- * Supermarket endpoint is now an alias for Opscode endpoint
86
- * Set proper default value for supermarket api endpoint
374
+ ## [v3.1.2](https://github.com/berkshelf/berkshelf/tree/v3.1.2) (2014-05-08)
375
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v2.0.16...v3.1.2)
87
376
 
88
- # 3.1.4
377
+ **Fixed bugs:**
89
378
 
90
- * Improvements
91
- * Update the default vagrant box from the generators to Ubuntu 14.04 (formerly 12.04 EOL)
379
+ - Possible Race Condition in Feature test [\#1185](https://github.com/berkshelf/berkshelf/issues/1185)
380
+ - `berks install` using git-sourced cookbook fails when there is no master branch [\#1148](https://github.com/berkshelf/berkshelf/issues/1148)
381
+ - Fix Berkshelf::Graph\#update [\#1182](https://github.com/berkshelf/berkshelf/pull/1182) ([mjcdiggity](https://github.com/mjcdiggity))
92
382
 
93
- * Bug Fixes
94
- * Handle the case where a remote source had been removed but still existed in the lockfile
95
- * Follow redirects (HTTP -> HTTPS) in all requests
383
+ **Closed issues:**
96
384
 
97
- # 3.1.3
385
+ - Remove GithubLocation in favor of GitLocation [\#1193](https://github.com/berkshelf/berkshelf/issues/1193)
386
+ - Strange conflict [\#1190](https://github.com/berkshelf/berkshelf/issues/1190)
387
+ - Berkshelf 3.1.1 breaks test-kitchen vagrant chef-zero workflow [\#1189](https://github.com/berkshelf/berkshelf/issues/1189)
388
+ - Has anyone successfully installed Berkshelf on Windows? [\#1184](https://github.com/berkshelf/berkshelf/issues/1184)
389
+ - Berkshelf::BerksfileReadError [\#1181](https://github.com/berkshelf/berkshelf/issues/1181)
390
+ - set buff-config dependency to '~\> 0.4' [\#1179](https://github.com/berkshelf/berkshelf/issues/1179)
391
+ - UI is broken on windows on master [\#1176](https://github.com/berkshelf/berkshelf/issues/1176)
392
+ - \[Berkshelf::OutdatedDependency\] improving error message [\#1175](https://github.com/berkshelf/berkshelf/issues/1175)
393
+ - Nested git sourced cookbooks fail to install [\#1174](https://github.com/berkshelf/berkshelf/issues/1174)
394
+ - Berkshelf depends on pre-release gems [\#1172](https://github.com/berkshelf/berkshelf/issues/1172)
395
+ - installing gem dep-selector-libgecode takes forever [\#1166](https://github.com/berkshelf/berkshelf/issues/1166)
396
+ - stack level too deep with medium-sized Berksfile. [\#1160](https://github.com/berkshelf/berkshelf/issues/1160)
397
+ - stack level too deep \(SystemStackError\) [\#1159](https://github.com/berkshelf/berkshelf/issues/1159)
398
+ - Berksfile.lock versions \*still\* not followed [\#1158](https://github.com/berkshelf/berkshelf/issues/1158)
399
+ - Unable to fetch private repos \(v3.1.1\) [\#1157](https://github.com/berkshelf/berkshelf/issues/1157)
400
+ - "berks install" formatting is all screwed up [\#1156](https://github.com/berkshelf/berkshelf/issues/1156)
401
+ - An error occurred while reading the Berksfile: uninitialized constant Solve::Version [\#1155](https://github.com/berkshelf/berkshelf/issues/1155)
402
+ - Berks 3.1.1 throws stack level too deep \(SystemStackError\) error [\#1154](https://github.com/berkshelf/berkshelf/issues/1154)
403
+ - The `berks outdated` command doesn't honor location info in the Berksfile [\#1153](https://github.com/berkshelf/berkshelf/issues/1153)
404
+ - Another "Unable to find a solution for demands with mercurial sources" [\#1152](https://github.com/berkshelf/berkshelf/issues/1152)
405
+ - berkshelf 3 not honoring protocol for github locations [\#1151](https://github.com/berkshelf/berkshelf/issues/1151)
406
+ - How do I generate a Berkshelf config.json file with Berkshelf 3.0? [\#1150](https://github.com/berkshelf/berkshelf/issues/1150)
407
+ - Specifying latest version of cookbook produces error [\#1149](https://github.com/berkshelf/berkshelf/issues/1149)
408
+ - Bundle CA certs [\#1030](https://github.com/berkshelf/berkshelf/issues/1030)
409
+ - Warn when declaring duplicate dependencies in metadata and Berksfile [\#526](https://github.com/berkshelf/berkshelf/issues/526)
98
410
 
99
- * Enhancements
100
- * Updated out of date dependencies
411
+ **Merged pull requests:**
101
412
 
102
- * Bug Fixes
103
- * Skip loading of cached cookbooks that do not have a value for metadata
104
- * SSL Verify option will be respected when communicating to an API server
105
- * Fixed issue where some commands were unexpectedly crashing instead of informing the user that Git is not installed
413
+ - Remove the .git directory for git-sourced cookbooks [\#1194](https://github.com/berkshelf/berkshelf/pull/1194) ([cnunciato](https://github.com/cnunciato))
414
+ - Apply environment file artifact [\#1188](https://github.com/berkshelf/berkshelf/pull/1188) ([stephenlauck](https://github.com/stephenlauck))
415
+ - Fix typo in show cmd description [\#1187](https://github.com/berkshelf/berkshelf/pull/1187) ([dougireton](https://github.com/dougireton))
416
+ - Do not care about ordered output during installation [\#1186](https://github.com/berkshelf/berkshelf/pull/1186) ([sethvargo](https://github.com/sethvargo))
417
+ - Update README.md.erb [\#1183](https://github.com/berkshelf/berkshelf/pull/1183) ([mjuszczak](https://github.com/mjuszczak))
418
+ - Update to buff-config ~\> 0.4 [\#1180](https://github.com/berkshelf/berkshelf/pull/1180) ([sethvargo](https://github.com/sethvargo))
419
+ - Fix infinite lock check [\#1178](https://github.com/berkshelf/berkshelf/pull/1178) ([mi-wood](https://github.com/mi-wood))
420
+ - Create a subclass of the shell instead of a module [\#1177](https://github.com/berkshelf/berkshelf/pull/1177) ([sethvargo](https://github.com/sethvargo))
421
+ - remove duplicate faraday dependency [\#1173](https://github.com/berkshelf/berkshelf/pull/1173) ([jamesc](https://github.com/jamesc))
422
+ - Handle when Celluloid.cores is nil [\#1169](https://github.com/berkshelf/berkshelf/pull/1169) ([douglaswth](https://github.com/douglaswth))
423
+ - Prefer https over http. [\#1168](https://github.com/berkshelf/berkshelf/pull/1168) ([arangamani](https://github.com/arangamani))
424
+ - add @graphviz tag to cucumber [\#1165](https://github.com/berkshelf/berkshelf/pull/1165) ([mcquin](https://github.com/mcquin))
425
+ - tag tests which require the presence of Graphviz so that they can be exc... [\#1163](https://github.com/berkshelf/berkshelf/pull/1163) ([mcquin](https://github.com/mcquin))
426
+ - Add bazaar plugin reference [\#1162](https://github.com/berkshelf/berkshelf/pull/1162) ([Da-Wei](https://github.com/Da-Wei))
427
+ - Update Thor API [\#1161](https://github.com/berkshelf/berkshelf/pull/1161) ([sethvargo](https://github.com/sethvargo))
106
428
 
107
- # 3.1.2
429
+ ## [v2.0.16](https://github.com/berkshelf/berkshelf/tree/v2.0.16) (2014-04-22)
430
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v3.1.1...v2.0.16)
108
431
 
109
- * Enhancements
110
- * SCM history is now stripped from cookbooks retrieved from an SCM location which will conserve disk space for cookbooks with a large history
111
- * Bug Fixes
112
- * Fix formatting issue with console output on some systems
113
- * Handle crash on install on some machines which do not properly report their number of CPU cores
114
- * Fix infinite loop in checking if the lockfile is synced under certain conditions
115
- * Fix console output crash on Windows
116
- * Fix issue where updating a cookbook would result in a non resolvable lockfile
117
- * Various spelling mistakes in console output
432
+ **Closed issues:**
118
433
 
119
- # 3.1.1
434
+ - Really need to put /opt/chefdk/embedded/bin in $PATH? [\#1147](https://github.com/berkshelf/berkshelf/issues/1147)
435
+ - berks configure depreciated? [\#1145](https://github.com/berkshelf/berkshelf/issues/1145)
436
+ - Berkshelf does not use the latest versions [\#1140](https://github.com/berkshelf/berkshelf/issues/1140)
120
437
 
121
- * Bug Fixes
122
- * Fix issue reading metadata which was compiled using an older (bugged) version of Knife
123
- * Fix issue with incorrectly reporting outdated cookbooks with the outdated command
124
- * Fix issue uploading some cookbooks which were generated with older metadata
438
+ **Merged pull requests:**
125
439
 
126
- # 3.1.0
440
+ - Berkshelf 2.0.15 won't install with Vagrant 1.5.3 [\#1146](https://github.com/berkshelf/berkshelf/pull/1146) ([gaffneyc](https://github.com/gaffneyc))
127
441
 
128
- * Enhancements
129
- * Added `berks viz` command which will output a visualized dependency graph
130
- * Added `berks info` command which outputs what `berks show` used to output
131
- * Changed `berks show` command to output the filepath where the cookbook is found
132
- * Improve error output when a solution couldn't be found
442
+ ## [v3.1.1](https://github.com/berkshelf/berkshelf/tree/v3.1.1) (2014-04-20)
443
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v3.1.0...v3.1.1)
133
444
 
134
- * Bug Fixes
135
- * Various documentation updates
136
- * Update description of version command
445
+ **Implemented enhancements:**
137
446
 
138
- # 3.0.1
447
+ - Configurable templates [\#499](https://github.com/berkshelf/berkshelf/issues/499)
139
448
 
140
- * Bug Fixes
141
- * Installation will no longer fail on machines with just 1 or 2 cores
449
+ **Fixed bugs:**
142
450
 
143
- # 3.0.0
451
+ - berks outdated is incorrect [\#1141](https://github.com/berkshelf/berkshelf/issues/1141)
144
452
 
145
- * Enhancements
146
- * New "universe" resolver which communicates with an API server to resolve constraint graphs faster and more reliably
147
- * `berks vendor` will now compile cookbook metadata into the cookbook's vendored directory. The raw metadata will not be included in the vendored cookbook to ensure that Chef Client doesn't (wrongly) prioritize the raw metadata over compiled metadata
148
- * `berks vendor` now includes the Berksfile.lock alongside the vendored contents
149
- * `berks package` will now simply archive the output of `berks vendor`
453
+ **Closed issues:**
150
454
 
151
- * Bug Fixes
152
- * Raw metadata will be compiled into metadata.json during vendor process
455
+ - berks upload fails after upgrading to chef-dk [\#1135](https://github.com/berkshelf/berkshelf/issues/1135)
456
+ - `berks upload` incorrectly updates Berksfile.lock, resulting in old version usage by vagrant [\#1054](https://github.com/berkshelf/berkshelf/issues/1054)
153
457
 
154
- * Backwards incompatible changes
155
- * `berks package` has had it's argument and options list updated. The first argument is now the name, or fulle path, of the archive file that will be generated. As with before, the first argument is not required.
458
+ **Merged pull requests:**
156
459
 
157
- # 2.0.16
460
+ - Bump required Ridley version to 3.1 [\#1143](https://github.com/berkshelf/berkshelf/pull/1143) ([sethvargo](https://github.com/sethvargo))
461
+ - Fix outdated checks [\#1142](https://github.com/berkshelf/berkshelf/pull/1142) ([sethvargo](https://github.com/sethvargo))
158
462
 
159
- * Update constraint on Ridley
463
+ ## [v3.1.0](https://github.com/berkshelf/berkshelf/tree/v3.1.0) (2014-04-19)
464
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v3.0.1...v3.1.0)
160
465
 
161
- # 2.0.14
466
+ **Implemented enhancements:**
162
467
 
163
- * Backport changes from master to allow detecting cookbooks by metadata.json
468
+ - add 'berks tree' command [\#607](https://github.com/berkshelf/berkshelf/issues/607)
164
469
 
165
- # 2.0.13
470
+ **Closed issues:**
166
471
 
167
- * Lock transitive dependency on Faraday
472
+ - Error uploading to chef server [\#1139](https://github.com/berkshelf/berkshelf/issues/1139)
473
+ - "gem install berkshelf" fails with Ruby 2.1.1 - "Failed to build gecode library" [\#1138](https://github.com/berkshelf/berkshelf/issues/1138)
474
+ - Official Ruby 2.1 Support [\#1131](https://github.com/berkshelf/berkshelf/issues/1131)
475
+ - Depsolver needs better error messages when missing a cookbook dependency [\#1130](https://github.com/berkshelf/berkshelf/issues/1130)
168
476
 
169
- # 2.0.10
477
+ **Merged pull requests:**
170
478
 
171
- * Huge performance increase when resolving a Berksfile when the Berkshelf contains a lot of cookbooks
479
+ - Add `berks viz` [\#1137](https://github.com/berkshelf/berkshelf/pull/1137) ([sethvargo](https://github.com/sethvargo))
480
+ - minimum viable depsolving exception handling fix [\#1136](https://github.com/berkshelf/berkshelf/pull/1136) ([lamont-granquist](https://github.com/lamont-granquist))
481
+ - Typo and edit to index page of docs [\#1133](https://github.com/berkshelf/berkshelf/pull/1133) ([nicgrayson](https://github.com/nicgrayson))
482
+ - Change `berks show` to output the path to a cookbook on disk [\#1053](https://github.com/berkshelf/berkshelf/pull/1053) ([sethvargo](https://github.com/sethvargo))
172
483
 
173
- # 2.0.9
484
+ ## [v3.0.1](https://github.com/berkshelf/berkshelf/tree/v3.0.1) (2014-04-15)
485
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v3.0.0...v3.0.1)
174
486
 
175
- * Update required version of Ridley
487
+ **Closed issues:**
176
488
 
177
- # 2.0.8
489
+ - berks install still failing [\#1125](https://github.com/berkshelf/berkshelf/issues/1125)
178
490
 
179
- * Account for API changes to solve
180
- * Rescue exceptions when parsing the lockfile
181
- * Fix deprecation errors
491
+ **Merged pull requests:**
182
492
 
183
- # 2.0.7
493
+ - Celluloid worker pool requires at least 2 cores [\#1129](https://github.com/berkshelf/berkshelf/pull/1129) ([sethvargo](https://github.com/sethvargo))
184
494
 
185
- * Fix crash when parsing a lockfile that contains path locations which no longer exist
495
+ ## [v3.0.0](https://github.com/berkshelf/berkshelf/tree/v3.0.0) (2014-04-14)
496
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v2.0.15...v3.0.0)
186
497
 
187
- # 2.0.6
498
+ **Closed issues:**
188
499
 
189
- * Fix installation failures due to latest release of ActiveSupport
190
- * --except and --only will now work with a lockfile present
500
+ - solve 1.1.0, released today, breaks berkshelf 2.0.14 [\#1128](https://github.com/berkshelf/berkshelf/issues/1128)
501
+ - Documentation for Berkshelf 3.0 [\#822](https://github.com/berkshelf/berkshelf/issues/822)
191
502
 
192
- # 2.0.5
503
+ **Merged pull requests:**
193
504
 
194
- * Improve speed of resolution when a lockfile is present
195
- * Gracefully fail when a lockfile is present but empty
196
- * Fix issue where locked version was not honored if the cookbook store was empty
505
+ - use celluloid for threaded cookbook downloads [\#1127](https://github.com/berkshelf/berkshelf/pull/1127) ([reset](https://github.com/reset))
197
506
 
198
- # 2.0.4
507
+ ## [v2.0.15](https://github.com/berkshelf/berkshelf/tree/v2.0.15) (2014-04-14)
508
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v3.0.0.rc1...v2.0.15)
199
509
 
200
- * Fix bug where community cookbooks compressed with bzip2 would not download and install
201
- * Fix bug regression in Git caching which was previously fixed in 1.4.4
202
- * Fix validation bug where a cookbook would be considered invalid if any spaces were present in the path to the directory containing the cookbook
203
- * Fix issues with uploading cookbooks on Windows
510
+ **Fixed bugs:**
204
511
 
205
- # 2.0.3
512
+ - Friendly error message when path location does not exist or contain a cookbook [\#1119](https://github.com/berkshelf/berkshelf/issues/1119)
513
+ - berks install failing [\#1116](https://github.com/berkshelf/berkshelf/issues/1116)
514
+ - `berks vendor` "cannot be trusted!" error [\#1124](https://github.com/berkshelf/berkshelf/pull/1124) ([JeanMertz](https://github.com/JeanMertz))
206
515
 
207
- * Fix issue where groups defined in the Berksfile would not be evaluated
516
+ **Closed issues:**
208
517
 
209
- # 2.0.2
518
+ - dep\_gecode.so undefined symbol: \_ZN6Gecode16ValBranchOptions3defE \(LoadError\) [\#1121](https://github.com/berkshelf/berkshelf/issues/1121)
210
519
 
211
- * Fix issue with shellout on Windows. This would effect uploads and downloads of cookbooks using the Git location.
212
- * The Berksfile DSL now evaluates in a clean room to prevent end-users from calling restricted methods.
213
- * Fix issue with `berks upload -D` not properly skipping dependencies
214
- * Added friendly error message when an unknown license is chosen during cookbook generation
520
+ **Merged pull requests:**
215
521
 
216
- # 2.0.1
522
+ - Fix community cookbook download error [\#1123](https://github.com/berkshelf/berkshelf/pull/1123) ([mjcdiggity](https://github.com/mjcdiggity))
523
+ - Remove gecode install instructions from README [\#1122](https://github.com/berkshelf/berkshelf/pull/1122) ([danielsdeleo](https://github.com/danielsdeleo))
217
524
 
218
- * Improve performance of `berks upload`. It will now properly respect the Lockfile
219
- * Fix debug/verbose logging
220
- * You can now specify an alternate configuration with -c once again
525
+ ## [v3.0.0.rc1](https://github.com/berkshelf/berkshelf/tree/v3.0.0.rc1) (2014-04-09)
526
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v3.0.0.beta9...v3.0.0.rc1)
221
527
 
222
- # 2.0.0
528
+ **Implemented enhancements:**
223
529
 
224
- * Huge improvements to the Lockfile
225
- - They actually work!
226
- - Now in JSON format
227
- - Old lockfiles will automatically be converted to the new format
228
- * Add `berks shelf` command. Any operations on the already installed cookbooks now reside here
229
- - `berks shelf list` to list all cookbooks in the Berkshelf
230
- - `berks shelf show` to display information about a specific cookbook in the Berkshelf
231
- - `berks shelf uninstall` to remove an installed cookbook from the Berkshelf
232
- * Add `berks package` command. Will package any cookbooks and dependencies defined in your Berksfile into a tar.
233
- * Add `berks apply` command. Take the locked constraints of your lockfile and apply them directly to the an environment's locked cookbook versions.
234
- * Test-Kitchen integration (beta)
235
- - Add `berks test` command. This is a delegator to `bin/kitchen`
236
- - Berkshelf's Cookbook generators will by default generate Test-Kitchen files for you
237
- * Remove `berks open` command
238
- * Rename `berks info` command to `berks show`
530
+ - Loosen constraint on Thor [\#1107](https://github.com/berkshelf/berkshelf/pull/1107) ([reset](https://github.com/reset))
531
+ - Add `--type` flag to `berks cookbook` command [\#955](https://github.com/berkshelf/berkshelf/pull/955) ([reset](https://github.com/reset))
239
532
 
240
- # 1.4.4
533
+ **Fixed bugs:**
241
534
 
242
- - Bump Ridley dependency to 0.12, bringing in many bugfixes.
535
+ - Upload not uploading all transitive dependencies [\#1113](https://github.com/berkshelf/berkshelf/issues/1113)
536
+ - berks upload \<cookbook\> uploading all cookbooks [\#1097](https://github.com/berkshelf/berkshelf/issues/1097)
537
+ - `berks install` does not correctly update dependency when switching from remote to local cookbook [\#1061](https://github.com/berkshelf/berkshelf/issues/1061)
538
+ - A cookbook which is a dependency should be a valid argument for `berks update` [\#1005](https://github.com/berkshelf/berkshelf/issues/1005)
243
539
 
244
- # 1.4.3
540
+ **Closed issues:**
245
541
 
246
- - Bump Ridley dependency to 0.11, bringing in many bugfixes.
542
+ - berks upload does not recognize second-level nested cookbooks [\#1118](https://github.com/berkshelf/berkshelf/issues/1118)
543
+ - Issues with conflicting gem versions \(Thor, specifically\) [\#1109](https://github.com/berkshelf/berkshelf/issues/1109)
544
+ - dep\_selector install error [\#1108](https://github.com/berkshelf/berkshelf/issues/1108)
247
545
 
248
- # 1.4.2
546
+ **Merged pull requests:**
249
547
 
250
- - Fix git caching bug for huge speedups in Berksfiles with lots of git
251
- paths. Thanks to @tylerflint and @jasondunsmore.
548
+ - Force unlock elements in the graph when reducing [\#1117](https://github.com/berkshelf/berkshelf/pull/1117) ([sethvargo](https://github.com/sethvargo))
549
+ - Support transitive update [\#1115](https://github.com/berkshelf/berkshelf/pull/1115) ([sethvargo](https://github.com/sethvargo))
550
+ - Nope nope nope, nope, no. This is so fucking dangerous, no. [\#1114](https://github.com/berkshelf/berkshelf/pull/1114) ([reset](https://github.com/reset))
551
+ - Support uploading a single cookbook \(transitive dependency\) [\#1112](https://github.com/berkshelf/berkshelf/pull/1112) ([sethvargo](https://github.com/sethvargo))
552
+ - use system gecode when building [\#1111](https://github.com/berkshelf/berkshelf/pull/1111) ([reset](https://github.com/reset))
553
+ - Dump statuses in gitter [\#1110](https://github.com/berkshelf/berkshelf/pull/1110) ([sethvargo](https://github.com/sethvargo))
252
554
 
253
- # 1.4.1
555
+ ## [v3.0.0.beta9](https://github.com/berkshelf/berkshelf/tree/v3.0.0.beta9) (2014-04-07)
556
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v3.0.0.beta8...v3.0.0.beta9)
557
+
558
+ **Closed issues:**
559
+
560
+ - Update Resolver to Gecode [\#1093](https://github.com/berkshelf/berkshelf/issues/1093)
561
+ - Updated Bleeding edge guide doesn't work [\#1079](https://github.com/berkshelf/berkshelf/issues/1079)
562
+
563
+ **Merged pull requests:**
564
+
565
+ - Update the API to use semverse [\#1106](https://github.com/berkshelf/berkshelf/pull/1106) ([sethvargo](https://github.com/sethvargo))
566
+ - BaseLOcation -\> BaseLocation [\#1105](https://github.com/berkshelf/berkshelf/pull/1105) ([EvanPurkhiser](https://github.com/EvanPurkhiser))
567
+ - Update API calls to Solve to match 1.0.0.dev [\#1104](https://github.com/berkshelf/berkshelf/pull/1104) ([reset](https://github.com/reset))
568
+ - update generator for Vagrant 1.5.x [\#1103](https://github.com/berkshelf/berkshelf/pull/1103) ([reset](https://github.com/reset))
569
+
570
+ ## [v3.0.0.beta8](https://github.com/berkshelf/berkshelf/tree/v3.0.0.beta8) (2014-04-03)
571
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v3.0.0.beta7...v3.0.0.beta8)
572
+
573
+ **Implemented enhancements:**
574
+
575
+ - Move SCM downloaded cookbooks to a different cookbook store [\#970](https://github.com/berkshelf/berkshelf/issues/970)
576
+ - Refactor away the GithubLocation class [\#873](https://github.com/berkshelf/berkshelf/issues/873)
577
+ - Redundant Downloads/caching with multiple :rel paths off a single repo [\#832](https://github.com/berkshelf/berkshelf/issues/832)
578
+ - Upload should be more verbose [\#780](https://github.com/berkshelf/berkshelf/issues/780)
579
+ - add `berks search` command [\#754](https://github.com/berkshelf/berkshelf/issues/754)
580
+ - Recurse into transitive dependencies when lockfile trusting [\#1058](https://github.com/berkshelf/berkshelf/pull/1058) ([sethvargo](https://github.com/sethvargo))
581
+ - Make formatters object-oriented so we can Autoload them [\#1020](https://github.com/berkshelf/berkshelf/pull/1020) ([sethvargo](https://github.com/sethvargo))
582
+
583
+ **Fixed bugs:**
584
+
585
+ - berks update will not fetch latest commit from git [\#1072](https://github.com/berkshelf/berkshelf/issues/1072)
586
+ - berks install used to update the current cookbook's version in the lockfile. [\#1063](https://github.com/berkshelf/berkshelf/issues/1063)
587
+ - Shit goes south when there's no metadata name [\#1052](https://github.com/berkshelf/berkshelf/issues/1052)
588
+ - berks install hangs trying to resolve conflicting dependencies instead of failing fast [\#1040](https://github.com/berkshelf/berkshelf/issues/1040)
589
+ - New lockfile doesn't interact well with --except [\#1037](https://github.com/berkshelf/berkshelf/issues/1037)
590
+ - beta7- Apparent hang when running berks install with github locations in Berksfile [\#1034](https://github.com/berkshelf/berkshelf/issues/1034)
591
+ - Vendor only outputting top level cookbooks [\#1025](https://github.com/berkshelf/berkshelf/issues/1025)
592
+ - `berks update` does not work correctly [\#993](https://github.com/berkshelf/berkshelf/issues/993)
593
+ - --exclude is ignored [\#972](https://github.com/berkshelf/berkshelf/issues/972)
594
+ - 3.0.0beta4 Errors parsing some knife.rb options. [\#965](https://github.com/berkshelf/berkshelf/issues/965)
595
+ - Unsolvable demands [\#959](https://github.com/berkshelf/berkshelf/issues/959)
596
+ - Detect if Berksfile.lock is writable and raise early if not [\#956](https://github.com/berkshelf/berkshelf/issues/956)
597
+ - Only/Except flags should honor lockfile [\#902](https://github.com/berkshelf/berkshelf/issues/902)
598
+ - --halt-on-frozen option overly strict [\#883](https://github.com/berkshelf/berkshelf/issues/883)
599
+ - Massive chefignore spam in debug output [\#820](https://github.com/berkshelf/berkshelf/issues/820)
600
+ - berks install doesn't seem to install something local [\#779](https://github.com/berkshelf/berkshelf/issues/779)
601
+ - Berks package not producing tarballs compatible with chef-solo [\#1099](https://github.com/berkshelf/berkshelf/pull/1099) ([pghalliday](https://github.com/pghalliday))
602
+ - Fix location delegation [\#1090](https://github.com/berkshelf/berkshelf/pull/1090) ([sethvargo](https://github.com/sethvargo))
603
+ - Suppress default location [\#1062](https://github.com/berkshelf/berkshelf/pull/1062) ([sethvargo](https://github.com/sethvargo))
604
+
605
+ **Closed issues:**
606
+
607
+ - bundle install cannot resolve project dependencies [\#1100](https://github.com/berkshelf/berkshelf/issues/1100)
608
+ - metadata.rb dep changes don't cause Berkshelf to properly recompute dependencies [\#1098](https://github.com/berkshelf/berkshelf/issues/1098)
609
+ - Bump Ridley [\#1095](https://github.com/berkshelf/berkshelf/issues/1095)
610
+ - berks update tries to respect Berksfile.lock [\#1091](https://github.com/berkshelf/berkshelf/issues/1091)
611
+ - Recent git cookbook caching broken with multi-cookbook repos. [\#1081](https://github.com/berkshelf/berkshelf/issues/1081)
612
+ - API requests hanging [\#1080](https://github.com/berkshelf/berkshelf/issues/1080)
613
+ - berkshelf 100% CPU consumed [\#1076](https://github.com/berkshelf/berkshelf/issues/1076)
614
+ - Have to delete Berksfile.lock every time I run `install` [\#1073](https://github.com/berkshelf/berkshelf/issues/1073)
615
+ - Unable to find a solution for demands \> berkshelf 3.0.0.beta5 [\#1071](https://github.com/berkshelf/berkshelf/issues/1071)
616
+ - Confusion with tmp directories [\#1069](https://github.com/berkshelf/berkshelf/issues/1069)
617
+ - berks install fails on the second execution. [\#1066](https://github.com/berkshelf/berkshelf/issues/1066)
618
+ - Backport \#778 to 2-0-stable [\#1060](https://github.com/berkshelf/berkshelf/issues/1060)
619
+ - Show what was uploaded [\#1059](https://github.com/berkshelf/berkshelf/issues/1059)
620
+ - Unable to access cookbooks from a private github instance [\#1057](https://github.com/berkshelf/berkshelf/issues/1057)
621
+ - Bleeding edge instructions likely won't work [\#1055](https://github.com/berkshelf/berkshelf/issues/1055)
622
+ - Cookbook not found due to underscore? [\#1050](https://github.com/berkshelf/berkshelf/issues/1050)
623
+ - Berks can't resolve deps of a cookbook that can be resolved by chef server [\#1047](https://github.com/berkshelf/berkshelf/issues/1047)
624
+ - Wiki: 2.x-to-3.0-Upgrade-Guide - source lacks protocol [\#1046](https://github.com/berkshelf/berkshelf/issues/1046)
625
+ - Unable to add dependencies via metadata after lockfile creation [\#1043](https://github.com/berkshelf/berkshelf/issues/1043)
626
+ - Report version not found instead of Cookbook not found [\#1041](https://github.com/berkshelf/berkshelf/issues/1041)
627
+ - firewall issues with 3.0.0.beta7 [\#1039](https://github.com/berkshelf/berkshelf/issues/1039)
628
+ - Resolver.resolve takes a very long time for a new installation with many cookbooks. [\#1038](https://github.com/berkshelf/berkshelf/issues/1038)
629
+ - Can not resolve a dependency cookbook's "git" cookbook dependency [\#1036](https://github.com/berkshelf/berkshelf/issues/1036)
630
+ - Silent upload fail of frozen cookbooks [\#1024](https://github.com/berkshelf/berkshelf/issues/1024)
631
+ - `copy': unknown file type when cloning librato/statsd-cookbook [\#1015](https://github.com/berkshelf/berkshelf/issues/1015)
632
+ - "Can't convert Hash into String" when using "site: :opscode" location [\#1014](https://github.com/berkshelf/berkshelf/issues/1014)
633
+ - Error for missing transitive dependencies could be better. [\#1008](https://github.com/berkshelf/berkshelf/issues/1008)
634
+ - Better way to use Berkshelf 3 [\#981](https://github.com/berkshelf/berkshelf/issues/981)
635
+ - SSL errors with https://api.berkshelf.com/ [\#968](https://github.com/berkshelf/berkshelf/issues/968)
636
+ - Berkshelf is not honoring dependencies in metadata [\#952](https://github.com/berkshelf/berkshelf/issues/952)
637
+ - Fill out the deprecated-locations wiki page [\#936](https://github.com/berkshelf/berkshelf/issues/936)
638
+ - `berks upload` reports nonexistent cookbook is frozen [\#932](https://github.com/berkshelf/berkshelf/issues/932)
639
+ - Berkshelf 3 beta3 not uploading dependencies of Path-based cookbook [\#913](https://github.com/berkshelf/berkshelf/issues/913)
640
+ - Handle Bad Responses [\#912](https://github.com/berkshelf/berkshelf/issues/912)
641
+ - Library cookbook from Github [\#910](https://github.com/berkshelf/berkshelf/issues/910)
642
+ - Testing section of Contributing docs could use more detail [\#849](https://github.com/berkshelf/berkshelf/issues/849)
643
+ - Getting started with chef solo [\#819](https://github.com/berkshelf/berkshelf/issues/819)
644
+ - Make Installer idempotent or improve retrive\_locked [\#811](https://github.com/berkshelf/berkshelf/issues/811)
645
+ - Does "berks upload --skip-dependencies" no longer work? [\#773](https://github.com/berkshelf/berkshelf/issues/773)
646
+ - SSL issue when using vagrant's chef-client provisioner. [\#378](https://github.com/berkshelf/berkshelf/issues/378)
647
+
648
+ **Merged pull requests:**
649
+
650
+ - Update Ridley, Faraday, Berkshefl-API, Berkshefl-API-Client [\#1102](https://github.com/berkshelf/berkshelf/pull/1102) ([reset](https://github.com/reset))
651
+ - remove Berksfile and Berksfile.lock from generated chefignore file [\#1096](https://github.com/berkshelf/berkshelf/pull/1096) ([reset](https://github.com/reset))
652
+ - Add `berks search` command for searching remote sources [\#1092](https://github.com/berkshelf/berkshelf/pull/1092) ([sethvargo](https://github.com/sethvargo))
653
+ - Add a feature for changing the location for a dependency [\#1089](https://github.com/berkshelf/berkshelf/pull/1089) ([sethvargo](https://github.com/sethvargo))
654
+ - Fix equality checking for PathLocations [\#1088](https://github.com/berkshelf/berkshelf/pull/1088) ([sethvargo](https://github.com/sethvargo))
655
+ - Add debug logging to the installer [\#1087](https://github.com/berkshelf/berkshelf/pull/1087) ([sethvargo](https://github.com/sethvargo))
656
+ - Fix Lockfile\#trusted? bugs [\#1086](https://github.com/berkshelf/berkshelf/pull/1086) ([sethvargo](https://github.com/sethvargo))
657
+ - Fix lockfile reduction algorithm \(and other things\) [\#1082](https://github.com/berkshelf/berkshelf/pull/1082) ([sethvargo](https://github.com/sethvargo))
658
+ - Fix git location caching [\#1078](https://github.com/berkshelf/berkshelf/pull/1078) ([sethvargo](https://github.com/sethvargo))
659
+ - Fix failing tests [\#1075](https://github.com/berkshelf/berkshelf/pull/1075) ([sethvargo](https://github.com/sethvargo))
660
+ - Add feature for updating a git location [\#1074](https://github.com/berkshelf/berkshelf/pull/1074) ([sethvargo](https://github.com/sethvargo))
661
+ - Updated README for PR \#1045 [\#1070](https://github.com/berkshelf/berkshelf/pull/1070) ([svanharmelen](https://github.com/svanharmelen))
662
+ - Add lifecycle command for bumping the local version [\#1065](https://github.com/berkshelf/berkshelf/pull/1065) ([sethvargo](https://github.com/sethvargo))
663
+ - Added location\_type :uri [\#1064](https://github.com/berkshelf/berkshelf/pull/1064) ([docwhat](https://github.com/docwhat))
664
+ - Make mercurial specs optional [\#1056](https://github.com/berkshelf/berkshelf/pull/1056) ([sersut](https://github.com/sersut))
665
+ - Improve errors [\#1051](https://github.com/berkshelf/berkshelf/pull/1051) ([sethvargo](https://github.com/sethvargo))
666
+ - Don't install when uploading [\#1049](https://github.com/berkshelf/berkshelf/pull/1049) ([sethvargo](https://github.com/sethvargo))
667
+ - Don't save the lockfile on reduction [\#1048](https://github.com/berkshelf/berkshelf/pull/1048) ([sethvargo](https://github.com/sethvargo))
668
+ - Added some logic so it can handle multiple Github configurations [\#1045](https://github.com/berkshelf/berkshelf/pull/1045) ([svanharmelen](https://github.com/svanharmelen))
669
+ - Warn us if git isn't found [\#1042](https://github.com/berkshelf/berkshelf/pull/1042) ([jjshoe](https://github.com/jjshoe))
670
+ - Treat branches, tags, refs, and revisions differently [\#1035](https://github.com/berkshelf/berkshelf/pull/1035) ([sethvargo](https://github.com/sethvargo))
671
+ - Use bundler's parallel downloader for installing [\#1033](https://github.com/berkshelf/berkshelf/pull/1033) ([sethvargo](https://github.com/sethvargo))
672
+ - Kernel.autoload Mixins [\#1031](https://github.com/berkshelf/berkshelf/pull/1031) ([sethvargo](https://github.com/sethvargo))
673
+ - Coerce Source\#uri to a string when checking if it is the default [\#1029](https://github.com/berkshelf/berkshelf/pull/1029) ([sethvargo](https://github.com/sethvargo))
674
+ - update README for oh-my-zsh plugin [\#1028](https://github.com/berkshelf/berkshelf/pull/1028) ([shengyou](https://github.com/shengyou))
675
+ - Add feature for vendoring transitive dependencies in path locations [\#1027](https://github.com/berkshelf/berkshelf/pull/1027) ([sethvargo](https://github.com/sethvargo))
676
+
677
+ ## [v3.0.0.beta7](https://github.com/berkshelf/berkshelf/tree/v3.0.0.beta7) (2014-02-21)
678
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v3.0.0.beta6...v3.0.0.beta7)
679
+
680
+ **Implemented enhancements:**
681
+
682
+ - Github Enterprise Location Support [\#987](https://github.com/berkshelf/berkshelf/issues/987)
683
+ - Add private Github repository support to Downloader [\#958](https://github.com/berkshelf/berkshelf/issues/958)
684
+ - Berks outdated doesn't work [\#831](https://github.com/berkshelf/berkshelf/issues/831)
685
+ - First class Vagrant Chef-Zero support [\#810](https://github.com/berkshelf/berkshelf/issues/810)
686
+ - Refactor the lockfile to separate top-level dependencies from the graph [\#1009](https://github.com/berkshelf/berkshelf/pull/1009) ([sethvargo](https://github.com/sethvargo))
687
+ - Missing CHANGELOG.md [\#1007](https://github.com/berkshelf/berkshelf/pull/1007) ([jasnab](https://github.com/jasnab))
688
+ - Remove implicit default source [\#983](https://github.com/berkshelf/berkshelf/pull/983) ([borntyping](https://github.com/borntyping))
689
+
690
+ **Fixed bugs:**
691
+
692
+ - Incorrect error when there's no Internet [\#1018](https://github.com/berkshelf/berkshelf/issues/1018)
693
+ - Failure to parse metadata.rb can cause misleading error message to user [\#996](https://github.com/berkshelf/berkshelf/issues/996)
694
+ - Local cookbooks are ignored when selecting dependencies [\#898](https://github.com/berkshelf/berkshelf/issues/898)
695
+ - Berks upload throws Ridley::SandboxResource crashed! with local Chef11 [\#896](https://github.com/berkshelf/berkshelf/issues/896)
696
+ - berks vendor does not work if the path is nested [\#984](https://github.com/berkshelf/berkshelf/pull/984) ([rteabeault](https://github.com/rteabeault))
697
+
698
+ **Closed issues:**
699
+
700
+ - Delay freezing of cookbooks [\#1023](https://github.com/berkshelf/berkshelf/issues/1023)
701
+ - Unable to do a berks upload on ulimit dependency [\#1019](https://github.com/berkshelf/berkshelf/issues/1019)
702
+ - Encoding::InvalidByteSequenceError while running berks vendor [\#1016](https://github.com/berkshelf/berkshelf/issues/1016)
703
+ - Berkshelf 3.0 docs are invisible even though it's now the recommended version \(apparently\) [\#1012](https://github.com/berkshelf/berkshelf/issues/1012)
704
+ - Berkshelf ignores the locked versions of the current metadata.rb \(conflicts or depends\) [\#1010](https://github.com/berkshelf/berkshelf/issues/1010)
705
+ - Berkshelf crashes when running berks upload [\#985](https://github.com/berkshelf/berkshelf/issues/985)
706
+ - berks commands fail on OSX [\#927](https://github.com/berkshelf/berkshelf/issues/927)
707
+ - Don't fetch a new copy of the git repo each run [\#858](https://github.com/berkshelf/berkshelf/issues/858)
708
+ - Get timeout when uploading a largish cookbook [\#761](https://github.com/berkshelf/berkshelf/issues/761)
709
+
710
+ **Merged pull requests:**
711
+
712
+ - Add feature for vendoring transitive dependencies [\#1026](https://github.com/berkshelf/berkshelf/pull/1026) ([sethvargo](https://github.com/sethvargo))
713
+ - Update Vagrantfile.erb [\#1022](https://github.com/berkshelf/berkshelf/pull/1022) ([berniedurfee](https://github.com/berniedurfee))
714
+ - Don't load Octokit until we need it [\#1017](https://github.com/berkshelf/berkshelf/pull/1017) ([sethvargo](https://github.com/sethvargo))
715
+ - Raise on all commands when install is required but not performed [\#949](https://github.com/berkshelf/berkshelf/pull/949) ([reset](https://github.com/reset))
716
+
717
+ ## [v3.0.0.beta6](https://github.com/berkshelf/berkshelf/tree/v3.0.0.beta6) (2014-02-07)
718
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v2.0.14...v3.0.0.beta6)
719
+
720
+ **Fixed bugs:**
721
+
722
+ - berks upload fails with different berkshelf & ridley versions [\#890](https://github.com/berkshelf/berkshelf/issues/890)
723
+
724
+ ## [v2.0.14](https://github.com/berkshelf/berkshelf/tree/v2.0.14) (2014-02-04)
725
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v3.0.0.beta5...v2.0.14)
726
+
727
+ **Implemented enhancements:**
728
+
729
+ - Sane defaults for OSX and keep current dir [\#1000](https://github.com/berkshelf/berkshelf/pull/1000) ([mjallday](https://github.com/mjallday))
730
+
731
+ **Fixed bugs:**
732
+
733
+ - berks install/update not accurately resolving dependency [\#1001](https://github.com/berkshelf/berkshelf/issues/1001)
734
+ - All dependencies are not being written to Lockfile on clean install [\#978](https://github.com/berkshelf/berkshelf/issues/978)
735
+
736
+ **Closed issues:**
737
+
738
+ - Berkshelf not fetching dependencies recursively [\#1003](https://github.com/berkshelf/berkshelf/issues/1003)
739
+ - Generated config.json unformatted [\#1002](https://github.com/berkshelf/berkshelf/issues/1002)
740
+ - Berks 3.0.0.beta4 hits API site when given git tag for cookbook [\#999](https://github.com/berkshelf/berkshelf/issues/999)
741
+ - Berks upload freeze [\#998](https://github.com/berkshelf/berkshelf/issues/998)
742
+ - cookbook path dependencies need to be specified in wrapper-cookbook as well [\#995](https://github.com/berkshelf/berkshelf/issues/995)
743
+ - packager should skip .git [\#994](https://github.com/berkshelf/berkshelf/issues/994)
744
+
745
+ **Merged pull requests:**
746
+
747
+ - Update berksfile.rb [\#1006](https://github.com/berkshelf/berkshelf/pull/1006) ([erichelgeson](https://github.com/erichelgeson))
748
+ - Backport metadata.json detection logic to berks2 [\#1004](https://github.com/berkshelf/berkshelf/pull/1004) ([ivey](https://github.com/ivey))
749
+ - Issue 978 - Make sure to add dependencies to artifacts that are loaded from the cookbook store [\#997](https://github.com/berkshelf/berkshelf/pull/997) ([rteabeault](https://github.com/rteabeault))
750
+
751
+ ## [v3.0.0.beta5](https://github.com/berkshelf/berkshelf/tree/v3.0.0.beta5) (2014-01-20)
752
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v2.0.13...v3.0.0.beta5)
753
+
754
+ ## [v2.0.13](https://github.com/berkshelf/berkshelf/tree/v2.0.13) (2014-01-20)
755
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v2.0.12...v2.0.13)
756
+
757
+ **Closed issues:**
758
+
759
+ - Set chef-repo as default location [\#990](https://github.com/berkshelf/berkshelf/issues/990)
760
+ - Support Github Enterprise [\#986](https://github.com/berkshelf/berkshelf/issues/986)
761
+ - Incorrect branch name shown for cached Git locations [\#980](https://github.com/berkshelf/berkshelf/issues/980)
762
+
763
+ **Merged pull requests:**
764
+
765
+ - Fix extra whitespace when commented line is empty [\#989](https://github.com/berkshelf/berkshelf/pull/989) ([cpuguy83](https://github.com/cpuguy83))
766
+ - enable downloading from private github repos [\#982](https://github.com/berkshelf/berkshelf/pull/982) ([punkle](https://github.com/punkle))
767
+
768
+ ## [v2.0.12](https://github.com/berkshelf/berkshelf/tree/v2.0.12) (2014-01-08)
769
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v2.0.11...v2.0.12)
770
+
771
+ **Closed issues:**
772
+
773
+ - Berkshelf 2.0.11 gem breaks when using faraday 0.9.0.rc6 [\#979](https://github.com/berkshelf/berkshelf/issues/979)
774
+
775
+ ## [v2.0.11](https://github.com/berkshelf/berkshelf/tree/v2.0.11) (2014-01-07)
776
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v3.0.0.beta4...v2.0.11)
777
+
778
+ **Implemented enhancements:**
779
+
780
+ - Don't reach out to internet when not necessary \(Offline Mode\) [\#861](https://github.com/berkshelf/berkshelf/issues/861)
781
+
782
+ **Fixed bugs:**
783
+
784
+ - properly handle 'cannot connect' to api servers when building universe [\#918](https://github.com/berkshelf/berkshelf/issues/918)
785
+ - Cookbook dependency error on second invocation of berks install [\#916](https://github.com/berkshelf/berkshelf/issues/916)
786
+ - Berkshelf.lock file not respected [\#908](https://github.com/berkshelf/berkshelf/issues/908)
787
+ - --skip-dependencies not working when using a git source [\#886](https://github.com/berkshelf/berkshelf/issues/886)
788
+ - Berkshelf 3 overrides custom cookbooks w/ "locked\_version" of community cookbooks. [\#963](https://github.com/berkshelf/berkshelf/pull/963) ([joestump](https://github.com/joestump))
789
+ - berksfile.lock not honored for transitive dependencies [\#939](https://github.com/berkshelf/berkshelf/pull/939) ([keiths-osc](https://github.com/keiths-osc))
790
+ - Looking for wrong version [\#907](https://github.com/berkshelf/berkshelf/pull/907) ([scalp42](https://github.com/scalp42))
791
+ - exception info swallowed when git protocol doesn't work [\#879](https://github.com/berkshelf/berkshelf/pull/879) ([cjerdonek](https://github.com/cjerdonek))
792
+ - `berks install --quiet` mutes error output [\#827](https://github.com/berkshelf/berkshelf/pull/827) ([torandu](https://github.com/torandu))
793
+
794
+ **Closed issues:**
795
+
796
+ - Confused about `berks apply` semantics [\#977](https://github.com/berkshelf/berkshelf/issues/977)
797
+ - Path version is not a requirement [\#975](https://github.com/berkshelf/berkshelf/issues/975)
798
+ - berks update doesn't support --path [\#973](https://github.com/berkshelf/berkshelf/issues/973)
799
+ - Berkshelf 3 can't resolve on Linux. Works fine locally on OS X. [\#969](https://github.com/berkshelf/berkshelf/issues/969)
800
+ - Berkshelf ignores metadata.rb name when installing a cookbook. [\#964](https://github.com/berkshelf/berkshelf/issues/964)
801
+ - Berkshelf 3 sometimes downloads incomplete cookbook files. [\#961](https://github.com/berkshelf/berkshelf/issues/961)
802
+ - `berks install --path` broken in 464142ed8d [\#953](https://github.com/berkshelf/berkshelf/issues/953)
803
+ - mercurial \(hg\) location support [\#950](https://github.com/berkshelf/berkshelf/issues/950)
804
+ - berkshelf-3.0.0.beta4 Berkshelf::GitError [\#946](https://github.com/berkshelf/berkshelf/issues/946)
805
+ - ‘berks package’ includes .git directory for git/github cookbooks [\#938](https://github.com/berkshelf/berkshelf/issues/938)
806
+ - berkshelf-3.0.0.beta4 undefined method `cookbook' for nil:NilClass [\#937](https://github.com/berkshelf/berkshelf/issues/937)
807
+ - feature request: 'berks apply' or 'berks update' to warn/halt on minor/major version increases [\#930](https://github.com/berkshelf/berkshelf/issues/930)
808
+ - Berkshelf 2.0.10 gem breaks when using faraday 0.9.0.rc5 [\#855](https://github.com/berkshelf/berkshelf/issues/855)
809
+ - Can berks install add the current cookbook to the shelf? [\#834](https://github.com/berkshelf/berkshelf/issues/834)
810
+ - `berks shelf SUBCOMMAND` not apparent what actions can be taken [\#805](https://github.com/berkshelf/berkshelf/issues/805)
811
+ - `berks init` should warn when there is no default recipe [\#606](https://github.com/berkshelf/berkshelf/issues/606)
812
+
813
+ **Merged pull requests:**
814
+
815
+ - Make sure path/scm location is used during dependency resolution [\#976](https://github.com/berkshelf/berkshelf/pull/976) ([grobie](https://github.com/grobie))
816
+ - Fix typo [\#974](https://github.com/berkshelf/berkshelf/pull/974) ([gregkare](https://github.com/gregkare))
817
+ - improve warnings when receiving APIClientErrors when building universe [\#971](https://github.com/berkshelf/berkshelf/pull/971) ([reset](https://github.com/reset))
818
+ - Added a Berkshelf 3 notice to the homepage. [\#962](https://github.com/berkshelf/berkshelf/pull/962) ([joestump](https://github.com/joestump))
819
+ - Added a warning about Berkshelf 2 being unsupported and a link to how to install 3. [\#960](https://github.com/berkshelf/berkshelf/pull/960) ([joestump](https://github.com/joestump))
820
+ - Add deprecation warning for `berks install --path` [\#954](https://github.com/berkshelf/berkshelf/pull/954) ([reset](https://github.com/reset))
821
+ - more robust checking for bash completion [\#951](https://github.com/berkshelf/berkshelf/pull/951) ([invsblduck](https://github.com/invsblduck))
822
+ - properly handle error codes other than 200 from api server [\#948](https://github.com/berkshelf/berkshelf/pull/948) ([reset](https://github.com/reset))
823
+ - add a github downloader [\#947](https://github.com/berkshelf/berkshelf/pull/947) ([punkle](https://github.com/punkle))
824
+ - Make Berkshelf API Client it's own gem [\#945](https://github.com/berkshelf/berkshelf/pull/945) ([sethvargo](https://github.com/sethvargo))
825
+ - add open timeout and timeout settings to API client [\#944](https://github.com/berkshelf/berkshelf/pull/944) ([reset](https://github.com/reset))
826
+ - add \#warn function to formatters [\#943](https://github.com/berkshelf/berkshelf/pull/943) ([reset](https://github.com/reset))
827
+ - Greatly improve `berks package` command [\#942](https://github.com/berkshelf/berkshelf/pull/942) ([reset](https://github.com/reset))
828
+ - properly identify a cookbook on disk by it's metadata [\#941](https://github.com/berkshelf/berkshelf/pull/941) ([reset](https://github.com/reset))
829
+ - Make 'package' command to filter hidden files from chefignore [\#940](https://github.com/berkshelf/berkshelf/pull/940) ([noorul](https://github.com/noorul))
830
+
831
+ ## [v3.0.0.beta4](https://github.com/berkshelf/berkshelf/tree/v3.0.0.beta4) (2013-12-05)
832
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v3.0.0.beta3...v3.0.0.beta4)
833
+
834
+ **Implemented enhancements:**
835
+
836
+ - Properly handle non 200 responses from Berkshelf-API [\#843](https://github.com/berkshelf/berkshelf/issues/843)
837
+ - Installer/setup script [\#743](https://github.com/berkshelf/berkshelf/issues/743)
838
+ - In memory API Server [\#730](https://github.com/berkshelf/berkshelf/issues/730)
839
+ - No proxy support for Community::REST [\#656](https://github.com/berkshelf/berkshelf/issues/656)
840
+
841
+ **Fixed bugs:**
842
+
843
+ - lockfile error [\#888](https://github.com/berkshelf/berkshelf/issues/888)
844
+ - Berks invoked from rspec/chefspec creates deeply nested vendor directory [\#828](https://github.com/berkshelf/berkshelf/issues/828)
845
+ - Installer doesn't always install all dependencies on first run [\#764](https://github.com/berkshelf/berkshelf/issues/764)
846
+ - locked\_version must be present for all items in Lockfile [\#934](https://github.com/berkshelf/berkshelf/pull/934) ([reset](https://github.com/reset))
847
+ - berks apply is an action on a lockfile, not a berksfile [\#933](https://github.com/berkshelf/berkshelf/pull/933) ([reset](https://github.com/reset))
848
+ - metadata.rb should be compiled into metadata.json before vendoring [\#923](https://github.com/berkshelf/berkshelf/pull/923) ([reset](https://github.com/reset))
849
+
850
+ **Closed issues:**
851
+
852
+ - Vendoring removes the metadata.rb breaking foodcritic [\#931](https://github.com/berkshelf/berkshelf/issues/931)
853
+ - crash on mac os x [\#929](https://github.com/berkshelf/berkshelf/issues/929)
854
+ - Install sometimes fails due to logging bug [\#928](https://github.com/berkshelf/berkshelf/issues/928)
855
+ - Lockfile conversion failing [\#924](https://github.com/berkshelf/berkshelf/issues/924)
856
+ - Clarify in docs that Berkshelf reads knife.rb [\#921](https://github.com/berkshelf/berkshelf/issues/921)
857
+ - Building universe error or Server 503 message. [\#911](https://github.com/berkshelf/berkshelf/issues/911)
858
+ - Identify speed improvements [\#899](https://github.com/berkshelf/berkshelf/issues/899)
859
+ - Flag to skip "recommends" dependencies [\#895](https://github.com/berkshelf/berkshelf/issues/895)
860
+ - Catch "invalid file" error thrown by Chef 11 when files are in the wrong directories [\#894](https://github.com/berkshelf/berkshelf/issues/894)
861
+ - How to have a local path dependency also be a metadata dependency? [\#892](https://github.com/berkshelf/berkshelf/issues/892)
862
+ - Cookbook dependency workings unclear [\#891](https://github.com/berkshelf/berkshelf/issues/891)
863
+ - `berks upload` raises several warnings before exiting [\#887](https://github.com/berkshelf/berkshelf/issues/887)
864
+ - Segmentation fault in beta3 with Maverick when running berks upload [\#884](https://github.com/berkshelf/berkshelf/issues/884)
865
+ - Make skip messages more accurate [\#882](https://github.com/berkshelf/berkshelf/issues/882)
866
+ - berks install tries to install unknown cookbook [\#878](https://github.com/berkshelf/berkshelf/issues/878)
867
+ - Can't get cookbook with tag on github working \(using nexus-cookbook\) [\#877](https://github.com/berkshelf/berkshelf/issues/877)
868
+ - Fix skip\_syntax\_check flag [\#876](https://github.com/berkshelf/berkshelf/issues/876)
869
+ - git location incorrectly displays branch as master [\#867](https://github.com/berkshelf/berkshelf/issues/867)
870
+ - Bump celluoid and use new testing mode [\#859](https://github.com/berkshelf/berkshelf/issues/859)
871
+ - Managing environment attributes along with using berks apply [\#846](https://github.com/berkshelf/berkshelf/issues/846)
872
+ - Add helpful output if github location in Berksfile ends with .git [\#845](https://github.com/berkshelf/berkshelf/issues/845)
873
+ - Berkshelf ignores metadata.rb dependency versions [\#836](https://github.com/berkshelf/berkshelf/issues/836)
874
+ - Berksfile.lock changes based on --except and --only install flags [\#796](https://github.com/berkshelf/berkshelf/issues/796)
875
+ - Doing bundle exec berks list consumes 100% CPU, over 13GB memory, takes forever. [\#793](https://github.com/berkshelf/berkshelf/issues/793)
876
+ - Add CHANGELOG entry for 2.0.8 [\#792](https://github.com/berkshelf/berkshelf/issues/792)
877
+ - Possible issue with Berksfile 'github' shortcut in 2.0.8 [\#791](https://github.com/berkshelf/berkshelf/issues/791)
878
+ - Cygwin/Windows BerksfileReadError [\#784](https://github.com/berkshelf/berkshelf/issues/784)
879
+ - Document new `berks outdated` [\#756](https://github.com/berkshelf/berkshelf/issues/756)
880
+ - Vagrant, chef-client; SSL certificate verify still failing [\#750](https://github.com/berkshelf/berkshelf/issues/750)
881
+ - Generic superclass for HTTP response/request errors [\#739](https://github.com/berkshelf/berkshelf/issues/739)
882
+
883
+ **Merged pull requests:**
884
+
885
+ - Ensure Berksfile.lock goes along with vendored cookbooks [\#935](https://github.com/berkshelf/berkshelf/pull/935) ([reset](https://github.com/reset))
886
+ - Fix for tests on Windows [\#926](https://github.com/berkshelf/berkshelf/pull/926) ([rarenerd](https://github.com/rarenerd))
887
+ - generate instructions for using edge berkshelf + vagrant-berkshelf [\#925](https://github.com/berkshelf/berkshelf/pull/925) ([reset](https://github.com/reset))
888
+ - Address issue \#921: clarify configuration documentation [\#922](https://github.com/berkshelf/berkshelf/pull/922) ([cjerdonek](https://github.com/cjerdonek))
889
+ - Fix handling chefignore [\#917](https://github.com/berkshelf/berkshelf/pull/917) ([chulkilee](https://github.com/chulkilee))
890
+ - improvements to generated README [\#915](https://github.com/berkshelf/berkshelf/pull/915) ([reset](https://github.com/reset))
891
+ - Update org locs [\#909](https://github.com/berkshelf/berkshelf/pull/909) ([reset](https://github.com/reset))
892
+ - Removed Outdated Vagrant configuration [\#905](https://github.com/berkshelf/berkshelf/pull/905) ([gosuri](https://github.com/gosuri))
893
+ - Remove the `berks configure` command [\#903](https://github.com/berkshelf/berkshelf/pull/903) ([sethvargo](https://github.com/sethvargo))
894
+ - Rebase and rename branch of pull request \#871 [\#881](https://github.com/berkshelf/berkshelf/pull/881) ([cjerdonek](https://github.com/cjerdonek))
895
+ - Address issue \#845: Raise a helpful error if github location ends in .git [\#874](https://github.com/berkshelf/berkshelf/pull/874) ([cjerdonek](https://github.com/cjerdonek))
896
+ - Workaround issue where Cygwin Git will create a directory called C: in [\#872](https://github.com/berkshelf/berkshelf/pull/872) ([douglaswth](https://github.com/douglaswth))
897
+ - Equality pinning forward port [\#870](https://github.com/berkshelf/berkshelf/pull/870) ([capoferro](https://github.com/capoferro))
898
+ - improve git location display for issue \#867 [\#869](https://github.com/berkshelf/berkshelf/pull/869) ([cjerdonek](https://github.com/cjerdonek))
899
+ - Add skip\_syntax\_check feature again [\#866](https://github.com/berkshelf/berkshelf/pull/866) ([josacar](https://github.com/josacar))
900
+ - Berkshelf 3 Fixes - Logging and Output [\#865](https://github.com/berkshelf/berkshelf/pull/865) ([KAllan357](https://github.com/KAllan357))
901
+ - 'berks list' does an implicit 'install' [\#833](https://github.com/berkshelf/berkshelf/pull/833) ([jeffkimble](https://github.com/jeffkimble))
902
+
903
+ ## [v3.0.0.beta3](https://github.com/berkshelf/berkshelf/tree/v3.0.0.beta3) (2013-10-17)
904
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v2.0.10...v3.0.0.beta3)
905
+
906
+ **Fixed bugs:**
907
+
908
+ - berks apply doesn't seem to be formatting versions properly for chef server 11 [\#760](https://github.com/berkshelf/berkshelf/issues/760)
909
+
910
+ **Closed issues:**
911
+
912
+ - simplify running a cookbook directly from Berkshelf [\#862](https://github.com/berkshelf/berkshelf/issues/862)
913
+ - Installing Berkshelf on Windows 7 w/ Cygwin [\#860](https://github.com/berkshelf/berkshelf/issues/860)
914
+ - Dependency conflicts between Berkshelf/Chef and Berkshelf/knife-ec2. [\#854](https://github.com/berkshelf/berkshelf/issues/854)
915
+ - Managing Chef Environments [\#852](https://github.com/berkshelf/berkshelf/issues/852)
916
+ - port cached cookbook loading fixes from \#829 [\#830](https://github.com/berkshelf/berkshelf/issues/830)
917
+ - Berks install indicates using the wrong branch while installing cookbooks from a git repository [\#798](https://github.com/berkshelf/berkshelf/issues/798)
918
+
919
+ **Merged pull requests:**
920
+
921
+ - Fix bersk\* typos [\#863](https://github.com/berkshelf/berkshelf/pull/863) ([justincampbell](https://github.com/justincampbell))
922
+ - \[README.md\] fixed numbered-list formatting error in Contributing section [\#850](https://github.com/berkshelf/berkshelf/pull/850) ([caryp](https://github.com/caryp))
923
+ - Updated README.md template to match the latest version in knife [\#848](https://github.com/berkshelf/berkshelf/pull/848) ([caryp](https://github.com/caryp))
924
+ - Reduce the number of remote API calls in setup steps and refactor cucumber tests [\#844](https://github.com/berkshelf/berkshelf/pull/844) ([sethvargo](https://github.com/sethvargo))
925
+ - Avoid reloading each cached cookbook on every resolve [\#842](https://github.com/berkshelf/berkshelf/pull/842) ([sethvargo](https://github.com/sethvargo))
926
+ - If there is a locked\_version, check the CookbookStore directly [\#841](https://github.com/berkshelf/berkshelf/pull/841) ([sethvargo](https://github.com/sethvargo))
927
+ - bump celluloid/ridley dependencies [\#840](https://github.com/berkshelf/berkshelf/pull/840) ([reset](https://github.com/reset))
928
+ - Equality pinning 2 0 [\#838](https://github.com/berkshelf/berkshelf/pull/838) ([sethvargo](https://github.com/sethvargo))
929
+ - use HTTPS instead of HTTP for api.berkshelf.com [\#837](https://github.com/berkshelf/berkshelf/pull/837) ([reset](https://github.com/reset))
930
+ - Standardize cucumber tests [\#776](https://github.com/berkshelf/berkshelf/pull/776) ([sethvargo](https://github.com/sethvargo))
931
+
932
+ ## [v2.0.10](https://github.com/berkshelf/berkshelf/tree/v2.0.10) (2013-09-01)
933
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v2.0.9...v2.0.10)
934
+
935
+ **Implemented enhancements:**
936
+
937
+ - Accept an environment variable to debug solve [\#824](https://github.com/berkshelf/berkshelf/pull/824) ([sethvargo](https://github.com/sethvargo))
938
+
939
+ **Fixed bugs:**
940
+
941
+ - 3.0.0beta2: knife.rb sets paths relative to itself, but berks is evaluating it relative to berks run directory [\#808](https://github.com/berkshelf/berkshelf/issues/808)
942
+ - `berks init` should raise a friendly error if the current directory does not contain a cookbook [\#821](https://github.com/berkshelf/berkshelf/pull/821) ([reset](https://github.com/reset))
943
+
944
+ **Closed issues:**
945
+
946
+ - Newb question... does Berkfile go in with my application code? or would this be a separate repo? [\#826](https://github.com/berkshelf/berkshelf/issues/826)
947
+ - Dependancies of Dependancies [\#825](https://github.com/berkshelf/berkshelf/issues/825)
948
+ - `berks init` trying to overwrite files instead of append [\#823](https://github.com/berkshelf/berkshelf/issues/823)
949
+ - berks init fails with: undefined method 'name' [\#816](https://github.com/berkshelf/berkshelf/issues/816)
950
+ - `berks install` does not honor Berkshelf.lock transitive dependencies [\#815](https://github.com/berkshelf/berkshelf/issues/815)
951
+ - Ridley::Connection crashed! [\#814](https://github.com/berkshelf/berkshelf/issues/814)
952
+
953
+ **Merged pull requests:**
954
+
955
+ - Avoid reloading each cached cookbook on every resolve [\#829](https://github.com/berkshelf/berkshelf/pull/829) ([kainosnoema](https://github.com/kainosnoema))
956
+ - Allow chef client name and key to be overridden for cookbook uploads [\#818](https://github.com/berkshelf/berkshelf/pull/818) ([keiths-osc](https://github.com/keiths-osc))
957
+ - Allow chef client name and key to be overridden for cookbook uploads [\#817](https://github.com/berkshelf/berkshelf/pull/817) ([keiths-osc](https://github.com/keiths-osc))
958
+ - generate new Vagrantfile's with 1.9 style hashes [\#813](https://github.com/berkshelf/berkshelf/pull/813) ([reset](https://github.com/reset))
959
+
960
+ ## [v2.0.9](https://github.com/berkshelf/berkshelf/tree/v2.0.9) (2013-08-22)
961
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v2.0.8...v2.0.9)
962
+
963
+ **Implemented enhancements:**
964
+
965
+ - Refactor ChefIgnore [\#748](https://github.com/berkshelf/berkshelf/pull/748) ([sethvargo](https://github.com/sethvargo))
966
+
967
+ **Fixed bugs:**
968
+
969
+ - berks update/install fails with \[No Berksfile or Berksfile.lock found at: ...\] [\#787](https://github.com/berkshelf/berkshelf/issues/787)
970
+ - Installing under ruby 2.0 on x64 Windows w/ devkit fails to compile dependency [\#774](https://github.com/berkshelf/berkshelf/issues/774)
971
+ - When uploading a cookbook, Berkshelf fails to locate a cookbook's dependencies despite those dependencies being explicitly defined in the Berksfile [\#369](https://github.com/berkshelf/berkshelf/issues/369)
972
+
973
+ **Closed issues:**
974
+
975
+ - 3.0.0beta2: chef\_config processing fails if there are knife option assignments in knife.rb [\#807](https://github.com/berkshelf/berkshelf/issues/807)
976
+ - Dependencies' Berksfiles should not be ignored [\#804](https://github.com/berkshelf/berkshelf/issues/804)
977
+ - Berkshelf will delete berksfile , gemfile ? [\#803](https://github.com/berkshelf/berkshelf/issues/803)
978
+ - Unable to upload cookbooks through an open SSH tunnel [\#802](https://github.com/berkshelf/berkshelf/issues/802)
979
+ - berks install --path deletes everything in the target directory [\#801](https://github.com/berkshelf/berkshelf/issues/801)
980
+ - Bad Berkshelf store path with multiple box on VirtualBox with Vagrant [\#795](https://github.com/berkshelf/berkshelf/issues/795)
981
+ - bundle exec contingent mysql fails with ENOENT [\#794](https://github.com/berkshelf/berkshelf/issues/794)
982
+ - Berkshelf init must be atomic [\#789](https://github.com/berkshelf/berkshelf/issues/789)
983
+
984
+ **Merged pull requests:**
985
+
986
+ - Bump ridley [\#812](https://github.com/berkshelf/berkshelf/pull/812) ([reset](https://github.com/reset))
987
+ - Dependencies with a path location take precedence over locked ones [\#809](https://github.com/berkshelf/berkshelf/pull/809) ([reset](https://github.com/reset))
988
+ - Support -h and --help flags on subcommands [\#806](https://github.com/berkshelf/berkshelf/pull/806) ([sethvargo](https://github.com/sethvargo))
989
+ - Enable use of vagrant-omnibus plugin in generated vagrant files [\#799](https://github.com/berkshelf/berkshelf/pull/799) ([pghalliday](https://github.com/pghalliday))
990
+ - Fixed bash-completion directory path [\#797](https://github.com/berkshelf/berkshelf/pull/797) ([chrisyunker](https://github.com/chrisyunker))
991
+ - Use HTTPS by default for community API [\#775](https://github.com/berkshelf/berkshelf/pull/775) ([coderanger](https://github.com/coderanger))
992
+ - Fix issue where location is nil for cookbook that is in the cache [\#772](https://github.com/berkshelf/berkshelf/pull/772) ([b-dean](https://github.com/b-dean))
993
+
994
+ ## [v2.0.8](https://github.com/berkshelf/berkshelf/tree/v2.0.8) (2013-08-02)
995
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v3.0.0.beta2...v2.0.8)
996
+
997
+ **Fixed bugs:**
998
+
999
+ - berks upload --ssl-verify=false does not work [\#758](https://github.com/berkshelf/berkshelf/issues/758)
1000
+
1001
+ **Closed issues:**
1002
+
1003
+ - Berkshelf init must create files with OS line endings [\#790](https://github.com/berkshelf/berkshelf/issues/790)
1004
+ - Inconsistent ridley dependency between berkshelf and berkshelf-api [\#788](https://github.com/berkshelf/berkshelf/issues/788)
1005
+ - berks install removes custom cookbooks [\#785](https://github.com/berkshelf/berkshelf/issues/785)
1006
+ - Berkshelf uses old versions of cookbooks even when new ones are available [\#781](https://github.com/berkshelf/berkshelf/issues/781)
1007
+
1008
+ **Merged pull requests:**
1009
+
1010
+ - relax constraint on ridley to ~\> 1.5 [\#786](https://github.com/berkshelf/berkshelf/pull/786) ([reset](https://github.com/reset))
1011
+ - bump required solve version \>= 0.8.0 [\#783](https://github.com/berkshelf/berkshelf/pull/783) ([reset](https://github.com/reset))
1012
+ - Missing backtick on incompatible version error [\#782](https://github.com/berkshelf/berkshelf/pull/782) ([fromonesrc](https://github.com/fromonesrc))
1013
+ - From bug https://github.com/RiotGames/berkshelf/issues/758 [\#778](https://github.com/berkshelf/berkshelf/pull/778) ([riotcku](https://github.com/riotcku))
1014
+ - clean hard tabs [\#771](https://github.com/berkshelf/berkshelf/pull/771) ([j4y](https://github.com/j4y))
1015
+ - When Cucumber can’t find a matching Step Definition [\#768](https://github.com/berkshelf/berkshelf/pull/768) ([sethvargo](https://github.com/sethvargo))
1016
+ - @tknerr metadata deps not honored [\#717](https://github.com/berkshelf/berkshelf/pull/717) ([sethvargo](https://github.com/sethvargo))
1017
+
1018
+ ## [v3.0.0.beta2](https://github.com/berkshelf/berkshelf/tree/v3.0.0.beta2) (2013-07-19)
1019
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v3.0.0.beta1...v3.0.0.beta2)
1020
+
1021
+ **Implemented enhancements:**
1022
+
1023
+ - Improve message when skipping uploading a cookbook because it's frozen [\#689](https://github.com/berkshelf/berkshelf/issues/689)
1024
+ - proposal on installing cookbooks from subversion [\#672](https://github.com/berkshelf/berkshelf/issues/672)
1025
+ - proposal on installing cookbooks from subversion [\#672](https://github.com/berkshelf/berkshelf/issues/672)
1026
+ - Default git source [\#615](https://github.com/berkshelf/berkshelf/issues/615)
1027
+ - Hosted Berkshelf DependencyAPI [\#397](https://github.com/berkshelf/berkshelf/issues/397)
1028
+ - add 'search' command [\#384](https://github.com/berkshelf/berkshelf/issues/384)
1029
+ - Berkshelf support for Mercurial [\#354](https://github.com/berkshelf/berkshelf/issues/354)
1030
+ - Use Ridley::Chef::Config [\#741](https://github.com/berkshelf/berkshelf/pull/741) ([sethvargo](https://github.com/sethvargo))
1031
+ - `berks show` should not install cookbooks for the end user [\#740](https://github.com/berkshelf/berkshelf/pull/740) ([reset](https://github.com/reset))
1032
+ - Properly implement `berks outdated` [\#731](https://github.com/berkshelf/berkshelf/pull/731) ([reset](https://github.com/reset))
1033
+ - `berks vendor` command to replace `berks install --path` [\#729](https://github.com/berkshelf/berkshelf/pull/729) ([reset](https://github.com/reset))
1034
+
1035
+ **Fixed bugs:**
1036
+
1037
+ - Undefined method "validate\_cached", resolver.rb \(line 166, in use\_source\) when using Berkshelf in conjunction with Vagrant \(+plugin\) [\#718](https://github.com/berkshelf/berkshelf/issues/718)
1038
+ - berks update doesn't correctly handle multiple nested dependencies [\#250](https://github.com/berkshelf/berkshelf/issues/250)
1039
+ - `Berks package` should packaging properly for chef-solo [\#749](https://github.com/berkshelf/berkshelf/pull/749) ([johntdyer](https://github.com/johntdyer))
1040
+
1041
+ **Closed issues:**
1042
+
1043
+ - the `--path` flag not working on latest beta [\#759](https://github.com/berkshelf/berkshelf/issues/759)
1044
+ - Locked version constraints ignored [\#751](https://github.com/berkshelf/berkshelf/issues/751)
1045
+ - berks install -p=cookbooks copies cookbooks dir into itself [\#747](https://github.com/berkshelf/berkshelf/issues/747)
1046
+ - Lockfile site format handled incorrectly [\#745](https://github.com/berkshelf/berkshelf/issues/745)
1047
+ - ctags generated by git hooks cause berks install to fail [\#738](https://github.com/berkshelf/berkshelf/issues/738)
1048
+ - 'berks install' deletes all things when used incorrectly [\#726](https://github.com/berkshelf/berkshelf/issues/726)
1049
+ - Add `berks apply\_metadata` command [\#724](https://github.com/berkshelf/berkshelf/issues/724)
1050
+ - Guard is broken :\( [\#702](https://github.com/berkshelf/berkshelf/issues/702)
1051
+ - berks upload \<single\_cookbook\> doesn't seem to work [\#701](https://github.com/berkshelf/berkshelf/issues/701)
1052
+ - Berkshelf 2.0.5 does not honor --skip-dependencies [\#699](https://github.com/berkshelf/berkshelf/issues/699)
1053
+ - Does not fail on conflicting dependency in git and metadata [\#691](https://github.com/berkshelf/berkshelf/issues/691)
1054
+ - Unable to locate cookbooks using path: in transitive dependencies [\#690](https://github.com/berkshelf/berkshelf/issues/690)
1055
+ - Uploading frozen cookbooks are silently ignored [\#688](https://github.com/berkshelf/berkshelf/issues/688)
1056
+ - Don't rely on \#to\_s for a dependency's name [\#649](https://github.com/berkshelf/berkshelf/issues/649)
1057
+ - Upload command does not respect chefignore [\#587](https://github.com/berkshelf/berkshelf/issues/587)
1058
+ - berks outdated not doing The Thing [\#467](https://github.com/berkshelf/berkshelf/issues/467)
1059
+ - Failures creating cookbooks directory properly [\#421](https://github.com/berkshelf/berkshelf/issues/421)
1060
+ - add outdated to documentation [\#361](https://github.com/berkshelf/berkshelf/issues/361)
1061
+
1062
+ **Merged pull requests:**
1063
+
1064
+ - skip uploading an already uploaded metadata dependency [\#769](https://github.com/berkshelf/berkshelf/pull/769) ([reset](https://github.com/reset))
1065
+ - Fix skipped outdated formatter [\#767](https://github.com/berkshelf/berkshelf/pull/767) ([sethvargo](https://github.com/sethvargo))
1066
+ - Berksfile.lock overwritten? [\#765](https://github.com/berkshelf/berkshelf/pull/765) ([sfiggins](https://github.com/sfiggins))
1067
+ - Fix a lost commit [\#763](https://github.com/berkshelf/berkshelf/pull/763) ([sethvargo](https://github.com/sethvargo))
1068
+ - change default vendor location to 'berks-cookbooks' [\#757](https://github.com/berkshelf/berkshelf/pull/757) ([reset](https://github.com/reset))
1069
+ - Don't install cookbooks when looking for outdated ones [\#755](https://github.com/berkshelf/berkshelf/pull/755) ([sethvargo](https://github.com/sethvargo))
1070
+ - Only show failing specs and cukes on Travis [\#753](https://github.com/berkshelf/berkshelf/pull/753) ([sethvargo](https://github.com/sethvargo))
1071
+ - Listen to the lockfile [\#752](https://github.com/berkshelf/berkshelf/pull/752) ([sethvargo](https://github.com/sethvargo))
1072
+ - Mercurial Support \(rebased\) [\#746](https://github.com/berkshelf/berkshelf/pull/746) ([mryan43](https://github.com/mryan43))
1073
+ - Remove unused fixtures [\#744](https://github.com/berkshelf/berkshelf/pull/744) ([sethvargo](https://github.com/sethvargo))
1074
+ - Fix RSpec deprecation error [\#742](https://github.com/berkshelf/berkshelf/pull/742) ([sethvargo](https://github.com/sethvargo))
1075
+ - Rescue all errors, include Errno::EDENT [\#736](https://github.com/berkshelf/berkshelf/pull/736) ([sethvargo](https://github.com/sethvargo))
1076
+ - Rescue all errors when evaluating the Berksfile [\#735](https://github.com/berkshelf/berkshelf/pull/735) ([sethvargo](https://github.com/sethvargo))
1077
+ - Just output the version string instead of License and Authors as well [\#733](https://github.com/berkshelf/berkshelf/pull/733) ([sethvargo](https://github.com/sethvargo))
1078
+ - Always raise exception when uploading a metadata frozen cookbook [\#692](https://github.com/berkshelf/berkshelf/pull/692) ([sethvargo](https://github.com/sethvargo))
1079
+ - Fix lockfile speed issues \(master\) [\#684](https://github.com/berkshelf/berkshelf/pull/684) ([sethvargo](https://github.com/sethvargo))
1080
+
1081
+ ## [v3.0.0.beta1](https://github.com/berkshelf/berkshelf/tree/v3.0.0.beta1) (2013-07-12)
1082
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v2.0.7...v3.0.0.beta1)
1083
+
1084
+ **Merged pull requests:**
1085
+
1086
+ - Use the Berkshelf API Server in the resolver [\#693](https://github.com/berkshelf/berkshelf/pull/693) ([reset](https://github.com/reset))
1087
+
1088
+ ## [v2.0.7](https://github.com/berkshelf/berkshelf/tree/v2.0.7) (2013-07-12)
1089
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v2.0.6...v2.0.7)
1090
+
1091
+ **Closed issues:**
1092
+
1093
+ - Unhandled exception when using berkshelf, hosted chef and vagrant [\#737](https://github.com/berkshelf/berkshelf/issues/737)
1094
+ - berks install produces an error with the -b option under certain conditions [\#721](https://github.com/berkshelf/berkshelf/issues/721)
1095
+
1096
+ **Merged pull requests:**
1097
+
1098
+ - Fix generator files to allow multiple hyphens in cookbook\_name [\#732](https://github.com/berkshelf/berkshelf/pull/732) ([maoe](https://github.com/maoe))
1099
+ - Lockfile load 2 0 stable [\#728](https://github.com/berkshelf/berkshelf/pull/728) ([sethvargo](https://github.com/sethvargo))
1100
+ - Rescue CookbookNotFound in lockfile\#load! [\#727](https://github.com/berkshelf/berkshelf/pull/727) ([sethvargo](https://github.com/sethvargo))
1101
+ - Fixing issue with relative cookbook paths while processing a Berksfile \(Issue 721\) [\#723](https://github.com/berkshelf/berkshelf/pull/723) ([krmichelos](https://github.com/krmichelos))
1102
+ - Fixing issue with relative cookbook paths while processing a Berksfile \(Issue 721\) [\#722](https://github.com/berkshelf/berkshelf/pull/722) ([krmichelos](https://github.com/krmichelos))
1103
+ - Fixed 'greater than equal to' symbol in index.md [\#720](https://github.com/berkshelf/berkshelf/pull/720) ([kppullin](https://github.com/kppullin))
1104
+
1105
+ ## [v2.0.6](https://github.com/berkshelf/berkshelf/tree/v2.0.6) (2013-07-03)
1106
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v2.0.5...v2.0.6)
1107
+
1108
+ **Fixed bugs:**
1109
+
1110
+ - dropping git, ref attributes from a source in a berks install [\#674](https://github.com/berkshelf/berkshelf/issues/674)
1111
+
1112
+ **Closed issues:**
1113
+
1114
+ - ref no longer a functional alias for branch [\#713](https://github.com/berkshelf/berkshelf/issues/713)
1115
+ - Version Constraint in metadata.rb not honored [\#709](https://github.com/berkshelf/berkshelf/issues/709)
1116
+ - Uploading cookbook with Unicode characters [\#708](https://github.com/berkshelf/berkshelf/issues/708)
1117
+ - Cookbooks with git sources are not updated when calling berks update [\#707](https://github.com/berkshelf/berkshelf/issues/707)
1118
+ - Berkshelf cannot find the Berksfile [\#705](https://github.com/berkshelf/berkshelf/issues/705)
1119
+ - Get a 'Ridley::SandboxResource crashed! Celluloid::FiberStackError: stack level too deep' error when uploading cookbooks [\#703](https://github.com/berkshelf/berkshelf/issues/703)
1120
+ - Investigate autostart [\#685](https://github.com/berkshelf/berkshelf/issues/685)
1121
+
1122
+ **Merged pull requests:**
1123
+
1124
+ - clarify usage of branch, tag and ref keys [\#719](https://github.com/berkshelf/berkshelf/pull/719) ([josephholsten](https://github.com/josephholsten))
1125
+ - Add test for Unicode characters [\#716](https://github.com/berkshelf/berkshelf/pull/716) ([sethvargo](https://github.com/sethvargo))
1126
+ - Add test for Unicode characters [\#715](https://github.com/berkshelf/berkshelf/pull/715) ([sethvargo](https://github.com/sethvargo))
1127
+ - Backport dependencies fixes [\#711](https://github.com/berkshelf/berkshelf/pull/711) ([sethvargo](https://github.com/sethvargo))
1128
+ - ActiveSupport 4.0 breaks everything [\#710](https://github.com/berkshelf/berkshelf/pull/710) ([coderanger](https://github.com/coderanger))
1129
+ - Move back to a single builder [\#698](https://github.com/berkshelf/berkshelf/pull/698) ([sethvargo](https://github.com/sethvargo))
1130
+ - Remove support for Ruby 1.9.2 [\#697](https://github.com/berkshelf/berkshelf/pull/697) ([sethvargo](https://github.com/sethvargo))
1131
+ - always resolve dependencies [\#694](https://github.com/berkshelf/berkshelf/pull/694) ([thommay](https://github.com/thommay))
1132
+ - Speed up aruba [\#504](https://github.com/berkshelf/berkshelf/pull/504) ([sethvargo](https://github.com/sethvargo))
254
1133
 
255
- - Berksfile#upload will now honor the given server_url option
256
- - Add validation to shortnames of 'site' in Berksfile
257
- - Fix init generator issue by locking to the appropriate version of Rubygems
1134
+ ## [v2.0.5](https://github.com/berkshelf/berkshelf/tree/v2.0.5) (2013-06-21)
1135
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v2.0.4...v2.0.5)
258
1136
 
259
- # 1.4.0
1137
+ **Fixed bugs:**
260
1138
 
261
- - Add ability to freeze cookbooks. Cookbooks are frozen on upload by default
262
- - Add ability to forcefully upload cookbooks even if they are frozen with the `--force` option
263
- - Add `berks info` command for displaying information about cookbooks in your Berkshelf
264
- - Add `berks contingent` command for displaying a list of cookbooks which are dependent upon one another
265
- - Cookbook generator now has the option of generating chef minispec files (false by default)
266
- - Fix bug in downloading cookbooks which were packaged as plain tars instead of tar.gzs
267
- - Path locations will now be relative to the Berksfile they are defined in
1139
+ - Berkshelf config is not reloaded [\#664](https://github.com/berkshelf/berkshelf/issues/664)
1140
+ - Berksfile.lock's `locked\_version` not honored when cookbook store is empty [\#637](https://github.com/berkshelf/berkshelf/issues/637)
1141
+ - wrong version chosen during vagrant run [\#226](https://github.com/berkshelf/berkshelf/issues/226)
1142
+ - If a Berksfile.lock is empty, berks stacktraces trying to read it [\#686](https://github.com/berkshelf/berkshelf/pull/686) ([capoferro](https://github.com/capoferro))
268
1143
 
269
- # 1.3.1
270
- - Support for Vagrant 1.1.x
271
- - Move Berkshelf Vagrant plugin into it's [own repository](https://github.com/berkshelf/vagrant-berkshelf)
272
- - Added -d flag to output debug information in berks command
273
- - Various bug fixes in uploading cookbooks
1144
+ **Closed issues:**
274
1145
 
275
- # 1.2.0
276
- - Remove Vagrant as a gem dependency
277
- - Remove Chef as a gem dependency
278
- - Add retries to downloads/uploads
279
- - Speed optimizations to resolver
280
- - Speed optimizations to downloading cookbooks
281
- - Speed optimizations to uploading cookbooks
1146
+ - Berkshelf ignores metadata.rb dependency versions [\#680](https://github.com/berkshelf/berkshelf/issues/680)
1147
+ - berks download with git path fails with "failed to download" [\#679](https://github.com/berkshelf/berkshelf/issues/679)
1148
+ - Berkshelf 2.0.4 and Chef 11 Dependency conflict [\#676](https://github.com/berkshelf/berkshelf/issues/676)
1149
+ - `berks upload` failing to pass args \(like --skip-dependencies\) on Windows [\#667](https://github.com/berkshelf/berkshelf/issues/667)
1150
+ - Bundler dependency error in generated cookbook [\#657](https://github.com/berkshelf/berkshelf/issues/657)
1151
+ - berks upload fails with undefined method `success?' [\#627](https://github.com/berkshelf/berkshelf/issues/627)
282
1152
 
283
- # 1.1.0
284
- ## new/improved commands
285
- - `berks show` command: display the file path for the given cookbook's current version resolved by your Berksfile
286
- - `berks list` command: list all of the cookbooks and their versions that are installed by resolving your Berksfile
287
- - `berks outdated` command (beta): show any cookbooks which have newer versions that are installed by resolving your Berksfile
288
- - `berks open` command [alpha]: like `berks show` except used to open the cookbook in your configured editor
289
- alpha: use at your own risk
290
- - improved `berks upload` command: now takes an optional cookbook name, or names, which will upload the target cookbook(s) to the Chef Server
291
- - improved `berks update` command: now takes an optional cookbook name, or names, which will update the target cookbook(s) in the Berksfile.lock
292
-
293
- ## bug fixes
294
- - Improved error output in Vagrant plugin
295
- - Stack traces will now be replaced by friendly error messages where possible
296
- - Fix init generator on Ruby 1.9.2
297
- - Honor 'chefignore' when vendoring cookbooks this will ensure that you aren't putting junk files into your cookbooks if your distributing them for use with Chef-Solo
298
-
299
- # 1.0.0
300
- - Windows support
301
- - Easier installation by dropping Gecode requirement
302
- - Vagrant plugin for a seamless iteration process
303
- - Berkshelf has it's own configuration file
304
- - `berks configure` command
305
- - Github source location
306
- - Improved upload/download speed of cookbooks
307
- - Lots of bug fixes
1153
+ **Merged pull requests:**
1154
+
1155
+ - Gracefully fail LockfileParserError and handle empty lockfiles [\#687](https://github.com/berkshelf/berkshelf/pull/687) ([sethvargo](https://github.com/sethvargo))
1156
+ - Fix lockfile speed issues \(2-0-stable\) [\#683](https://github.com/berkshelf/berkshelf/pull/683) ([sethvargo](https://github.com/sethvargo))
1157
+ - Forwardport lockfile fixes [\#681](https://github.com/berkshelf/berkshelf/pull/681) ([sethvargo](https://github.com/sethvargo))
1158
+ - remove dependency on active support [\#678](https://github.com/berkshelf/berkshelf/pull/678) ([reset](https://github.com/reset))
1159
+ - run unit and acceptance tests at the same time [\#677](https://github.com/berkshelf/berkshelf/pull/677) ([reset](https://github.com/reset))
1160
+ - handle gzipped responses from the community site [\#675](https://github.com/berkshelf/berkshelf/pull/675) ([reset](https://github.com/reset))
1161
+ - replace Chozo::Config with Buff::Config [\#673](https://github.com/berkshelf/berkshelf/pull/673) ([reset](https://github.com/reset))
1162
+
1163
+ ## [v2.0.4](https://github.com/berkshelf/berkshelf/tree/v2.0.4) (2013-06-17)
1164
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v1.4.6...v2.0.4)
1165
+
1166
+ **Fixed bugs:**
1167
+
1168
+ - Regression in speed improvements when installing with a Berksfile.lock [\#646](https://github.com/berkshelf/berkshelf/pull/646) ([reset](https://github.com/reset))
1169
+ - `berks install` should not write a locked version for a cookbook installed by `metadata` [\#623](https://github.com/berkshelf/berkshelf/pull/623) ([reset](https://github.com/reset))
1170
+
1171
+ **Closed issues:**
1172
+
1173
+ - berks upload fails consistently during the upload of cookbook 'ohai' [\#661](https://github.com/berkshelf/berkshelf/issues/661)
1174
+ - Duplicate code? [\#660](https://github.com/berkshelf/berkshelf/issues/660)
1175
+ - custom path in 'berks install' fails when having rel and trying to install with --path [\#654](https://github.com/berkshelf/berkshelf/issues/654)
1176
+
1177
+ **Merged pull requests:**
1178
+
1179
+ - Rename lockfile sources to dependencies [\#665](https://github.com/berkshelf/berkshelf/pull/665) ([sethvargo](https://github.com/sethvargo))
1180
+ - Read error message master \(3.0\) [\#663](https://github.com/berkshelf/berkshelf/pull/663) ([sethvargo](https://github.com/sethvargo))
1181
+ - Read error message in BerksfileReadError \(2.0\) [\#662](https://github.com/berkshelf/berkshelf/pull/662) ([sethvargo](https://github.com/sethvargo))
1182
+ - Remove explicit TK Dependency [\#659](https://github.com/berkshelf/berkshelf/pull/659) ([reset](https://github.com/reset))
1183
+ - Use .values instead of mapping the hash \(3.0\) [\#653](https://github.com/berkshelf/berkshelf/pull/653) ([sethvargo](https://github.com/sethvargo))
1184
+ - Use .values instead of mapping the hash \(2.0\) [\#652](https://github.com/berkshelf/berkshelf/pull/652) ([sethvargo](https://github.com/sethvargo))
1185
+ - Remove a test that creeped in from master [\#651](https://github.com/berkshelf/berkshelf/pull/651) ([sethvargo](https://github.com/sethvargo))
1186
+ - Fix broken metadata constraints [\#648](https://github.com/berkshelf/berkshelf/pull/648) ([sethvargo](https://github.com/sethvargo))
1187
+ - rename cookbook source/sources to dependency/dependencies [\#640](https://github.com/berkshelf/berkshelf/pull/640) ([reset](https://github.com/reset))
1188
+ - File syntax check [\#632](https://github.com/berkshelf/berkshelf/pull/632) ([sethvargo](https://github.com/sethvargo))
1189
+
1190
+ ## [v1.4.6](https://github.com/berkshelf/berkshelf/tree/v1.4.6) (2013-06-11)
1191
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v2.0.3...v1.4.6)
1192
+
1193
+ **Fixed bugs:**
1194
+
1195
+ - cached relative path of git repo broken in 2.0.1 [\#629](https://github.com/berkshelf/berkshelf/pull/629) ([bhouse](https://github.com/bhouse))
1196
+
1197
+ **Closed issues:**
1198
+
1199
+ - :git locations broken / shellout problem [\#633](https://github.com/berkshelf/berkshelf/issues/633)
1200
+ - Berkshelf ignores version constraints in metadata when there is already a version of the cookbook installed. [\#103](https://github.com/berkshelf/berkshelf/issues/103)
1201
+
1202
+ **Merged pull requests:**
1203
+
1204
+ - Merge pull request \#629 from RiotGames/rel\_lockfile [\#644](https://github.com/berkshelf/berkshelf/pull/644) ([reset](https://github.com/reset))
1205
+ - Merge pull request \#642 from RiotGames/use-mixin-shellout [\#643](https://github.com/berkshelf/berkshelf/pull/643) ([reset](https://github.com/reset))
1206
+ - use Mixin::ShellOut instead of Ridley::Mixin::ShellOut [\#642](https://github.com/berkshelf/berkshelf/pull/642) ([reset](https://github.com/reset))
1207
+ - Add bzip2 tarball support [\#641](https://github.com/berkshelf/berkshelf/pull/641) ([pdf](https://github.com/pdf))
1208
+ - Fix metadata nested constraints [\#626](https://github.com/berkshelf/berkshelf/pull/626) ([sethvargo](https://github.com/sethvargo))
1209
+ - Full backport default locations [\#598](https://github.com/berkshelf/berkshelf/pull/598) ([sethvargo](https://github.com/sethvargo))
1210
+
1211
+ ## [v2.0.3](https://github.com/berkshelf/berkshelf/tree/v2.0.3) (2013-06-11)
1212
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v2.0.2...v2.0.3)
1213
+
1214
+ **Merged pull requests:**
1215
+
1216
+ - pass blocks to methods exposed by Mixin::DSLEval [\#638](https://github.com/berkshelf/berkshelf/pull/638) ([reset](https://github.com/reset))
1217
+
1218
+ ## [v2.0.2](https://github.com/berkshelf/berkshelf/tree/v2.0.2) (2013-06-11)
1219
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v2.0.1...v2.0.2)
1220
+
1221
+ **Implemented enhancements:**
1222
+
1223
+ - Vagrant chef\_client provisioner not reflecting on Berks configuration for it's values [\#225](https://github.com/berkshelf/berkshelf/issues/225)
1224
+
1225
+ **Fixed bugs:**
1226
+
1227
+ - metadata.rb constraints are not respected [\#494](https://github.com/berkshelf/berkshelf/issues/494)
1228
+ - Unknown license error when running `berks cookbook` [\#624](https://github.com/berkshelf/berkshelf/pull/624) ([dougireton](https://github.com/dougireton))
1229
+
1230
+ **Closed issues:**
1231
+
1232
+ - Berkshelf 2.0.1 does not honor --skip-dependencies [\#628](https://github.com/berkshelf/berkshelf/issues/628)
1233
+ - Changelog for 1.4.5 [\#616](https://github.com/berkshelf/berkshelf/issues/616)
1234
+ - Backport default location fixes to 1.4-stable [\#577](https://github.com/berkshelf/berkshelf/issues/577)
1235
+
1236
+ **Merged pull requests:**
1237
+
1238
+ - use Ridley's ShellOut to fix issues with thread saftey and windows [\#636](https://github.com/berkshelf/berkshelf/pull/636) ([reset](https://github.com/reset))
1239
+ - move thor/monkies to thor\_ext [\#635](https://github.com/berkshelf/berkshelf/pull/635) ([reset](https://github.com/reset))
1240
+ - only expose methods we want to the Berksfile DSL [\#634](https://github.com/berkshelf/berkshelf/pull/634) ([reset](https://github.com/reset))
1241
+ - berks upload --skip-dependencies goes down in flames [\#631](https://github.com/berkshelf/berkshelf/pull/631) ([thommay](https://github.com/thommay))
1242
+
1243
+ ## [v2.0.1](https://github.com/berkshelf/berkshelf/tree/v2.0.1) (2013-06-07)
1244
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v2.0.0...v2.0.1)
1245
+
1246
+ **Fixed bugs:**
1247
+
1248
+ - CLI does not actually respect the `-c` flag [\#622](https://github.com/berkshelf/berkshelf/pull/622) ([reset](https://github.com/reset))
1249
+ - Debug/Verbose logging is broken [\#621](https://github.com/berkshelf/berkshelf/pull/621) ([reset](https://github.com/reset))
1250
+
1251
+ **Merged pull requests:**
1252
+
1253
+ - Berksfile will now be installed instead of resolved before upload [\#620](https://github.com/berkshelf/berkshelf/pull/620) ([reset](https://github.com/reset))
1254
+ - Bump .ruby-version to 1.9.3-p429 \[ci skip\] [\#619](https://github.com/berkshelf/berkshelf/pull/619) ([sethvargo](https://github.com/sethvargo))
1255
+ - Fixing the version location in outdated source error message [\#618](https://github.com/berkshelf/berkshelf/pull/618) ([jeremyolliver](https://github.com/jeremyolliver))
1256
+
1257
+ ## [v2.0.0](https://github.com/berkshelf/berkshelf/tree/v2.0.0) (2013-06-06)
1258
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v1.4.5...v2.0.0)
1259
+
1260
+ **Implemented enhancements:**
1261
+
1262
+ - Add Proxy Support [\#243](https://github.com/berkshelf/berkshelf/issues/243)
1263
+ - `berks shelf show` should take an optional VERSION argument [\#586](https://github.com/berkshelf/berkshelf/pull/586) ([reset](https://github.com/reset))
1264
+ - Allow user to specify licenses [\#543](https://github.com/berkshelf/berkshelf/pull/543) ([sethvargo](https://github.com/sethvargo))
1265
+ - Cookbook validation should be performed on `package` command [\#536](https://github.com/berkshelf/berkshelf/pull/536) ([reset](https://github.com/reset))
1266
+
1267
+ **Fixed bugs:**
1268
+
1269
+ - Identify Ruby 1.9.2 "Random" Failures? [\#595](https://github.com/berkshelf/berkshelf/issues/595)
1270
+ - knife.rb resolution logic doesn't seem to work [\#537](https://github.com/berkshelf/berkshelf/issues/537)
1271
+ - Berks cookbook misplaces files [\#603](https://github.com/berkshelf/berkshelf/pull/603) ([sethvargo](https://github.com/sethvargo))
1272
+
1273
+ **Closed issues:**
1274
+
1275
+ - Cookbook generation of Vagrantfile has double quoted string for box name and box\_url [\#612](https://github.com/berkshelf/berkshelf/issues/612)
1276
+ - Berkshelf documentation is offline [\#605](https://github.com/berkshelf/berkshelf/issues/605)
1277
+ - Vendor related feature request - downloading cookbook files [\#604](https://github.com/berkshelf/berkshelf/issues/604)
1278
+ - :git locations broken? [\#601](https://github.com/berkshelf/berkshelf/issues/601)
1279
+ - Support for Vendoring Cookbooks [\#597](https://github.com/berkshelf/berkshelf/issues/597)
1280
+ - berks install with --berksfile option does not work [\#594](https://github.com/berkshelf/berkshelf/issues/594)
1281
+ - When using multiple default locations, only the first location is used [\#588](https://github.com/berkshelf/berkshelf/issues/588)
1282
+ - Vagrant run list [\#584](https://github.com/berkshelf/berkshelf/issues/584)
1283
+ - Anyone feeling berks install/upload commands too slow? [\#549](https://github.com/berkshelf/berkshelf/issues/549)
1284
+ - Hide TK related things for 2.0 [\#547](https://github.com/berkshelf/berkshelf/issues/547)
1285
+ - Berks Install Not Parsing Cookbook API properly [\#542](https://github.com/berkshelf/berkshelf/issues/542)
1286
+ - chef\_handler run very slow [\#540](https://github.com/berkshelf/berkshelf/issues/540)
1287
+ - Berks init/cookbook generate a Vagrantfile that throws an undefined method error if berkshelf-vagrant is installed. [\#539](https://github.com/berkshelf/berkshelf/issues/539)
1288
+ - berks install fails on windows/cygwin when you specify a coobkook in Berksfile [\#522](https://github.com/berkshelf/berkshelf/issues/522)
1289
+ - Berkshelf cannot upload to multiple locations without re-resolving dependencies [\#462](https://github.com/berkshelf/berkshelf/issues/462)
1290
+ - When the requested version is not available on the chef server, the latest version is accepted [\#294](https://github.com/berkshelf/berkshelf/issues/294)
1291
+ - Using metadata should not resolve "self" [\#263](https://github.com/berkshelf/berkshelf/issues/263)
1292
+ - Berkshelf should ascend directories looking for Berksfile [\#166](https://github.com/berkshelf/berkshelf/issues/166)
1293
+
1294
+ **Merged pull requests:**
1295
+
1296
+ - test command registered to the CLI properly [\#610](https://github.com/berkshelf/berkshelf/pull/610) ([reset](https://github.com/reset))
1297
+ - remove all @author tags from source - rely on gemspec/readme/license [\#609](https://github.com/berkshelf/berkshelf/pull/609) ([reset](https://github.com/reset))
1298
+ - add Seth Vargo to authors list [\#608](https://github.com/berkshelf/berkshelf/pull/608) ([reset](https://github.com/reset))
1299
+ - remove quotes around `ref` as they will break `:git` locations \(at least... [\#602](https://github.com/berkshelf/berkshelf/pull/602) ([tknerr](https://github.com/tknerr))
1300
+ - Turns out the default sites were actually broken... [\#599](https://github.com/berkshelf/berkshelf/pull/599) ([sethvargo](https://github.com/sethvargo))
1301
+ - Don't generate real keys [\#596](https://github.com/berkshelf/berkshelf/pull/596) ([sethvargo](https://github.com/sethvargo))
1302
+ - Take \#2 at replacing MixLib::Shellout [\#593](https://github.com/berkshelf/berkshelf/pull/593) ([sethvargo](https://github.com/sethvargo))
1303
+ - Chef Zero still broken [\#592](https://github.com/berkshelf/berkshelf/pull/592) ([sethvargo](https://github.com/sethvargo))
1304
+ - Bring berkshelf specs up to the latest chef-zero [\#589](https://github.com/berkshelf/berkshelf/pull/589) ([jkeiser](https://github.com/jkeiser))
1305
+ - :json is not registered on Faraday::Response \(RuntimeError\) [\#581](https://github.com/berkshelf/berkshelf/pull/581) ([mconigliaro](https://github.com/mconigliaro))
1306
+ - Create `berks shelf` [\#579](https://github.com/berkshelf/berkshelf/pull/579) ([sethvargo](https://github.com/sethvargo))
1307
+ - Convert many things to single quotes [\#575](https://github.com/berkshelf/berkshelf/pull/575) ([sethvargo](https://github.com/sethvargo))
1308
+ - Remove mixlib-config as a dependency [\#571](https://github.com/berkshelf/berkshelf/pull/571) ([sethvargo](https://github.com/sethvargo))
1309
+ - Speed up \#show command and operate off a Berksfile [\#564](https://github.com/berkshelf/berkshelf/pull/564) ([sethvargo](https://github.com/sethvargo))
1310
+ - Require a Berksfile for the \#info command [\#563](https://github.com/berkshelf/berkshelf/pull/563) ([sethvargo](https://github.com/sethvargo))
1311
+ - Speed up Lockfile feature [\#559](https://github.com/berkshelf/berkshelf/pull/559) ([sethvargo](https://github.com/sethvargo))
1312
+
1313
+ ## [v1.4.5](https://github.com/berkshelf/berkshelf/tree/v1.4.5) (2013-05-29)
1314
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v2.0.0.beta...v1.4.5)
1315
+
1316
+ **Fixed bugs:**
1317
+
1318
+ - Recipes with spaces in the filename cause `berks upload` to fail [\#530](https://github.com/berkshelf/berkshelf/issues/530)
1319
+ - Lockfile 2.0 should use a relative path for a metadata cookbook [\#529](https://github.com/berkshelf/berkshelf/issues/529)
1320
+ - Default locations are broken [\#516](https://github.com/berkshelf/berkshelf/pull/516) ([sethvargo](https://github.com/sethvargo))
1321
+
1322
+ **Closed issues:**
1323
+
1324
+ - Why uploads all the cookbooks when issuing cmd to upload one cookbook only? [\#574](https://github.com/berkshelf/berkshelf/issues/574)
1325
+ - How to use Berkshelf to manage Organization repo like the Librarian-chef does? [\#535](https://github.com/berkshelf/berkshelf/issues/535)
1326
+ - Lockfile 2 breaks cookbooks located on a relative path [\#532](https://github.com/berkshelf/berkshelf/issues/532)
1327
+ - Tests on master are terribly slow due to test-kitchen integration [\#531](https://github.com/berkshelf/berkshelf/issues/531)
1328
+ - cookbook repo pointing to github in Berksfile is not finding it on berks upload [\#528](https://github.com/berkshelf/berkshelf/issues/528)
1329
+ - Berks Upload fails behind a proxy [\#524](https://github.com/berkshelf/berkshelf/issues/524)
1330
+ - berks apply errors out during environment.save [\#520](https://github.com/berkshelf/berkshelf/issues/520)
1331
+ - berks apply errors out during environment.save [\#519](https://github.com/berkshelf/berkshelf/issues/519)
1332
+ - berks apply errors out during environment.save [\#518](https://github.com/berkshelf/berkshelf/issues/518)
1333
+ - Deprecate Berksfile in favor of .berkshelf [\#517](https://github.com/berkshelf/berkshelf/issues/517)
1334
+ - vendor\_path option in config for default --path for install [\#512](https://github.com/berkshelf/berkshelf/issues/512)
1335
+
1336
+ **Merged pull requests:**
1337
+
1338
+ - json parsing middleware registerd as :parse\_json in Ridley 0.12.4 [\#582](https://github.com/berkshelf/berkshelf/pull/582) ([reset](https://github.com/reset))
1339
+ - Fix link to vagrant-berkshelf [\#578](https://github.com/berkshelf/berkshelf/pull/578) ([sethvargo](https://github.com/sethvargo))
1340
+ - Remove autoload [\#572](https://github.com/berkshelf/berkshelf/pull/572) ([sethvargo](https://github.com/sethvargo))
1341
+ - Remove json\_spec as a dependency \(we aren't using it\) [\#570](https://github.com/berkshelf/berkshelf/pull/570) ([sethvargo](https://github.com/sethvargo))
1342
+ - Run all tests on Travis [\#568](https://github.com/berkshelf/berkshelf/pull/568) ([sethvargo](https://github.com/sethvargo))
1343
+ - Speed up Vendor feature [\#567](https://github.com/berkshelf/berkshelf/pull/567) ([sethvargo](https://github.com/sethvargo))
1344
+ - Speed up Upload feature [\#566](https://github.com/berkshelf/berkshelf/pull/566) ([sethvargo](https://github.com/sethvargo))
1345
+ - Speed up Update feature [\#565](https://github.com/berkshelf/berkshelf/pull/565) ([sethvargo](https://github.com/sethvargo))
1346
+ - Speed up Package feature [\#562](https://github.com/berkshelf/berkshelf/pull/562) ([sethvargo](https://github.com/sethvargo))
1347
+ - Speed up Outdated command [\#561](https://github.com/berkshelf/berkshelf/pull/561) ([sethvargo](https://github.com/sethvargo))
1348
+ - Speed up Open feature [\#560](https://github.com/berkshelf/berkshelf/pull/560) ([sethvargo](https://github.com/sethvargo))
1349
+ - Speed up List feature [\#558](https://github.com/berkshelf/berkshelf/pull/558) ([sethvargo](https://github.com/sethvargo))
1350
+ - Speed up Groups feature [\#557](https://github.com/berkshelf/berkshelf/pull/557) ([sethvargo](https://github.com/sethvargo))
1351
+ - Speed up Cookbook feature [\#556](https://github.com/berkshelf/berkshelf/pull/556) ([sethvargo](https://github.com/sethvargo))
1352
+ - Speed up Contingent feature [\#555](https://github.com/berkshelf/berkshelf/pull/555) ([sethvargo](https://github.com/sethvargo))
1353
+ - Speed up Configure feature [\#554](https://github.com/berkshelf/berkshelf/pull/554) ([sethvargo](https://github.com/sethvargo))
1354
+ - Speed up Config feature [\#553](https://github.com/berkshelf/berkshelf/pull/553) ([sethvargo](https://github.com/sethvargo))
1355
+ - Speed up Apply feature [\#552](https://github.com/berkshelf/berkshelf/pull/552) ([sethvargo](https://github.com/sethvargo))
1356
+ - Move Gemfile development dependencies to gemspec [\#551](https://github.com/berkshelf/berkshelf/pull/551) ([sethvargo](https://github.com/sethvargo))
1357
+ - Fix failing specs and features [\#550](https://github.com/berkshelf/berkshelf/pull/550) ([sethvargo](https://github.com/sethvargo))
1358
+ - Fix CZ on master [\#546](https://github.com/berkshelf/berkshelf/pull/546) ([sethvargo](https://github.com/sethvargo))
1359
+ - Only set the path option if it existed when parsing a legacy lockfile [\#544](https://github.com/berkshelf/berkshelf/pull/544) ([sethvargo](https://github.com/sethvargo))
1360
+ - Warn if spaces [\#534](https://github.com/berkshelf/berkshelf/pull/534) ([sethvargo](https://github.com/sethvargo))
1361
+ - Lockfile fixes [\#533](https://github.com/berkshelf/berkshelf/pull/533) ([sethvargo](https://github.com/sethvargo))
1362
+ - Remove alias\_method on UI module [\#527](https://github.com/berkshelf/berkshelf/pull/527) ([sethvargo](https://github.com/sethvargo))
1363
+ - version numbers must be strings to prevent environment.save crash [\#521](https://github.com/berkshelf/berkshelf/pull/521) ([timops](https://github.com/timops))
1364
+
1365
+ ## [v2.0.0.beta](https://github.com/berkshelf/berkshelf/tree/v2.0.0.beta) (2013-05-15)
1366
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v1.4.4...v2.0.0.beta)
1367
+
1368
+ **Closed issues:**
1369
+
1370
+ - berks package [\#509](https://github.com/berkshelf/berkshelf/issues/509)
1371
+ - No option to disable default behavior of stripping .git/ directories on `berks install` git cookbooks [\#496](https://github.com/berkshelf/berkshelf/issues/496)
1372
+ - Do not fetch git repo if I have it in my Berksfile.lock [\#404](https://github.com/berkshelf/berkshelf/issues/404)
1373
+ - Pull `berks cookbook` templating command into new project? [\#386](https://github.com/berkshelf/berkshelf/issues/386)
1374
+ - Logs misrepresent the source of a cookbook [\#295](https://github.com/berkshelf/berkshelf/issues/295)
1375
+
1376
+ **Merged pull requests:**
1377
+
1378
+ - Fix tests [\#515](https://github.com/berkshelf/berkshelf/pull/515) ([sethvargo](https://github.com/sethvargo))
1379
+ - Implement `berks package` [\#510](https://github.com/berkshelf/berkshelf/pull/510) ([sethvargo](https://github.com/sethvargo))
1380
+ - Test-Kitchen integration [\#435](https://github.com/berkshelf/berkshelf/pull/435) ([reset](https://github.com/reset))
1381
+
1382
+ ## [v1.4.4](https://github.com/berkshelf/berkshelf/tree/v1.4.4) (2013-05-14)
1383
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v1.4.3...v1.4.4)
1384
+
1385
+ **Implemented enhancements:**
1386
+
1387
+ - upgrade to Ridley 0.11.x [\#487](https://github.com/berkshelf/berkshelf/issues/487)
1388
+
1389
+ **Fixed bugs:**
1390
+
1391
+ - `berks list -F json` should not produce both human and json output [\#488](https://github.com/berkshelf/berkshelf/issues/488)
1392
+ - Issues with Vagrant plugin when "cookbooks" folder exists [\#267](https://github.com/berkshelf/berkshelf/issues/267)
1393
+ - Upload breaks with space in path name [\#258](https://github.com/berkshelf/berkshelf/issues/258)
1394
+
1395
+ **Closed issues:**
1396
+
1397
+ - upload does not upload files from files/default [\#511](https://github.com/berkshelf/berkshelf/issues/511)
1398
+ - Vagrant not using the lastest cookbooks [\#500](https://github.com/berkshelf/berkshelf/issues/500)
1399
+ - Change specs to depend on a fixture cookbook repo [\#498](https://github.com/berkshelf/berkshelf/issues/498)
1400
+ - Warn if cookbook name in Berksfile and name in metadata don't match [\#497](https://github.com/berkshelf/berkshelf/issues/497)
1401
+ - berks update not updating cookbook stored in github after updating cookbook version [\#493](https://github.com/berkshelf/berkshelf/issues/493)
1402
+ - Berkshelf displays color codes as garbage characters in Windows [\#482](https://github.com/berkshelf/berkshelf/issues/482)
1403
+ - Allow CWD configuration file [\#476](https://github.com/berkshelf/berkshelf/issues/476)
1404
+ - berks upload fails dude to fiber stack size limit [\#474](https://github.com/berkshelf/berkshelf/issues/474)
1405
+ - no way to use berkshelf with environments and git changesets that should not yet be release [\#469](https://github.com/berkshelf/berkshelf/issues/469)
1406
+ - vagrant plugin failed to load in windows [\#449](https://github.com/berkshelf/berkshelf/issues/449)
1407
+ - Vagrant + berksfile\_path + cookbook with path option = Berkshelf::CookbookNotFound [\#436](https://github.com/berkshelf/berkshelf/issues/436)
1408
+ - Error when uploading a large sandbox [\#376](https://github.com/berkshelf/berkshelf/issues/376)
1409
+ - Loading the CookbookStore is slow with a lot of Cookbooks present [\#285](https://github.com/berkshelf/berkshelf/issues/285)
1410
+ - validate the name of the retrieved cached\_cookbook is not different than the source [\#123](https://github.com/berkshelf/berkshelf/issues/123)
1411
+
1412
+ **Merged pull requests:**
1413
+
1414
+ - bump required ridley version to 0.12.1 [\#513](https://github.com/berkshelf/berkshelf/pull/513) ([reset](https://github.com/reset))
1415
+ - Don't assume Thor::Shell::Color [\#507](https://github.com/berkshelf/berkshelf/pull/507) ([sethvargo](https://github.com/sethvargo))
1416
+ - Use Celluloid Futures to load the CookbookStore [\#506](https://github.com/berkshelf/berkshelf/pull/506) ([sethvargo](https://github.com/sethvargo))
1417
+ - Accept Berkshelf configurations from other paths \(\#476\) [\#505](https://github.com/berkshelf/berkshelf/pull/505) ([sethvargo](https://github.com/sethvargo))
1418
+ - Use formatters everywhere for output [\#503](https://github.com/berkshelf/berkshelf/pull/503) ([sethvargo](https://github.com/sethvargo))
1419
+ - Warn if CookbookSource\#name is different from the metadata name [\#502](https://github.com/berkshelf/berkshelf/pull/502) ([sethvargo](https://github.com/sethvargo))
1420
+ - Refactor Specs [\#501](https://github.com/berkshelf/berkshelf/pull/501) ([sethvargo](https://github.com/sethvargo))
1421
+
1422
+ ## [v1.4.3](https://github.com/berkshelf/berkshelf/tree/v1.4.3) (2013-05-09)
1423
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v1.4.2...v1.4.3)
1424
+
1425
+ **Implemented enhancements:**
1426
+
1427
+ - apply Berksfile.lock to environment [\#440](https://github.com/berkshelf/berkshelf/issues/440)
1428
+ - git SHA should be resolved in lockfile [\#486](https://github.com/berkshelf/berkshelf/pull/486) ([sethvargo](https://github.com/sethvargo))
1429
+
1430
+ **Fixed bugs:**
1431
+
1432
+ - Berks upload + open source Chef server + missing name in metadata = Ridley::Errors::HTTPBadRequest [\#442](https://github.com/berkshelf/berkshelf/issues/442)
1433
+
1434
+ **Closed issues:**
1435
+
1436
+ - Unable to install updated cookbook from github [\#495](https://github.com/berkshelf/berkshelf/issues/495)
1437
+ - berkshelf dot fetch transitive dependencies with git \(include\_attribute\) [\#492](https://github.com/berkshelf/berkshelf/issues/492)
1438
+ - Berksfile.lock should not entry for current cookbook [\#485](https://github.com/berkshelf/berkshelf/issues/485)
1439
+ - When getting "Connection Refused" errors, Berkshelf should return a friendly error message [\#439](https://github.com/berkshelf/berkshelf/issues/439)
1440
+ - Is there a way to override the generator templates? [\#437](https://github.com/berkshelf/berkshelf/issues/437)
1441
+
1442
+ **Merged pull requests:**
1443
+
1444
+ - Just use JSON [\#491](https://github.com/berkshelf/berkshelf/pull/491) ([sethvargo](https://github.com/sethvargo))
1445
+ - berks apply command [\#473](https://github.com/berkshelf/berkshelf/pull/473) ([capoferro](https://github.com/capoferro))
1446
+ - Is there any config file for author name/email to populate while creating cookbook? [\#391](https://github.com/berkshelf/berkshelf/pull/391) ([millisami](https://github.com/millisami))
1447
+
1448
+ ## [v1.4.2](https://github.com/berkshelf/berkshelf/tree/v1.4.2) (2013-05-02)
1449
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v1.4.1...v1.4.2)
1450
+
1451
+ **Implemented enhancements:**
1452
+
1453
+ - Lockfile Re-write [\#274](https://github.com/berkshelf/berkshelf/issues/274)
1454
+ - Clean up Chef Server on destruction if Chef Client provisioner [\#264](https://github.com/berkshelf/berkshelf/issues/264)
1455
+
1456
+ **Fixed bugs:**
1457
+
1458
+ - berks upload drops the port number in the URL [\#453](https://github.com/berkshelf/berkshelf/issues/453)
1459
+
1460
+ **Closed issues:**
1461
+
1462
+ - Orphan lockfile generated in CWD on berks cookbook [\#478](https://github.com/berkshelf/berkshelf/issues/478)
1463
+ - Install command does not respect chefignore [\#432](https://github.com/berkshelf/berkshelf/issues/432)
1464
+ - Remve unnecessary dependencies from lockfile [\#400](https://github.com/berkshelf/berkshelf/issues/400)
1465
+ - Berkshelf middleware appears to break cookbooks mounted over NFS [\#207](https://github.com/berkshelf/berkshelf/issues/207)
1466
+
1467
+ **Merged pull requests:**
1468
+
1469
+ - Fix Git caching [\#484](https://github.com/berkshelf/berkshelf/pull/484) ([ivey](https://github.com/ivey))
1470
+ - Fix `berks open` features when $VISUAL is set [\#483](https://github.com/berkshelf/berkshelf/pull/483) ([ivey](https://github.com/ivey))
1471
+ - Lockfile 2.0 - cleaned branch [\#481](https://github.com/berkshelf/berkshelf/pull/481) ([reset](https://github.com/reset))
1472
+
1473
+ ## [v1.4.1](https://github.com/berkshelf/berkshelf/tree/v1.4.1) (2013-04-30)
1474
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v1.4.0...v1.4.1)
1475
+
1476
+ **Implemented enhancements:**
1477
+
1478
+ - improve cookbook upload speeds [\#275](https://github.com/berkshelf/berkshelf/issues/275)
1479
+ - Don't copy cookbooks for every vagrant run [\#165](https://github.com/berkshelf/berkshelf/issues/165)
1480
+
1481
+ **Fixed bugs:**
1482
+
1483
+ - Symbol arg to `site` needs better error [\#458](https://github.com/berkshelf/berkshelf/issues/458)
1484
+ - chef\_server\_url not configurable for upload command [\#480](https://github.com/berkshelf/berkshelf/pull/480) ([KAllan357](https://github.com/KAllan357))
1485
+
1486
+ **Closed issues:**
1487
+
1488
+ - Dependency on cookbook README file [\#479](https://github.com/berkshelf/berkshelf/issues/479)
1489
+ - Cannot upload local path cookbook when it relies on another local path cookbook [\#475](https://github.com/berkshelf/berkshelf/issues/475)
1490
+ - Vagrant halt failing [\#464](https://github.com/berkshelf/berkshelf/issues/464)
1491
+ - timeout when upload especific newrelic cookbook [\#460](https://github.com/berkshelf/berkshelf/issues/460)
1492
+ - h5 font size is too small on berkshelf.com [\#433](https://github.com/berkshelf/berkshelf/issues/433)
1493
+ - Add link to berkshelf-shims [\#419](https://github.com/berkshelf/berkshelf/issues/419)
1494
+ - Passing dependency resolution off to another tool? \(Librarian\) [\#396](https://github.com/berkshelf/berkshelf/issues/396)
1495
+ - follow same convention as knife to find knife.rb [\#382](https://github.com/berkshelf/berkshelf/issues/382)
1496
+ - Document SSL Issues [\#380](https://github.com/berkshelf/berkshelf/issues/380)
1497
+ - add unrequested command [\#362](https://github.com/berkshelf/berkshelf/issues/362)
1498
+ - Unable to activate activemodel-3.2.8 [\#290](https://github.com/berkshelf/berkshelf/issues/290)
1499
+ - Cucumber test for skip-bundler option support check is mocked out [\#208](https://github.com/berkshelf/berkshelf/issues/208)
1500
+
1501
+ **Merged pull requests:**
1502
+
1503
+ - Re-think \#463? [\#472](https://github.com/berkshelf/berkshelf/pull/472) ([sethvargo](https://github.com/sethvargo))
1504
+ - Fix the failing cucumber scenaiors [\#471](https://github.com/berkshelf/berkshelf/pull/471) ([sethvargo](https://github.com/sethvargo))
1505
+ - Doc SSL issues - \#380 [\#470](https://github.com/berkshelf/berkshelf/pull/470) ([ivey](https://github.com/ivey))
1506
+ - Init Error [\#468](https://github.com/berkshelf/berkshelf/pull/468) ([kbacha](https://github.com/kbacha))
1507
+ - Update CLI example for 'berks cookbook' [\#466](https://github.com/berkshelf/berkshelf/pull/466) ([jastix](https://github.com/jastix))
1508
+ - Validate the shortname for 'site' [\#465](https://github.com/berkshelf/berkshelf/pull/465) ([capoferro](https://github.com/capoferro))
1509
+ - Create Plugin List [\#459](https://github.com/berkshelf/berkshelf/pull/459) ([sethvargo](https://github.com/sethvargo))
1510
+
1511
+ ## [v1.4.0](https://github.com/berkshelf/berkshelf/tree/v1.4.0) (2013-04-13)
1512
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v1.4.0.rc1...v1.4.0)
1513
+
1514
+ **Fixed bugs:**
1515
+
1516
+ - path source should expand from Berksfile location and now CWD [\#463](https://github.com/berkshelf/berkshelf/pull/463) ([reset](https://github.com/reset))
1517
+
1518
+ **Closed issues:**
1519
+
1520
+ - 1.4.0.rc1 - berks upload --freeze, thinks trying to upload cookbook named --freeze [\#447](https://github.com/berkshelf/berkshelf/issues/447)
1521
+ - berks upload skips definitions [\#445](https://github.com/berkshelf/berkshelf/issues/445)
1522
+ - Problems with Berkshelf and vagrant multi machine settings [\#441](https://github.com/berkshelf/berkshelf/issues/441)
1523
+
1524
+ **Merged pull requests:**
1525
+
1526
+ - add addressable gem dependency to gemspec and explicitly require it [\#461](https://github.com/berkshelf/berkshelf/pull/461) ([reset](https://github.com/reset))
1527
+ - Enable berkshelf-vagrant by default [\#457](https://github.com/berkshelf/berkshelf/pull/457) ([danshultz](https://github.com/danshultz))
1528
+ - Thor 0.18 [\#456](https://github.com/berkshelf/berkshelf/pull/456) ([justincampbell](https://github.com/justincampbell))
1529
+ - Fix specs - look in right place for testing knife.rb [\#454](https://github.com/berkshelf/berkshelf/pull/454) ([ivey](https://github.com/ivey))
1530
+ - Support plain .tar cookbooks as well as .tar.gz cookbooks. [\#452](https://github.com/berkshelf/berkshelf/pull/452) ([hnakamur](https://github.com/hnakamur))
1531
+ - Fix rspec dependency [\#451](https://github.com/berkshelf/berkshelf/pull/451) ([justincampbell](https://github.com/justincampbell))
1532
+ - Always uploads to chef\_api defined org, rather than knife defined org [\#446](https://github.com/berkshelf/berkshelf/pull/446) ([bakins](https://github.com/bakins))
1533
+ - require a cookbook name argument in show command [\#444](https://github.com/berkshelf/berkshelf/pull/444) ([reset](https://github.com/reset))
1534
+ - require 'cookbook' argument on contingent command [\#443](https://github.com/berkshelf/berkshelf/pull/443) ([reset](https://github.com/reset))
1535
+ - 208 no bundler test [\#422](https://github.com/berkshelf/berkshelf/pull/422) ([sethvargo](https://github.com/sethvargo))
1536
+ - Support for generating cookbooks with chef-minitest [\#401](https://github.com/berkshelf/berkshelf/pull/401) ([charlesjohnson](https://github.com/charlesjohnson))
1537
+ - Search for the knife.rb like chef does [\#383](https://github.com/berkshelf/berkshelf/pull/383) ([sethvargo](https://github.com/sethvargo))
1538
+ - Add berks contingent command [\#365](https://github.com/berkshelf/berkshelf/pull/365) ([sethvargo](https://github.com/sethvargo))
1539
+ - Add berks info command [\#364](https://github.com/berkshelf/berkshelf/pull/364) ([sethvargo](https://github.com/sethvargo))
1540
+
1541
+ ## [v1.4.0.rc1](https://github.com/berkshelf/berkshelf/tree/v1.4.0.rc1) (2013-03-22)
1542
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v1.3.1...v1.4.0.rc1)
1543
+
1544
+ **Implemented enhancements:**
1545
+
1546
+ - Automatically freeze cookbooks on upload [\#431](https://github.com/berkshelf/berkshelf/pull/431) ([reset](https://github.com/reset))
1547
+
1548
+ **Fixed bugs:**
1549
+
1550
+ - Default locations are broken [\#399](https://github.com/berkshelf/berkshelf/issues/399)
1551
+
1552
+ **Closed issues:**
1553
+
1554
+ - Respect vagrant --no-provision [\#430](https://github.com/berkshelf/berkshelf/issues/430)
1555
+ - Vagrant 1.1 Support [\#416](https://github.com/berkshelf/berkshelf/issues/416)
1556
+ - Documentation should be updated [\#410](https://github.com/berkshelf/berkshelf/issues/410)
1557
+ - Upload '--freeze' flag is not respected [\#320](https://github.com/berkshelf/berkshelf/issues/320)
1558
+
1559
+ **Merged pull requests:**
1560
+
1561
+ - add logging mixin and refactor Berkshelf.log into Berkshelf::Logger [\#434](https://github.com/berkshelf/berkshelf/pull/434) ([reset](https://github.com/reset))
1562
+ - remove facter language override prevention hack [\#428](https://github.com/berkshelf/berkshelf/pull/428) ([reset](https://github.com/reset))
1563
+ - Attempt \#2 at \#399 \(use local cache\) [\#415](https://github.com/berkshelf/berkshelf/pull/415) ([sethvargo](https://github.com/sethvargo))
1564
+
1565
+ ## [v1.3.1](https://github.com/berkshelf/berkshelf/tree/v1.3.1) (2013-03-20)
1566
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v1.3.0...v1.3.1)
1567
+
1568
+ **Merged pull requests:**
1569
+
1570
+ - rescue if the cookbook has not been uploaded at all [\#405](https://github.com/berkshelf/berkshelf/pull/405) ([bakins](https://github.com/bakins))
1571
+
1572
+ ## [v1.3.0](https://github.com/berkshelf/berkshelf/tree/v1.3.0) (2013-03-20)
1573
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v1.3.0.rc1...v1.3.0)
1574
+
1575
+ **Merged pull requests:**
1576
+
1577
+ - relax required ruby ver back to \>= 1.9.1 [\#427](https://github.com/berkshelf/berkshelf/pull/427) ([reset](https://github.com/reset))
1578
+ - add -d flag to enable debug output [\#426](https://github.com/berkshelf/berkshelf/pull/426) ([reset](https://github.com/reset))
1579
+ - explicitly lock supported rubies [\#425](https://github.com/berkshelf/berkshelf/pull/425) ([reset](https://github.com/reset))
1580
+ - bug fixes in cookbook transfers [\#424](https://github.com/berkshelf/berkshelf/pull/424) ([reset](https://github.com/reset))
1581
+
1582
+ ## [v1.3.0.rc1](https://github.com/berkshelf/berkshelf/tree/v1.3.0.rc1) (2013-03-20)
1583
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v1.2.1...v1.3.0.rc1)
1584
+
1585
+ **Closed issues:**
1586
+
1587
+ - Support for metadata.json fallback for non-existent metadata.rb [\#418](https://github.com/berkshelf/berkshelf/issues/418)
1588
+ - Subcommand --help creates cookbook [\#411](https://github.com/berkshelf/berkshelf/issues/411)
1589
+ - Upload fails with SignatureDoesNotMatch error [\#409](https://github.com/berkshelf/berkshelf/issues/409)
1590
+ - Vagrant getting pinned [\#403](https://github.com/berkshelf/berkshelf/issues/403)
1591
+ - Bump JSON dependency - Ruby 2.0 support [\#393](https://github.com/berkshelf/berkshelf/issues/393)
1592
+ - Web site annoyance: Choppy Gutters [\#377](https://github.com/berkshelf/berkshelf/issues/377)
1593
+ - Cookbook upload eating HTTP error messages [\#189](https://github.com/berkshelf/berkshelf/issues/189)
1594
+
1595
+ **Merged pull requests:**
1596
+
1597
+ - remove vagrant plugin from berkshelf core [\#423](https://github.com/berkshelf/berkshelf/pull/423) ([reset](https://github.com/reset))
1598
+ - Require Ridley 0.8.5 [\#420](https://github.com/berkshelf/berkshelf/pull/420) ([justincampbell](https://github.com/justincampbell))
1599
+ - Rubygems via https [\#417](https://github.com/berkshelf/berkshelf/pull/417) ([Spikels](https://github.com/Spikels))
1600
+ - Attempt to speed up tests [\#414](https://github.com/berkshelf/berkshelf/pull/414) ([sethvargo](https://github.com/sethvargo))
1601
+ - Fix travis [\#413](https://github.com/berkshelf/berkshelf/pull/413) ([sethvargo](https://github.com/sethvargo))
1602
+ - Behave more like a linux-based CLI: [\#412](https://github.com/berkshelf/berkshelf/pull/412) ([sethvargo](https://github.com/sethvargo))
1603
+ - Ensure the git user is set during CI [\#406](https://github.com/berkshelf/berkshelf/pull/406) ([justincampbell](https://github.com/justincampbell))
1604
+ - Replace underscores for hostnames in Vagrantfile [\#402](https://github.com/berkshelf/berkshelf/pull/402) ([rb2k](https://github.com/rb2k))
1605
+ - Use uniform .ruby-version file [\#398](https://github.com/berkshelf/berkshelf/pull/398) ([stevenhaddox](https://github.com/stevenhaddox))
1606
+
1607
+ ## [v1.2.1](https://github.com/berkshelf/berkshelf/tree/v1.2.1) (2013-03-07)
1608
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v1.2.0...v1.2.1)
1609
+
1610
+ ## [v1.2.0](https://github.com/berkshelf/berkshelf/tree/v1.2.0) (2013-03-05)
1611
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v1.2.0.rc1...v1.2.0)
1612
+
1613
+ **Closed issues:**
1614
+
1615
+ - moneta/basic\_file missing [\#346](https://github.com/berkshelf/berkshelf/issues/346)
1616
+
1617
+ **Merged pull requests:**
1618
+
1619
+ - Look locally for cached cookbooks [\#395](https://github.com/berkshelf/berkshelf/pull/395) ([sethvargo](https://github.com/sethvargo))
1620
+ - add knife option so some knife.rb options will work [\#394](https://github.com/berkshelf/berkshelf/pull/394) ([bakins](https://github.com/bakins))
1621
+ - Add named anchors to \#\# headings. [\#390](https://github.com/berkshelf/berkshelf/pull/390) ([jhowarth](https://github.com/jhowarth))
1622
+ - add HTTP retries to downloading and uploading cookbooks [\#389](https://github.com/berkshelf/berkshelf/pull/389) ([reset](https://github.com/reset))
1623
+ - remove uploader [\#388](https://github.com/berkshelf/berkshelf/pull/388) ([reset](https://github.com/reset))
1624
+ - Fixing Git support for sha, tag, branch [\#387](https://github.com/berkshelf/berkshelf/pull/387) ([ryansch](https://github.com/ryansch))
1625
+ - add helpful error message for loading the berkshelf plugin [\#385](https://github.com/berkshelf/berkshelf/pull/385) ([reset](https://github.com/reset))
1626
+ - generated Gemfile should not include Vagrant dependency [\#375](https://github.com/berkshelf/berkshelf/pull/375) ([reset](https://github.com/reset))
1627
+ - Resolver should error if incompatible dependencies are specified [\#366](https://github.com/berkshelf/berkshelf/pull/366) ([ivey](https://github.com/ivey))
1628
+
1629
+ ## [v1.2.0.rc1](https://github.com/berkshelf/berkshelf/tree/v1.2.0.rc1) (2013-02-26)
1630
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v1.1.6...v1.2.0.rc1)
1631
+
1632
+ **Implemented enhancements:**
1633
+
1634
+ - remove dependency on Chef gem [\#342](https://github.com/berkshelf/berkshelf/pull/342) ([reset](https://github.com/reset))
1635
+
1636
+ **Fixed bugs:**
1637
+
1638
+ - hashie 2.0.0 throws an annoying warning [\#374](https://github.com/berkshelf/berkshelf/issues/374)
1639
+ - default sources are broken [\#319](https://github.com/berkshelf/berkshelf/issues/319)
1640
+ - `berks open` causing issues with my Vim config [\#259](https://github.com/berkshelf/berkshelf/issues/259)
1641
+
1642
+ **Closed issues:**
1643
+
1644
+ - "berks cookbook --help" creates a new cookbook named "--help" [\#373](https://github.com/berkshelf/berkshelf/issues/373)
1645
+ - How to generate metadata.json ? [\#372](https://github.com/berkshelf/berkshelf/issues/372)
1646
+ - Error running berks upload [\#370](https://github.com/berkshelf/berkshelf/issues/370)
1647
+ - Broken berkshelf/vagrant integration [\#368](https://github.com/berkshelf/berkshelf/issues/368)
1648
+ - chef attribute [\#353](https://github.com/berkshelf/berkshelf/issues/353)
1649
+ - berkshelf 1.1.3 use in vagrant 1.0.6 broken because of chef 11.2.0 [\#341](https://github.com/berkshelf/berkshelf/issues/341)
1650
+ - Segfault when running berks install in a vagrant [\#98](https://github.com/berkshelf/berkshelf/issues/98)
1651
+
1652
+ **Merged pull requests:**
1653
+
1654
+ - Autocreate git remotes [\#367](https://github.com/berkshelf/berkshelf/pull/367) ([capoferro](https://github.com/capoferro))
1655
+ - Add debugging output [\#360](https://github.com/berkshelf/berkshelf/pull/360) ([sethvargo](https://github.com/sethvargo))
1656
+ - Move vagrant development dependency to gemspec [\#356](https://github.com/berkshelf/berkshelf/pull/356) ([reset](https://github.com/reset))
1657
+ - backout PR \#298 [\#355](https://github.com/berkshelf/berkshelf/pull/355) ([reset](https://github.com/reset))
1658
+ - Git spec cleanup [\#352](https://github.com/berkshelf/berkshelf/pull/352) ([capoferro](https://github.com/capoferro))
1659
+ - Remove unnecessary hard dependency on $HOME being set [\#340](https://github.com/berkshelf/berkshelf/pull/340) ([blasdelf](https://github.com/blasdelf))
1660
+ - Bash completion for cookbooks [\#337](https://github.com/berkshelf/berkshelf/pull/337) ([sethvargo](https://github.com/sethvargo))
1661
+ - Like bundler, berks should default do berks install [\#336](https://github.com/berkshelf/berkshelf/pull/336) ([sethvargo](https://github.com/sethvargo))
1662
+ - Add Cane [\#333](https://github.com/berkshelf/berkshelf/pull/333) ([justincampbell](https://github.com/justincampbell))
1663
+ - Loading berkshelf sets locale to C [\#270](https://github.com/berkshelf/berkshelf/pull/270) ([sciurus](https://github.com/sciurus))
1664
+
1665
+ ## [v1.1.6](https://github.com/berkshelf/berkshelf/tree/v1.1.6) (2013-02-07)
1666
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v1.1.5...v1.1.6)
1667
+
1668
+ **Merged pull requests:**
1669
+
1670
+ - Move moneta from Gemfile to gemspec [\#350](https://github.com/berkshelf/berkshelf/pull/350) ([reset](https://github.com/reset))
1671
+ - add vagrant to development and test gem group [\#344](https://github.com/berkshelf/berkshelf/pull/344) ([reset](https://github.com/reset))
1672
+
1673
+ ## [v1.1.5](https://github.com/berkshelf/berkshelf/tree/v1.1.5) (2013-02-07)
1674
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v1.1.4...v1.1.5)
1675
+
1676
+ **Implemented enhancements:**
1677
+
1678
+ - Berkshelf gem should not depend on Vagrant gem [\#288](https://github.com/berkshelf/berkshelf/pull/288) ([charlesjohnson](https://github.com/charlesjohnson))
1679
+
1680
+ **Merged pull requests:**
1681
+
1682
+ - JSON \(in\)sanity [\#339](https://github.com/berkshelf/berkshelf/pull/339) ([reset](https://github.com/reset))
1683
+
1684
+ ## [v1.1.4](https://github.com/berkshelf/berkshelf/tree/v1.1.4) (2013-02-06)
1685
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v1.1.3...v1.1.4)
1686
+
1687
+ **Fixed bugs:**
1688
+
1689
+ - Duplicated and unclear directions in Vagrantfile [\#330](https://github.com/berkshelf/berkshelf/issues/330)
1690
+ - Incompatibility with Chef 11 beta client [\#306](https://github.com/berkshelf/berkshelf/issues/306)
1691
+
1692
+ **Closed issues:**
1693
+
1694
+ - 1-1 stable is missing things... [\#335](https://github.com/berkshelf/berkshelf/issues/335)
1695
+ - `berks upload` for a non-existent cookbook does nothing... [\#332](https://github.com/berkshelf/berkshelf/issues/332)
1696
+ - Verify Berkshelf on Rubygems.org [\#318](https://github.com/berkshelf/berkshelf/issues/318)
1697
+
1698
+ **Merged pull requests:**
1699
+
1700
+ - fix broken configure features [\#338](https://github.com/berkshelf/berkshelf/pull/338) ([reset](https://github.com/reset))
1701
+ - Merge 1-1-stable into master [\#334](https://github.com/berkshelf/berkshelf/pull/334) ([justincampbell](https://github.com/justincampbell))
1702
+ - Clarify language in Vagrantfile [\#331](https://github.com/berkshelf/berkshelf/pull/331) ([sethvargo](https://github.com/sethvargo))
1703
+
1704
+ ## [v1.1.3](https://github.com/berkshelf/berkshelf/tree/v1.1.3) (2013-02-04)
1705
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v1.1.2...v1.1.3)
1706
+
1707
+ **Implemented enhancements:**
1708
+
1709
+ - Need a way to set maintainer info for skeleton cookbooks [\#313](https://github.com/berkshelf/berkshelf/issues/313)
1710
+ - Support --quiet option [\#292](https://github.com/berkshelf/berkshelf/pull/292) ([sethvargo](https://github.com/sethvargo))
1711
+
1712
+ **Fixed bugs:**
1713
+
1714
+ - Installer/Updater are not thread safe [\#308](https://github.com/berkshelf/berkshelf/issues/308)
1715
+ - Permission issues on cookbook install directory causes strange error [\#297](https://github.com/berkshelf/berkshelf/issues/297)
1716
+ - Lockfile not getting updated [\#261](https://github.com/berkshelf/berkshelf/issues/261)
1717
+ - Berkshelf has incompatible dependencies w/ Chef 10.16.2 [\#229](https://github.com/berkshelf/berkshelf/issues/229)
1718
+
1719
+ **Closed issues:**
1720
+
1721
+ - Vagrant ui deprecated and broken [\#312](https://github.com/berkshelf/berkshelf/issues/312)
1722
+ - Add faraday as a dependency in gemspec [\#311](https://github.com/berkshelf/berkshelf/issues/311)
1723
+ - Erlang Chef 11 compatibility [\#293](https://github.com/berkshelf/berkshelf/issues/293)
1724
+ - Cookbook version installed is not determined by Berksfile.lock [\#289](https://github.com/berkshelf/berkshelf/issues/289)
1725
+ - Add option to initialize cookbook with jenkins build support [\#272](https://github.com/berkshelf/berkshelf/issues/272)
1726
+ - include vagrant-windows gem in Gemfile [\#221](https://github.com/berkshelf/berkshelf/issues/221)
1727
+
1728
+ **Merged pull requests:**
1729
+
1730
+ - Add score to Code Climate badge [\#329](https://github.com/berkshelf/berkshelf/pull/329) ([justincampbell](https://github.com/justincampbell))
1731
+ - Fix for chef 11 [\#328](https://github.com/berkshelf/berkshelf/pull/328) ([reset](https://github.com/reset))
1732
+ - Test against multiple Chef versions [\#326](https://github.com/berkshelf/berkshelf/pull/326) ([sethvargo](https://github.com/sethvargo))
1733
+ - update email addresses of riot contributors [\#324](https://github.com/berkshelf/berkshelf/pull/324) ([reset](https://github.com/reset))
1734
+ - Enable Guard notifications [\#317](https://github.com/berkshelf/berkshelf/pull/317) ([justincampbell](https://github.com/justincampbell))
1735
+ - Make Berkshelf threadsafe \(again\) [\#316](https://github.com/berkshelf/berkshelf/pull/316) ([sethvargo](https://github.com/sethvargo))
1736
+ - Read maintainer info from Berkshelf::Config [\#315](https://github.com/berkshelf/berkshelf/pull/315) ([sethvargo](https://github.com/sethvargo))
1737
+ - Convert UI to Module [\#314](https://github.com/berkshelf/berkshelf/pull/314) ([sethvargo](https://github.com/sethvargo))
1738
+ - If a relative :path is in Berksfile, keep it relative in Berksfile.lock. [\#310](https://github.com/berkshelf/berkshelf/pull/310) ([rectalogic](https://github.com/rectalogic))
1739
+ - Ignore Bundler binstub-generated directories [\#309](https://github.com/berkshelf/berkshelf/pull/309) ([schisamo](https://github.com/schisamo))
1740
+ - Fix \(some\) failing specs [\#307](https://github.com/berkshelf/berkshelf/pull/307) ([reset](https://github.com/reset))
1741
+ - Please add a Changelog file [\#305](https://github.com/berkshelf/berkshelf/pull/305) ([tmatilai](https://github.com/tmatilai))
1742
+ - use latest version of Ridley [\#303](https://github.com/berkshelf/berkshelf/pull/303) ([reset](https://github.com/reset))
1743
+ - Use berksfile for dependency resolution [\#302](https://github.com/berkshelf/berkshelf/pull/302) ([chrisroberts](https://github.com/chrisroberts))
1744
+ - Set metadata name if metadata name is not set [\#301](https://github.com/berkshelf/berkshelf/pull/301) ([chrisroberts](https://github.com/chrisroberts))
1745
+ - Allow cookbook uploads without dependency resolution. Add spec. [\#300](https://github.com/berkshelf/berkshelf/pull/300) ([chrisroberts](https://github.com/chrisroberts))
1746
+ - Raise an exception if the berkshelf directory is not writable [\#299](https://github.com/berkshelf/berkshelf/pull/299) ([sethvargo](https://github.com/sethvargo))
1747
+ - Lockfile management and DEBUG flags [\#298](https://github.com/berkshelf/berkshelf/pull/298) ([sethvargo](https://github.com/sethvargo))
1748
+ - Allow cookbook uploads without dependency resolution. Add spec. [\#296](https://github.com/berkshelf/berkshelf/pull/296) ([chrisroberts](https://github.com/chrisroberts))
1749
+
1750
+ ## [v1.1.2](https://github.com/berkshelf/berkshelf/tree/v1.1.2) (2013-01-10)
1751
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v1.1.1...v1.1.2)
1752
+
1753
+ **Implemented enhancements:**
1754
+
1755
+ - Support path option for git sources [\#269](https://github.com/berkshelf/berkshelf/issues/269)
1756
+ - option to skip syntax check on 'berks upload' [\#266](https://github.com/berkshelf/berkshelf/issues/266)
1757
+
1758
+ **Fixed bugs:**
1759
+
1760
+ - Actor shutdown messages are affecting json output [\#278](https://github.com/berkshelf/berkshelf/issues/278)
1761
+
1762
+ **Closed issues:**
1763
+
1764
+ - update documentation about :rel option for Github location [\#286](https://github.com/berkshelf/berkshelf/issues/286)
1765
+ - Cleanup branches [\#284](https://github.com/berkshelf/berkshelf/issues/284)
1766
+ - add git\_collection source, or overload site: to work with cookbooks collections [\#88](https://github.com/berkshelf/berkshelf/issues/88)
1767
+
1768
+ **Merged pull requests:**
1769
+
1770
+ - Resolves issue \#286 [\#287](https://github.com/berkshelf/berkshelf/pull/287) ([arangamani](https://github.com/arangamani))
1771
+ - Add development steps to CONTRIBUTING.md [\#280](https://github.com/berkshelf/berkshelf/pull/280) ([justincampbell](https://github.com/justincampbell))
1772
+
1773
+ ## [v1.1.1](https://github.com/berkshelf/berkshelf/tree/v1.1.1) (2013-01-01)
1774
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v1.1.0...v1.1.1)
1775
+
1776
+ **Implemented enhancements:**
1777
+
1778
+ - git+ssh://host/path/to/repo "is not a valid Git URI" [\#257](https://github.com/berkshelf/berkshelf/issues/257)
1779
+
1780
+ **Closed issues:**
1781
+
1782
+ - Berks update does not update cookbook to latest version. [\#273](https://github.com/berkshelf/berkshelf/issues/273)
1783
+ - Git dependencies of cookbooks not correctly resolved in main Berksfile [\#268](https://github.com/berkshelf/berkshelf/issues/268)
1784
+ - created a wiki showing how to vendorize cookbooks [\#249](https://github.com/berkshelf/berkshelf/issues/249)
1785
+ - `berks install --path blah` should honor .gitignore [\#248](https://github.com/berkshelf/berkshelf/issues/248)
1786
+
1787
+ **Merged pull requests:**
1788
+
1789
+ - Add option to skip ruby syntax check on upload [\#283](https://github.com/berkshelf/berkshelf/pull/283) ([reset](https://github.com/reset))
1790
+ - fix our failing tests [\#282](https://github.com/berkshelf/berkshelf/pull/282) ([reset](https://github.com/reset))
1791
+ - Add more files and patterns to chefignore. [\#281](https://github.com/berkshelf/berkshelf/pull/281) ([sethvargo](https://github.com/sethvargo))
1792
+ - Add 'test/\*' to chefignore generator file. [\#279](https://github.com/berkshelf/berkshelf/pull/279) ([fnichol](https://github.com/fnichol))
1793
+ - Add IRC notifications for Travis CI [\#277](https://github.com/berkshelf/berkshelf/pull/277) ([justincampbell](https://github.com/justincampbell))
1794
+ - bump ridley version and use improvements in uploader [\#276](https://github.com/berkshelf/berkshelf/pull/276) ([reset](https://github.com/reset))
1795
+ - Allow wider range of repository URIs \(\#257\) [\#265](https://github.com/berkshelf/berkshelf/pull/265) ([aflatter](https://github.com/aflatter))
1796
+ - Create CONTRIBUTING.md [\#262](https://github.com/berkshelf/berkshelf/pull/262) ([dwradcliffe](https://github.com/dwradcliffe))
1797
+
1798
+ ## [v1.1.0](https://github.com/berkshelf/berkshelf/tree/v1.1.0) (2012-12-06)
1799
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v1.1.0.rc1...v1.1.0)
1800
+
1801
+ **Merged pull requests:**
1802
+
1803
+ - lock the ohai version in install\_command.feature to prevent future test failures [\#260](https://github.com/berkshelf/berkshelf/pull/260) ([sethvargo](https://github.com/sethvargo))
1804
+ - Honor chefignore when vendorizing cookbooks [\#256](https://github.com/berkshelf/berkshelf/pull/256) ([sethvargo](https://github.com/sethvargo))
1805
+ - Create `berks open` [\#254](https://github.com/berkshelf/berkshelf/pull/254) ([sethvargo](https://github.com/sethvargo))
1806
+
1807
+ ## [v1.1.0.rc1](https://github.com/berkshelf/berkshelf/tree/v1.1.0.rc1) (2012-11-30)
1808
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v1.0.4...v1.1.0.rc1)
1809
+
1810
+ **Implemented enhancements:**
1811
+
1812
+ - Feature Request: berks outdated [\#228](https://github.com/berkshelf/berkshelf/issues/228)
1813
+ - Add option to freeze cookbooks on upload [\#122](https://github.com/berkshelf/berkshelf/issues/122)
1814
+
1815
+ **Fixed bugs:**
1816
+
1817
+ - Same cookbook can't be included in different groups [\#85](https://github.com/berkshelf/berkshelf/issues/85)
1818
+
1819
+ **Closed issues:**
1820
+
1821
+ - `berks update` should raise an error if given a cookbook that is not present in the Berksfile [\#247](https://github.com/berkshelf/berkshelf/issues/247)
1822
+ - cannot download private cookbook from github repo using github: "org/repo" syntax [\#236](https://github.com/berkshelf/berkshelf/issues/236)
1823
+ - undefined method `load\_config' for Berkshelf:Module [\#233](https://github.com/berkshelf/berkshelf/issues/233)
1824
+ - -o / --only Not working as intended [\#232](https://github.com/berkshelf/berkshelf/issues/232)
1825
+ - -o / --only Not working as intended ? [\#231](https://github.com/berkshelf/berkshelf/issues/231)
1826
+ - cookbooks\(filter\) fails to find "local" cookbooks [\#227](https://github.com/berkshelf/berkshelf/issues/227)
1827
+ - `berks update` not updating... [\#220](https://github.com/berkshelf/berkshelf/issues/220)
1828
+ - berks upload should allow the uploading of one cookbook [\#191](https://github.com/berkshelf/berkshelf/issues/191)
1829
+ - cookbook update command [\#190](https://github.com/berkshelf/berkshelf/issues/190)
1830
+
1831
+ **Merged pull requests:**
1832
+
1833
+ - More verbose outdated [\#255](https://github.com/berkshelf/berkshelf/pull/255) ([reset](https://github.com/reset))
1834
+ - Add berks outdated command [\#252](https://github.com/berkshelf/berkshelf/pull/252) ([sethvargo](https://github.com/sethvargo))
1835
+ - Raise a Berkshelf::CookbookNotFound error when trying to update a cookbook that is not in any of the sources [\#251](https://github.com/berkshelf/berkshelf/pull/251) ([sethvargo](https://github.com/sethvargo))
1836
+ - "cookbook" argument is no longer optional for show command [\#246](https://github.com/berkshelf/berkshelf/pull/246) ([reset](https://github.com/reset))
1837
+ - use File.open instead of File.write [\#245](https://github.com/berkshelf/berkshelf/pull/245) ([reset](https://github.com/reset))
1838
+ - better errors in Vagrant plugin [\#244](https://github.com/berkshelf/berkshelf/pull/244) ([reset](https://github.com/reset))
1839
+ - Better list and show output [\#241](https://github.com/berkshelf/berkshelf/pull/241) ([sethvargo](https://github.com/sethvargo))
1840
+ - Allow the same cookbook in different groups [\#240](https://github.com/berkshelf/berkshelf/pull/240) ([sethvargo](https://github.com/sethvargo))
1841
+ - Allow updating of a single cookbook [\#239](https://github.com/berkshelf/berkshelf/pull/239) ([sethvargo](https://github.com/sethvargo))
1842
+ - Fix \#232 by merging with Thor options [\#238](https://github.com/berkshelf/berkshelf/pull/238) ([sethvargo](https://github.com/sethvargo))
1843
+ - Add rvmrc [\#237](https://github.com/berkshelf/berkshelf/pull/237) ([sethvargo](https://github.com/sethvargo))
1844
+ - Allow uploading one \(or more\) cookbooks [\#234](https://github.com/berkshelf/berkshelf/pull/234) ([sethvargo](https://github.com/sethvargo))
1845
+ - `berks show` to look at a cookbook's location [\#219](https://github.com/berkshelf/berkshelf/pull/219) ([sethvargo](https://github.com/sethvargo))
1846
+
1847
+ ## [v1.0.4](https://github.com/berkshelf/berkshelf/tree/v1.0.4) (2012-11-16)
1848
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v1.0.3...v1.0.4)
1849
+
1850
+ ## [v1.0.3](https://github.com/berkshelf/berkshelf/tree/v1.0.3) (2012-11-14)
1851
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v1.0.2...v1.0.3)
1852
+
1853
+ ## [v1.0.2](https://github.com/berkshelf/berkshelf/tree/v1.0.2) (2012-11-14)
1854
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v1.0.1...v1.0.2)
1855
+
1856
+ ## [v1.0.1](https://github.com/berkshelf/berkshelf/tree/v1.0.1) (2012-11-14)
1857
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v1.0.0...v1.0.1)
1858
+
1859
+ **Closed issues:**
1860
+
1861
+ - Git Not Found on Windows with msysgit [\#215](https://github.com/berkshelf/berkshelf/issues/215)
1862
+
1863
+ **Merged pull requests:**
1864
+
1865
+ - Refactor 213 [\#224](https://github.com/berkshelf/berkshelf/pull/224) ([reset](https://github.com/reset))
1866
+ - Fix syntax on group example [\#223](https://github.com/berkshelf/berkshelf/pull/223) ([coderanger](https://github.com/coderanger))
1867
+ - Adds travis testing to docs [\#218](https://github.com/berkshelf/berkshelf/pull/218) ([miketheman](https://github.com/miketheman))
1868
+ - Adds documentation for GitHub location [\#217](https://github.com/berkshelf/berkshelf/pull/217) ([miketheman](https://github.com/miketheman))
1869
+ - add detection for git.cmd on the PATH, factor out detection to keep code... [\#216](https://github.com/berkshelf/berkshelf/pull/216) ([tknerr](https://github.com/tknerr))
1870
+ - Simplifying override of mv to always do cp\_r and rm\_rf [\#214](https://github.com/berkshelf/berkshelf/pull/214) ([temujin9](https://github.com/temujin9))
1871
+ - Make git clones happen into a stable subfolder, and don't reclone if it exists [\#213](https://github.com/berkshelf/berkshelf/pull/213) ([temujin9](https://github.com/temujin9))
1872
+ - Further cleanup on options\[:ssl\_verify\] and Berkshelf::Config.instance.ssl.verify [\#212](https://github.com/berkshelf/berkshelf/pull/212) ([temujin9](https://github.com/temujin9))
1873
+ - Adding :rel to :git resource, for repositories where cookbook is not in the repo root [\#211](https://github.com/berkshelf/berkshelf/pull/211) ([temujin9](https://github.com/temujin9))
1874
+
1875
+ ## [v1.0.0](https://github.com/berkshelf/berkshelf/tree/v1.0.0) (2012-11-12)
1876
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v1.0.0.rc3...v1.0.0)
1877
+
1878
+ **Implemented enhancements:**
1879
+
1880
+ - `berks version` runs extremely slowly [\#163](https://github.com/berkshelf/berkshelf/issues/163)
1881
+ - Add github source [\#64](https://github.com/berkshelf/berkshelf/issues/64)
1882
+
1883
+ **Fixed bugs:**
1884
+
1885
+ - Should warn if using --foodcritic w/o thor-foodcritic installed [\#170](https://github.com/berkshelf/berkshelf/issues/170)
1886
+ - `berks version` runs extremely slowly [\#163](https://github.com/berkshelf/berkshelf/issues/163)
1887
+
1888
+ **Closed issues:**
1889
+
1890
+ - Vendoring fails on Windows [\#209](https://github.com/berkshelf/berkshelf/issues/209)
1891
+
1892
+ **Merged pull requests:**
1893
+
1894
+ - Using FileUtils.mv rather than File.rename fixes RiotGames/berkshelf\#209 [\#210](https://github.com/berkshelf/berkshelf/pull/210) ([tknerr](https://github.com/tknerr))
1895
+ - Github location \(Issue \#64\) [\#206](https://github.com/berkshelf/berkshelf/pull/206) ([capoferro](https://github.com/capoferro))
1896
+ - Check if options are supported \(Issue \#170\) [\#204](https://github.com/berkshelf/berkshelf/pull/204) ([capoferro](https://github.com/capoferro))
1897
+
1898
+ ## [v1.0.0.rc3](https://github.com/berkshelf/berkshelf/tree/v1.0.0.rc3) (2012-11-12)
1899
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v1.0.0.rc2...v1.0.0.rc3)
1900
+
1901
+ **Closed issues:**
1902
+
1903
+ - vagrant up issue if cookbook\_path is set by user and not an Array [\#194](https://github.com/berkshelf/berkshelf/issues/194)
1904
+ - Vagrant Active Support issue ? [\#193](https://github.com/berkshelf/berkshelf/issues/193)
1905
+
1906
+ **Merged pull requests:**
1907
+
1908
+ - organization is now automatically inferred by server\_url in Ridley [\#205](https://github.com/berkshelf/berkshelf/pull/205) ([reset](https://github.com/reset))
1909
+ - coerce value for vagrant.cookbooks\_path to an array if it is not one [\#203](https://github.com/berkshelf/berkshelf/pull/203) ([reset](https://github.com/reset))
1910
+ - `berks upload` should read the knife.rb, if present [\#202](https://github.com/berkshelf/berkshelf/pull/202) ([sethvargo](https://github.com/sethvargo))
1911
+ - Specifying -c or --config during `berks upload` does nothing... [\#201](https://github.com/berkshelf/berkshelf/pull/201) ([sethvargo](https://github.com/sethvargo))
1912
+ - Allow config file to set ssl.verify usefully [\#200](https://github.com/berkshelf/berkshelf/pull/200) ([temujin9](https://github.com/temujin9))
1913
+ - Allowing Berkshelf::Config.path override [\#199](https://github.com/berkshelf/berkshelf/pull/199) ([temujin9](https://github.com/temujin9))
1914
+ - Disable default bridged networking [\#198](https://github.com/berkshelf/berkshelf/pull/198) ([someara](https://github.com/someara))
1915
+ - Default cookbook version [\#197](https://github.com/berkshelf/berkshelf/pull/197) ([someara](https://github.com/someara))
1916
+ - adding .rbenv-version to gitignore [\#196](https://github.com/berkshelf/berkshelf/pull/196) ([someara](https://github.com/someara))
1917
+
1918
+ ## [v1.0.0.rc2](https://github.com/berkshelf/berkshelf/tree/v1.0.0.rc2) (2012-11-07)
1919
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v1.0.0.rc1...v1.0.0.rc2)
1920
+
1921
+ **Closed issues:**
1922
+
1923
+ - How do I wrap Berkshelf CLI ? [\#184](https://github.com/berkshelf/berkshelf/issues/184)
1924
+
1925
+ **Merged pull requests:**
1926
+
1927
+ - ChefAPI Download bug [\#195](https://github.com/berkshelf/berkshelf/pull/195) ([reset](https://github.com/reset))
1928
+ - Code cleanup [\#192](https://github.com/berkshelf/berkshelf/pull/192) ([justincampbell](https://github.com/justincampbell))
1929
+
1930
+ ## [v1.0.0.rc1](https://github.com/berkshelf/berkshelf/tree/v1.0.0.rc1) (2012-11-01)
1931
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.6.0.beta4...v1.0.0.rc1)
1932
+
1933
+ **Closed issues:**
1934
+
1935
+ - Can you release 0.6.0-beta4, which has Windows bug fixes I need? [\#188](https://github.com/berkshelf/berkshelf/issues/188)
1936
+
1937
+ **Merged pull requests:**
1938
+
1939
+ - add Cli\#configure function for interactively configuring Berkshelf [\#187](https://github.com/berkshelf/berkshelf/pull/187) ([reset](https://github.com/reset))
1940
+
1941
+ ## [v0.6.0.beta4](https://github.com/berkshelf/berkshelf/tree/v0.6.0.beta4) (2012-11-01)
1942
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.6.0.beta3...v0.6.0.beta4)
1943
+
1944
+ **Implemented enhancements:**
1945
+
1946
+ - Should git initialization include a git commit? [\#181](https://github.com/berkshelf/berkshelf/issues/181)
1947
+ - `berks init` should generate the same files as `berks cookbook create` [\#158](https://github.com/berkshelf/berkshelf/issues/158)
1948
+
1949
+ **Closed issues:**
1950
+
1951
+ - Access knife config in Berkshelf Thor task [\#185](https://github.com/berkshelf/berkshelf/issues/185)
1952
+ - Unable to run berks install [\#177](https://github.com/berkshelf/berkshelf/issues/177)
1953
+ - Detect when Cookbookfile has been changed and automatically update [\#46](https://github.com/berkshelf/berkshelf/issues/46)
1954
+
1955
+ **Merged pull requests:**
1956
+
1957
+ - simplify configuration generation, validation, and defaults [\#186](https://github.com/berkshelf/berkshelf/pull/186) ([reset](https://github.com/reset))
1958
+ - Dir.glob does not support backslash as a File separator, even on Windows... [\#183](https://github.com/berkshelf/berkshelf/pull/183) ([jdutton](https://github.com/jdutton))
1959
+ - Fix regression \(infinite recursion on Windows\) in 4ad97d4 [\#182](https://github.com/berkshelf/berkshelf/pull/182) ([jdutton](https://github.com/jdutton))
1960
+ - Organize gemdeps [\#180](https://github.com/berkshelf/berkshelf/pull/180) ([reset](https://github.com/reset))
1961
+ - fixes issue 158 - init command accepts and uses the generator flags [\#179](https://github.com/berkshelf/berkshelf/pull/179) ([reset](https://github.com/reset))
1962
+
1963
+ ## [v0.6.0.beta3](https://github.com/berkshelf/berkshelf/tree/v0.6.0.beta3) (2012-10-29)
1964
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.6.0.beta2...v0.6.0.beta3)
1965
+
1966
+ **Implemented enhancements:**
1967
+
1968
+ - Additional config options for `berks cookbook create` [\#151](https://github.com/berkshelf/berkshelf/issues/151)
1969
+ - Vagrant plugin always tries to load Knife config [\#138](https://github.com/berkshelf/berkshelf/issues/138)
1970
+
1971
+ **Fixed bugs:**
1972
+
1973
+ - Vagrant Plugin Always Loads, Contradicts Documentation [\#161](https://github.com/berkshelf/berkshelf/issues/161)
1974
+ - LoadError/json conflict [\#148](https://github.com/berkshelf/berkshelf/issues/148)
1975
+ - Fails w/ call to mixlib-shellout/windows.rb on windows [\#146](https://github.com/berkshelf/berkshelf/issues/146)
1976
+ - berks install error indicates wrong remote [\#145](https://github.com/berkshelf/berkshelf/issues/145)
1977
+ - Dependency Resolution Broken on Windows 7 [\#140](https://github.com/berkshelf/berkshelf/issues/140)
1978
+
1979
+ **Closed issues:**
1980
+
1981
+ - vagrant plugin doesn't work when vagrant installed via vagrant omnibus installer [\#164](https://github.com/berkshelf/berkshelf/issues/164)
1982
+ - Berkshelf only recursively pulling in dependencies defined in metadata.rb? [\#154](https://github.com/berkshelf/berkshelf/issues/154)
1983
+ - Git and Vagrant should be the default during cookbook creation [\#152](https://github.com/berkshelf/berkshelf/issues/152)
1984
+
1985
+ **Merged pull requests:**
1986
+
1987
+ - refactor 140pr to use re-defined FileUtils.mv to fix windows support [\#178](https://github.com/berkshelf/berkshelf/pull/178) ([reset](https://github.com/reset))
1988
+ - fix issue where FileUtils.mv fails on some Windows machines [\#176](https://github.com/berkshelf/berkshelf/pull/176) ([tknerr](https://github.com/tknerr))
1989
+ - Fix :git access on Windows [\#175](https://github.com/berkshelf/berkshelf/pull/175) ([jdutton](https://github.com/jdutton))
1990
+ - Touch metadata.rb before berk init [\#174](https://github.com/berkshelf/berkshelf/pull/174) ([justincampbell](https://github.com/justincampbell))
1991
+ - Fix git and vagrant flags [\#173](https://github.com/berkshelf/berkshelf/pull/173) ([justincampbell](https://github.com/justincampbell))
1992
+ - Make Git and Vagrant the defaults [\#172](https://github.com/berkshelf/berkshelf/pull/172) ([justincampbell](https://github.com/justincampbell))
1993
+ - Use Travis CI [\#171](https://github.com/berkshelf/berkshelf/pull/171) ([justincampbell](https://github.com/justincampbell))
1994
+ - Add additional options to the Berkshelf config [\#169](https://github.com/berkshelf/berkshelf/pull/169) ([justincampbell](https://github.com/justincampbell))
1995
+ - Remove Vagrant auto-require hook [\#168](https://github.com/berkshelf/berkshelf/pull/168) ([justincampbell](https://github.com/justincampbell))
1996
+ - Add support for a Berkshelf config file [\#162](https://github.com/berkshelf/berkshelf/pull/162) ([justincampbell](https://github.com/justincampbell))
1997
+ - Ignore all \*.pem files [\#160](https://github.com/berkshelf/berkshelf/pull/160) ([justincampbell](https://github.com/justincampbell))
1998
+ - Before download errors, output source and location [\#159](https://github.com/berkshelf/berkshelf/pull/159) ([justincampbell](https://github.com/justincampbell))
1999
+ - Use :rubygems symbol in generated Gemfile [\#157](https://github.com/berkshelf/berkshelf/pull/157) ([justincampbell](https://github.com/justincampbell))
2000
+ - Refactoring Downloader [\#156](https://github.com/berkshelf/berkshelf/pull/156) ([justincampbell](https://github.com/justincampbell))
2001
+ - Failing specs [\#155](https://github.com/berkshelf/berkshelf/pull/155) ([justincampbell](https://github.com/justincampbell))
2002
+ - Allow customization of generated Vagrantfile [\#153](https://github.com/berkshelf/berkshelf/pull/153) ([justincampbell](https://github.com/justincampbell))
2003
+ - Require chef before everything else, sort requires [\#149](https://github.com/berkshelf/berkshelf/pull/149) ([justincampbell](https://github.com/justincampbell))
2004
+
2005
+ ## [v0.6.0.beta2](https://github.com/berkshelf/berkshelf/tree/v0.6.0.beta2) (2012-09-28)
2006
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.5.1...v0.6.0.beta2)
2007
+
2008
+ ## [v0.5.1](https://github.com/berkshelf/berkshelf/tree/v0.5.1) (2012-09-28)
2009
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.6.0.beta1...v0.5.1)
2010
+
2011
+ **Fixed bugs:**
2012
+
2013
+ - Vagrant Plugin Fails When Upping \>1 VM [\#137](https://github.com/berkshelf/berkshelf/issues/137)
2014
+
2015
+ **Closed issues:**
2016
+
2017
+ - Cookbook 'application\_ruby' not found in any of the default locations [\#141](https://github.com/berkshelf/berkshelf/issues/141)
2018
+ - Relax Chef version constraint to support Chef 10.14.x [\#139](https://github.com/berkshelf/berkshelf/issues/139)
2019
+
2020
+ **Merged pull requests:**
2021
+
2022
+ - Multi vm [\#143](https://github.com/berkshelf/berkshelf/pull/143) ([reset](https://github.com/reset))
2023
+ - Copy Cookbook Dir Contents Instead of Cookbook Dir Itself [\#142](https://github.com/berkshelf/berkshelf/pull/142) ([RoboticCheese](https://github.com/RoboticCheese))
2024
+
2025
+ ## [v0.6.0.beta1](https://github.com/berkshelf/berkshelf/tree/v0.6.0.beta1) (2012-09-25)
2026
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.5.0...v0.6.0.beta1)
2027
+
2028
+ **Merged pull requests:**
2029
+
2030
+ - use the latest version of Solve [\#136](https://github.com/berkshelf/berkshelf/pull/136) ([reset](https://github.com/reset))
2031
+
2032
+ ## [v0.5.0](https://github.com/berkshelf/berkshelf/tree/v0.5.0) (2012-09-24)
2033
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.5.0.rc4...v0.5.0)
2034
+
2035
+ ## [v0.5.0.rc4](https://github.com/berkshelf/berkshelf/tree/v0.5.0.rc4) (2012-09-22)
2036
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.5.0.rc3...v0.5.0.rc4)
2037
+
2038
+ ## [v0.5.0.rc3](https://github.com/berkshelf/berkshelf/tree/v0.5.0.rc3) (2012-09-21)
2039
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.5.0.rc2...v0.5.0.rc3)
2040
+
2041
+ **Merged pull requests:**
2042
+
2043
+ - add ability to disable SSL verification in uploads [\#135](https://github.com/berkshelf/berkshelf/pull/135) ([reset](https://github.com/reset))
2044
+ - fix uploads when using chef\_client provisioner [\#134](https://github.com/berkshelf/berkshelf/pull/134) ([reset](https://github.com/reset))
2045
+ - Pages 5 [\#133](https://github.com/berkshelf/berkshelf/pull/133) ([reset](https://github.com/reset))
2046
+
2047
+ ## [v0.5.0.rc2](https://github.com/berkshelf/berkshelf/tree/v0.5.0.rc2) (2012-09-20)
2048
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.5.0.rc1...v0.5.0.rc2)
2049
+
2050
+ ## [v0.5.0.rc1](https://github.com/berkshelf/berkshelf/tree/v0.5.0.rc1) (2012-09-19)
2051
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.4.0...v0.5.0.rc1)
2052
+
2053
+ **Implemented enhancements:**
2054
+
2055
+ - Add support for updating an individual cookbook via knife cookbook deps update COOKBOOK\_NAME [\#36](https://github.com/berkshelf/berkshelf/issues/36)
2056
+
2057
+ **Closed issues:**
2058
+
2059
+ - PROPOSAL: allow symlink option for :path cookbooks [\#96](https://github.com/berkshelf/berkshelf/issues/96)
2060
+ - berks install --shims /tmp/cookbooks should detect new files [\#66](https://github.com/berkshelf/berkshelf/issues/66)
2061
+
2062
+ **Merged pull requests:**
2063
+
2064
+ - Ui class [\#132](https://github.com/berkshelf/berkshelf/pull/132) ([reset](https://github.com/reset))
2065
+ - use the Berkshelf.ui output Vagrant info [\#131](https://github.com/berkshelf/berkshelf/pull/131) ([reset](https://github.com/reset))
2066
+ - make sources and locations serializable into hash/json [\#129](https://github.com/berkshelf/berkshelf/pull/129) ([reset](https://github.com/reset))
2067
+ - ensure the cookbook retreived by a location matches the name of the source [\#128](https://github.com/berkshelf/berkshelf/pull/128) ([reset](https://github.com/reset))
2068
+ - Use ridley [\#127](https://github.com/berkshelf/berkshelf/pull/127) ([reset](https://github.com/reset))
2069
+ - Vplugin bugfix [\#126](https://github.com/berkshelf/berkshelf/pull/126) ([reset](https://github.com/reset))
2070
+ - vagrant destroy will clean up the plugin's shelf [\#125](https://github.com/berkshelf/berkshelf/pull/125) ([reset](https://github.com/reset))
2071
+ - Only except [\#124](https://github.com/berkshelf/berkshelf/pull/124) ([reset](https://github.com/reset))
2072
+ - Vendor install [\#121](https://github.com/berkshelf/berkshelf/pull/121) ([reset](https://github.com/reset))
2073
+ - remove 'shims' feature [\#120](https://github.com/berkshelf/berkshelf/pull/120) ([reset](https://github.com/reset))
2074
+ - Vagrant plugin [\#119](https://github.com/berkshelf/berkshelf/pull/119) ([reset](https://github.com/reset))
2075
+
2076
+ ## [v0.4.0](https://github.com/berkshelf/berkshelf/tree/v0.4.0) (2012-09-11)
2077
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.4.0.rc4...v0.4.0)
2078
+
2079
+ **Implemented enhancements:**
2080
+
2081
+ - Provide a way to request 'recommends' dependencies [\#113](https://github.com/berkshelf/berkshelf/issues/113)
2082
+
2083
+ **Closed issues:**
2084
+
2085
+ - the --git option should populate w/ regexes to ignore temporary editor files [\#111](https://github.com/berkshelf/berkshelf/issues/111)
2086
+ - knife plugin [\#82](https://github.com/berkshelf/berkshelf/issues/82)
2087
+
2088
+ **Merged pull requests:**
2089
+
2090
+ - remove Berkshelf::DSL and put it's functionality directly in Berksfile [\#118](https://github.com/berkshelf/berkshelf/pull/118) ([reset](https://github.com/reset))
2091
+ - if default locations are specified then a downloader will only use those [\#117](https://github.com/berkshelf/berkshelf/pull/117) ([reset](https://github.com/reset))
2092
+ - treat 'recommends' in cookbook data as dependencies [\#116](https://github.com/berkshelf/berkshelf/pull/116) ([reset](https://github.com/reset))
2093
+ - add ability to define default locations for a Berksfile [\#115](https://github.com/berkshelf/berkshelf/pull/115) ([reset](https://github.com/reset))
2094
+ - Refactors for default locations feature [\#114](https://github.com/berkshelf/berkshelf/pull/114) ([reset](https://github.com/reset))
2095
+ - BERKSHELF-112 ignore temporary editor files [\#112](https://github.com/berkshelf/berkshelf/pull/112) ([bryanwb](https://github.com/bryanwb))
2096
+ - A couple cleanups [\#110](https://github.com/berkshelf/berkshelf/pull/110) ([matschaffer](https://github.com/matschaffer))
2097
+
2098
+ ## [v0.4.0.rc4](https://github.com/berkshelf/berkshelf/tree/v0.4.0.rc4) (2012-08-21)
2099
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.4.0.rc3...v0.4.0.rc4)
2100
+
2101
+ **Closed issues:**
2102
+
2103
+ - valid uri not passing validation [\#106](https://github.com/berkshelf/berkshelf/issues/106)
2104
+
2105
+ **Merged pull requests:**
2106
+
2107
+ - Bump thor for compatibility with test-kitchen [\#109](https://github.com/berkshelf/berkshelf/pull/109) ([matschaffer](https://github.com/matschaffer))
2108
+ - Formatters [\#108](https://github.com/berkshelf/berkshelf/pull/108) ([ivey](https://github.com/ivey))
2109
+
2110
+ ## [v0.4.0.rc3](https://github.com/berkshelf/berkshelf/tree/v0.4.0.rc3) (2012-08-20)
2111
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.4.0.rc2...v0.4.0.rc3)
2112
+
2113
+ **Implemented enhancements:**
2114
+
2115
+ - Add support for retrieving cookbooks from the local chef server configured in the knife config [\#37](https://github.com/berkshelf/berkshelf/issues/37)
2116
+
2117
+ **Closed issues:**
2118
+
2119
+ - add "addressable" as a development dependency [\#104](https://github.com/berkshelf/berkshelf/issues/104)
2120
+ - Softlink in cookbook breaks berks install --shims [\#99](https://github.com/berkshelf/berkshelf/issues/99)
2121
+ - Need override mechanism individual cookbooks in Berksfile [\#63](https://github.com/berkshelf/berkshelf/issues/63)
2122
+
2123
+ **Merged pull requests:**
2124
+
2125
+ - Git SSH uri's without organization will now be valid [\#107](https://github.com/berkshelf/berkshelf/pull/107) ([reset](https://github.com/reset))
2126
+ - Don't checksum the file if it's a broken symlink. [\#102](https://github.com/berkshelf/berkshelf/pull/102) ([capoferro](https://github.com/capoferro))
2127
+ - Capture errors that occur during berksfile eval to prevent being inadver... [\#101](https://github.com/berkshelf/berkshelf/pull/101) ([capoferro](https://github.com/capoferro))
2128
+ - move generator files out of ruby load path [\#100](https://github.com/berkshelf/berkshelf/pull/100) ([reset](https://github.com/reset))
2129
+ - Skip broken symlinks encountered in hardlink traversal. [\#91](https://github.com/berkshelf/berkshelf/pull/91) ([capoferro](https://github.com/capoferro))
2130
+
2131
+ ## [v0.4.0.rc2](https://github.com/berkshelf/berkshelf/tree/v0.4.0.rc2) (2012-07-27)
2132
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.4.0.rc1...v0.4.0.rc2)
2133
+
2134
+ **Implemented enhancements:**
2135
+
2136
+ - Add local chef server source [\#65](https://github.com/berkshelf/berkshelf/issues/65)
2137
+
2138
+ **Merged pull requests:**
2139
+
2140
+ - Trivial changes due to spec update. Also pemfile ignore. [\#97](https://github.com/berkshelf/berkshelf/pull/97) ([capoferro](https://github.com/capoferro))
2141
+ - Thor::SCMVersion support in generators [\#95](https://github.com/berkshelf/berkshelf/pull/95) ([ivey](https://github.com/ivey))
2142
+ - -93 [\#94](https://github.com/berkshelf/berkshelf/pull/94) ([lastobelus](https://github.com/lastobelus))
2143
+ - Update cookbook versions in lockfile\_spec [\#92](https://github.com/berkshelf/berkshelf/pull/92) ([capoferro](https://github.com/capoferro))
2144
+ - Cookbook command [\#90](https://github.com/berkshelf/berkshelf/pull/90) ([reset](https://github.com/reset))
2145
+ - Invalid cross-device link during berks install --shims [\#81](https://github.com/berkshelf/berkshelf/pull/81) ([promisedlandt](https://github.com/promisedlandt))
2146
+
2147
+ ## [v0.4.0.rc1](https://github.com/berkshelf/berkshelf/tree/v0.4.0.rc1) (2012-07-13)
2148
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.3.7...v0.4.0.rc1)
2149
+
2150
+ **Fixed bugs:**
2151
+
2152
+ - Should allow shims directory to be in subdir of a cookbook using metadata [\#78](https://github.com/berkshelf/berkshelf/issues/78)
2153
+
2154
+ **Merged pull requests:**
2155
+
2156
+ - Chef API location [\#87](https://github.com/berkshelf/berkshelf/pull/87) ([reset](https://github.com/reset))
2157
+ - Site location refactors [\#86](https://github.com/berkshelf/berkshelf/pull/86) ([reset](https://github.com/reset))
2158
+ - add validation for options in Berksfile [\#84](https://github.com/berkshelf/berkshelf/pull/84) ([reset](https://github.com/reset))
2159
+ - Replace DepSelector with Solve [\#83](https://github.com/berkshelf/berkshelf/pull/83) ([reset](https://github.com/reset))
2160
+ - Handle shims dir that's a child of the current dir - closes \#78 [\#80](https://github.com/berkshelf/berkshelf/pull/80) ([ivey](https://github.com/ivey))
2161
+ - Test fixes [\#79](https://github.com/berkshelf/berkshelf/pull/79) ([ivey](https://github.com/ivey))
2162
+ - Use knife rb [\#68](https://github.com/berkshelf/berkshelf/pull/68) ([erikh](https://github.com/erikh))
2163
+
2164
+ ## [v0.3.7](https://github.com/berkshelf/berkshelf/tree/v0.3.7) (2012-07-04)
2165
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.3.6...v0.3.7)
2166
+
2167
+ **Merged pull requests:**
2168
+
2169
+ - fix issue when caching git sources with an aliased ref [\#77](https://github.com/berkshelf/berkshelf/pull/77) ([reset](https://github.com/reset))
2170
+
2171
+ ## [v0.3.6](https://github.com/berkshelf/berkshelf/tree/v0.3.6) (2012-07-04)
2172
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.3.5...v0.3.6)
2173
+
2174
+ **Merged pull requests:**
2175
+
2176
+ - fix bug with satisfying git sources that have not been downloaded [\#76](https://github.com/berkshelf/berkshelf/pull/76) ([reset](https://github.com/reset))
2177
+
2178
+ ## [v0.3.5](https://github.com/berkshelf/berkshelf/tree/v0.3.5) (2012-07-03)
2179
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.3.4...v0.3.5)
2180
+
2181
+ **Merged pull requests:**
2182
+
2183
+ - raise a more helpful error if git execution fails [\#75](https://github.com/berkshelf/berkshelf/pull/75) ([reset](https://github.com/reset))
2184
+
2185
+ ## [v0.3.4](https://github.com/berkshelf/berkshelf/tree/v0.3.4) (2012-07-03)
2186
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.3.3...v0.3.4)
2187
+
2188
+ **Closed issues:**
2189
+
2190
+ - Warn if a :git entry points to a local path instead of a URL [\#70](https://github.com/berkshelf/berkshelf/issues/70)
2191
+ - Berkshelf should not always require knife.rb [\#62](https://github.com/berkshelf/berkshelf/issues/62)
2192
+
2193
+ **Merged pull requests:**
2194
+
2195
+ - Validate downloaded sources [\#74](https://github.com/berkshelf/berkshelf/pull/74) ([reset](https://github.com/reset))
2196
+ - shims will be rewritten if write\_shims is called [\#73](https://github.com/berkshelf/berkshelf/pull/73) ([reset](https://github.com/reset))
2197
+ - Validate Git location sources [\#72](https://github.com/berkshelf/berkshelf/pull/72) ([reset](https://github.com/reset))
2198
+ - Don't download sources that have already been downloaded [\#71](https://github.com/berkshelf/berkshelf/pull/71) ([reset](https://github.com/reset))
2199
+ - No require config file [\#69](https://github.com/berkshelf/berkshelf/pull/69) ([erikh](https://github.com/erikh))
2200
+ - Config file from environment [\#67](https://github.com/berkshelf/berkshelf/pull/67) ([erikh](https://github.com/erikh))
2201
+
2202
+ ## [v0.3.3](https://github.com/berkshelf/berkshelf/tree/v0.3.3) (2012-06-27)
2203
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.3.2...v0.3.3)
2204
+
2205
+ **Merged pull requests:**
2206
+
2207
+ - fix infinite loop bug when writing shims of a path location [\#61](https://github.com/berkshelf/berkshelf/pull/61) ([reset](https://github.com/reset))
2208
+
2209
+ ## [v0.3.2](https://github.com/berkshelf/berkshelf/tree/v0.3.2) (2012-06-26)
2210
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.3.1...v0.3.2)
2211
+
2212
+ **Merged pull requests:**
2213
+
2214
+ - fix bug where app wouldn't exit if no remote solution was found [\#60](https://github.com/berkshelf/berkshelf/pull/60) ([reset](https://github.com/reset))
2215
+
2216
+ ## [v0.3.1](https://github.com/berkshelf/berkshelf/tree/v0.3.1) (2012-06-26)
2217
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.3.0...v0.3.1)
2218
+
2219
+ **Merged pull requests:**
2220
+
2221
+ - Berksfile resolve [\#59](https://github.com/berkshelf/berkshelf/pull/59) ([jhowarth](https://github.com/jhowarth))
2222
+
2223
+ ## [v0.3.0](https://github.com/berkshelf/berkshelf/tree/v0.3.0) (2012-06-25)
2224
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.2.0...v0.3.0)
2225
+
2226
+ **Merged pull requests:**
2227
+
2228
+ - Thor CLI instead of Knife [\#58](https://github.com/berkshelf/berkshelf/pull/58) ([reset](https://github.com/reset))
2229
+
2230
+ ## [v0.2.0](https://github.com/berkshelf/berkshelf/tree/v0.2.0) (2012-06-24)
2231
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.1.5...v0.2.0)
2232
+
2233
+ **Merged pull requests:**
2234
+
2235
+ - added install command --shims flag [\#57](https://github.com/berkshelf/berkshelf/pull/57) ([reset](https://github.com/reset))
2236
+
2237
+ ## [v0.1.5](https://github.com/berkshelf/berkshelf/tree/v0.1.5) (2012-06-23)
2238
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.1.4...v0.1.5)
2239
+
2240
+ ## [v0.1.4](https://github.com/berkshelf/berkshelf/tree/v0.1.4) (2012-06-23)
2241
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.1.3...v0.1.4)
2242
+
2243
+ **Merged pull requests:**
2244
+
2245
+ - add includable Thor tasks for Berkshelf [\#56](https://github.com/berkshelf/berkshelf/pull/56) ([reset](https://github.com/reset))
2246
+
2247
+ ## [v0.1.3](https://github.com/berkshelf/berkshelf/tree/v0.1.3) (2012-06-23)
2248
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.1.2...v0.1.3)
2249
+
2250
+ ## [v0.1.2](https://github.com/berkshelf/berkshelf/tree/v0.1.2) (2012-06-22)
2251
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.1.1...v0.1.2)
2252
+
2253
+ **Merged pull requests:**
2254
+
2255
+ - Fix uploader bug [\#55](https://github.com/berkshelf/berkshelf/pull/55) ([reset](https://github.com/reset))
2256
+
2257
+ ## [v0.1.1](https://github.com/berkshelf/berkshelf/tree/v0.1.1) (2012-06-21)
2258
+ [Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.1.0...v0.1.1)
2259
+
2260
+ ## [v0.1.0](https://github.com/berkshelf/berkshelf/tree/v0.1.0) (2012-06-21)
2261
+ **Implemented enhancements:**
2262
+
2263
+ - Refactor Cookbook to multiple classes handling each installation path [\#35](https://github.com/berkshelf/berkshelf/issues/35)
2264
+ - ambiguous error when cookbook not found [\#16](https://github.com/berkshelf/berkshelf/issues/16)
2265
+ - path source should link, not copy, to the source [\#15](https://github.com/berkshelf/berkshelf/issues/15)
2266
+
2267
+ **Fixed bugs:**
2268
+
2269
+ - 404 Not found when installing a cookbook by path and a lockfile exists [\#14](https://github.com/berkshelf/berkshelf/issues/14)
2270
+
2271
+ **Merged pull requests:**
2272
+
2273
+ - Rename to Berkshelf [\#54](https://github.com/berkshelf/berkshelf/pull/54) ([reset](https://github.com/reset))
2274
+ - remove "clean" knife command and supporting functionality [\#53](https://github.com/berkshelf/berkshelf/pull/53) ([reset](https://github.com/reset))
2275
+ - add yarddoc gem and guard-yarddoc [\#50](https://github.com/berkshelf/berkshelf/pull/50) ([reset](https://github.com/reset))
2276
+ - Add upload command [\#47](https://github.com/berkshelf/berkshelf/pull/47) ([reset](https://github.com/reset))
2277
+ - lock required ruby version to \>= 1.9.1 [\#45](https://github.com/berkshelf/berkshelf/pull/45) ([reset](https://github.com/reset))
2278
+ - Add CookbookStore and CachedCookbook classes [\#44](https://github.com/berkshelf/berkshelf/pull/44) ([reset](https://github.com/reset))
2279
+ - refactor Downloader::Result and ResultSet into a more generalized TXResult [\#43](https://github.com/berkshelf/berkshelf/pull/43) ([reset](https://github.com/reset))
2280
+ - Large refactor to turn KCD into a Library with a CLI wrapper [\#42](https://github.com/berkshelf/berkshelf/pull/42) ([reset](https://github.com/reset))
2281
+ - Improved error handling and messages [\#40](https://github.com/berkshelf/berkshelf/pull/40) ([reset](https://github.com/reset))
2282
+ - Revert "ENV\["TMPDIR"\] is really important for people who don't want to u... [\#39](https://github.com/berkshelf/berkshelf/pull/39) ([erikh](https://github.com/erikh))
2283
+ - Init command [\#38](https://github.com/berkshelf/berkshelf/pull/38) ([reset](https://github.com/reset))
2284
+ - ENV\["TMPDIR"\] is really important for people who don't want to use "/tmp... [\#34](https://github.com/berkshelf/berkshelf/pull/34) ([erikh](https://github.com/erikh))
2285
+ - Fix typo in Readme [\#33](https://github.com/berkshelf/berkshelf/pull/33) ([erikh](https://github.com/erikh))
2286
+ - Update [\#32](https://github.com/berkshelf/berkshelf/pull/32) ([capoferro](https://github.com/capoferro))
2287
+ - Clean [\#31](https://github.com/berkshelf/berkshelf/pull/31) ([capoferro](https://github.com/capoferro))
2288
+ - Remove use of File.write, which was added in 1.9.3. [\#30](https://github.com/berkshelf/berkshelf/pull/30) ([jhowarth](https://github.com/jhowarth))
2289
+ - Add dependency computation test. [\#29](https://github.com/berkshelf/berkshelf/pull/29) ([jhowarth](https://github.com/jhowarth))
2290
+ - Remove dependency reader [\#28](https://github.com/berkshelf/berkshelf/pull/28) ([jhowarth](https://github.com/jhowarth))
2291
+ - Use Chef::Cookbook::Metadata for handling metadata.rb files. [\#27](https://github.com/berkshelf/berkshelf/pull/27) ([jhowarth](https://github.com/jhowarth))
2292
+ - VCR with dynamic cassette generation [\#25](https://github.com/berkshelf/berkshelf/pull/25) ([capoferro](https://github.com/capoferro))
2293
+ - fix gitignore and clear shelf when installing multiple times in a single... [\#23](https://github.com/berkshelf/berkshelf/pull/23) ([erikh](https://github.com/erikh))
2294
+ - Alias itall [\#22](https://github.com/berkshelf/berkshelf/pull/22) ([reset](https://github.com/reset))
2295
+ - Lock tests [\#21](https://github.com/berkshelf/berkshelf/pull/21) ([erikh](https://github.com/erikh))
2296
+ - Refactors [\#20](https://github.com/berkshelf/berkshelf/pull/20) ([erikh](https://github.com/erikh))
2297
+ - not everyone who runs the tests has access to riot github :\) [\#19](https://github.com/berkshelf/berkshelf/pull/19) ([erikh](https://github.com/erikh))
2298
+ - Groups [\#18](https://github.com/berkshelf/berkshelf/pull/18) ([ivey](https://github.com/ivey))
2299
+ - Friendly errors [\#17](https://github.com/berkshelf/berkshelf/pull/17) ([capoferro](https://github.com/capoferro))
2300
+ - Lockfile support [\#13](https://github.com/berkshelf/berkshelf/pull/13) ([erikh](https://github.com/erikh))
2301
+ - Git ref [\#12](https://github.com/berkshelf/berkshelf/pull/12) ([erikh](https://github.com/erikh))
2302
+ - Knife plugin [\#11](https://github.com/berkshelf/berkshelf/pull/11) ([erikh](https://github.com/erikh))
2303
+ - Git support [\#10](https://github.com/berkshelf/berkshelf/pull/10) ([erikh](https://github.com/erikh))
2304
+ - Path [\#9](https://github.com/berkshelf/berkshelf/pull/9) ([capoferro](https://github.com/capoferro))
2305
+ - Cookbookfile \> Cheffile to avoid unintentional conflicts with librarian-chef [\#8](https://github.com/berkshelf/berkshelf/pull/8) ([capoferro](https://github.com/capoferro))
2306
+ - Cookbook refactors [\#7](https://github.com/berkshelf/berkshelf/pull/7) ([erikh](https://github.com/erikh))
2307
+ - test cleanup: [\#6](https://github.com/berkshelf/berkshelf/pull/6) ([erikh](https://github.com/erikh))
2308
+ - Fat commit, see comments: [\#5](https://github.com/berkshelf/berkshelf/pull/5) ([erikh](https://github.com/erikh))
2309
+ - Executable [\#4](https://github.com/berkshelf/berkshelf/pull/4) ([capoferro](https://github.com/capoferro))
2310
+ - Rdoc readme [\#3](https://github.com/berkshelf/berkshelf/pull/3) ([erikh](https://github.com/erikh))
2311
+ - Rake checks [\#2](https://github.com/berkshelf/berkshelf/pull/2) ([erikh](https://github.com/erikh))
2312
+ - gemfile and building gem properly. Version is in lib/remy/version.rb [\#1](https://github.com/berkshelf/berkshelf/pull/1) ([erikh](https://github.com/erikh))
2313
+
2314
+
2315
+
2316
+ \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*