knife-windows 0.8.3.rc.0 → 0.8.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +2 -1
- data/RELEASE_NOTES.md +2 -1
- data/lib/knife-windows/version.rb +1 -1
- metadata +5 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 76abe8c93575af58e3d472671533917f41eff4be
|
4
|
+
data.tar.gz: f5a2255af0c8c68c36b6a42e370401f496650a76
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7fdeeb529f3aca5e57e56b3f89421547ebe12a1b26e0d529caf23f6d038619136430d62ee8d0782bbb8589010af72b7a0813332e12422d8f53ccc4d87a2050f7
|
7
|
+
data.tar.gz: 5320a7db65675d48e115c8d21add1e1f82d598b7c1c4e8201775a271cdf9c3c4b605c114ad884209435e3c1b203a8c0143e9fa1b61b38f243c61bc4e46570e70
|
data/CHANGELOG.md
CHANGED
@@ -4,7 +4,8 @@
|
|
4
4
|
None.
|
5
5
|
|
6
6
|
## Latest release: 0.8.3
|
7
|
-
* [knife-windows #131](https://github.com/opscode/knife-windows/issues/108)
|
7
|
+
* [knife-windows #131](https://github.com/opscode/knife-windows/issues/108): Windows should be bootstrapped using latest Chef Client version compatible with knife's version just like non-Windows systems
|
8
|
+
* [knife-windows #162](https://github.com/chef/knife-windows/issues/162): fixes "uninitialized constant Chef::Knife::Bootstrap (NameError)"
|
8
9
|
|
9
10
|
## Release: 0.8.2
|
10
11
|
* [knife-windows #108](https://github.com/opscode/knife-windows/issues/108) Error: Unencrypted communication not supported if remote server does not require encryption
|
data/RELEASE_NOTES.md
CHANGED
@@ -31,7 +31,8 @@ reported in the ticketing system at https://github.com/opscode/knife-windows/iss
|
|
31
31
|
None.
|
32
32
|
|
33
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.
|
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)"
|
35
36
|
|
36
37
|
## knife-windows on RubyGems and Github
|
37
38
|
https://rubygems.org/gems/knife-windows
|
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.3
|
4
|
+
version: 0.8.3
|
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-
|
11
|
+
date: 2015-02-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: winrm-s
|
@@ -103,15 +103,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
103
103
|
version: 1.9.1
|
104
104
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
105
105
|
requirements:
|
106
|
-
- - '
|
106
|
+
- - '>='
|
107
107
|
- !ruby/object:Gem::Version
|
108
|
-
version:
|
108
|
+
version: '0'
|
109
109
|
requirements: []
|
110
110
|
rubyforge_project:
|
111
|
-
rubygems_version: 2.
|
111
|
+
rubygems_version: 2.4.1
|
112
112
|
signing_key:
|
113
113
|
specification_version: 4
|
114
114
|
summary: Plugin that adds functionality to Chef's Knife CLI for configuring/interacting
|
115
115
|
with nodes running Microsoft Windows
|
116
116
|
test_files: []
|
117
|
-
has_rdoc:
|