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 +4 -4
- data/CHANGELOG.md +5 -1
- data/lib/knife-zero/core/bootstrap_context.rb +1 -0
- data/lib/knife-zero/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b9cfc726271f222ea45360d830cebf4128ce16d6884ea4b03f46c55b4bef5476
|
|
4
|
+
data.tar.gz: 738031d2485f4c387a1e508485216118808ae8c53c6f7b77da5559ccd9f17624
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
data/lib/knife-zero/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2019-12-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|