Skip to content

v5.0.0

Latest
Compare
Choose a tag to compare
@dscbot dscbot released this 20 Jun 23:16
5e2daad

[v5.0.0]

Changed

  • Updated common function Test-DscParameterState to support ordered comparison
    of arrays by copying function and tests from ComputerManagementDsc.
  • Added new resource AdcsAuthorityInformationAccess - see
    Issue #101.
  • BREAKING CHANGE: Deprecate AdcsOcspExtension. This has been superceeded by
    AdcsAuthorityInformationAccess.
  • AdcsCertificateAuthoritySettings:
    • Correct types returned by CRLPeriodUnits and AuditFilter properties
      from Get-TargetResource.
  • Updated module ownership to DSC Community.
  • BREAKING CHANGE: Changed resource prefix from MSFT to DSC.
  • Updated to use continuous delivery pattern using Azure DevOps - Fixes
    Issue #105.
  • Fixed build badge IDs - Fixes Issue #108.
  • Corrected MOF formatting of DSC_AdcsAuthorityInformationAccess.schema.mof
    to fix issue with auto documentation generation.
  • 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
  • Removed unused files repository - Fixes Issue #112.
  • Change Azure DevOps Pipeline definition to include source/* - Fixes Issue #114.
  • Updated pipeline to use latest version of ModuleBuilder - Fixes Issue #115.
  • Merge HISTORIC_CHANGELOG.md into CHANGELOG.md - Fixes Issue #115.
  • Fixed build failures caused by changes in ModuleBuilder module v1.7.0
    by changing CopyDirectories to CopyPaths - Fixes Issue #119.
  • Updated to use the common module DscResource.Common - Fixes Issue #117.
  • Pin Pester module to 4.10.1 because Pester 5.0 is missing code
    coverage - Fixes Issue #118.

Added

  • 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.