knife-zero 2.3.0 → 2.3.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 -0
- data/lib/knife-zero/bootstrap_ssh.rb +1 -1
- 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: 7235dd89bcb387b73d12aa2631f6c72746b05463fd7fbe006402f4c870ee53ba
|
|
4
|
+
data.tar.gz: 01e58af6d4739438506149e1019505b3e8f000d86f987c556c0b7ef89e04e0f4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e671ff9c0fe66c7df9629573ca0a902231f51b70f8f9278eb09efc3b81c2df15fe3d795d4728fcf9af05f839145ecaa5820d2c1f6302e1c8735223d43c95d3be
|
|
7
|
+
data.tar.gz: 7068f2392f68de0dbc3cf801f78bfaac188a5104ff8bcc5a9fb399a84743319f91322063b8955c32c2ee9be29c4d9546a047ed79142a6717da8357f2c7be9c81
|
data/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,11 @@
|
|
|
4
4
|
|
|
5
5
|
none.
|
|
6
6
|
|
|
7
|
+
## v2.3.1
|
|
8
|
+
|
|
9
|
+
- bugfix: alter_project not works due to typo. HT: [@aspyatkin](https://github.com/aspyatkin)
|
|
10
|
+
- [https://github.com/higanworks/knife-zero/issues/133#issuecomment-674530243](https://github.com/higanworks/knife-zero/issues/133#issuecomment-674530243)
|
|
11
|
+
|
|
7
12
|
## v2.3.0
|
|
8
13
|
|
|
9
14
|
- use `allowd_` instead.
|
|
@@ -11,7 +11,7 @@ class Chef
|
|
|
11
11
|
|
|
12
12
|
def ssh_command(command, subsession = nil) # rubocop:disable Metrics/PerceivedComplexity, Metrics/AbcSize, Metrics/CyclomaticComplexity
|
|
13
13
|
if config[:client_version]
|
|
14
|
-
case
|
|
14
|
+
case config[:alter_project]
|
|
15
15
|
when 'cinc'
|
|
16
16
|
super(%{/opt/cinc/embedded/bin/ruby -ropen-uri -e 'puts open("https://omnitruck.cinc.sh/install.sh").read' | sudo sh -s -- -v #{config[:client_version]}})
|
|
17
17
|
else
|
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.3.
|
|
4
|
+
version: 2.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- sawanoboly
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-08-
|
|
11
|
+
date: 2020-08-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|