berkshelf 4.3.0 → 4.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.travis.yml +3 -1
- data/CHANGELOG.md +19 -271
- data/Gemfile.lock +18 -19
- data/lib/berkshelf/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 98e086b5f21114217f397ab452fb495ee4fd40aa
|
|
4
|
+
data.tar.gz: 9ccbfb4bf4f94c1b78bfaabc320f46770833d1cd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 754328bfa8a3dbe950d6d69d91571cc9f7bc38fb23d97bf5d3258a68044205b895a2a47ccdc29b3337770b4d25df465db04e589dee1b5ed6035c88b302e4ff42
|
|
7
|
+
data.tar.gz: 83cc58587dc757f99fb6b428ebe786c7d640a0741050b86f98d7135dd68036b3420280a5422b9c59f0863671a8da5f1b0c801fbc483b500d259c4d975766c7e7
|
data/.travis.yml
CHANGED
|
@@ -30,7 +30,9 @@ branches:
|
|
|
30
30
|
- master
|
|
31
31
|
bundler_args: --without guard changelog --jobs 7
|
|
32
32
|
before_install:
|
|
33
|
-
|
|
33
|
+
# RubyGems 2.6.2 and bundler 1.11.2 have an incompatibility that occurs when
|
|
34
|
+
# using some gem APIs. See: https://github.com/bundler/bundler/issues/4368
|
|
35
|
+
- gem update --system 2.6.1
|
|
34
36
|
- gem install bundler
|
|
35
37
|
before_script:
|
|
36
38
|
- echo "StrictHostKeyChecking no" > ~/.ssh/config
|
data/CHANGELOG.md
CHANGED
|
@@ -1,18 +1,28 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## [
|
|
4
|
-
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v4.2.
|
|
3
|
+
## [v4.3.0](https://github.com/berkshelf/berkshelf/tree/v4.3.0) (2016-03-09)
|
|
4
|
+
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v4.2.3...v4.3.0)
|
|
5
|
+
|
|
6
|
+
**Merged pull requests:**
|
|
7
|
+
|
|
8
|
+
- update ridley in Gemfile.lock [\#1530](https://github.com/berkshelf/berkshelf/pull/1530) ([mwrock](https://github.com/mwrock))
|
|
9
|
+
- fix busted tests [\#1529](https://github.com/berkshelf/berkshelf/pull/1529) ([thommay](https://github.com/thommay))
|
|
10
|
+
- Support downloading universe from chef servers [\#1527](https://github.com/berkshelf/berkshelf/pull/1527) ([thommay](https://github.com/thommay))
|
|
11
|
+
- Unpin changelog generator to get rid of version conflicts [\#1525](https://github.com/berkshelf/berkshelf/pull/1525) ([jkeiser](https://github.com/jkeiser))
|
|
12
|
+
|
|
13
|
+
## [v4.2.3](https://github.com/berkshelf/berkshelf/tree/v4.2.3) (2016-02-26)
|
|
14
|
+
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v4.2.2...v4.2.3)
|
|
5
15
|
|
|
6
16
|
**Merged pull requests:**
|
|
7
17
|
|
|
8
18
|
- Relax dependencies to accept minor version bumps [\#1523](https://github.com/berkshelf/berkshelf/pull/1523) ([jkeiser](https://github.com/jkeiser))
|
|
19
|
+
- Bump version to 4.2.2 [\#1522](https://github.com/berkshelf/berkshelf/pull/1522) ([jkeiser](https://github.com/jkeiser))
|
|
9
20
|
|
|
10
21
|
## [v4.2.2](https://github.com/berkshelf/berkshelf/tree/v4.2.2) (2016-02-26)
|
|
11
22
|
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v4.2.1...v4.2.2)
|
|
12
23
|
|
|
13
24
|
**Merged pull requests:**
|
|
14
25
|
|
|
15
|
-
- Bump version to 4.2.2 [\#1522](https://github.com/berkshelf/berkshelf/pull/1522) ([jkeiser](https://github.com/jkeiser))
|
|
16
26
|
- Pin github\_changelog\_generator [\#1521](https://github.com/berkshelf/berkshelf/pull/1521) ([jkeiser](https://github.com/jkeiser))
|
|
17
27
|
|
|
18
28
|
## [v4.2.1](https://github.com/berkshelf/berkshelf/tree/v4.2.1) (2016-02-19)
|
|
@@ -60,6 +70,10 @@
|
|
|
60
70
|
- Pin aruba to 0.10.2 [\#1484](https://github.com/berkshelf/berkshelf/pull/1484) ([smith](https://github.com/smith))
|
|
61
71
|
- Use Net::HTTP.new instead of Net::HTTP.start [\#1467](https://github.com/berkshelf/berkshelf/pull/1467) ([jkeiser](https://github.com/jkeiser))
|
|
62
72
|
|
|
73
|
+
**Merged pull requests:**
|
|
74
|
+
|
|
75
|
+
- When doing 'berks install' Lock cookbooks' version according to the lockfile [\#1460](https://github.com/berkshelf/berkshelf/pull/1460) ([FlorentFlament](https://github.com/FlorentFlament))
|
|
76
|
+
|
|
63
77
|
## [v4.0.1](https://github.com/berkshelf/berkshelf/tree/v4.0.1) (2015-10-07)
|
|
64
78
|
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v4.0.0...v4.0.1)
|
|
65
79
|
|
|
@@ -87,7 +101,6 @@
|
|
|
87
101
|
|
|
88
102
|
**Merged pull requests:**
|
|
89
103
|
|
|
90
|
-
- When doing 'berks install' Lock cookbooks' version according to the lockfile [\#1460](https://github.com/berkshelf/berkshelf/pull/1460) ([FlorentFlament](https://github.com/FlorentFlament))
|
|
91
104
|
- Removes the gzip middleware from Faraday builder. [\#1444](https://github.com/berkshelf/berkshelf/pull/1444) ([johnbellone](https://github.com/johnbellone))
|
|
92
105
|
|
|
93
106
|
## [v3.3.0](https://github.com/berkshelf/berkshelf/tree/v3.3.0) (2015-06-30)
|
|
@@ -1023,6 +1036,7 @@
|
|
|
1023
1036
|
- Support -h and --help flags on subcommands [\#806](https://github.com/berkshelf/berkshelf/pull/806) ([sethvargo](https://github.com/sethvargo))
|
|
1024
1037
|
- Enable use of vagrant-omnibus plugin in generated vagrant files [\#799](https://github.com/berkshelf/berkshelf/pull/799) ([pghalliday](https://github.com/pghalliday))
|
|
1025
1038
|
- Fixed bash-completion directory path [\#797](https://github.com/berkshelf/berkshelf/pull/797) ([chrisyunker](https://github.com/chrisyunker))
|
|
1039
|
+
- Missing backtick on incompatible version error [\#782](https://github.com/berkshelf/berkshelf/pull/782) ([fromonesrc](https://github.com/fromonesrc))
|
|
1026
1040
|
- Use HTTPS by default for community API [\#775](https://github.com/berkshelf/berkshelf/pull/775) ([coderanger](https://github.com/coderanger))
|
|
1027
1041
|
- 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))
|
|
1028
1042
|
|
|
@@ -1044,7 +1058,6 @@
|
|
|
1044
1058
|
|
|
1045
1059
|
- relax constraint on ridley to ~\> 1.5 [\#786](https://github.com/berkshelf/berkshelf/pull/786) ([reset](https://github.com/reset))
|
|
1046
1060
|
- bump required solve version \>= 0.8.0 [\#783](https://github.com/berkshelf/berkshelf/pull/783) ([reset](https://github.com/reset))
|
|
1047
|
-
- Missing backtick on incompatible version error [\#782](https://github.com/berkshelf/berkshelf/pull/782) ([fromonesrc](https://github.com/fromonesrc))
|
|
1048
1061
|
- From bug https://github.com/RiotGames/berkshelf/issues/758 [\#778](https://github.com/berkshelf/berkshelf/pull/778) ([riotcku](https://github.com/riotcku))
|
|
1049
1062
|
- clean hard tabs [\#771](https://github.com/berkshelf/berkshelf/pull/771) ([j4y](https://github.com/j4y))
|
|
1050
1063
|
- When Cucumber can’t find a matching Step Definition [\#768](https://github.com/berkshelf/berkshelf/pull/768) ([sethvargo](https://github.com/sethvargo))
|
|
@@ -1227,6 +1240,7 @@
|
|
|
1227
1240
|
|
|
1228
1241
|
**Fixed bugs:**
|
|
1229
1242
|
|
|
1243
|
+
- metadata.rb constraints are not respected [\#494](https://github.com/berkshelf/berkshelf/issues/494)
|
|
1230
1244
|
- cached relative path of git repo broken in 2.0.1 [\#629](https://github.com/berkshelf/berkshelf/pull/629) ([bhouse](https://github.com/bhouse))
|
|
1231
1245
|
|
|
1232
1246
|
**Closed issues:**
|
|
@@ -1259,7 +1273,6 @@
|
|
|
1259
1273
|
|
|
1260
1274
|
**Fixed bugs:**
|
|
1261
1275
|
|
|
1262
|
-
- metadata.rb constraints are not respected [\#494](https://github.com/berkshelf/berkshelf/issues/494)
|
|
1263
1276
|
- Unknown license error when running `berks cookbook` [\#624](https://github.com/berkshelf/berkshelf/pull/624) ([dougireton](https://github.com/dougireton))
|
|
1264
1277
|
|
|
1265
1278
|
**Closed issues:**
|
|
@@ -1695,7 +1708,6 @@
|
|
|
1695
1708
|
- Bash completion for cookbooks [\#337](https://github.com/berkshelf/berkshelf/pull/337) ([sethvargo](https://github.com/sethvargo))
|
|
1696
1709
|
- Like bundler, berks should default do berks install [\#336](https://github.com/berkshelf/berkshelf/pull/336) ([sethvargo](https://github.com/sethvargo))
|
|
1697
1710
|
- Add Cane [\#333](https://github.com/berkshelf/berkshelf/pull/333) ([justincampbell](https://github.com/justincampbell))
|
|
1698
|
-
- Loading berkshelf sets locale to C [\#270](https://github.com/berkshelf/berkshelf/pull/270) ([sciurus](https://github.com/sciurus))
|
|
1699
1711
|
|
|
1700
1712
|
## [v1.1.6](https://github.com/berkshelf/berkshelf/tree/v1.1.6) (2013-02-07)
|
|
1701
1713
|
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v1.1.5...v1.1.6)
|
|
@@ -1708,14 +1720,6 @@
|
|
|
1708
1720
|
## [v1.1.5](https://github.com/berkshelf/berkshelf/tree/v1.1.5) (2013-02-07)
|
|
1709
1721
|
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v1.1.4...v1.1.5)
|
|
1710
1722
|
|
|
1711
|
-
**Implemented enhancements:**
|
|
1712
|
-
|
|
1713
|
-
- Berkshelf gem should not depend on Vagrant gem [\#288](https://github.com/berkshelf/berkshelf/pull/288) ([charlesjohnson](https://github.com/charlesjohnson))
|
|
1714
|
-
|
|
1715
|
-
**Merged pull requests:**
|
|
1716
|
-
|
|
1717
|
-
- JSON \(in\)sanity [\#339](https://github.com/berkshelf/berkshelf/pull/339) ([reset](https://github.com/reset))
|
|
1718
|
-
|
|
1719
1723
|
## [v1.1.4](https://github.com/berkshelf/berkshelf/tree/v1.1.4) (2013-02-06)
|
|
1720
1724
|
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v1.1.3...v1.1.4)
|
|
1721
1725
|
|
|
@@ -1825,20 +1829,10 @@
|
|
|
1825
1829
|
- fix our failing tests [\#282](https://github.com/berkshelf/berkshelf/pull/282) ([reset](https://github.com/reset))
|
|
1826
1830
|
- Add more files and patterns to chefignore. [\#281](https://github.com/berkshelf/berkshelf/pull/281) ([sethvargo](https://github.com/sethvargo))
|
|
1827
1831
|
- Add 'test/\*' to chefignore generator file. [\#279](https://github.com/berkshelf/berkshelf/pull/279) ([fnichol](https://github.com/fnichol))
|
|
1828
|
-
- Add IRC notifications for Travis CI [\#277](https://github.com/berkshelf/berkshelf/pull/277) ([justincampbell](https://github.com/justincampbell))
|
|
1829
|
-
- bump ridley version and use improvements in uploader [\#276](https://github.com/berkshelf/berkshelf/pull/276) ([reset](https://github.com/reset))
|
|
1830
|
-
- Allow wider range of repository URIs \(\#257\) [\#265](https://github.com/berkshelf/berkshelf/pull/265) ([aflatter](https://github.com/aflatter))
|
|
1831
|
-
- Create CONTRIBUTING.md [\#262](https://github.com/berkshelf/berkshelf/pull/262) ([dwradcliffe](https://github.com/dwradcliffe))
|
|
1832
1832
|
|
|
1833
1833
|
## [v1.1.0](https://github.com/berkshelf/berkshelf/tree/v1.1.0) (2012-12-06)
|
|
1834
1834
|
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v1.1.0.rc1...v1.1.0)
|
|
1835
1835
|
|
|
1836
|
-
**Merged pull requests:**
|
|
1837
|
-
|
|
1838
|
-
- 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))
|
|
1839
|
-
- Honor chefignore when vendorizing cookbooks [\#256](https://github.com/berkshelf/berkshelf/pull/256) ([sethvargo](https://github.com/sethvargo))
|
|
1840
|
-
- Create `berks open` [\#254](https://github.com/berkshelf/berkshelf/pull/254) ([sethvargo](https://github.com/sethvargo))
|
|
1841
|
-
|
|
1842
1836
|
## [v1.1.0.rc1](https://github.com/berkshelf/berkshelf/tree/v1.1.0.rc1) (2012-11-30)
|
|
1843
1837
|
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v1.0.4...v1.1.0.rc1)
|
|
1844
1838
|
|
|
@@ -1863,22 +1857,6 @@
|
|
|
1863
1857
|
- berks upload should allow the uploading of one cookbook [\#191](https://github.com/berkshelf/berkshelf/issues/191)
|
|
1864
1858
|
- cookbook update command [\#190](https://github.com/berkshelf/berkshelf/issues/190)
|
|
1865
1859
|
|
|
1866
|
-
**Merged pull requests:**
|
|
1867
|
-
|
|
1868
|
-
- More verbose outdated [\#255](https://github.com/berkshelf/berkshelf/pull/255) ([reset](https://github.com/reset))
|
|
1869
|
-
- Add berks outdated command [\#252](https://github.com/berkshelf/berkshelf/pull/252) ([sethvargo](https://github.com/sethvargo))
|
|
1870
|
-
- 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))
|
|
1871
|
-
- "cookbook" argument is no longer optional for show command [\#246](https://github.com/berkshelf/berkshelf/pull/246) ([reset](https://github.com/reset))
|
|
1872
|
-
- use File.open instead of File.write [\#245](https://github.com/berkshelf/berkshelf/pull/245) ([reset](https://github.com/reset))
|
|
1873
|
-
- better errors in Vagrant plugin [\#244](https://github.com/berkshelf/berkshelf/pull/244) ([reset](https://github.com/reset))
|
|
1874
|
-
- Better list and show output [\#241](https://github.com/berkshelf/berkshelf/pull/241) ([sethvargo](https://github.com/sethvargo))
|
|
1875
|
-
- Allow the same cookbook in different groups [\#240](https://github.com/berkshelf/berkshelf/pull/240) ([sethvargo](https://github.com/sethvargo))
|
|
1876
|
-
- Allow updating of a single cookbook [\#239](https://github.com/berkshelf/berkshelf/pull/239) ([sethvargo](https://github.com/sethvargo))
|
|
1877
|
-
- Fix \#232 by merging with Thor options [\#238](https://github.com/berkshelf/berkshelf/pull/238) ([sethvargo](https://github.com/sethvargo))
|
|
1878
|
-
- Add rvmrc [\#237](https://github.com/berkshelf/berkshelf/pull/237) ([sethvargo](https://github.com/sethvargo))
|
|
1879
|
-
- Allow uploading one \(or more\) cookbooks [\#234](https://github.com/berkshelf/berkshelf/pull/234) ([sethvargo](https://github.com/sethvargo))
|
|
1880
|
-
- `berks show` to look at a cookbook's location [\#219](https://github.com/berkshelf/berkshelf/pull/219) ([sethvargo](https://github.com/sethvargo))
|
|
1881
|
-
|
|
1882
1860
|
## [v1.0.4](https://github.com/berkshelf/berkshelf/tree/v1.0.4) (2012-11-16)
|
|
1883
1861
|
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v1.0.3...v1.0.4)
|
|
1884
1862
|
|
|
@@ -1895,18 +1873,6 @@
|
|
|
1895
1873
|
|
|
1896
1874
|
- Git Not Found on Windows with msysgit [\#215](https://github.com/berkshelf/berkshelf/issues/215)
|
|
1897
1875
|
|
|
1898
|
-
**Merged pull requests:**
|
|
1899
|
-
|
|
1900
|
-
- Refactor 213 [\#224](https://github.com/berkshelf/berkshelf/pull/224) ([reset](https://github.com/reset))
|
|
1901
|
-
- Fix syntax on group example [\#223](https://github.com/berkshelf/berkshelf/pull/223) ([coderanger](https://github.com/coderanger))
|
|
1902
|
-
- Adds travis testing to docs [\#218](https://github.com/berkshelf/berkshelf/pull/218) ([miketheman](https://github.com/miketheman))
|
|
1903
|
-
- Adds documentation for GitHub location [\#217](https://github.com/berkshelf/berkshelf/pull/217) ([miketheman](https://github.com/miketheman))
|
|
1904
|
-
- 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))
|
|
1905
|
-
- 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))
|
|
1906
|
-
- 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))
|
|
1907
|
-
- 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))
|
|
1908
|
-
- 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))
|
|
1909
|
-
|
|
1910
1876
|
## [v1.0.0](https://github.com/berkshelf/berkshelf/tree/v1.0.0) (2012-11-12)
|
|
1911
1877
|
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v1.0.0.rc3...v1.0.0)
|
|
1912
1878
|
|
|
@@ -1924,12 +1890,6 @@
|
|
|
1924
1890
|
|
|
1925
1891
|
- Vendoring fails on Windows [\#209](https://github.com/berkshelf/berkshelf/issues/209)
|
|
1926
1892
|
|
|
1927
|
-
**Merged pull requests:**
|
|
1928
|
-
|
|
1929
|
-
- Using FileUtils.mv rather than File.rename fixes RiotGames/berkshelf\#209 [\#210](https://github.com/berkshelf/berkshelf/pull/210) ([tknerr](https://github.com/tknerr))
|
|
1930
|
-
- Github location \(Issue \#64\) [\#206](https://github.com/berkshelf/berkshelf/pull/206) ([capoferro](https://github.com/capoferro))
|
|
1931
|
-
- Check if options are supported \(Issue \#170\) [\#204](https://github.com/berkshelf/berkshelf/pull/204) ([capoferro](https://github.com/capoferro))
|
|
1932
|
-
|
|
1933
1893
|
## [v1.0.0.rc3](https://github.com/berkshelf/berkshelf/tree/v1.0.0.rc3) (2012-11-12)
|
|
1934
1894
|
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v1.0.0.rc2...v1.0.0.rc3)
|
|
1935
1895
|
|
|
@@ -1938,18 +1898,6 @@
|
|
|
1938
1898
|
- vagrant up issue if cookbook\_path is set by user and not an Array [\#194](https://github.com/berkshelf/berkshelf/issues/194)
|
|
1939
1899
|
- Vagrant Active Support issue ? [\#193](https://github.com/berkshelf/berkshelf/issues/193)
|
|
1940
1900
|
|
|
1941
|
-
**Merged pull requests:**
|
|
1942
|
-
|
|
1943
|
-
- organization is now automatically inferred by server\_url in Ridley [\#205](https://github.com/berkshelf/berkshelf/pull/205) ([reset](https://github.com/reset))
|
|
1944
|
-
- 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))
|
|
1945
|
-
- `berks upload` should read the knife.rb, if present [\#202](https://github.com/berkshelf/berkshelf/pull/202) ([sethvargo](https://github.com/sethvargo))
|
|
1946
|
-
- Specifying -c or --config during `berks upload` does nothing... [\#201](https://github.com/berkshelf/berkshelf/pull/201) ([sethvargo](https://github.com/sethvargo))
|
|
1947
|
-
- Allow config file to set ssl.verify usefully [\#200](https://github.com/berkshelf/berkshelf/pull/200) ([temujin9](https://github.com/temujin9))
|
|
1948
|
-
- Allowing Berkshelf::Config.path override [\#199](https://github.com/berkshelf/berkshelf/pull/199) ([temujin9](https://github.com/temujin9))
|
|
1949
|
-
- Disable default bridged networking [\#198](https://github.com/berkshelf/berkshelf/pull/198) ([someara](https://github.com/someara))
|
|
1950
|
-
- Default cookbook version [\#197](https://github.com/berkshelf/berkshelf/pull/197) ([someara](https://github.com/someara))
|
|
1951
|
-
- adding .rbenv-version to gitignore [\#196](https://github.com/berkshelf/berkshelf/pull/196) ([someara](https://github.com/someara))
|
|
1952
|
-
|
|
1953
1901
|
## [v1.0.0.rc2](https://github.com/berkshelf/berkshelf/tree/v1.0.0.rc2) (2012-11-07)
|
|
1954
1902
|
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v1.0.0.rc1...v1.0.0.rc2)
|
|
1955
1903
|
|
|
@@ -1957,11 +1905,6 @@
|
|
|
1957
1905
|
|
|
1958
1906
|
- How do I wrap Berkshelf CLI ? [\#184](https://github.com/berkshelf/berkshelf/issues/184)
|
|
1959
1907
|
|
|
1960
|
-
**Merged pull requests:**
|
|
1961
|
-
|
|
1962
|
-
- ChefAPI Download bug [\#195](https://github.com/berkshelf/berkshelf/pull/195) ([reset](https://github.com/reset))
|
|
1963
|
-
- Code cleanup [\#192](https://github.com/berkshelf/berkshelf/pull/192) ([justincampbell](https://github.com/justincampbell))
|
|
1964
|
-
|
|
1965
1908
|
## [v1.0.0.rc1](https://github.com/berkshelf/berkshelf/tree/v1.0.0.rc1) (2012-11-01)
|
|
1966
1909
|
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.6.0.beta4...v1.0.0.rc1)
|
|
1967
1910
|
|
|
@@ -1969,10 +1912,6 @@
|
|
|
1969
1912
|
|
|
1970
1913
|
- Can you release 0.6.0-beta4, which has Windows bug fixes I need? [\#188](https://github.com/berkshelf/berkshelf/issues/188)
|
|
1971
1914
|
|
|
1972
|
-
**Merged pull requests:**
|
|
1973
|
-
|
|
1974
|
-
- add Cli\#configure function for interactively configuring Berkshelf [\#187](https://github.com/berkshelf/berkshelf/pull/187) ([reset](https://github.com/reset))
|
|
1975
|
-
|
|
1976
1915
|
## [v0.6.0.beta4](https://github.com/berkshelf/berkshelf/tree/v0.6.0.beta4) (2012-11-01)
|
|
1977
1916
|
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.6.0.beta3...v0.6.0.beta4)
|
|
1978
1917
|
|
|
@@ -1987,14 +1926,6 @@
|
|
|
1987
1926
|
- Unable to run berks install [\#177](https://github.com/berkshelf/berkshelf/issues/177)
|
|
1988
1927
|
- Detect when Cookbookfile has been changed and automatically update [\#46](https://github.com/berkshelf/berkshelf/issues/46)
|
|
1989
1928
|
|
|
1990
|
-
**Merged pull requests:**
|
|
1991
|
-
|
|
1992
|
-
- simplify configuration generation, validation, and defaults [\#186](https://github.com/berkshelf/berkshelf/pull/186) ([reset](https://github.com/reset))
|
|
1993
|
-
- 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))
|
|
1994
|
-
- Fix regression \(infinite recursion on Windows\) in 4ad97d4 [\#182](https://github.com/berkshelf/berkshelf/pull/182) ([jdutton](https://github.com/jdutton))
|
|
1995
|
-
- Organize gemdeps [\#180](https://github.com/berkshelf/berkshelf/pull/180) ([reset](https://github.com/reset))
|
|
1996
|
-
- fixes issue 158 - init command accepts and uses the generator flags [\#179](https://github.com/berkshelf/berkshelf/pull/179) ([reset](https://github.com/reset))
|
|
1997
|
-
|
|
1998
1929
|
## [v0.6.0.beta3](https://github.com/berkshelf/berkshelf/tree/v0.6.0.beta3) (2012-10-29)
|
|
1999
1930
|
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.6.0.beta2...v0.6.0.beta3)
|
|
2000
1931
|
|
|
@@ -2017,26 +1948,6 @@
|
|
|
2017
1948
|
- Berkshelf only recursively pulling in dependencies defined in metadata.rb? [\#154](https://github.com/berkshelf/berkshelf/issues/154)
|
|
2018
1949
|
- Git and Vagrant should be the default during cookbook creation [\#152](https://github.com/berkshelf/berkshelf/issues/152)
|
|
2019
1950
|
|
|
2020
|
-
**Merged pull requests:**
|
|
2021
|
-
|
|
2022
|
-
- 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))
|
|
2023
|
-
- fix issue where FileUtils.mv fails on some Windows machines [\#176](https://github.com/berkshelf/berkshelf/pull/176) ([tknerr](https://github.com/tknerr))
|
|
2024
|
-
- Fix :git access on Windows [\#175](https://github.com/berkshelf/berkshelf/pull/175) ([jdutton](https://github.com/jdutton))
|
|
2025
|
-
- Touch metadata.rb before berk init [\#174](https://github.com/berkshelf/berkshelf/pull/174) ([justincampbell](https://github.com/justincampbell))
|
|
2026
|
-
- Fix git and vagrant flags [\#173](https://github.com/berkshelf/berkshelf/pull/173) ([justincampbell](https://github.com/justincampbell))
|
|
2027
|
-
- Make Git and Vagrant the defaults [\#172](https://github.com/berkshelf/berkshelf/pull/172) ([justincampbell](https://github.com/justincampbell))
|
|
2028
|
-
- Use Travis CI [\#171](https://github.com/berkshelf/berkshelf/pull/171) ([justincampbell](https://github.com/justincampbell))
|
|
2029
|
-
- Add additional options to the Berkshelf config [\#169](https://github.com/berkshelf/berkshelf/pull/169) ([justincampbell](https://github.com/justincampbell))
|
|
2030
|
-
- Remove Vagrant auto-require hook [\#168](https://github.com/berkshelf/berkshelf/pull/168) ([justincampbell](https://github.com/justincampbell))
|
|
2031
|
-
- Add support for a Berkshelf config file [\#162](https://github.com/berkshelf/berkshelf/pull/162) ([justincampbell](https://github.com/justincampbell))
|
|
2032
|
-
- Ignore all \*.pem files [\#160](https://github.com/berkshelf/berkshelf/pull/160) ([justincampbell](https://github.com/justincampbell))
|
|
2033
|
-
- Before download errors, output source and location [\#159](https://github.com/berkshelf/berkshelf/pull/159) ([justincampbell](https://github.com/justincampbell))
|
|
2034
|
-
- Use :rubygems symbol in generated Gemfile [\#157](https://github.com/berkshelf/berkshelf/pull/157) ([justincampbell](https://github.com/justincampbell))
|
|
2035
|
-
- Refactoring Downloader [\#156](https://github.com/berkshelf/berkshelf/pull/156) ([justincampbell](https://github.com/justincampbell))
|
|
2036
|
-
- Failing specs [\#155](https://github.com/berkshelf/berkshelf/pull/155) ([justincampbell](https://github.com/justincampbell))
|
|
2037
|
-
- Allow customization of generated Vagrantfile [\#153](https://github.com/berkshelf/berkshelf/pull/153) ([justincampbell](https://github.com/justincampbell))
|
|
2038
|
-
- Require chef before everything else, sort requires [\#149](https://github.com/berkshelf/berkshelf/pull/149) ([justincampbell](https://github.com/justincampbell))
|
|
2039
|
-
|
|
2040
1951
|
## [v0.6.0.beta2](https://github.com/berkshelf/berkshelf/tree/v0.6.0.beta2) (2012-09-28)
|
|
2041
1952
|
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.5.1...v0.6.0.beta2)
|
|
2042
1953
|
|
|
@@ -2052,18 +1963,9 @@
|
|
|
2052
1963
|
- Cookbook 'application\_ruby' not found in any of the default locations [\#141](https://github.com/berkshelf/berkshelf/issues/141)
|
|
2053
1964
|
- Relax Chef version constraint to support Chef 10.14.x [\#139](https://github.com/berkshelf/berkshelf/issues/139)
|
|
2054
1965
|
|
|
2055
|
-
**Merged pull requests:**
|
|
2056
|
-
|
|
2057
|
-
- Multi vm [\#143](https://github.com/berkshelf/berkshelf/pull/143) ([reset](https://github.com/reset))
|
|
2058
|
-
- Copy Cookbook Dir Contents Instead of Cookbook Dir Itself [\#142](https://github.com/berkshelf/berkshelf/pull/142) ([RoboticCheese](https://github.com/RoboticCheese))
|
|
2059
|
-
|
|
2060
1966
|
## [v0.6.0.beta1](https://github.com/berkshelf/berkshelf/tree/v0.6.0.beta1) (2012-09-25)
|
|
2061
1967
|
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.5.0...v0.6.0.beta1)
|
|
2062
1968
|
|
|
2063
|
-
**Merged pull requests:**
|
|
2064
|
-
|
|
2065
|
-
- use the latest version of Solve [\#136](https://github.com/berkshelf/berkshelf/pull/136) ([reset](https://github.com/reset))
|
|
2066
|
-
|
|
2067
1969
|
## [v0.5.0](https://github.com/berkshelf/berkshelf/tree/v0.5.0) (2012-09-24)
|
|
2068
1970
|
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.5.0.rc4...v0.5.0)
|
|
2069
1971
|
|
|
@@ -2073,12 +1975,6 @@
|
|
|
2073
1975
|
## [v0.5.0.rc3](https://github.com/berkshelf/berkshelf/tree/v0.5.0.rc3) (2012-09-21)
|
|
2074
1976
|
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.5.0.rc2...v0.5.0.rc3)
|
|
2075
1977
|
|
|
2076
|
-
**Merged pull requests:**
|
|
2077
|
-
|
|
2078
|
-
- add ability to disable SSL verification in uploads [\#135](https://github.com/berkshelf/berkshelf/pull/135) ([reset](https://github.com/reset))
|
|
2079
|
-
- fix uploads when using chef\_client provisioner [\#134](https://github.com/berkshelf/berkshelf/pull/134) ([reset](https://github.com/reset))
|
|
2080
|
-
- Pages 5 [\#133](https://github.com/berkshelf/berkshelf/pull/133) ([reset](https://github.com/reset))
|
|
2081
|
-
|
|
2082
1978
|
## [v0.5.0.rc2](https://github.com/berkshelf/berkshelf/tree/v0.5.0.rc2) (2012-09-20)
|
|
2083
1979
|
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.5.0.rc1...v0.5.0.rc2)
|
|
2084
1980
|
|
|
@@ -2094,20 +1990,6 @@
|
|
|
2094
1990
|
- PROPOSAL: allow symlink option for :path cookbooks [\#96](https://github.com/berkshelf/berkshelf/issues/96)
|
|
2095
1991
|
- berks install --shims /tmp/cookbooks should detect new files [\#66](https://github.com/berkshelf/berkshelf/issues/66)
|
|
2096
1992
|
|
|
2097
|
-
**Merged pull requests:**
|
|
2098
|
-
|
|
2099
|
-
- Ui class [\#132](https://github.com/berkshelf/berkshelf/pull/132) ([reset](https://github.com/reset))
|
|
2100
|
-
- use the Berkshelf.ui output Vagrant info [\#131](https://github.com/berkshelf/berkshelf/pull/131) ([reset](https://github.com/reset))
|
|
2101
|
-
- make sources and locations serializable into hash/json [\#129](https://github.com/berkshelf/berkshelf/pull/129) ([reset](https://github.com/reset))
|
|
2102
|
-
- 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))
|
|
2103
|
-
- Use ridley [\#127](https://github.com/berkshelf/berkshelf/pull/127) ([reset](https://github.com/reset))
|
|
2104
|
-
- Vplugin bugfix [\#126](https://github.com/berkshelf/berkshelf/pull/126) ([reset](https://github.com/reset))
|
|
2105
|
-
- vagrant destroy will clean up the plugin's shelf [\#125](https://github.com/berkshelf/berkshelf/pull/125) ([reset](https://github.com/reset))
|
|
2106
|
-
- Only except [\#124](https://github.com/berkshelf/berkshelf/pull/124) ([reset](https://github.com/reset))
|
|
2107
|
-
- Vendor install [\#121](https://github.com/berkshelf/berkshelf/pull/121) ([reset](https://github.com/reset))
|
|
2108
|
-
- remove 'shims' feature [\#120](https://github.com/berkshelf/berkshelf/pull/120) ([reset](https://github.com/reset))
|
|
2109
|
-
- Vagrant plugin [\#119](https://github.com/berkshelf/berkshelf/pull/119) ([reset](https://github.com/reset))
|
|
2110
|
-
|
|
2111
1993
|
## [v0.4.0](https://github.com/berkshelf/berkshelf/tree/v0.4.0) (2012-09-11)
|
|
2112
1994
|
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.4.0.rc4...v0.4.0)
|
|
2113
1995
|
|
|
@@ -2120,16 +2002,6 @@
|
|
|
2120
2002
|
- the --git option should populate w/ regexes to ignore temporary editor files [\#111](https://github.com/berkshelf/berkshelf/issues/111)
|
|
2121
2003
|
- knife plugin [\#82](https://github.com/berkshelf/berkshelf/issues/82)
|
|
2122
2004
|
|
|
2123
|
-
**Merged pull requests:**
|
|
2124
|
-
|
|
2125
|
-
- remove Berkshelf::DSL and put it's functionality directly in Berksfile [\#118](https://github.com/berkshelf/berkshelf/pull/118) ([reset](https://github.com/reset))
|
|
2126
|
-
- 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))
|
|
2127
|
-
- treat 'recommends' in cookbook data as dependencies [\#116](https://github.com/berkshelf/berkshelf/pull/116) ([reset](https://github.com/reset))
|
|
2128
|
-
- add ability to define default locations for a Berksfile [\#115](https://github.com/berkshelf/berkshelf/pull/115) ([reset](https://github.com/reset))
|
|
2129
|
-
- Refactors for default locations feature [\#114](https://github.com/berkshelf/berkshelf/pull/114) ([reset](https://github.com/reset))
|
|
2130
|
-
- BERKSHELF-112 ignore temporary editor files [\#112](https://github.com/berkshelf/berkshelf/pull/112) ([bryanwb](https://github.com/bryanwb))
|
|
2131
|
-
- A couple cleanups [\#110](https://github.com/berkshelf/berkshelf/pull/110) ([matschaffer](https://github.com/matschaffer))
|
|
2132
|
-
|
|
2133
2005
|
## [v0.4.0.rc4](https://github.com/berkshelf/berkshelf/tree/v0.4.0.rc4) (2012-08-21)
|
|
2134
2006
|
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.4.0.rc3...v0.4.0.rc4)
|
|
2135
2007
|
|
|
@@ -2137,11 +2009,6 @@
|
|
|
2137
2009
|
|
|
2138
2010
|
- valid uri not passing validation [\#106](https://github.com/berkshelf/berkshelf/issues/106)
|
|
2139
2011
|
|
|
2140
|
-
**Merged pull requests:**
|
|
2141
|
-
|
|
2142
|
-
- Bump thor for compatibility with test-kitchen [\#109](https://github.com/berkshelf/berkshelf/pull/109) ([matschaffer](https://github.com/matschaffer))
|
|
2143
|
-
- Formatters [\#108](https://github.com/berkshelf/berkshelf/pull/108) ([ivey](https://github.com/ivey))
|
|
2144
|
-
|
|
2145
2012
|
## [v0.4.0.rc3](https://github.com/berkshelf/berkshelf/tree/v0.4.0.rc3) (2012-08-20)
|
|
2146
2013
|
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.4.0.rc2...v0.4.0.rc3)
|
|
2147
2014
|
|
|
@@ -2155,14 +2022,6 @@
|
|
|
2155
2022
|
- Softlink in cookbook breaks berks install --shims [\#99](https://github.com/berkshelf/berkshelf/issues/99)
|
|
2156
2023
|
- Need override mechanism individual cookbooks in Berksfile [\#63](https://github.com/berkshelf/berkshelf/issues/63)
|
|
2157
2024
|
|
|
2158
|
-
**Merged pull requests:**
|
|
2159
|
-
|
|
2160
|
-
- Git SSH uri's without organization will now be valid [\#107](https://github.com/berkshelf/berkshelf/pull/107) ([reset](https://github.com/reset))
|
|
2161
|
-
- Don't checksum the file if it's a broken symlink. [\#102](https://github.com/berkshelf/berkshelf/pull/102) ([capoferro](https://github.com/capoferro))
|
|
2162
|
-
- Capture errors that occur during berksfile eval to prevent being inadver... [\#101](https://github.com/berkshelf/berkshelf/pull/101) ([capoferro](https://github.com/capoferro))
|
|
2163
|
-
- move generator files out of ruby load path [\#100](https://github.com/berkshelf/berkshelf/pull/100) ([reset](https://github.com/reset))
|
|
2164
|
-
- Skip broken symlinks encountered in hardlink traversal. [\#91](https://github.com/berkshelf/berkshelf/pull/91) ([capoferro](https://github.com/capoferro))
|
|
2165
|
-
|
|
2166
2025
|
## [v0.4.0.rc2](https://github.com/berkshelf/berkshelf/tree/v0.4.0.rc2) (2012-07-27)
|
|
2167
2026
|
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.4.0.rc1...v0.4.0.rc2)
|
|
2168
2027
|
|
|
@@ -2170,15 +2029,6 @@
|
|
|
2170
2029
|
|
|
2171
2030
|
- Add local chef server source [\#65](https://github.com/berkshelf/berkshelf/issues/65)
|
|
2172
2031
|
|
|
2173
|
-
**Merged pull requests:**
|
|
2174
|
-
|
|
2175
|
-
- Trivial changes due to spec update. Also pemfile ignore. [\#97](https://github.com/berkshelf/berkshelf/pull/97) ([capoferro](https://github.com/capoferro))
|
|
2176
|
-
- Thor::SCMVersion support in generators [\#95](https://github.com/berkshelf/berkshelf/pull/95) ([ivey](https://github.com/ivey))
|
|
2177
|
-
- -93 [\#94](https://github.com/berkshelf/berkshelf/pull/94) ([lastobelus](https://github.com/lastobelus))
|
|
2178
|
-
- Update cookbook versions in lockfile\_spec [\#92](https://github.com/berkshelf/berkshelf/pull/92) ([capoferro](https://github.com/capoferro))
|
|
2179
|
-
- Cookbook command [\#90](https://github.com/berkshelf/berkshelf/pull/90) ([reset](https://github.com/reset))
|
|
2180
|
-
- Invalid cross-device link during berks install --shims [\#81](https://github.com/berkshelf/berkshelf/pull/81) ([promisedlandt](https://github.com/promisedlandt))
|
|
2181
|
-
|
|
2182
2032
|
## [v0.4.0.rc1](https://github.com/berkshelf/berkshelf/tree/v0.4.0.rc1) (2012-07-13)
|
|
2183
2033
|
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.3.7...v0.4.0.rc1)
|
|
2184
2034
|
|
|
@@ -2186,37 +2036,15 @@
|
|
|
2186
2036
|
|
|
2187
2037
|
- Should allow shims directory to be in subdir of a cookbook using metadata [\#78](https://github.com/berkshelf/berkshelf/issues/78)
|
|
2188
2038
|
|
|
2189
|
-
**Merged pull requests:**
|
|
2190
|
-
|
|
2191
|
-
- Chef API location [\#87](https://github.com/berkshelf/berkshelf/pull/87) ([reset](https://github.com/reset))
|
|
2192
|
-
- Site location refactors [\#86](https://github.com/berkshelf/berkshelf/pull/86) ([reset](https://github.com/reset))
|
|
2193
|
-
- add validation for options in Berksfile [\#84](https://github.com/berkshelf/berkshelf/pull/84) ([reset](https://github.com/reset))
|
|
2194
|
-
- Replace DepSelector with Solve [\#83](https://github.com/berkshelf/berkshelf/pull/83) ([reset](https://github.com/reset))
|
|
2195
|
-
- 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))
|
|
2196
|
-
- Test fixes [\#79](https://github.com/berkshelf/berkshelf/pull/79) ([ivey](https://github.com/ivey))
|
|
2197
|
-
- Use knife rb [\#68](https://github.com/berkshelf/berkshelf/pull/68) ([erikh](https://github.com/erikh))
|
|
2198
|
-
|
|
2199
2039
|
## [v0.3.7](https://github.com/berkshelf/berkshelf/tree/v0.3.7) (2012-07-04)
|
|
2200
2040
|
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.3.6...v0.3.7)
|
|
2201
2041
|
|
|
2202
|
-
**Merged pull requests:**
|
|
2203
|
-
|
|
2204
|
-
- fix issue when caching git sources with an aliased ref [\#77](https://github.com/berkshelf/berkshelf/pull/77) ([reset](https://github.com/reset))
|
|
2205
|
-
|
|
2206
2042
|
## [v0.3.6](https://github.com/berkshelf/berkshelf/tree/v0.3.6) (2012-07-04)
|
|
2207
2043
|
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.3.5...v0.3.6)
|
|
2208
2044
|
|
|
2209
|
-
**Merged pull requests:**
|
|
2210
|
-
|
|
2211
|
-
- fix bug with satisfying git sources that have not been downloaded [\#76](https://github.com/berkshelf/berkshelf/pull/76) ([reset](https://github.com/reset))
|
|
2212
|
-
|
|
2213
2045
|
## [v0.3.5](https://github.com/berkshelf/berkshelf/tree/v0.3.5) (2012-07-03)
|
|
2214
2046
|
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.3.4...v0.3.5)
|
|
2215
2047
|
|
|
2216
|
-
**Merged pull requests:**
|
|
2217
|
-
|
|
2218
|
-
- raise a more helpful error if git execution fails [\#75](https://github.com/berkshelf/berkshelf/pull/75) ([reset](https://github.com/reset))
|
|
2219
|
-
|
|
2220
2048
|
## [v0.3.4](https://github.com/berkshelf/berkshelf/tree/v0.3.4) (2012-07-03)
|
|
2221
2049
|
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.3.3...v0.3.4)
|
|
2222
2050
|
|
|
@@ -2225,70 +2053,33 @@
|
|
|
2225
2053
|
- Warn if a :git entry points to a local path instead of a URL [\#70](https://github.com/berkshelf/berkshelf/issues/70)
|
|
2226
2054
|
- Berkshelf should not always require knife.rb [\#62](https://github.com/berkshelf/berkshelf/issues/62)
|
|
2227
2055
|
|
|
2228
|
-
**Merged pull requests:**
|
|
2229
|
-
|
|
2230
|
-
- Validate downloaded sources [\#74](https://github.com/berkshelf/berkshelf/pull/74) ([reset](https://github.com/reset))
|
|
2231
|
-
- shims will be rewritten if write\_shims is called [\#73](https://github.com/berkshelf/berkshelf/pull/73) ([reset](https://github.com/reset))
|
|
2232
|
-
- Validate Git location sources [\#72](https://github.com/berkshelf/berkshelf/pull/72) ([reset](https://github.com/reset))
|
|
2233
|
-
- Don't download sources that have already been downloaded [\#71](https://github.com/berkshelf/berkshelf/pull/71) ([reset](https://github.com/reset))
|
|
2234
|
-
- No require config file [\#69](https://github.com/berkshelf/berkshelf/pull/69) ([erikh](https://github.com/erikh))
|
|
2235
|
-
- Config file from environment [\#67](https://github.com/berkshelf/berkshelf/pull/67) ([erikh](https://github.com/erikh))
|
|
2236
|
-
|
|
2237
2056
|
## [v0.3.3](https://github.com/berkshelf/berkshelf/tree/v0.3.3) (2012-06-27)
|
|
2238
2057
|
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.3.2...v0.3.3)
|
|
2239
2058
|
|
|
2240
|
-
**Merged pull requests:**
|
|
2241
|
-
|
|
2242
|
-
- fix infinite loop bug when writing shims of a path location [\#61](https://github.com/berkshelf/berkshelf/pull/61) ([reset](https://github.com/reset))
|
|
2243
|
-
|
|
2244
2059
|
## [v0.3.2](https://github.com/berkshelf/berkshelf/tree/v0.3.2) (2012-06-26)
|
|
2245
2060
|
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.3.1...v0.3.2)
|
|
2246
2061
|
|
|
2247
|
-
**Merged pull requests:**
|
|
2248
|
-
|
|
2249
|
-
- 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))
|
|
2250
|
-
|
|
2251
2062
|
## [v0.3.1](https://github.com/berkshelf/berkshelf/tree/v0.3.1) (2012-06-26)
|
|
2252
2063
|
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.3.0...v0.3.1)
|
|
2253
2064
|
|
|
2254
|
-
**Merged pull requests:**
|
|
2255
|
-
|
|
2256
|
-
- Berksfile resolve [\#59](https://github.com/berkshelf/berkshelf/pull/59) ([jhowarth](https://github.com/jhowarth))
|
|
2257
|
-
|
|
2258
2065
|
## [v0.3.0](https://github.com/berkshelf/berkshelf/tree/v0.3.0) (2012-06-25)
|
|
2259
2066
|
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.2.0...v0.3.0)
|
|
2260
2067
|
|
|
2261
|
-
**Merged pull requests:**
|
|
2262
|
-
|
|
2263
|
-
- Thor CLI instead of Knife [\#58](https://github.com/berkshelf/berkshelf/pull/58) ([reset](https://github.com/reset))
|
|
2264
|
-
|
|
2265
2068
|
## [v0.2.0](https://github.com/berkshelf/berkshelf/tree/v0.2.0) (2012-06-24)
|
|
2266
2069
|
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.1.5...v0.2.0)
|
|
2267
2070
|
|
|
2268
|
-
**Merged pull requests:**
|
|
2269
|
-
|
|
2270
|
-
- added install command --shims flag [\#57](https://github.com/berkshelf/berkshelf/pull/57) ([reset](https://github.com/reset))
|
|
2271
|
-
|
|
2272
2071
|
## [v0.1.5](https://github.com/berkshelf/berkshelf/tree/v0.1.5) (2012-06-23)
|
|
2273
2072
|
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.1.4...v0.1.5)
|
|
2274
2073
|
|
|
2275
2074
|
## [v0.1.4](https://github.com/berkshelf/berkshelf/tree/v0.1.4) (2012-06-23)
|
|
2276
2075
|
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.1.3...v0.1.4)
|
|
2277
2076
|
|
|
2278
|
-
**Merged pull requests:**
|
|
2279
|
-
|
|
2280
|
-
- add includable Thor tasks for Berkshelf [\#56](https://github.com/berkshelf/berkshelf/pull/56) ([reset](https://github.com/reset))
|
|
2281
|
-
|
|
2282
2077
|
## [v0.1.3](https://github.com/berkshelf/berkshelf/tree/v0.1.3) (2012-06-23)
|
|
2283
2078
|
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.1.2...v0.1.3)
|
|
2284
2079
|
|
|
2285
2080
|
## [v0.1.2](https://github.com/berkshelf/berkshelf/tree/v0.1.2) (2012-06-22)
|
|
2286
2081
|
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.1.1...v0.1.2)
|
|
2287
2082
|
|
|
2288
|
-
**Merged pull requests:**
|
|
2289
|
-
|
|
2290
|
-
- Fix uploader bug [\#55](https://github.com/berkshelf/berkshelf/pull/55) ([reset](https://github.com/reset))
|
|
2291
|
-
|
|
2292
2083
|
## [v0.1.1](https://github.com/berkshelf/berkshelf/tree/v0.1.1) (2012-06-21)
|
|
2293
2084
|
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v0.1.0...v0.1.1)
|
|
2294
2085
|
|
|
@@ -2303,49 +2094,6 @@
|
|
|
2303
2094
|
|
|
2304
2095
|
- 404 Not found when installing a cookbook by path and a lockfile exists [\#14](https://github.com/berkshelf/berkshelf/issues/14)
|
|
2305
2096
|
|
|
2306
|
-
**Merged pull requests:**
|
|
2307
|
-
|
|
2308
|
-
- Rename to Berkshelf [\#54](https://github.com/berkshelf/berkshelf/pull/54) ([reset](https://github.com/reset))
|
|
2309
|
-
- remove "clean" knife command and supporting functionality [\#53](https://github.com/berkshelf/berkshelf/pull/53) ([reset](https://github.com/reset))
|
|
2310
|
-
- add yarddoc gem and guard-yarddoc [\#50](https://github.com/berkshelf/berkshelf/pull/50) ([reset](https://github.com/reset))
|
|
2311
|
-
- Add upload command [\#47](https://github.com/berkshelf/berkshelf/pull/47) ([reset](https://github.com/reset))
|
|
2312
|
-
- lock required ruby version to \>= 1.9.1 [\#45](https://github.com/berkshelf/berkshelf/pull/45) ([reset](https://github.com/reset))
|
|
2313
|
-
- Add CookbookStore and CachedCookbook classes [\#44](https://github.com/berkshelf/berkshelf/pull/44) ([reset](https://github.com/reset))
|
|
2314
|
-
- refactor Downloader::Result and ResultSet into a more generalized TXResult [\#43](https://github.com/berkshelf/berkshelf/pull/43) ([reset](https://github.com/reset))
|
|
2315
|
-
- 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))
|
|
2316
|
-
- Improved error handling and messages [\#40](https://github.com/berkshelf/berkshelf/pull/40) ([reset](https://github.com/reset))
|
|
2317
|
-
- 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))
|
|
2318
|
-
- Init command [\#38](https://github.com/berkshelf/berkshelf/pull/38) ([reset](https://github.com/reset))
|
|
2319
|
-
- 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))
|
|
2320
|
-
- Fix typo in Readme [\#33](https://github.com/berkshelf/berkshelf/pull/33) ([erikh](https://github.com/erikh))
|
|
2321
|
-
- Update [\#32](https://github.com/berkshelf/berkshelf/pull/32) ([capoferro](https://github.com/capoferro))
|
|
2322
|
-
- Clean [\#31](https://github.com/berkshelf/berkshelf/pull/31) ([capoferro](https://github.com/capoferro))
|
|
2323
|
-
- 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))
|
|
2324
|
-
- Add dependency computation test. [\#29](https://github.com/berkshelf/berkshelf/pull/29) ([jhowarth](https://github.com/jhowarth))
|
|
2325
|
-
- Remove dependency reader [\#28](https://github.com/berkshelf/berkshelf/pull/28) ([jhowarth](https://github.com/jhowarth))
|
|
2326
|
-
- Use Chef::Cookbook::Metadata for handling metadata.rb files. [\#27](https://github.com/berkshelf/berkshelf/pull/27) ([jhowarth](https://github.com/jhowarth))
|
|
2327
|
-
- VCR with dynamic cassette generation [\#25](https://github.com/berkshelf/berkshelf/pull/25) ([capoferro](https://github.com/capoferro))
|
|
2328
|
-
- 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))
|
|
2329
|
-
- Alias itall [\#22](https://github.com/berkshelf/berkshelf/pull/22) ([reset](https://github.com/reset))
|
|
2330
|
-
- Lock tests [\#21](https://github.com/berkshelf/berkshelf/pull/21) ([erikh](https://github.com/erikh))
|
|
2331
|
-
- Refactors [\#20](https://github.com/berkshelf/berkshelf/pull/20) ([erikh](https://github.com/erikh))
|
|
2332
|
-
- not everyone who runs the tests has access to riot github :\) [\#19](https://github.com/berkshelf/berkshelf/pull/19) ([erikh](https://github.com/erikh))
|
|
2333
|
-
- Groups [\#18](https://github.com/berkshelf/berkshelf/pull/18) ([ivey](https://github.com/ivey))
|
|
2334
|
-
- Friendly errors [\#17](https://github.com/berkshelf/berkshelf/pull/17) ([capoferro](https://github.com/capoferro))
|
|
2335
|
-
- Lockfile support [\#13](https://github.com/berkshelf/berkshelf/pull/13) ([erikh](https://github.com/erikh))
|
|
2336
|
-
- Git ref [\#12](https://github.com/berkshelf/berkshelf/pull/12) ([erikh](https://github.com/erikh))
|
|
2337
|
-
- Knife plugin [\#11](https://github.com/berkshelf/berkshelf/pull/11) ([erikh](https://github.com/erikh))
|
|
2338
|
-
- Git support [\#10](https://github.com/berkshelf/berkshelf/pull/10) ([erikh](https://github.com/erikh))
|
|
2339
|
-
- Path [\#9](https://github.com/berkshelf/berkshelf/pull/9) ([capoferro](https://github.com/capoferro))
|
|
2340
|
-
- Cookbookfile \> Cheffile to avoid unintentional conflicts with librarian-chef [\#8](https://github.com/berkshelf/berkshelf/pull/8) ([capoferro](https://github.com/capoferro))
|
|
2341
|
-
- Cookbook refactors [\#7](https://github.com/berkshelf/berkshelf/pull/7) ([erikh](https://github.com/erikh))
|
|
2342
|
-
- test cleanup: [\#6](https://github.com/berkshelf/berkshelf/pull/6) ([erikh](https://github.com/erikh))
|
|
2343
|
-
- Fat commit, see comments: [\#5](https://github.com/berkshelf/berkshelf/pull/5) ([erikh](https://github.com/erikh))
|
|
2344
|
-
- Executable [\#4](https://github.com/berkshelf/berkshelf/pull/4) ([capoferro](https://github.com/capoferro))
|
|
2345
|
-
- Rdoc readme [\#3](https://github.com/berkshelf/berkshelf/pull/3) ([erikh](https://github.com/erikh))
|
|
2346
|
-
- Rake checks [\#2](https://github.com/berkshelf/berkshelf/pull/2) ([erikh](https://github.com/erikh))
|
|
2347
|
-
- 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))
|
|
2348
|
-
|
|
2349
2097
|
|
|
2350
2098
|
|
|
2351
2099
|
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
data/Gemfile.lock
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
GIT
|
|
2
2
|
remote: https://github.com/berkshelf/berkshelf-api.git
|
|
3
|
-
revision:
|
|
3
|
+
revision: 32ee12fd59c50c9cdaaf7b5f661cfbdf134affed
|
|
4
4
|
specs:
|
|
5
5
|
berkshelf-api (2.1.3)
|
|
6
6
|
archive (= 0.0.6)
|
|
7
7
|
buff-config (~> 1.0)
|
|
8
8
|
celluloid (~> 0.16)
|
|
9
9
|
celluloid-io (~> 0.16)
|
|
10
|
-
grape (~> 0.
|
|
10
|
+
grape (~> 0.14.0)
|
|
11
11
|
grape-msgpack (~> 0.1)
|
|
12
12
|
hashie (>= 2.0.4, < 4.0.0)
|
|
13
13
|
octokit (>= 3.0.0, < 5.0.0)
|
|
@@ -19,7 +19,7 @@ GIT
|
|
|
19
19
|
PATH
|
|
20
20
|
remote: .
|
|
21
21
|
specs:
|
|
22
|
-
berkshelf (4.3.
|
|
22
|
+
berkshelf (4.3.1)
|
|
23
23
|
addressable (~> 2.3, >= 2.3.4)
|
|
24
24
|
berkshelf-api-client (~> 2.0, >= 2.0.2)
|
|
25
25
|
buff-config (~> 1.0)
|
|
@@ -79,7 +79,7 @@ GEM
|
|
|
79
79
|
celluloid-io (0.16.2)
|
|
80
80
|
celluloid (>= 0.16.0)
|
|
81
81
|
nio4r (>= 1.1.0)
|
|
82
|
-
chef-config (12.
|
|
82
|
+
chef-config (12.8.1)
|
|
83
83
|
mixlib-config (~> 2.0)
|
|
84
84
|
mixlib-shellout (~> 2.0)
|
|
85
85
|
chef-zero (4.5.0)
|
|
@@ -99,7 +99,7 @@ GEM
|
|
|
99
99
|
coolline (0.4.4)
|
|
100
100
|
crack (0.4.3)
|
|
101
101
|
safe_yaml (~> 1.0.0)
|
|
102
|
-
cucumber (2.3.
|
|
102
|
+
cucumber (2.3.3)
|
|
103
103
|
builder (>= 2.1.2)
|
|
104
104
|
cucumber-core (~> 1.4.0)
|
|
105
105
|
cucumber-wire (~> 0.0.1)
|
|
@@ -110,14 +110,14 @@ GEM
|
|
|
110
110
|
cucumber-core (1.4.0)
|
|
111
111
|
gherkin (~> 3.2.0)
|
|
112
112
|
cucumber-wire (0.0.1)
|
|
113
|
-
dep-selector-libgecode (1.
|
|
113
|
+
dep-selector-libgecode (1.2.0)
|
|
114
114
|
dep_selector (1.0.3)
|
|
115
115
|
dep-selector-libgecode (~> 1.0)
|
|
116
116
|
ffi (~> 1.9)
|
|
117
117
|
descendants_tracker (0.0.4)
|
|
118
118
|
thread_safe (~> 0.3, >= 0.3.1)
|
|
119
119
|
diff-lcs (1.2.5)
|
|
120
|
-
domain_name (0.5.
|
|
120
|
+
domain_name (0.5.20160310)
|
|
121
121
|
unf (>= 0.0.5, < 1.0.0)
|
|
122
122
|
equalizer (0.0.11)
|
|
123
123
|
erubis (2.7.0)
|
|
@@ -182,7 +182,7 @@ GEM
|
|
|
182
182
|
hashie (3.4.3)
|
|
183
183
|
hitimes (1.2.3)
|
|
184
184
|
hitimes (1.2.3-x86-mingw32)
|
|
185
|
-
http (0.9.
|
|
185
|
+
http (0.9.9)
|
|
186
186
|
addressable (~> 2.3)
|
|
187
187
|
http-cookie (~> 1.0)
|
|
188
188
|
http-form_data (~> 1.0.1)
|
|
@@ -218,7 +218,7 @@ GEM
|
|
|
218
218
|
mixlib-shellout (2.2.6-universal-mingw32)
|
|
219
219
|
win32-process (~> 0.8.2)
|
|
220
220
|
wmi-lite (~> 1.0)
|
|
221
|
-
molinillo (0.
|
|
221
|
+
molinillo (0.4.4)
|
|
222
222
|
msgpack (0.5.12)
|
|
223
223
|
msgpack (0.5.12-x86-mingw32)
|
|
224
224
|
multi_json (1.11.2)
|
|
@@ -228,7 +228,7 @@ GEM
|
|
|
228
228
|
nenv (0.3.0)
|
|
229
229
|
net-scp (1.2.1)
|
|
230
230
|
net-ssh (>= 2.6.5)
|
|
231
|
-
net-ssh (3.
|
|
231
|
+
net-ssh (3.1.1)
|
|
232
232
|
nio4r (1.2.1)
|
|
233
233
|
oauth2 (1.1.0)
|
|
234
234
|
faraday (>= 0.8, < 0.10)
|
|
@@ -260,12 +260,11 @@ GEM
|
|
|
260
260
|
ffi (>= 0.5.0)
|
|
261
261
|
rb-kqueue (0.2.4)
|
|
262
262
|
ffi (>= 0.5.0)
|
|
263
|
-
reel (0.6.
|
|
263
|
+
reel (0.6.1)
|
|
264
264
|
celluloid (>= 0.15.1)
|
|
265
265
|
celluloid-io (>= 0.15.0)
|
|
266
266
|
http (>= 0.6.0.pre)
|
|
267
267
|
http_parser.rb (>= 0.6.0)
|
|
268
|
-
rack
|
|
269
268
|
websocket-driver (>= 0.5.1)
|
|
270
269
|
retryable (2.0.3)
|
|
271
270
|
ridley (4.5.0)
|
|
@@ -290,7 +289,7 @@ GEM
|
|
|
290
289
|
rspec-core (~> 3.4.0)
|
|
291
290
|
rspec-expectations (~> 3.4.0)
|
|
292
291
|
rspec-mocks (~> 3.4.0)
|
|
293
|
-
rspec-core (3.4.
|
|
292
|
+
rspec-core (3.4.4)
|
|
294
293
|
rspec-support (~> 3.4.0)
|
|
295
294
|
rspec-expectations (3.4.0)
|
|
296
295
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
@@ -299,12 +298,12 @@ GEM
|
|
|
299
298
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
300
299
|
rspec-support (~> 3.4.0)
|
|
301
300
|
rspec-support (3.4.1)
|
|
302
|
-
rubocop (0.
|
|
303
|
-
parser (>= 2.3.0.
|
|
301
|
+
rubocop (0.38.0)
|
|
302
|
+
parser (>= 2.3.0.6, < 3.0)
|
|
304
303
|
powerpack (~> 0.1)
|
|
305
304
|
rainbow (>= 1.99.1, < 3.0)
|
|
306
305
|
ruby-progressbar (~> 1.7)
|
|
307
|
-
unicode-display_width (~> 0.
|
|
306
|
+
unicode-display_width (~> 1.0, >= 1.0.1)
|
|
308
307
|
ruby-progressbar (1.7.5)
|
|
309
308
|
safe_yaml (1.0.4)
|
|
310
309
|
sawyer (0.7.0)
|
|
@@ -312,8 +311,8 @@ GEM
|
|
|
312
311
|
faraday (~> 0.8, < 0.10)
|
|
313
312
|
semverse (1.2.1)
|
|
314
313
|
slop (3.6.0)
|
|
315
|
-
solve (2.0.
|
|
316
|
-
molinillo (~> 0.2
|
|
314
|
+
solve (2.0.3)
|
|
315
|
+
molinillo (~> 0.4.2)
|
|
317
316
|
semverse (~> 1.1)
|
|
318
317
|
spork (0.9.2)
|
|
319
318
|
test-kitchen (1.6.0)
|
|
@@ -333,7 +332,7 @@ GEM
|
|
|
333
332
|
unf_ext
|
|
334
333
|
unf_ext (0.0.7.2)
|
|
335
334
|
unf_ext (0.0.7.2-x86-mingw32)
|
|
336
|
-
unicode-display_width (0.
|
|
335
|
+
unicode-display_width (1.0.2)
|
|
337
336
|
uuidtools (2.1.5)
|
|
338
337
|
varia_model (0.4.1)
|
|
339
338
|
buff-extensions (~> 1.0)
|
data/lib/berkshelf/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: berkshelf
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.3.
|
|
4
|
+
version: 4.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jamie Winsor
|
|
@@ -12,7 +12,7 @@ authors:
|
|
|
12
12
|
autorequire:
|
|
13
13
|
bindir: bin
|
|
14
14
|
cert_chain: []
|
|
15
|
-
date: 2016-03-
|
|
15
|
+
date: 2016-03-23 00:00:00.000000000 Z
|
|
16
16
|
dependencies:
|
|
17
17
|
- !ruby/object:Gem::Dependency
|
|
18
18
|
name: addressable
|
|
@@ -635,7 +635,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
635
635
|
version: 1.8.0
|
|
636
636
|
requirements: []
|
|
637
637
|
rubyforge_project:
|
|
638
|
-
rubygems_version: 2.
|
|
638
|
+
rubygems_version: 2.6.2
|
|
639
639
|
signing_key:
|
|
640
640
|
specification_version: 4
|
|
641
641
|
summary: Manages a Cookbook's, or an Application's, Cookbook dependencies
|