From d3a75ab97c476d91f6e72888f971ce6d8523c29e Mon Sep 17 00:00:00 2001 From: Katie Kragenbrink Date: Wed, 26 Jun 2019 11:35:33 -0700 Subject: [PATCH] Releasing version 7.3.0.0 --- CHANGELOG.md | 2 ++ NetworkingDsc.psd1 | 46 +++++++++++++++++++++++++--------------------- 2 files changed, 27 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cbd65ab..a6f651f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 7.3.0.0 + - DnsClientGlobalSettings: - Fixed SuffixSearchList Empty String Handling - fixes [Issue #398](https://github.com/PowerShell/NetworkingDsc/issues/398). - NetAdapterAdvancedProperty: diff --git a/NetworkingDsc.psd1 b/NetworkingDsc.psd1 index c9c7b1e1..3f842599 100644 --- a/NetworkingDsc.psd1 +++ b/NetworkingDsc.psd1 @@ -1,6 +1,6 @@ @{ # Version number of this module. - moduleVersion = '7.2.0.0' + moduleVersion = '7.3.0.0' # ID used to uniquely identify this module GUID = 'e6647cc3-ce9c-4c86-9eb8-2ee8919bf358' @@ -82,27 +82,30 @@ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '- NetAdapterAdvancedProperty: - - Added support for RegistryKeyword `MaxRxRing1Length` and - `NumRxBuffersSmall` - fixes [Issue 387](https://github.com/PowerShell/NetworkingDsc/issues/387). + ReleaseNotes = '- DnsClientGlobalSettings: + - Fixed SuffixSearchList Empty String Handling - fixes [Issue 398](https://github.com/PowerShell/NetworkingDsc/issues/398). +- NetAdapterAdvancedProperty: + - Removed validation from RegistryKeyword parameter because the list + of valid registry keywords is not fixed and will depend on adapter + driver - fixes [Issue 388](https://github.com/PowerShell/NetworkingDsc/issues/388). +- MSFT_WinsServerAddress + Added MSFT_WinsServerAddress to control the WINS servers for a given network adapter. +- Test-DscParameterState: + - This function was enhanced with an optional reversecheck, optional internal + sorting for arrays. + - The functions ConvertTo-CimInstance and ConvertTo-Hashtable were added + required by Test-DscParameterState. +- Fix missing context message content in unit tests - fixes [Issue 405](https://github.com/PowerShell/NetworkingDsc/issues/405). +- Correct style violations in unit tests: + - Adding `Get`, `Set` and `Test` tags to appropriate `describe` blocks. + - Removing uneccesary `region` blocks. + - Conversion of double quotes to single quotes where possible. + - Replace variables with string litterals in `describe` block description. - Firewall: - - Prevent "Parameter set cannot be resolved using the specified named - parameters" error when updating rule when group name is specified - fixes - [Issue 130](https://github.com/PowerShell/NetworkingDsc/issues/130) and - [Issue 191](https://github.com/PowerShell/NetworkingDsc/issues/191). -- Opted into Common Tests "Common Tests - Validate Localization" - - fixes [Issue 393](https://github.com/PowerShell/NetworkingDsc/issues/393). -- Combined all `NetworkingDsc.ResourceHelper` module functions into - `NetworkingDsc.Common` module - fixes [Issue 394](https://github.com/PowerShell/NetworkingDsc/issues/394). -- Renamed all localization strings so that they are detected by - "Common Tests - Validate Localization". -- Fixed issues with mismatched localization strings. -- Updated all common functions with the latest versions from - [DSCResource.Template](https://github.com/PowerShell/DSCResource.Template). -- Fixed an issue with the helper function `Test-IsNanoServer` that - prevented it to work. Though the helper function is not used, so this - issue was not caught until now when unit tests was added. -- Corrected style violations in `NetworkingDsc.Common`. + - Fix bug when LocalAddress or RemoteAddress is specified using CIDR + notation with number of bits specified in subnet mask (e.g. + 10.0.0.1/8) rather than using CIDR subnet mask notation (e.g + 10.0.0.1/255.0.0.0) - fixes [Issue 404](https://github.com/PowerShell/NetworkingDsc/issues/404). ' @@ -112,3 +115,4 @@ +