Skip to content

Releases: dsccommunity/xDhcpServer

v3.1.1

18 Aug 07:24
120a266
Compare
Choose a tag to compare

[v3.1.1]

v3.1.1-preview0001

18 Aug 07:13
120a266
Compare
Choose a tag to compare
v3.1.1-preview0001 Pre-release
Pre-release

[v3.1.1-preview0001]

v3.1.0

07 May 06:07
Compare
Choose a tag to compare

[v3.1.0]

Added

  • xDhcpServerOptionDefinition
    • Added DefaultValue parameter to xDhcpServerOptionDefinition (issue #75).

Changed

  • xDhcpServer
    • Update the pipeline files to the latest in Sampler.
    • Renamed default branch to main.

Fixed

  • xDhcpServerReservation
    • Fixed a bug that was caused by invalid filter script for Where-Object
      (issue #73).

v3.1.0-preview0002

06 May 18:46
Compare
Choose a tag to compare
v3.1.0-preview0002 Pre-release
Pre-release

[v3.1.0-preview0002]

Added

  • xDhcpServerOptionDefinition
    • Added DefaultValue parameter to xDhcpServerOptionDefinition (issue #75).

Changed

  • xDhcpServer
    • Update the pipeline files to the latest in Sampler.
    • Renamed default branch to main.

Fixed

  • xDhcpServerReservation
    • Fixed a bug that was caused by invalid filter script for Where-Object
      (issue #73).

v3.1.0-preview0001

06 May 17:40
afb827b
Compare
Choose a tag to compare
v3.1.0-preview0001 Pre-release
Pre-release

[v3.1.0-preview0001]

Added

  • xDhcpServerOptionDefinition
    • Added DefaultValue parameter to xDhcpServerOptionDefinition (issue #75).

Changed

  • xDhcpServer
    • Update the pipeline files to the latest in Sampler

Fixed

  • xDhcpServerReservation
    • Fixed a bug that was caused by invalid filter script for Where-Object
      (issue #73).

v3.0.1-preview0003

04 May 18:26
501259e
Compare
Choose a tag to compare
v3.0.1-preview0003 Pre-release
Pre-release

[v3.0.1-preview0003]

Changed

  • xDhcpServer
    • Update the pipeline files to the latest in Sampler

Fixed

  • xDhcpServerReservation
    • Fixed a bug that was caused by invalid filter script for Where-Object
      (issue #73).

v3.0.1-preview0002

04 May 18:18
aff1a6a
Compare
Choose a tag to compare
v3.0.1-preview0002 Pre-release
Pre-release

[v3.0.1-preview0002]

Changed

  • xDhcpServer
    • Update the pipeline files to the latest in Sampler

Fixed

  • xDhcpServerReservation
    • Fixed a bug that was caused by invalid filter script for Where-Object (issue #73).

v3.0.1-preview0001

04 May 17:50
8efacd9
Compare
Choose a tag to compare
v3.0.1-preview0001 Pre-release
Pre-release

[v3.0.1-preview0001]

Changed

  • Update the pipeline files to the latest in Sampler

v3.0.0

25 Jan 19:11
Compare
Choose a tag to compare

[v3.0.0]

Added

  • xDhcpServer
    • Added automatic release with a new CI pipeline (issue #59).
    • Conceptual help is now generated for each resource on build.
    • Added new resource DhcpServerBinding (issue #55).
    • Added new resource DhcpServerExclusionRange (issue #7).

Changed

  • xDhcpServer
    • BREAKING CHANGE: The minimum PowerShell version is 5.0.
  • xDhcpServerAuthorization
    • BREAKING CHANGE: The resource is now a single instance resource so
      that it is only possible to use the resource once in a configuration
      with the parameter Ensure set to either Present or Absent
      (issue #40).
    • The helper function Get-IPv4Address was changed from using Get-WmiObject
      to Get-CimInstance when fetching the enabled IP addresses.
  • xDhcpServerOptionDefinition
    • The logic in Test-TargetResource was changed somewhat to remove
      unnecessary evaluation of properties that Get-TargetResource already
      did. The function Get-TargetResource calls Get-DhcpServerv4OptionDefinition
      with OptionId and VendorClass and if an object is returned the property
      Ensure is set to 'Present', so there are no point for Test-TargetResource
      to evaluate those two properties again.
    • Added unit tests for the function Test-TargetResource.
    • Reordered the resources in alphabetical order in the README.md.

Removed

  • BREAKING CHANGE: Removed the deprecated resource xDhcpServerOption which
    has been replaced by other DSC resources (issue #46).
  • Removed the file TestSampleUsingAzure.ps1 as it was not a working example
    of running integration tests.

v3.0.0-preview0003

25 Jan 19:02
Compare
Choose a tag to compare
v3.0.0-preview0003 Pre-release
Pre-release

[v3.0.0-preview0003]

Added

  • xDhcpServer
    • Added automatic release with a new CI pipeline (issue #59).
    • Conceptual help is now generated for each resource on build.
    • Added new resource DhcpServerBinding (issue #55).
    • Added new resource DhcpServerExclusionRange (issue #7).

Changed

  • xDhcpServer
    • BREAKING CHANGE: The minimum PowerShell version is 5.0.
  • xDhcpServerAuthorization
    • BREAKING CHANGE: The resource is now a single instance resource so
      that it is only possible to use the resource once in a configuration
      with the parameter Ensure set to either Present or Absent
      (issue #40).
    • The helper function Get-IPv4Address was changed from using Get-WmiObject
      to Get-CimInstance when fetching the enabled IP addresses.
  • xDhcpServerOptionDefinition
    • The logic in Test-TargetResource was changed somewhat to remove
      unnecessary evaluation of properties that Get-TargetResource already
      did. The function Get-TargetResource calls Get-DhcpServerv4OptionDefinition
      with OptionId and VendorClass and if an object is returned the property
      Ensure is set to 'Present', so there are no point for Test-TargetResource
      to evaluate those two properties again.
    • Added unit tests for the function Test-TargetResource.
    • Reordered the resources in alphabetical order in the README.md.

Removed

  • BREAKING CHANGE: Removed the deprecated resource xDhcpServerOption which
    has been replaced by other DSC resources (issue #46).
  • Removed the file TestSampleUsingAzure.ps1 as it was not a working example
    of running integration tests.