berkshelf 4.3.1 → 4.3.2
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/CHANGELOG.md +19 -1
- data/Gemfile.lock +9 -4
- 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: 9dfb528241733545692cab7c850e1a35ff9f57aa
|
|
4
|
+
data.tar.gz: 2a6407bfbe5bdddd753810b460fa9f773e99e2ae
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bd7c57ae3367773a9352070667397b3fc4f350daecf11651e35b1692c4dbe5e8dae6201a83a43cb09355712fbaec2e490df7309ec9468753caaf1d6cd7edf509
|
|
7
|
+
data.tar.gz: 7eb2e959314c311eeb1d82d7e3f926ce46646edf386b0f662647b5dcb7be904917f5521e95592398d015e96ce31a6f038ffee8d6a21f2b76698cafe3c5a3307f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## [4.3.2](https://github.com/berkshelf/berkshelf/tree/4.3.2) (2016-04-05)
|
|
4
|
+
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v4.3.1...4.3.2)
|
|
5
|
+
|
|
6
|
+
**Closed issues:**
|
|
7
|
+
|
|
8
|
+
- chef\_server source does not work as documented. [\#1540](https://github.com/berkshelf/berkshelf/issues/1540)
|
|
9
|
+
|
|
10
|
+
## [v4.3.1](https://github.com/berkshelf/berkshelf/tree/v4.3.1) (2016-03-23)
|
|
11
|
+
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v4.3.0...v4.3.1)
|
|
12
|
+
|
|
13
|
+
**Implemented enhancements:**
|
|
14
|
+
|
|
15
|
+
- Authenticated universe endpoint in new Chef Server 12.4 [\#1511](https://github.com/berkshelf/berkshelf/issues/1511)
|
|
16
|
+
|
|
17
|
+
**Merged pull requests:**
|
|
18
|
+
|
|
19
|
+
- Update all dependencies [\#1535](https://github.com/berkshelf/berkshelf/pull/1535) ([danielsdeleo](https://github.com/danielsdeleo))
|
|
20
|
+
|
|
3
21
|
## [v4.3.0](https://github.com/berkshelf/berkshelf/tree/v4.3.0) (2016-03-09)
|
|
4
22
|
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v4.2.3...v4.3.0)
|
|
5
23
|
|
|
@@ -2096,4 +2114,4 @@
|
|
|
2096
2114
|
|
|
2097
2115
|
|
|
2098
2116
|
|
|
2099
|
-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
|
2117
|
+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
data/Gemfile.lock
CHANGED
|
@@ -19,7 +19,7 @@ GIT
|
|
|
19
19
|
PATH
|
|
20
20
|
remote: .
|
|
21
21
|
specs:
|
|
22
|
-
berkshelf (4.3.
|
|
22
|
+
berkshelf (4.3.2)
|
|
23
23
|
addressable (~> 2.3, >= 2.3.4)
|
|
24
24
|
berkshelf-api-client (~> 2.0, >= 2.0.2)
|
|
25
25
|
buff-config (~> 1.0)
|
|
@@ -49,6 +49,7 @@ GEM
|
|
|
49
49
|
addressable (2.4.0)
|
|
50
50
|
archive (0.0.6)
|
|
51
51
|
ffi (~> 1.9.3)
|
|
52
|
+
artifactory (2.3.2)
|
|
52
53
|
aruba (0.10.2)
|
|
53
54
|
childprocess (~> 0.5.6)
|
|
54
55
|
contracts (~> 0.9)
|
|
@@ -212,12 +213,16 @@ GEM
|
|
|
212
213
|
rspec-expectations (~> 3.2)
|
|
213
214
|
rspec-mocks (~> 3.2)
|
|
214
215
|
mixlib-config (2.2.1)
|
|
215
|
-
mixlib-install (0.
|
|
216
|
+
mixlib-install (1.0.3)
|
|
217
|
+
artifactory (>= 2.3.0)
|
|
218
|
+
mixlib-shellout (>= 2.2.6)
|
|
219
|
+
mixlib-versioning (>= 1.1.0)
|
|
216
220
|
mixlib-log (1.6.0)
|
|
217
221
|
mixlib-shellout (2.2.6)
|
|
218
222
|
mixlib-shellout (2.2.6-universal-mingw32)
|
|
219
223
|
win32-process (~> 0.8.2)
|
|
220
224
|
wmi-lite (~> 1.0)
|
|
225
|
+
mixlib-versioning (1.1.0)
|
|
221
226
|
molinillo (0.4.4)
|
|
222
227
|
msgpack (0.5.12)
|
|
223
228
|
msgpack (0.5.12-x86-mingw32)
|
|
@@ -315,8 +320,8 @@ GEM
|
|
|
315
320
|
molinillo (~> 0.4.2)
|
|
316
321
|
semverse (~> 1.1)
|
|
317
322
|
spork (0.9.2)
|
|
318
|
-
test-kitchen (1.
|
|
319
|
-
mixlib-install (~> 0.
|
|
323
|
+
test-kitchen (1.7.1)
|
|
324
|
+
mixlib-install (~> 1.0, >= 1.0.2)
|
|
320
325
|
mixlib-shellout (>= 1.2, < 3.0)
|
|
321
326
|
net-scp (~> 1.1)
|
|
322
327
|
net-ssh (>= 2.9, < 4.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.2
|
|
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-
|
|
15
|
+
date: 2016-04-06 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.4.7
|
|
639
639
|
signing_key:
|
|
640
640
|
specification_version: 4
|
|
641
641
|
summary: Manages a Cookbook's, or an Application's, Cookbook dependencies
|