Skip to content

Releases: chef-boneyard/windows

v1.34.6

22 Sep 21:34
Compare
Choose a tag to compare

Address regression from Chef 11.14.0:

v1.32.0

12 Jul 03:39
Compare
Choose a tag to compare
  • Add ChefSpec resource methods to allow notification testing (@sneal)
  • Add use_inline_resources to providers (@micgo)
  • [COOK-4728] - Allow reboot handler to be used as an exception handler
  • [COOK-4620] - Ensure win_friendly_path doesn't error out when ALT_SEPARATOR is nil

v1.31.0

07 May 20:20
Compare
Choose a tag to compare

v1.31.0 (2014-05-07)

  • [COOK-2934] - Add windows_feature support for 2 new DISM attributes: all, source

v1.30.2

02 Apr 22:37
Compare
Choose a tag to compare

v1.30.2 (2014-04-02)

  • [COOK-4414] - Adding ChefSpec matchers

v1.30.0

14 Feb 21:23
Compare
Choose a tag to compare

v1.30.0 (2014-02-14)

  • [COOK-3715] - Unable to create a startup task with no login
  • [COOK-4188] - Add powershell_version method to return Powershell version

v1.12.8

21 Jan 15:34
Compare
Choose a tag to compare

v1.12.8 (2014-01-21)

[COOK-3988] Don't unescape URI before constructing it.

v1.12.6

03 Jan 17:05
Compare
Choose a tag to compare

v1.12.6 (2014-01-03)

[COOK-4168] Circular dep on powershell - moving powershell libraries into windows. removing dependency on powershell

v1.12.4

22 Dec 03:10
Compare
Choose a tag to compare

Fixing depend/depends typo in metadata.rb

v1.12.2

21 Dec 02:04
Compare
Choose a tag to compare

Bug

  • COOK-4110 - feature_servermanager installed? method regex bug

v1.12.0

21 Dec 01:35
Compare
Choose a tag to compare

Bug

  • COOK-3793 - parens inside parens of README.md don't render

New Feature

  • COOK-3714 - Powershell features provider and delete support.