Skip to content

Releases: dsccommunity/NetworkingDsc

v8.2.0-preview0001

13 Oct 19:55
ea0d306
Compare
Choose a tag to compare
v8.2.0-preview0001 Pre-release
Pre-release

[v8.2.0-preview0001]

Changed

  • IPAddress
    • Improved integration test structure.

Added

  • NetIPInterface
    • Added InterfaceMetric parameter- fixes Issue #473.

Fixed

  • NetIPInterface
    • Fix 'type mismatch for property' issue when setting 'AdvertiseDefaultRoute',
      'Advertising', 'AutomaticMetric', 'Dhcp', 'DirectedMacWolPattern', 'EcnMarking',
      'ForceArpNdWolPattern', 'Forwarding', 'IgnoreDefaultRoutes', 'ManagedAddressConfiguration',
      'NeighborUnreachabilityDetection', 'OtherStatefulConfiguration', 'RouterDiscovery',
      'WeakHostReceive' or 'WeakHostSend' - Fixes Issue #470.

v8.1.1-preview0001

21 Sep 06:42
c1256af
Compare
Choose a tag to compare
v8.1.1-preview0001 Pre-release
Pre-release

[v8.1.1-preview0001]

Changed

  • IPAddress
    • Improved integration test structure.

Fixed

  • NetIPInterface
    • Fix 'type mismatch for property' issue when setting 'AdvertiseDefaultRoute',
      'Advertising', 'AutomaticMetric', 'Dhcp', 'DirectedMacWolPattern', 'EcnMarking',
      'ForceArpNdWolPattern', 'Forwarding', 'IgnoreDefaultRoutes', 'ManagedAddressConfiguration',
      'NeighborUnreachabilityDetection', 'OtherStatefulConfiguration', 'RouterDiscovery',
      'WeakHostReceive' or 'WeakHostSend' - Fixes Issue #470.

v8.1.0

04 Aug 07:30
b808662
Compare
Choose a tag to compare

[v8.1.0]

Changed

  • NetworkingDsc
    • Automatically publish documentation to GitHub Wiki - Fixes Issue #462.

Added

  • NetIPInterface

Fixed

  • NetworkingDsc
    • Update to force redeployment with latest version of DSCResource.Common
      with fix Get-LocalizationData - Fixes Issue #464.
    • Correct help block comment indentation - Fixes Issue #466.

v8.1.0-preview0003

27 Jul 08:26
b808662
Compare
Choose a tag to compare
v8.1.0-preview0003 Pre-release
Pre-release

[v8.1.0-preview0003]

Changed

  • NetworkingDsc
    • Automatically publish documentation to GitHub Wiki - Fixes Issue #462.

Added

  • NetIPInterface

Fixed

  • NetworkingDsc
    • Update to force redeployment with latest version of DSCResource.Common
      with fix Get-LocalizationData - Fixes Issue #464.
    • Correct help block comment indentation - Fixes Issue #466.

v8.1.0-preview0002

11 Jul 10:45
2bc731f
Compare
Choose a tag to compare
v8.1.0-preview0002 Pre-release
Pre-release

[v8.1.0-preview0002]

Changed

  • NetworkingDsc
    • Automatically publish documentation to GitHub Wiki - Fixes Issue #462.

Added

  • NetIPInterface

v8.1.0-preview0001

04 Jul 23:23
2d79cb4
Compare
Choose a tag to compare
v8.1.0-preview0001 Pre-release
Pre-release

[v8.1.0-preview0001]

Changed

  • NetworkingDsc
    • Automatically publish documentation to GitHub Wiki - Fixes Issue #462.

v8.0.0

21 Jun 19:57
7da8e5a
Compare
Choose a tag to compare

[v8.0.0]

Added

  • NetworkingDsc:
    • Added build task Generate_Conceptual_Help to generate conceptual help
      for the DSC resource.
    • Added build task Generate_Wiki_Content to generate the wiki content
      that can be used to update the GitHub Wiki.
  • Common:
    • Added Assert-IPAddress function to reduce code duplication - Fixes
      Issue #408.

