Skip to content

Releases: dsccommunity/NetworkingDsc

v9.1.1-preview0001

02 Jun 16:15
6570592

Choose a tag to compare

v9.1.1-preview0001 Pre-release
Pre-release

[v9.1.1-preview0001]

Changed

  • azure-pipelines.yml
    • Remove windows 2019 image fixes #540.

Fixed

  • Fix integration tests on Server 2022. Fixes Issue #510.

v9.1.0

11 May 22:01
d34e800

Choose a tag to compare

[v9.1.0]

Changed

  • Added the following resources:

    • DnsClientNrptGlobal: Configure DNS Client global Name Resolution Policy Table (NRPT) settings.
    • DnsClientNrptRule: Sets a DNS Client NRPT rule on a node.
  • Updated CHANGELOG.md

    • Renamed NetworkingDSc to NetworkingDsc in CHANGELOG.md - fixes Issue #513.
  • CI Pipeline

    • Updated pipeline files to match current DSC Community patterns - fixes Issue #528.
    • Updated HQRM and build steps to use windows-latest image.
    • Update build pipeline to pin GitVersion v5.
    • Added Server 2025 into Unit and Integration tests.
    • Remove duplicated pipeline steps and use matrix of VM images.
    • Use ModuleFast
    • Merge Unit test CodeCoverage
  • Tests

    • Update to use Pester 5.
  • New-InvalidArgumentException change to New-ArgumentException for HQRM.

  • NetworkingDsc.Common

    • Changed to a buildable module.

Fixed

  • DSC_Firewall
    • Fixed comment typo.
    • Fixed ParameterList in Set-TargetResource typo.
    • Remove DisplayGroup property when creating new firewall rule.
    • Test-RuleProperties
      • Fixed Convert-CIDRToSubnetMask function call typo.

Removed

  • Build.psd1
    • Removed as not required.
  • DSC_IPAddress
    • Remove IPv6 prefix length as unused.
  • CommonTestHelper
    • Use Get-InvalidArgumentRecord from DscResource.Test.

v9.1.0-preview0001

14 Apr 09:09
3cacd0c

Choose a tag to compare

v9.1.0-preview0001 Pre-release
Pre-release

[v9.1.0-preview0001]

Changed

  • Added the following resources:

    • DnsClientNrptGlobal: Configure DNS Client global Name Resolution Policy Table (NRPT) settings.
    • DnsClientNrptRule: Sets a DNS Client NRPT rule on a node.
  • Updated CHANGELOG.md

    • Renamed NetworkingDSc to NetworkingDsc in CHANGELOG.md - fixes Issue #513.
  • CI Pipeline

    • Updated pipeline files to match current DSC Community patterns - fixes Issue #528.
    • Updated HQRM and build steps to use windows-latest image.
    • Update build pipeline to pin GitVersion v5.
  • Tests

    • Update to use Pester 5.
  • New-InvalidArgumentException change to New-ArgumentException for HQRM.

  • NetworkingDsc.Common

    • Changed to a buildable module.

Fixed

  • DSC_Firewall
    • Fixed comment typo.
    • Fixed ParameterList in Set-TargetResource typo.
    • Remove DisplayGroup property when creating new firewall rule.
    • Test-RuleProperties
      • Fixed Convert-CIDRToSubnetMask function call typo.

Removed

  • Build.psd1
    • Removed as not required.
  • DSC_IPAddress
    • Remove IPv6 prefix length as unused.
  • CommonTestHelper
    • Use Get-InvalidArgumentRecord from DscResource.Test.

v9.0.1-preview0001

07 Jun 19:45
e8b5edc

Choose a tag to compare

v9.0.1-preview0001 Pre-release
Pre-release

[v9.0.1-preview0001]

Changed

  • Updated CHANGELOG.md
    • Renamed NetworkingDSc to NetworkingDsc in CHANGELOG.md - fixes Issue #513.
  • CI Pipeline
    • Updated pipeline files to match current DSC Community patterns - fixes Issue #528.
    • Updated HQRM and build steps to use windows-latest image.

v9.0.0

30 May 07:14
9d6e70d

Choose a tag to compare

[v9.0.0]

