berkshelf 7.0.2 → 7.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +27 -3
- data/Gemfile.lock +1 -1
- data/lib/berkshelf.rb +1 -1
- data/lib/berkshelf/uploader.rb +1 -1
- data/lib/berkshelf/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e40b61641ae3c98575c4de9bf668625ff927b829075dab610fc4388439f16e7c
|
4
|
+
data.tar.gz: 0d2128e0cb9b388125cc388c08bf75ad43a6f4152626ed92f056d8001e924c85
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9c8d3807ef828c33ae5eb2204af6f4936cea58399a641f2eef919a0beb88252ff4e55c0caf3c64928d4f0e67609d9794d6435ac9060dbfda23adf8a182c64edd
|
7
|
+
data.tar.gz: 681703640274ec3b8bb49ab87c574c40e423aac69c6c2af060468b76704252e62647e1f7268df1d76677c846a4a02fe5ed66d43dac85e981fef034bf256bf655
|
data/CHANGELOG.md
CHANGED
@@ -1,7 +1,25 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
-
## [
|
4
|
-
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/
|
3
|
+
## [v7.0.2](https://github.com/berkshelf/berkshelf/tree/v7.0.2) (2018-05-02)
|
4
|
+
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v7.0.1...v7.0.2)
|
5
|
+
|
6
|
+
**Merged pull requests:**
|
7
|
+
|
8
|
+
- bump gems and update thor pin [\#1773](https://github.com/berkshelf/berkshelf/pull/1773) ([lamont-granquist](https://github.com/lamont-granquist))
|
9
|
+
- add support for lock bot [\#1772](https://github.com/berkshelf/berkshelf/pull/1772) ([lamont-granquist](https://github.com/lamont-granquist))
|
10
|
+
- remove dot dir from berks package [\#1771](https://github.com/berkshelf/berkshelf/pull/1771) ([lamont-granquist](https://github.com/lamont-granquist))
|
11
|
+
|
12
|
+
## [v7.0.1](https://github.com/berkshelf/berkshelf/tree/v7.0.1) (2018-05-01)
|
13
|
+
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v7.0.0...v7.0.1)
|
14
|
+
|
15
|
+
**Merged pull requests:**
|
16
|
+
|
17
|
+
- fix reading the json config file [\#1770](https://github.com/berkshelf/berkshelf/pull/1770) ([lamont-granquist](https://github.com/lamont-granquist))
|
18
|
+
- CI fix: remove '::' from module statements [\#1769](https://github.com/berkshelf/berkshelf/pull/1769) ([lamont-granquist](https://github.com/lamont-granquist))
|
19
|
+
- fix to generate metadata.json only in the vendored cookbook [\#1768](https://github.com/berkshelf/berkshelf/pull/1768) ([lamont-granquist](https://github.com/lamont-granquist))
|
20
|
+
|
21
|
+
## [v7.0.0](https://github.com/berkshelf/berkshelf/tree/v7.0.0) (2018-04-24)
|
22
|
+
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v6.3.2...v7.0.0)
|
5
23
|
|
6
24
|
**Merged pull requests:**
|
7
25
|
|
@@ -10,6 +28,12 @@
|
|
10
28
|
- Fix chefignores being ignored in berkshelf 7.0.0 [\#1758](https://github.com/berkshelf/berkshelf/pull/1758) ([lamont-granquist](https://github.com/lamont-granquist))
|
11
29
|
- pin cucumber-expressions to working version [\#1757](https://github.com/berkshelf/berkshelf/pull/1757) ([lamont-granquist](https://github.com/lamont-granquist))
|
12
30
|
- changelog update and bonus bump to Gemfile.lock [\#1756](https://github.com/berkshelf/berkshelf/pull/1756) ([lamont-granquist](https://github.com/lamont-granquist))
|
31
|
+
|
32
|
+
## [v6.3.2](https://github.com/berkshelf/berkshelf/tree/v6.3.2) (2018-04-04)
|
33
|
+
[Full Changelog](https://github.com/berkshelf/berkshelf/compare/v6.3.1...v6.3.2)
|
34
|
+
|
35
|
+
**Merged pull requests:**
|
36
|
+
|
13
37
|
- remove buff-extensions [\#1747](https://github.com/berkshelf/berkshelf/pull/1747) ([lamont-granquist](https://github.com/lamont-granquist))
|
14
38
|
- remove buff-config / varia\_model [\#1746](https://github.com/berkshelf/berkshelf/pull/1746) ([lamont-granquist](https://github.com/lamont-granquist))
|
15
39
|
- ignore .svn recursively [\#1742](https://github.com/berkshelf/berkshelf/pull/1742) ([lamont-granquist](https://github.com/lamont-granquist))
|
@@ -1524,4 +1548,4 @@
|
|
1524
1548
|
|
1525
1549
|
|
1526
1550
|
|
1527
|
-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
1551
|
+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
data/Gemfile.lock
CHANGED
data/lib/berkshelf.rb
CHANGED
@@ -165,7 +165,7 @@ module Berkshelf
|
|
165
165
|
raise ChefConnectionError, "Missing required attribute in your Berkshelf configuration: chef.node_name"
|
166
166
|
end
|
167
167
|
|
168
|
-
if !ridley_options[:client_key] || ridley_options[:client_key] =~ /^\s*$/
|
168
|
+
if !ridley_options[:client_key] || ridley_options[:client_key].to_s =~ /^\s*$/
|
169
169
|
raise ChefConnectionError, "Missing required attribute in your Berkshelf configuration: chef.client_key"
|
170
170
|
end
|
171
171
|
|
data/lib/berkshelf/uploader.rb
CHANGED
@@ -63,7 +63,7 @@ module Berkshelf
|
|
63
63
|
compiled_metadata = cookbook.compile_metadata
|
64
64
|
cookbook.reload if compiled_metadata
|
65
65
|
cookbook_version = cookbook.cookbook_version
|
66
|
-
Berkshelf.log.debug " Uploading #{cookbook}"
|
66
|
+
Berkshelf.log.debug " Uploading #{cookbook.cookbook_name}"
|
67
67
|
cookbook_version.freeze_version if options[:freeze]
|
68
68
|
|
69
69
|
# another two lines that are necessary for chef < 13.2 support (affects 11.x/12.x as well)
|
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: 7.0.
|
4
|
+
version: 7.0.3
|
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: 2018-
|
15
|
+
date: 2018-06-06 00:00:00.000000000 Z
|
16
16
|
dependencies:
|
17
17
|
- !ruby/object:Gem::Dependency
|
18
18
|
name: mixlib-shellout
|