Skip to content

v3.3.0

Compare
Choose a tag to compare
@dscbot dscbot released this 03 Jun 16:38
b2f3688

[v3.3.0]

Deprecated

  • The module xWebAdministration will be renamed to WebAdministrationDsc
    (issue #213).
    The version v3.3.0 will be the the last release of xWebAdministration.
    Version v4.0.0 will be released as WebAdministrationDsc, it will be
    released shortly after the v3.3.0 release to be able to start transition
    to the new module. The prefix 'x' will be removed from all resources in
    WebAdministrationDsc.

Changed

  • xWebAdministration
    • Renamed master branch to main (issue #591).
    • The pipeline will now update the module manifest property DscResourcesToExport
      automatically.
    • Only run the CI/CD pipeline on branch main when there are changes to files
      inside the source folder.
    • Update the pipeline files to the latest from Sampler.
    • Switched build worker from Windows Server 2016 to Windows Server 2022,
      so that both Windows Server 2019 and Windows Server 2022 is now used.
    • Add resources README.md for wiki documentation.
  • CommonTestHelper
    • Removed the helper function Install-NewSelfSignedCertificateExScript
      as the script it used is no longer available. Switched to using the
      module PSPKI instead.

Fixed

  • xWebAdministration
    • The component gitversion that is used in the pipeline was wrongly configured
      when the repository moved to the new default branch main. It no longer throws
      an error when using newer versions of GitVersion.
  • xIisLogging
    • Fixed the descriptions for SourceType and SourceName which were incorrectly
      switched around in the README.md.