You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All notable changes to this project will be documented in this file.
4
4
5
-
Small release with bug fixes
5
+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
7
-
### Bug Fixes
7
+
##[Unreleased]
8
8
9
-
- Unabled to start pipes server in PowerShell process on some Windows 2008r2 images ([MODULES-6927](https://tickets.puppetlabs.com/browse/MODULES-6927))
10
-
- Minor updates to PowerShell syntax in README examples.
9
+
### Added
11
10
12
-
## 2017-12-08 - Supported Release 2.1.3
11
+
- Metadata for supporting Windows Server 2016 ([MODULES-4271](https://tickets.puppetlabs.com/browse/MODULES-4271))
13
12
14
-
### Summary
13
+
### Fixed
15
14
16
-
Small release with bug fixes.
15
+
- Upgrade message is improved to make .NET Framework requirements clearer when running PowerShell 2.0 ([MODULES-7011](https://tickets.puppetlabs.com/browse/MODULES-7011))
16
+
- Fix timeout handling when the user specified a timeout parameter value of `0` to substitute the default of 300 seconds ([MODULES-7018](https://tickets.puppetlabs.com/browse/MODULES-7018))
17
17
18
-
### Bug Fixes
18
+
##[2.1.4] - 2017-03-29
19
19
20
-
- Fix timeouts and zombie process creation ([MODULES-4748](https://tickets.puppetlabs.com/browse/MODULES-4748))
21
-
- Update PowerShell executable name for experimental cross-platform / PowerShell 6 support ([MODULES-6081](https://tickets.puppetlabs.com/browse/MODULES-6081))
20
+
### Fixed
22
21
23
-
## 2017-07-27 - Supported Release 2.1.2
22
+
- Ensured that the code is able to start the pipes server in a PowerShell process on Windows 2008R2 images ([MODULES-6927](https://tickets.puppetlabs.com/browse/MODULES-6927))
23
+
- Minor updates to PowerShell syntax in README examples.
24
24
25
-
### Summary
25
+
##[2.1.3] - 2017-12-08
26
26
27
-
Small release with bugs fixes.
27
+
### Fixed
28
28
29
-
### Bug Fixes
29
+
- Fix timeouts and zombie process creation ([MODULES-4748](https://tickets.puppetlabs.com/browse/MODULES-4748))
30
+
- Corrected the PowerShell executable name for experimental cross-platform / PowerShell 6 support ([MODULES-6081](https://tickets.puppetlabs.com/browse/MODULES-6081))
30
31
31
-
- Fix Global Warning variable ([MODULES-5224](https://tickets.puppetlabs.com/browse/MODULES-5224))
32
-
- Move PowerShell template file to stop conflicts with DSC Module ([MODULES-5228](https://tickets.puppetlabs.com/browse/MODULES-5228))
32
+
## [2.1.2] - 2017-07-27
33
33
34
-
##2017-07-07 - Supported Release 2.1.1
34
+
### Fixed
35
35
36
-
### Summary
36
+
- Fix Global Warning variable ([MODULES-5224](https://tickets.puppetlabs.com/browse/MODULES-5224))
37
+
- Move PowerShell template file to stop conflicts with DSC Module ([MODULES-5228](https://tickets.puppetlabs.com/browse/MODULES-5228))
37
38
38
-
Small release with bugs fixes and experimental support for non-Windows Operating Systems (CentOS and Ubuntu).
39
+
## [2.1.1] - 2017-07-07
39
40
40
-
### Features
41
+
### Added
41
42
42
43
- Added rake tasks for release automation
43
44
- Added experimental support for non-Windows Support (CentOS, Ubuntu) ([MODULES-3945](https://tickets.puppetlabs.com/browse/MODULES-3945))
-Speed improvements to the PowerShell manager ([MODULES-3690](https://tickets.puppetlabs.com/browse/MODULES-3690))
67
65
68
-
## 2016-10-05 - Supported Release 2.0.3
66
+
## [2.0.3] - 2016-10-05
69
67
70
-
### Summary
68
+
### Added
71
69
72
-
Small release with bugs fixes and another speed improvement.
70
+
- Add ability to set current working directory ([MODULES-3565](https://tickets.puppetlabs.com/browse/MODULES-3565))
73
71
74
-
### Bug Fixes
72
+
### Fixed
75
73
76
74
- Miscellaneous fixes which improve reliability
77
75
- Capture exit codes when executing external scripts ([MODULES-3399](https://tickets.puppetlabs.com/browse/MODULES-3399))
78
-
- Add ability to set current working directory ([MODULES-3565](https://tickets.puppetlabs.com/browse/MODULES-3565))
79
76
- Respect user specified timeout ([MODULES-3709](https://tickets.puppetlabs.com/browse/MODULES-3709))
80
77
- Improve handling of user code exceptions ([MODULES-3443](https://tickets.puppetlabs.com/browse/MODULES-3443))
81
78
- Output line and stacktrace of user code exception ([MODULES-3839](https://tickets.puppetlabs.com/browse/MODULES-3839))
82
79
- Improve resilience to failure of PowerShell host ([MODULES-3875](https://tickets.puppetlabs.com/browse/MODULES-3875))
83
80
- Fix race condition in threading with PowerShell host ([MODULES-3144](https://tickets.puppetlabs.com/browse/MODULES-3144))
84
-
- Modify tests to detect differences in PowerShell error text ([MODULES-3442](https://tickets.puppetlabs.com/browse/MODULES-3442))
85
-
86
-
### Documentation updates
87
-
81
+
- Modify tests to detect differences in PowerShell error text ([MODULES-3443](https://tickets.puppetlabs.com/browse/MODULES-3443))
88
82
- Document how to handle exit codes ([MODULES-3588](https://tickets.puppetlabs.com/browse/MODULES-3588))
89
83
90
-
## 2016-07-12 - Supported Release 2.0.2
84
+
## [2.0.2] - 2016-07-12
91
85
92
-
### Summary
93
-
94
-
Small release with bugs fixes and another speed improvement.
95
-
96
-
### Features
86
+
### Added
97
87
98
88
- Noticable speed increase by reducing the time start a PowerShell command ([MODULES-3406](https://tickets.puppetlabs.com/browse/MODULES-3406))
99
89
100
-
### Bug Fixes
90
+
### Fixed
101
91
102
92
- Fixed minor bugs in tests ([MODULES-3347](https://tickets.puppetlabs.com/browse/MODULES-3347))
103
93
- Added tests for try/catch ([MODULES-2634](https://tickets.puppetlabs.com/browse/MODULES-2634))
104
94
- Fixed bug with older ruby (1.8)
105
95
106
-
## 2016-05-24 - Supported Release 2.0.1
107
-
108
-
### Bug Fixes
109
-
110
-
- Updated the powershell manager in this module in order to not conflict with the Powershell Manager in the Puppet DSC module
111
-
112
-
## 2016-05-17 - Supported Release 2.0.0
96
+
## [2.0.1] - 2016-05-24
113
97
114
-
### Summary
98
+
### Fixed
115
99
116
-
Major release with performance improvements
100
+
- Updated the powershell manager in this module in order to not conflict with the Powershell Manager in the Puppet DSC module ([FM-5240](https://tickets.puppetlabs.com/browse/FM-5240))
117
101
118
-
Removed support for Windows Server 2003
102
+
## [2.0.0] - 2016-05-17
119
103
120
-
### Features
104
+
### Changed
121
105
122
-
- Major performance improvement by sharing a single powershell session instead of creating a new powershell session per command
123
-
- Security improvement as scripts are not stored on the filesystem temporarily
106
+
- Major performance improvement by sharing a single powershell session instead of creating a new powershell session per command. This change also no longer writes temporary scripts to file system. ([MODULES-2962](https://tickets.puppetlabs.com/browse/MODULES-2962))
124
107
125
-
### Bug Fixes
108
+
### Fixed
126
109
127
-
- Updated test suites with later versions
128
-
- Documentation cleanup
110
+
- Updated test suites with later versions ([MODULES-2452](https://tickets.puppetlabs.com/browse/MODULES-2452), [MODULES-3011](https://tickets.puppetlabs.com/browse/MODULES-3011))
0 commit comments