Fixed

  • NetBios
    • Fixes configuring network adapters in a disconnected or disabled state - fixes Issue #434.
  • DnsServerAddress

Changed

  • NetAdapterLso
    • Protocol now a key field allowing multiple protocol configurations for a
      single network adapter - fixes Issue #475.
    • Updated wiki documentation showing configuration overlap with
      NetAdapterAdvancedProperty - fixes Issue #475.
  • NetAdapterAdvancedProperty
    • Updated wiki documentation showing configuration overlap with
      NetAdapterLso - fixes Issue #475.
  • Renamed master branch to main - Fixes Issue #469.
  • Updated build to use Sampler.GitHubTasks - Fixes Issue #489.
  • Added support for publishing code coverage to CodeCov.io and
    Azure Pipelines - Fixes Issue #491.
  • Minor reformatting of code style for diffability.
  • ProxySettings
    • Added function Get-ProxySettingsRegistryKeyPath to provide initial
      support for changing proxy settings for current user.
      BREAKING CHANGE: Added support for configuring proxy settings for a user
      account by adding Target parameter - Fixes Issue #423.
  • Updated .github issue templates to standard - Fixes Issue #508.
  • Added Create_ChangeLog_GitHub_PR task to publish stage of build pipeline.
  • Added SECURITY.md.
  • Updated pipeline Deploy_Module anb Code_Coverage jobs to use ubuntu-latest
    images - Fixes Issue #508.
  • Updated pipeline unit tests and integration tests to use Windows Server 2019 and
    Windows Server 2022 images - Fixes Issue #507.
  • NetAdapterState
    • Added a new message when setting the state of an adapter.

Fixed

  • Fixed pipeline by replacing the GitVersion task in the azure-pipelines.yml
    with a script.
  • NetAdapterState
    • Fixed so that the resource is idempotent so that Enable-NetAdapter and
      Disable-NetAdapter are only called when change is required.
  • NetAdapterLso
    • Fixed integration tests so that they will be skipped if a network adapter
      with NDIS version 6 or greater is not available.

v9.0.0-preview0002

12 Apr 08:32
9d6e70d

Choose a tag to compare

v9.0.0-preview0002 Pre-release
Pre-release

[v9.0.0-preview0002]

Fixed

  • NetBios
    • Fixes configuring network adapters in a disconnected or disabled state - fixes Issue #434.
  • DnsServerAddress

Changed

  • NetAdapterLso
    • Protocol now a key field allowing multiple protocol configurations for a
      single network adapter - fixes Issue #475.
    • Updated wiki documentation showing configuration overlap with
      NetAdapterAdvancedProperty - fixes Issue #475.
  • NetAdapterAdvancedProperty
    • Updated wiki documentation showing configuration overlap with
      NetAdapterLso - fixes Issue #475.
  • Renamed master branch to main - Fixes Issue #469.
  • Updated build to use Sampler.GitHubTasks - Fixes Issue #489.
  • Added support for publishing code coverage to CodeCov.io and
    Azure Pipelines - Fixes Issue #491.
  • Minor reformatting of code style for diffability.
  • ProxySettings
    • Added function Get-ProxySettingsRegistryKeyPath to provide initial
      support for changing proxy settings for current user.
      BREAKING CHANGE: Added support for configuring proxy settings for a user
      account by adding Target parameter - Fixes Issue #423.
  • Updated .github issue templates to standard - Fixes Issue #508.
  • Added Create_ChangeLog_GitHub_PR task to publish stage of build pipeline.
  • Added SECURITY.md.
  • Updated pipeline Deploy_Module anb Code_Coverage jobs to use ubuntu-latest
    images - Fixes Issue #508.
  • Updated pipeline unit tests and integration tests to use Windows Server 2019 and
    Windows Server 2022 images - Fixes Issue #507.
  • NetAdapterState
    • Added a new message when setting the state of an adapter.

Fixed

  • Fixed pipeline by replacing the GitVersion task in the azure-pipelines.yml
    with a script.
  • NetAdapterState
    • Fixed so that the resource is idempotent so that Enable-NetAdapter and
      Disable-NetAdapter are only called when change is required.
  • NetAdapterLso
    • Fixed integration tests so that they will be skipped if a network adapter
      with NDIS version 6 or greater is not available.