Changed

  • NetworkingDsc:
    • Updated to use the common module DscResource.Common.
    • Fixed build failures caused by changes in ModuleBuilder module v1.7.0
      by changing CopyDirectories to CopyPaths - Fixes Issue #455.
    • Pin Pester module to 4.10.1 because Pester 5.0 is missing code
      coverage - Fixes Issue #456.
  • DefaultGatewayAddress:
    • Refactored to reduce code duplication.
    • Fixed hash table style violations - fixes Issue #429.
    • Fixed general style violations.
  • Added .gitattributes to ensure CRLF is used when pulling repository - Fixes
    Issue #430.
  • BREAKING CHANGE: Changed resource prefix from MSFT to DSC.
  • Updated to use continuous delivery pattern using Azure DevOps - Fixes
    Issue #435.
  • Updated CI pipeline files.
  • No longer run integration tests when running the build task test, e.g.
    .\build.ps1 -Task test. To manually run integration tests, run the
    following:
    .\build.ps1 -Tasks test -PesterScript 'tests/Integration' -CodeCoverageThreshold 0
  • Change Azure DevOps Pipeline definition to include source/* - Fixes Issue #450.
  • Updated pipeline to use latest version of ModuleBuilder - Fixes Issue #451.
  • Merge HISTORIC_CHANGELOG.md into CHANGELOG.md - Fixes Issue #451.
  • NetBios:
    • Improved integration tests by using loopback adapter.
    • Refactored unit tests to reduce code duplication and
      increase coverage.
    • Fix exception when specifying wildcard '*' in the
      InterfaceAlias - Fixes Issue #444.

Deprecated

  • None

Removed

  • None

Fixed

  • Fixed IDs of Azure DevOps pipeline in badges in README.MD - Fixes
    Issue #438.
  • Fixed typo in link to Wiki in README.MD

Security

  • None

v8.0.0-preview0005

21 Jun 09:05
7da8e5a
Compare
Choose a tag to compare
v8.0.0-preview0005 Pre-release
Pre-release

[v8.0.0-preview0005]

Added

  • NetworkingDsc:
    • Added build task Generate_Conceptual_Help to generate conceptual help
      for the DSC resource.
    • Added build task Generate_Wiki_Content to generate the wiki content
      that can be used to update the GitHub Wiki.
  • Common:
    • Added Assert-IPAddress function to reduce code duplication - Fixes
      Issue #408.

Changed

  • NetworkingDsc:
    • Updated to use the common module DscResource.Common.
    • Fixed build failures caused by changes in ModuleBuilder module v1.7.0
      by changing CopyDirectories to CopyPaths - Fixes Issue #455.
    • Pin Pester module to 4.10.1 because Pester 5.0 is missing code
      coverage - Fixes Issue #456.
  • DefaultGatewayAddress:
    • Refactored to reduce code duplication.
    • Fixed hash table style violations - fixes Issue #429.
    • Fixed general style violations.
  • Added .gitattributes to ensure CRLF is used when pulling repository - Fixes
    Issue #430.
  • BREAKING CHANGE: Changed resource prefix from MSFT to DSC.
  • Updated to use continuous delivery pattern using Azure DevOps - Fixes
    Issue #435.
  • Updated CI pipeline files.
  • No longer run integration tests when running the build task test, e.g.
    .\build.ps1 -Task test. To manually run integration tests, run the
    following:
    .\build.ps1 -Tasks test -PesterScript 'tests/Integration' -CodeCoverageThreshold 0
  • Change Azure DevOps Pipeline definition to include source/* - Fixes Issue #450.
  • Updated pipeline to use latest version of ModuleBuilder - Fixes Issue #451.
  • Merge HISTORIC_CHANGELOG.md into CHANGELOG.md - Fixes Issue #451.
  • NetBios:
    • Improved integration tests by using loopback adapter.
    • Refactored unit tests to reduce code duplication and
      increase coverage.
    • Fix exception when specifying wildcard '*' in the
      InterfaceAlias - Fixes Issue #444.

Deprecated

  • None

Removed

  • None

Fixed

  • Fixed IDs of Azure DevOps pipeline in badges in README.MD - Fixes
    Issue #438.
  • Fixed typo in link to Wiki in README.MD

Security

  • None

v8.0.0-preview0004

04 May 08:45
e260d74
Compare
Choose a tag to compare
v8.0.0-preview0004 Pre-release
Pre-release

[v8.0.0-preview0004]

Added

  • ComputerManagementDsc
    • Added build task Generate_Conceptual_Help to generate conceptual help
      for the DSC resource.
    • Added build task Generate_Wiki_Content to generate the wiki content
      that can be used to update the GitHub Wiki.
  • Common
    • Added Assert-IPAddress function to reduce code duplication - Fixes
      Issue #408.

Changed

  • NetworkingDsc
    • Updated to use the common module DscResource.Common.
  • DefaultGatewayAddress:
    • Refactored to reduce code duplication.
    • Fixed hash table style violations - fixes Issue #429.
    • Fixed general style violations.
  • Added .gitattributes to ensure CRLF is used when pulling repository - Fixes
    Issue #430.
  • BREAKING CHANGE: Changed resource prefix from MSFT to DSC.
  • Updated to use continuous delivery pattern using Azure DevOps - Fixes
    Issue #435.
  • Updated CI pipeline files.
  • No longer run integration tests when running the build task test, e.g.
    .\build.ps1 -Task test. To manually run integration tests, run the
    following:
    .\build.ps1 -Tasks test -PesterScript 'tests/Integration' -CodeCoverageThreshold 0
  • Change Azure DevOps Pipeline definition to include source/* - Fixes Issue #450.
  • Updated pipeline to use latest version of ModuleBuilder - Fixes Issue #451.
  • Merge HISTORIC_CHANGELOG.md into CHANGELOG.md - Fixes Issue #451.

Deprecated

  • None

Removed

  • None

Fixed

  • Fixed IDs of Azure DevOps pipeline in badges in README.MD - Fixes
    Issue #438.
  • Fixed typo in link to Wiki in README.MD

Security

  • None

v8.0.0-preview0003

26 Mar 19:36
b0d7e84
Compare
Choose a tag to compare
v8.0.0-preview0003 Pre-release
Pre-release

[v8.0.0-preview0003]

Added

  • ComputerManagementDsc
    • Added build task Generate_Conceptual_Help to generate conceptual help
      for the DSC resource.
    • Added build task Generate_Wiki_Content to generate the wiki content
      that can be used to update the GitHub Wiki.

Changed

  • DefaultGatewayAddress:
    • Refactored to reduce code duplication.
    • Fixed hash table style violations - fixes Issue #429.
    • Fixed general style violations.
  • Added .gitattributes to ensure CRLF is used when pulling repository - Fixes
    Issue #430.
  • BREAKING CHANGE: Changed resource prefix from MSFT to DSC.
  • Updated to use continuous delivery pattern using Azure DevOps - Fixes
    Issue #435.
  • Updated CI pipeline files.
  • No longer run integration tests when running the build task test, e.g.
    .\build.ps1 -Task test. To manually run integration tests, run the
    following:
    .\build.ps1 -Tasks test -PesterScript 'tests/Integration' -CodeCoverageThreshold 0

Deprecated

  • None

Removed

  • None

Fixed

  • Fixed IDs of Azure DevOps pipeline in badges in README.MD - Fixes
    Issue #438.
  • Fixed typo in link to Wiki in README.MD

Security

  • None