knife-windows 0.8.0.rc.2 → 0.8.0
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 +8 -8
- data/CHANGELOG.md +1 -0
- data/lib/knife-windows/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NjhkMDIwNTZkZTE0MTIxOGEzY2M5ZGVmNjIzYzA2ZTU0MTkzYTRhZA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MGI0ZThlYWU2MzRlMjI5YzY5ZmVmOTRkNmRlM2ZkNzMxZTM0MjIwNA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ZjJmN2NhZTllNTQ3ZWVhYWQxMTM1NmFjYTQ1OWI2MGYxNzhlZjM5NzdkZmNm
|
|
10
|
+
NzE2MmMzNTQ3YzY5MjUxM2IzZWM1MzVmN2JjOGVmNWM1ZjM5NGNjODBmZjg2
|
|
11
|
+
NzE2NzNlMjc3ZDAwYzg2YWE3MWFjNDU4MWU5OTVkMTYwNjBlZTI=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MjFkY2E5MTFmMDQ1YzI1YWE2ZWM2ZDY0MTlmMjg1MDBiYWU5ZTg4ZmY0YTdl
|
|
14
|
+
ODhlZDEzNjcxNGVmN2U3MDhkN2MyNjk0ZTU5MDE5OGZkMjYzN2EzZjE5MGY0
|
|
15
|
+
MzRjMjUyOGFkZmMzODk0MmExMzA4MzU0NTYwNjhhOGM3OWI3ZWM=
|
data/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,7 @@ None.
|
|
|
6
6
|
## Latest release: 0.8.0
|
|
7
7
|
* [knife-windows #98](https://github.com/opscode/knife-windows/issues/96) Get winrm command exit code if it is not expected
|
|
8
8
|
* [knife-windows #96](https://github.com/opscode/knife-windows/issues/96) Fix break from OS patch KB2918614
|
|
9
|
+
* Remove the 'instance data' method of creating EC2 servers
|
|
9
10
|
* Update winrm-s dependency along with em-winrm and winrm dependencies
|
|
10
11
|
* Return failure codes from knife winrm even when `returns` is not set
|
|
11
12
|
* Support Windows negotiate authentication protocol when running knife on 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.0
|
|
4
|
+
version: 0.8.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Seth Chisamore
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-10-
|
|
11
|
+
date: 2014-10-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: winrm-s
|
|
@@ -102,9 +102,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
102
102
|
version: 1.9.1
|
|
103
103
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
104
104
|
requirements:
|
|
105
|
-
- - ! '
|
|
105
|
+
- - ! '>='
|
|
106
106
|
- !ruby/object:Gem::Version
|
|
107
|
-
version:
|
|
107
|
+
version: '0'
|
|
108
108
|
requirements: []
|
|
109
109
|
rubyforge_project:
|
|
110
110
|
rubygems_version: 2.1.11
|