knife-zero 1.17.1 → 1.17.2

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: a40dd1fc641fbf981484851683d3825740e2bcf5
4
- data.tar.gz: 24f980020ff1fd340b3d8a0727d2d0b6ea2825f0
3
+ metadata.gz: 7aa3b8b95a39014c30db5dd890963627c6bf3021
4
+ data.tar.gz: 50dd86832ec103289091b8b2677144aa1b6321db
5
5
  SHA512:
6
- metadata.gz: 3136f76b2f8c591eda4675fb6bf83c17ccf895b949ea99b41225f00cfb5de3cbb46bce42e799d45254f30e94d0eb582dd4a927b70f289e97524fb5d3262d2db7
7
- data.tar.gz: c4dcc970035cde7144b592c49896758e8c28c1dd44cc018cc0b2dd79399377800966353d14925cff4cc2c1ab413f4db5556a70df78927c3508223dfa8cae07dd
6
+ metadata.gz: 5c6937f7d30abc37b22e1dbd6e198fc8ec0162282c014970bddc1268d01e0f5f66cc18a734ca4e54fd338bdaff79b7c558eca3ebab2a871d50ecc2999cac0bee
7
+ data.tar.gz: 9f2bf733ed07fb70d6dbdfada604fb25fbfa0f00a0ca5083cf275a587b5f4ae2af88ddfdc05c31a9538b97c9c32897f3b145d717cfbb99651eaf7af780e0a41f
@@ -4,6 +4,10 @@
4
4
 
5
5
  Empty.
6
6
 
7
+ ## v1.17.2
8
+
9
+ - pass true as 2nd args for Net::SSH.configuration_for by default. #106
10
+
7
11
  ## v1.17.1
8
12
 
9
13
  - [Bugfix]: change of 1.17.0 crashes nodenameless bootstrapping.
@@ -92,7 +92,7 @@ class Chef
92
92
  ssh = Chef::Knife::BootstrapSsh.new
93
93
  ssh.ui = ui
94
94
  ssh.name_args = [ server_name, ssh_command ]
95
- ssh.config = Net::SSH.configuration_for(server_name)
95
+ ssh.config = Net::SSH.configuration_for(server_name, true)
96
96
  ssh.config[:ssh_user] = user_name || config[:ssh_user] || Chef::Config[:knife][:ssh_user]
97
97
  ssh.config[:ssh_password] = config[:ssh_password]
98
98
  ssh.config[:ssh_port] = config[:ssh_port] || Chef::Config[:knife][:ssh_port]
@@ -1,6 +1,6 @@
1
1
  module Knife
2
2
  module Zero
3
- VERSION = "1.17.1"
3
+ VERSION = "1.17.2"
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-zero
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.17.1
4
+ version: 1.17.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - sawanoboly
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-18 00:00:00.000000000 Z
11
+ date: 2017-01-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -198,4 +198,3 @@ specification_version: 4
198
198
  summary: Run chef-client at remote node with chef-zero(local-mode) via HTTP over SSH
199
199
  port fowarding.
200
200
  test_files: []
201
- has_rdoc: