This file is used to list changes made in each version of the powershell cookbook.
- Truly fix broken cookbook upload
- Fixes a broken cookbook upload
- Use attributes for bits_4 rather than hardcoding (@jmauro)
- Update to Powershell 5.0 May 2014 preview
- [COOK-4634] - Implement Powershell 5.0 (preview)
- [COOK-4638] - PowerShell 4.0 install failing on clean Windows 2008 R2 install.
- [COOK-4480] - Fix download URL for Windows6.0-KB968930-x86.msu
- [COOK-4130] - Refactor Powershell cookbook to allow installing PowerShell 3.0 and 4.0
- [COOK-4132] - Warn user if they are still using these LWRPs in Chef 11.6.x
[COOK-4168] Circular dep on powershell - moving powershell libraries into windows. removing dependency on powershell
- COOK-3000 - Fix typo that prevented module loading
- [COOK-2974]: powershell cookbook has foodcritic failures
- [COOK-2586]: Create a
powershell_out
mixin to be able to use in LWRPs for calling powershell
- [COOK-1834] - fix broken notifies
- Refactor the powershell resource from a core-Chef monkey-patch into a proper LWRP.
- Take advantage of native Win32 support for
cwd
andenvironment
in Chef 0.10.8+. - [COOK-630] force powershell scripts to terminate immediately and return an error code on failure
- ensure more sane default options are set on PowerShell process
- [COOK-988] - Powershell never exists on the powershell resource
- always reference powershell.exe in a fully qualified way in case PATH
- move download url and checksums to attribute file
- massive refactor of default recipe...leverages windows_package and version helper provided by recent windows cookbook updates
- [COOK-581] force 64-bit powershell process from 32-bit ruby processes
- initial release