Skip to content

Commit

Permalink
bump winrm dependency to 1.7 to suppore Extended Protection (channel …
Browse files Browse the repository at this point in the history
…binding)
  • Loading branch information
mwrock committed Feb 19, 2016
1 parent 67f91aa commit 7aab706
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# knife-windows Change Log

## Release 1.3.0
* Pulls in Winrm 1.7.0 which now consumes rubyntlm 0.6.0 to support Extended Protection for Authentication (aka channel binding) for NTLM over TLS

## Release 1.2.1
* [knife-windows #341](https://github.com/chef/knife-windows/pull/341) Removes nokogiri dependency and adds UX fixes for `knife wsman test` when probing a SSL endpoint configured with a self signed certificate

Expand Down
2 changes: 1 addition & 1 deletion knife-windows.gemspec
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.description = s.summary

s.required_ruby_version = ">= 1.9.1"
s.add_dependency "winrm", "~> 1.6"
s.add_dependency "winrm", "~> 1.7"

s.add_development_dependency 'pry'

Expand Down
2 changes: 1 addition & 1 deletion lib/knife-windows/version.rb
@@ -1,6 +1,6 @@
module Knife
module Windows
VERSION = "1.2.1"
VERSION = "1.3.0"
MAJOR, MINOR, TINY = VERSION.split('.')
end
end

0 comments on commit 7aab706

Please sign in to comment.