Skip to content

Latest commit

 

History

History
58 lines (34 loc) · 1.27 KB

CHANGELOG.md

File metadata and controls

58 lines (34 loc) · 1.27 KB

Changelog for PSDSC

The format is based on and uses the types of changes according to Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.0.6] - 2024-11-02

Fixed

  • Fix unit test for Initialize-PsConfigDocument command

[1.0.5] - 2024-11-02

Changed

  • Change the way how Configuration Documents are build

[1.0.4] - 2024-10-27

  • Bug fix when installing MacOS on agents

[1.0.3] - 2024-10-27

Added

  • MacOS support when installing dsc.exe

[1.0.2] - 2024-10-27

Fixed

  • Additional path added for Linux

Fixed

  • Added Linux and UseGitHub option when installing dsc.exe

[1.0.1] - 2024-11-04

Added

  • Official release with WinGet

[1.0.0] - 2024-10-04

Added

  • Improved unit testing and code coverage
  • Introduced both Initialize-PsDscConfigDocument and New-PsDscVsCodeSettingsFile command
  • Validate multiple inputs for Invoke-PsDscResource and Invoke-PsDscConfig
  • Pester tests
  • The ConvertTo-DscJson and ConvertTo-DscYaml command
  • Initial start of Invoke-PsDscResource
  • Created installation command
  • Decreased the amount of calls towards DSC's version
  • Allow .ps1 configuration document files to be validated