Skip to content

v1.3.0-preview0003

Pre-release
Pre-release
Compare
Choose a tag to compare
@dscbot dscbot released this 08 Feb 00:11
016c5a4

[v1.3.0-preview0003]

Changed

  • Updated inital offline package sync WSUS.cab.
  • Changed azurepipeline, use latest version of ubuntu and change the management
    of pipeline artifact
  • Updated build.ps1 script and build.yaml.
  • Changed default timeout in Wait-Win32ProcessStart function for cab installation.
  • Updated pester test to support pester v5
  • Updated ReadMe.md to removed RunRuleNow parameter.

Added

  • Added TestKitchen files for integration tests
  • Added requiredmodules Sampler.GitHubTasks, powershell-yaml
  • Added wildcard support in Products parameter of UpdatesServicesServer resource.
    (issue #13)

Fixed

  • Fix deploy job in AzurePipeline, Added Sampler.GithubTasks in build.yaml
  • Fix issue #61 and #67, with add a foreach loop when Set-TargetRessource found
    multiple products dor the same Title.
  • Fix issue #58 and #66, with removed -ErrorRecord parameter on New-InvalidResultException
    because $_ not contain an exception.
  • Fix issue #62,
    Fixed verbose output of Languages in UpdateServiceServer
  • Fix issue #63,
    Fixed verbose output of WSUS server in UpdateServicesApprovalRule
  • Fixed the azure-pipelines.yml to trigger on main not master.