Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Commit fa1494c

Browse files
committed
Releasing version 2.12.0.0
1 parent 1fd9c12 commit fa1494c

2 files changed

Lines changed: 31 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 2.12.0.0
6+
57
* Ports style fixes that were recently made in xPSDesiredStateConfiguration
68
on test related files.
79
* Ports most of the style upgrades from xPSDesiredStateConfiguration that have

PSDscResources.psd1

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# RootModule = ''
55

66
# Version number of this module.
7-
moduleVersion = '2.11.0.0'
7+
moduleVersion = '2.12.0.0'
88

99
# Supported PSEditions
1010
# CompatiblePSEditions = @()
@@ -101,7 +101,33 @@ PrivateData = @{
101101
# IconUri = ''
102102

103103
# ReleaseNotes of this module
104-
ReleaseNotes = '* Fix Custom DSC Resource Kit PSSA Rule Failures
104+
ReleaseNotes = '* Ports style fixes that were recently made in xPSDesiredStateConfiguration
105+
on test related files.
106+
* Ports most of the style upgrades from xPSDesiredStateConfiguration that have
107+
been made in files in the DscResources folder.
108+
* Ports fixes for the following issues:
109+
[Issue 505](https://github.com/PowerShell/xPSDesiredStateConfiguration/issues/505)
110+
[Issue 590](https://github.com/PowerShell/xPSDesiredStateConfiguration/issues/590)
111+
Changes to test helper Enter-DscResourceTestEnvironment so that it only
112+
updates DSCResource.Tests when it is longer than 120 minutes since
113+
it was last pulled. This is to improve performance of test execution
114+
and reduce the likelihood of connectivity issues caused by inability to
115+
pull DSCResource.Tests.
116+
* Fixes issue where MsiPackage Integration tests fail if the test HttpListener
117+
fails to start. Moves the test HttpListener objects to dynamically assigned,
118+
higher numbered ports to avoid conflicts with other services, and also checks
119+
to ensure that the ports are available before using them. Adds checks to
120+
ensure that no outstanding HTTP server jobs are running before attempting to
121+
setup a new one. Also adds additional instrumentation to make it easier to
122+
troubleshoot issues with the test HttpListener objects in the future.
123+
Specifically fixes
124+
[Issue 142](https://github.com/PowerShell/PSDscResources/issues/142)
125+
* Improved speed of Test-IsNanoServer function
126+
* Remove the Byte Order Mark (BOM) from all affected files
127+
* Opt-in to "Validate Module Files" and "Validate Script Files" common meta-tests
128+
* Opt-in to "Common Tests - Relative Path Length" common meta-test
129+
* Fix README markdownlint validation failures
130+
* Move change log from README.md to CHANGELOG.md
105131
106132
'
107133

@@ -127,3 +153,4 @@ PrivateData = @{
127153

128154

129155

156+

0 commit comments

Comments
 (0)