knife-windows 0.8.4.rc.3 → 0.8.4

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: d0315c18b0b15a1b2bef30c1d7935bc581c8eb63
4
- data.tar.gz: 6b55ca37b9a9d34a058fe8e0681f495edbc7daca
3
+ metadata.gz: 2fbf5df4baf23d2ce7c64e1df806df92c455c0a6
4
+ data.tar.gz: 8bb25abcb91d827a03b9e7f4661ce4c2c81fc841
5
5
  SHA512:
6
- metadata.gz: 8de8c57ca0dae78ece565213c613a79b53b847595ee1348c5d4e6b5cb28a29e17dc3b51b3b9f8f929f796d18367ef6d17f1840078047312f07362cb672202cb4
7
- data.tar.gz: 4409481339c29a8d5aaeca58b612105a3c6c467af2a6b52030dbd852016be480dfdba90f4dc496ac8e17a9c76b860d20f72fb7947acf81aa2a5b0a2f47e7184c
6
+ metadata.gz: e3be7ed0e8386966abd9ff03c7741a5067c1271156fba8b20eec37ce39dd0df17bdc337e1ebec187dec0ce5b98a3556577b9d4db2af84761753c0ca59594d617
7
+ data.tar.gz: dd296232c461a5a8d8239194a1a25bfe0c4e58676868fa119b64fd2b05d749a0d36bb81c251d9eb2e71efd5e7c1fa70de01d0d3c1dbdc3a2e7281bc3d92485f7
@@ -1,6 +1,6 @@
1
1
  rvm:
2
- - 1.9.2
3
- - 1.9.3
4
2
  - 2.0.0
3
+ - 2.1.5
4
+ - 2.2.0
5
5
 
6
6
  script: bundle exec rake spec
@@ -6,35 +6,21 @@ Example Note:
6
6
  ## Example Heading
7
7
  Details about the thing that changed that needs to get included in the Release Notes in markdown.
8
8
  -->
9
- # knife-windows 0.8.3 release notes
10
- This release of knife-windows addresses a bug exposed by the Chef Client 12.0
11
- release where Windows nodes are bootstrapped with Chef Client 12 even though
12
- the Chef Client version of knife is 11, which is inconsistent with the
13
- bootstrap behavior of non-Windows systems with knife (such systems are correctly
14
- bootstrapped with Chef Client 11):
15
-
16
- [knife-windows #131](https://github.com/opscode/knife-windows/issues/131) Windows should be bootstrapped using latest Chef Client version compatible with knife's version just like non-Windows systems.
17
-
18
- You can install the fix for this issue by upgrading to this new version using
19
- the `gem` command:
20
-
21
- gem install knife-windows --pre
22
-
23
- Our thanks go to **David Crowder** for reporting [knife-windows #131](https://github.com/opscode/knife-windows/issues/131).
24
-
25
- ## Reporting issues and contributing
26
-
27
- `knife-windows` issues like the one addressed in this release should be
28
- reported in the ticketing system at https://github.com/opscode/knife-windows/issues. You can learn more about how to contribute features and bug fixes to `knife-windows` in the [Chef Contributions document](http://docs.opscode.com/community_contributions.html).
29
-
30
- ## Features added in knife-windows 0.8.3
9
+ # knife-windows 0.8.4 release notes
10
+ This release of knife-windows addresses the lack of a way to configure the ssl settings
11
+ of a client when bootstrapped. knife-windows now mimics 'knife bootstrap' such that
12
+ new systems will have the trusted_certs_dir that is specified on the workstation copied
13
+ to the new node. Additional SSL related settings including verify_api_cert and
14
+ ssl_verify_mode will be set in the bootstrapped nodes client.rb to match the settings
15
+ in the workstations knife.rb.
16
+
17
+ ## Features added in knife-windows 0.8.4
31
18
  None.
32
19
 
33
- ## Issues fixed in knife-windows 0.8.3
34
- [knife-windows #131](https://github.com/opscode/knife-windows/issues/131): Windows should be bootstrapped using latest Chef Client version compatible with knife's version just like non-Windows systems.
35
- [knife-windows #162](https://github.com/chef/knife-windows/issues/162): fixes "uninitialized constant Chef::Knife::Bootstrap (NameError)"
20
+ ## Issues fixed in knife-windows 0.8.4
21
+ [knife-windows #133](https://github.com/opscode/knife-windows/issues/133) Bootstrap failure -- unable to validate SSL chef server endpoints
36
22
 
37
23
  ## knife-windows on RubyGems and Github
38
24
  https://rubygems.org/gems/knife-windows
39
- https://github.com/opscode/knife-windows
25
+ https://github.com/chef/knife-windows
40
26
 
@@ -1,6 +1,6 @@
1
1
  module Knife
2
2
  module Windows
3
- VERSION = "0.8.4.rc.3"
3
+ VERSION = "0.8.4"
4
4
  MAJOR, MINOR, TINY = VERSION.split('.')
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-windows
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.4.rc.3
4
+ version: 0.8.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Seth Chisamore
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-13 00:00:00.000000000 Z
11
+ date: 2015-02-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: winrm-s
@@ -104,9 +104,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
104
104
  version: 1.9.1
105
105
  required_rubygems_version: !ruby/object:Gem::Requirement
106
106
  requirements:
107
- - - '>'
107
+ - - '>='
108
108
  - !ruby/object:Gem::Version
109
- version: 1.3.1
109
+ version: '0'
110
110
  requirements: []
111
111
  rubyforge_project:
112
112
  rubygems_version: 2.4.1