Skip to content

Commit

Permalink
powershell v1.0.6
Browse files Browse the repository at this point in the history
* Refactor the powershell resource from a core-Chef monkey-patch
into a proper LWRP.
* Take advantage of native Win32 support for `cwd` and `environment`
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
  • Loading branch information
schisamo committed Apr 16, 2012
1 parent f9226c2 commit 7d8850a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v1.0.6:

* Refactor the powershell resource from a core-Chef monkey-patch into a proper LWRP.
* Take advantage of native Win32 support for `cwd` and `environment` 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

## v1.0.4:

* [COOK-988] - Powershell never exists on the powershell resource
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
license "Apache 2.0"
description "Installs/Configures PowerShell 2.0 on the Windows platform"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "1.0.4"
version "1.0.6"

recipe "powershell::default", "Installs and configures PowerShell 2.0"

Expand Down

0 comments on commit 7d8850a

Please sign in to comment.