Chef Boneyard Windows Versions Save

Development repository for Chef Cookbook windows

v1.34.6

9 years ago

Address regression from Chef 11.14.0:

v1.32.0

9 years ago
  • 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

10 years ago

v1.31.0 (2014-05-07)

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

v1.30.2

10 years ago

v1.30.2 (2014-04-02)

  • [COOK-4414] - Adding ChefSpec matchers

v1.30.0

10 years ago

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

10 years ago

v1.12.8 (2014-01-21)

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

v1.12.6

10 years ago

v1.12.6 (2014-01-03)

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

v1.12.4

10 years ago

Fixing depend/depends typo in metadata.rb

v1.12.2

10 years ago

Bug

  • COOK-4110 - feature_servermanager installed? method regex bug

v1.12.0

10 years ago

Bug

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

New Feature

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