We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49a123f commit abf2315Copy full SHA for abf2315
2 files changed
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
This file is used to list changes made in each version of the windows cookbook.
4
5
+## 3.0.5 (2017-04-07)
6
+
7
+- Add support for windows_task resource to run on non-English editions of Windows
8
+- Ensure chef-client 12.6 compatibility with action_class.class_eval
9
10
## 3.0.4 (2017-03-29)
11
12
- restoring the `cached_file` helper as downstream cookbooks use it.
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.0.4'
+version '3.0.5'
supports 'windows'
depends 'ohai', '>= 4.0.0'
source_url 'https://github.com/chef-cookbooks/windows'
0 commit comments