Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a7aa3f8

Browse files
committed
Merge pull request puppetlabs#92 from glennsarti/ticket/master/fm-4639-release-2.0
{WIP}(FM-4639) Release 2.0.0
2 parents 544a5d7 + 271a1f7 commit a7aa3f8

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
##2015-05-03 - Supported Release 2.0.0
2+
###Summary
3+
4+
Major release with performance improvements
5+
6+
Removed support for Windows Server 2003
7+
8+
###Features
9+
- Major performance improvement by sharing a single powershell session instead of creating a new powershell session per command
10+
- Security improvement as scripts are not stored on the filesystem temporarily
11+
12+
###Bug Fixes
13+
- Updated test suites with later versions
14+
- Documentation cleanup
15+
116
##2015-12-08 - Supported Release 1.0.6
217
###Summary
318

metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-powershell",
3-
"version": "1.0.6",
3+
"version": "2.0.0",
44
"author": "Puppet Labs",
55
"summary": "Adds a new exec provider for executing PowerShell commands.",
66
"license": "Apache-2.0",
@@ -23,7 +23,7 @@
2323
"requirements": [
2424
{
2525
"name": "pe",
26-
"version_requirement": ">= 3.0.0 < 2015.4.0"
26+
"version_requirement": ">= 3.0.0 < 2016.4.0"
2727
},
2828
{
2929
"name": "puppet",

0 commit comments

Comments
 (0)