knife-zero 2.2.0 → 2.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0d05862dc7246e728f58b0bda336b60417415d10668a16fad81c7efc0ee5cd61
4
- data.tar.gz: 87ba092f340f8ffcdd95202cfa217138cb9acd06ed31b7601ffc4151a835997c
3
+ metadata.gz: b9cfc726271f222ea45360d830cebf4128ce16d6884ea4b03f46c55b4bef5476
4
+ data.tar.gz: 738031d2485f4c387a1e508485216118808ae8c53c6f7b77da5559ccd9f17624
5
5
  SHA512:
6
- metadata.gz: b5e198e21398ade07a5bef9d11381a4900d886078748d155fc90d262bc540b24453dcc4985afc4d0d51de6e9185bce5a7471dd0666b67d01768a8662ce38015f
7
- data.tar.gz: 9b38e4d64ef1a2e85bba7535ac23be86e1e9d805d637cbbc4026d579dd5e3b103ac00a1320d7d2da99022081a637ceada9b476ff7260da47a4064fb7bce90308
6
+ metadata.gz: 8e604bbb4255b4c3d9569db10de82b7923d06566e533507fe6db439ed336b7beefc7a23006574dffeaee82dd92252de4df195f6644306c405f9521b99c11f599
7
+ data.tar.gz: 8db2f78de4a6f59b15b08da09eda513c8ab35266cf7a94af8e483846b49d090116ae4286fe40975ae81413ceb2f1c359c20789257bfe7f1c32e3775c9497efb2
data/CHANGELOG.md CHANGED
@@ -4,9 +4,13 @@
4
4
 
5
5
  none.
6
6
 
7
+ ## v2.2.1
8
+
9
+ - path --validation_key option to resolve crash bootstraping in cinc 15.6 [#138](https://github.com/higanworks/knife-zero/pull/138)
10
+
7
11
  ## v2.2.0
8
12
 
9
- - add `--alter-project` to support cinc [#133]
13
+ - add `--alter-project` to support cinc [#133](https://github.com/higanworks/knife-zero/pull/133)
10
14
  - allowed values: 'chef' or 'cinc'
11
15
  - in config => `knife[:alter_project]`
12
16
  - relocate `--node-config` option from `zero converge` to both `zero converge` and `zero bootstrap`.
@@ -55,6 +55,7 @@ class Chef
55
55
  s << " --config #{@config[:node_config_file]}"
56
56
  s << " -E #{bootstrap_environment}" unless bootstrap_environment.nil?
57
57
  s << " -S http://127.0.0.1:#{::Knife::Zero::Helper.zero_remote_port}"
58
+ s << " -K #{[::File.dirname(@config[:node_config_file]), 'validation.pem'].join('/')}"
58
59
  s << ' -W' if @config[:why_run]
59
60
  Chef::Log.info 'Remote command: ' + s
60
61
  s
@@ -1,6 +1,6 @@
1
1
  module Knife
2
2
  module Zero
3
- VERSION = '2.2.0'.freeze
3
+ VERSION = '2.2.1'.freeze
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: 2.2.0
4
+ version: 2.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - sawanoboly
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-12-10 00:00:00.000000000 Z
11
+ date: 2019-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler