knife-windows 0.8.4.rc.3 → 0.8.4
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/.travis.yml +2 -2
- data/RELEASE_NOTES.md +12 -26
- data/lib/knife-windows/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2fbf5df4baf23d2ce7c64e1df806df92c455c0a6
|
|
4
|
+
data.tar.gz: 8bb25abcb91d827a03b9e7f4661ce4c2c81fc841
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e3be7ed0e8386966abd9ff03c7741a5067c1271156fba8b20eec37ce39dd0df17bdc337e1ebec187dec0ce5b98a3556577b9d4db2af84761753c0ca59594d617
|
|
7
|
+
data.tar.gz: dd296232c461a5a8d8239194a1a25bfe0c4e58676868fa119b64fd2b05d749a0d36bb81c251d9eb2e71efd5e7c1fa70de01d0d3c1dbdc3a2e7281bc3d92485f7
|
data/.travis.yml
CHANGED
data/RELEASE_NOTES.md
CHANGED
|
@@ -6,35 +6,21 @@ Example Note:
|
|
|
6
6
|
## Example Heading
|
|
7
7
|
Details about the thing that changed that needs to get included in the Release Notes in markdown.
|
|
8
8
|
-->
|
|
9
|
-
# knife-windows 0.8.
|
|
10
|
-
This release of knife-windows addresses a
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
bootstrapped
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
You can install the fix for this issue by upgrading to this new version using
|
|
19
|
-
the `gem` command:
|
|
20
|
-
|
|
21
|
-
gem install knife-windows --pre
|
|
22
|
-
|
|
23
|
-
Our thanks go to **David Crowder** for reporting [knife-windows #131](https://github.com/opscode/knife-windows/issues/131).
|
|
24
|
-
|
|
25
|
-
## Reporting issues and contributing
|
|
26
|
-
|
|
27
|
-
`knife-windows` issues like the one addressed in this release should be
|
|
28
|
-
reported in the ticketing system at https://github.com/opscode/knife-windows/issues. You can learn more about how to contribute features and bug fixes to `knife-windows` in the [Chef Contributions document](http://docs.opscode.com/community_contributions.html).
|
|
29
|
-
|
|
30
|
-
## Features added in knife-windows 0.8.3
|
|
9
|
+
# knife-windows 0.8.4 release notes
|
|
10
|
+
This release of knife-windows addresses the lack of a way to configure the ssl settings
|
|
11
|
+
of a client when bootstrapped. knife-windows now mimics 'knife bootstrap' such that
|
|
12
|
+
new systems will have the trusted_certs_dir that is specified on the workstation copied
|
|
13
|
+
to the new node. Additional SSL related settings including verify_api_cert and
|
|
14
|
+
ssl_verify_mode will be set in the bootstrapped nodes client.rb to match the settings
|
|
15
|
+
in the workstations knife.rb.
|
|
16
|
+
|
|
17
|
+
## Features added in knife-windows 0.8.4
|
|
31
18
|
None.
|
|
32
19
|
|
|
33
|
-
## Issues fixed in knife-windows 0.8.
|
|
34
|
-
[knife-windows #
|
|
35
|
-
[knife-windows #162](https://github.com/chef/knife-windows/issues/162): fixes "uninitialized constant Chef::Knife::Bootstrap (NameError)"
|
|
20
|
+
## Issues fixed in knife-windows 0.8.4
|
|
21
|
+
[knife-windows #133](https://github.com/opscode/knife-windows/issues/133) Bootstrap failure -- unable to validate SSL chef server endpoints
|
|
36
22
|
|
|
37
23
|
## knife-windows on RubyGems and Github
|
|
38
24
|
https://rubygems.org/gems/knife-windows
|
|
39
|
-
https://github.com/
|
|
25
|
+
https://github.com/chef/knife-windows
|
|
40
26
|
|
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.4
|
|
4
|
+
version: 0.8.4
|
|
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-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: winrm-s
|
|
@@ -104,9 +104,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
104
104
|
version: 1.9.1
|
|
105
105
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
106
106
|
requirements:
|
|
107
|
-
- - '
|
|
107
|
+
- - '>='
|
|
108
108
|
- !ruby/object:Gem::Version
|
|
109
|
-
version:
|
|
109
|
+
version: '0'
|
|
110
110
|
requirements: []
|
|
111
111
|
rubyforge_project:
|
|
112
112
|
rubygems_version: 2.4.1
|