File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
16
##2015 -12-08 - Supported Release 1.0.6
2
17
###Summary
3
18
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " puppetlabs-powershell" ,
3
- "version" : " 1 .0.6 " ,
3
+ "version" : " 2 .0.0 " ,
4
4
"author" : " Puppet Labs" ,
5
5
"summary" : " Adds a new exec provider for executing PowerShell commands." ,
6
6
"license" : " Apache-2.0" ,
23
23
"requirements" : [
24
24
{
25
25
"name" : " pe" ,
26
- "version_requirement" : " >= 3.0.0 < 2015 .4.0"
26
+ "version_requirement" : " >= 3.0.0 < 2016 .4.0"
27
27
},
28
28
{
29
29
"name" : " puppet" ,
You can’t perform that action at this time.
0 commit comments