v9.0.0-preview0001

15 Jun 01:43
73cbeba

Choose a tag to compare

v9.0.0-preview0001 Pre-release
Pre-release

[v9.0.0-preview0001]

Fixed

  • NetBios
    • Fixes configuring network adapters in a disconnected or disabled state - fixes Issue #434.
  • DnsServerAddress

Changed

  • NetAdapterLso
    • Protocol now a key field allowing multiple protocol configurations for a
      single network adapter - fixes Issue #475.
    • Updated wiki documentation showing configuration overlap with
      NetAdapterAdvancedProperty - fixes Issue #475.
  • NetAdapterAdvancedProperty
    • Updated wiki documentation showing configuration overlap with
      NetAdapterLso - fixes Issue #475.
  • Renamed master branch to main - Fixes Issue #469.
  • Updated build to use Sampler.GitHubTasks - Fixes Issue #489.
  • Added support for publishing code coverage to CodeCov.io and
    Azure Pipelines - Fixes Issue #491.
  • Minor reformatting of code style for diffability.
  • ProxySettings
    • Added function Get-ProxySettingsRegistryKeyPath to provide initial
      support for changing proxy settings for current user.
      BREAKING CHANGE: Added support for configuring proxy settings for a user
      account by adding Target parameter - Fixes Issue #423.

v8.3.0-preview0004

23 May 07:01
c17520c

Choose a tag to compare

v8.3.0-preview0004 Pre-release
Pre-release

[v8.3.0-preview0004]

Fixed

  • NetBios
    • Fixes configuring network adapters in a disconnected or disabled state - fixes Issue #434.
  • DnsServerAddress

Changed

  • NetAdapterLso
    • Protocol now a key field allowing multiple protocol configurations for a
      single network adapter - fixes Issue #475.
    • Updated wiki documentation showing configuration overlap with
      NetAdapterAdvancedProperty - fixes Issue #475.
  • NetAdapterAdvancedProperty
    • Updated wiki documentation showing configuration overlap with
      NetAdapterLso - fixes Issue #475.
  • Renamed master branch to main - Fixes Issue #469.
  • Updated build to use Sampler.GitHubTasks - Fixes Issue #489.
  • Added support for publishing code coverage to CodeCov.io and
    Azure Pipelines - Fixes Issue #491.
  • Minor reformatting of code style for diffability.

v8.3.0-preview0003

21 Apr 11:54
983c54b

Choose a tag to compare

v8.3.0-preview0003 Pre-release
Pre-release

[v8.3.0-preview0003]

Fixed

  • NetBios
    • Fixes configuring network adapters in a disconnected or disabled state - fixes Issue #434.
  • DnsServerAddress

Changed

  • NetAdapterLso
    • Protocol now a key field allowing multiple protocol configurations for a
      single network adapter - fixes Issue #475.
    • Updated wiki documentation showing configuration overlap with
      NetAdapterAdvancedProperty - fixes Issue #475.
  • NetAdapterAdvancedProperty
    • Updated wiki documentation showing configuration overlap with
      NetAdapterLso - fixes Issue #475.
  • Renamed master branch to main - Fixes Issue #469.
  • Updated build to use Sampler.GitHubTasks - Fixes Issue #489.
  • Added support for publishing code coverage to CodeCov.io and
    Azure Pipelines - Fixes Issue #491.

v8.3.0-preview0002

26 Feb 07:19
8b17c85

Choose a tag to compare

v8.3.0-preview0002 Pre-release
Pre-release

[v8.3.0-preview0002]

Fixed

  • NetBios
    • Fixes configuring network adapters in a disconnected or disabled state - fixes Issue #434.
  • DnsServerAddress

Changed

  • NetAdapterLso
    • Protocol now a key field allowing multiple protocol configurations for a
      single network adapter - fixes Issue #475.
    • Updated wiki documentation showing configuration overlap with
      NetAdapterAdvancedProperty - fixes Issue #475.
  • NetAdapterAdvancedProperty
    • Updated wiki documentation showing configuration overlap with
      NetAdapterLso - fixes Issue #475.