We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86c78d5 commit dade62cCopy full SHA for dade62c
2 files changed
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
This file is used to list changes made in each version of the windows cookbook.
4
5
+## 3.1.2 (2017-08-14)
6
+
7
+- Revert "Require path in the share resource instead of raising if it's missing" which was causing failures due to a bug in the chef-client
8
9
## 3.1.1 (2017-06-13)
10
11
- Replace Windows 7 testing with Windows 10 testing
metadata.rb
@@ -4,7 +4,7 @@
license 'Apache-2.0'
description 'Provides a set of useful Windows-specific primitives.'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
-version '3.1.1'
+version '3.1.2'
supports 'windows'
depends 'ohai', '>= 4.0.0'
source_url 'https://github.com/chef-cookbooks/windows'
0 commit comments