chef-provisioning 1.9.0 → 1.9.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/CHANGELOG.md +11 -3
- data/chef-provisioning.gemspec +1 -1
- data/lib/chef/provisioning/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: 4ba3977e017bcd9f9b94d1758df531b6e8774173
|
|
4
|
+
data.tar.gz: 1a9c35be7d7bc8128bbb6fc36e8a2ec980eb7a90
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 489bbec731a1eb8a51dbe362a0c41edaf523d6ae904962cca4d48e9f87a05ac9c5a2c11ad5e6635004304b0d8d797661fbc16fd322c90f4ed08a759374488624
|
|
7
|
+
data.tar.gz: 5a5be5909845b3b964e17ef01f93bb86cbd1a7d70de4c816ed9e29959f61178e7fc263cf69633532d1a341800509a73079e35e23bbde0218e9c68df783a65cbc
|
data/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## [
|
|
4
|
-
[Full Changelog](https://github.com/chef/chef-provisioning/compare/v1.8.
|
|
3
|
+
## [v1.9.0](https://github.com/chef/chef-provisioning/tree/v1.9.0) (2016-08-11)
|
|
4
|
+
[Full Changelog](https://github.com/chef/chef-provisioning/compare/v1.8.1...v1.9.0)
|
|
5
|
+
|
|
6
|
+
**Closed issues:**
|
|
7
|
+
|
|
8
|
+
- Uninitialized constant Chef::Resource::Machine [\#531](https://github.com/chef/chef-provisioning/issues/531)
|
|
9
|
+
|
|
10
|
+
## [v1.8.1](https://github.com/chef/chef-provisioning/tree/v1.8.1) (2016-08-03)
|
|
11
|
+
[Full Changelog](https://github.com/chef/chef-provisioning/compare/v1.8.0...v1.8.1)
|
|
5
12
|
|
|
6
13
|
**Merged pull requests:**
|
|
7
14
|
|
|
@@ -234,6 +241,7 @@
|
|
|
234
241
|
**Closed issues:**
|
|
235
242
|
|
|
236
243
|
- chef-dk 0.5.1 with chef-zero renders unusable chefzero://localhost:8889 URLs on nodes [\#336](https://github.com/chef/chef-provisioning/issues/336)
|
|
244
|
+
- Updating chef-provisioning-aws breaks chef-client -z functionality with ChefDK 0.4.0 \(current version\). [\#322](https://github.com/chef/chef-provisioning/issues/322)
|
|
237
245
|
- Converging 0 resources - Am I missing something? [\#320](https://github.com/chef/chef-provisioning/issues/320)
|
|
238
246
|
|
|
239
247
|
**Merged pull requests:**
|
|
@@ -861,4 +869,4 @@
|
|
|
861
869
|
## [v0.1](https://github.com/chef/chef-provisioning/tree/v0.1) (2013-12-21)
|
|
862
870
|
|
|
863
871
|
|
|
864
|
-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
|
872
|
+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
data/chef-provisioning.gemspec
CHANGED
|
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
|
|
|
16
16
|
s.add_dependency 'net-scp', '~> 1.0'
|
|
17
17
|
s.add_dependency 'net-ssh-gateway', '~> 1.2.0'
|
|
18
18
|
s.add_dependency 'inifile', '>= 2.0.2'
|
|
19
|
-
s.add_dependency 'cheffish', '>= 1.3.1', '<
|
|
19
|
+
s.add_dependency 'cheffish', '>= 1.3.1', '< 4.0' # 1.3.1 allows 'let' vars in unquoted recipes.
|
|
20
20
|
s.add_dependency 'winrm', '~> 1.3'
|
|
21
21
|
s.add_dependency "mixlib-install", "~> 1.0"
|
|
22
22
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: chef-provisioning
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.9.
|
|
4
|
+
version: 1.9.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- John Keiser
|
|
@@ -81,7 +81,7 @@ dependencies:
|
|
|
81
81
|
version: 1.3.1
|
|
82
82
|
- - "<"
|
|
83
83
|
- !ruby/object:Gem::Version
|
|
84
|
-
version: '
|
|
84
|
+
version: '4.0'
|
|
85
85
|
type: :runtime
|
|
86
86
|
prerelease: false
|
|
87
87
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -91,7 +91,7 @@ dependencies:
|
|
|
91
91
|
version: 1.3.1
|
|
92
92
|
- - "<"
|
|
93
93
|
- !ruby/object:Gem::Version
|
|
94
|
-
version: '
|
|
94
|
+
version: '4.0'
|
|
95
95
|
- !ruby/object:Gem::Dependency
|
|
96
96
|
name: winrm
|
|
97
97
|
requirement: !ruby/object:Gem::Requirement
|