chef-provisioning 1.9.0 → 1.9.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: 23bd7069356c86bbb81b78f603c065d484f9a424
4
- data.tar.gz: 5260c904172df04f78de949a883c396e26411593
3
+ metadata.gz: 4ba3977e017bcd9f9b94d1758df531b6e8774173
4
+ data.tar.gz: 1a9c35be7d7bc8128bbb6fc36e8a2ec980eb7a90
5
5
  SHA512:
6
- metadata.gz: 11bc8b5339d52cf4bbf3e8b72c1172951d280288e36d28f61223ddc47f1a5389c4bc92e470d904078463502c9869b3f6b1f483c817a2093b4b2d5ca3e4469d89
7
- data.tar.gz: d6df0070798125cb502bfdad4417e5d39099eae6e84fd240ded18dc34651501f7c2654b8227059e6a7ed41d788e572051e33dd86918ef1c31cf73232f8f8e6db
6
+ metadata.gz: 489bbec731a1eb8a51dbe362a0c41edaf523d6ae904962cca4d48e9f87a05ac9c5a2c11ad5e6635004304b0d8d797661fbc16fd322c90f4ed08a759374488624
7
+ data.tar.gz: 5a5be5909845b3b964e17ef01f93bb86cbd1a7d70de4c816ed9e29959f61178e7fc263cf69633532d1a341800509a73079e35e23bbde0218e9c68df783a65cbc
data/CHANGELOG.md CHANGED
@@ -1,7 +1,14 @@
1
1
  # Change Log
2
2
 
3
- ## [1.8.1](https://github.com/chef/chef-provisioning/tree/1.8.1) (2016-08-03)
4
- [Full Changelog](https://github.com/chef/chef-provisioning/compare/v1.8.0...1.8.1)
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)*
@@ -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', '< 3.0' # 1.3.1 allows 'let' vars in unquoted recipes.
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
 
@@ -1,5 +1,5 @@
1
1
  class Chef
2
2
  module Provisioning
3
- VERSION = '1.9.0'
3
+ VERSION = '1.9.1'
4
4
  end
5
5
  end
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.0
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: '3.0'
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: '3.0'
94
+ version: '4.0'
95
95
  - !ruby/object:Gem::Dependency
96
96
  name: winrm
97
97
  requirement: !ruby/object:Gem::Requirement