Skip to content

Releases: dsccommunity/StorageDsc

v5.1.0-preview0001

10 Apr 14:58
e35daa3
Compare
Choose a tag to compare
v5.1.0-preview0001 Pre-release
Pre-release

[v5.1.0-preview0001]

Changed

  • Renamed master branch to main - Fixes Issue #250.
  • Added support for publishing code coverage to CodeCov.io and
    Azure Pipelines - Fixes Issue #255.
  • Updated build to use Sampler.GitHubTasks - Fixes Issue #254.

Fixed

  • MountImage:
    • Corrected example 1-MountImage_DismountISO.ps1 for dismounting
      ISO - Fixes Issue #221.
  • Updated GitVersion.yml to latest pattern - Fixes Issue #252.

v5.0.2-preview0001

30 Dec 20:13
Compare
Choose a tag to compare
v5.0.2-preview0001 Pre-release
Pre-release

[v5.0.2-preview0001]

Changed

  • Renamed master branch to main - Fixes Issue #250.

Fixed

  • MountImage:
    • Corrected example 1-MountImage_DismountISO.ps1 for dismounting
      ISO - Fixes Issue #221.

v5.0.1

03 Aug 07:02
32f8a95
Compare
Choose a tag to compare

[v5.0.1]

Changed

  • Fixed build failures caused by changes in ModuleBuilder module v1.7.0
    by changing CopyDirectories to CopyPaths - Fixes Issue #237.
  • Updated to use the common module DscResource.Common - Fixes Issue #234.
  • Pin Pester module to 4.10.1 because Pester 5.0 is missing code
    coverage - Fixes Issue #238.
  • OpticalDiskDriveLetter:
    • Removed integration test that tests when a disk is not in the
      system as it is not a useful test, does not work correctly
      and is covered by unit tests - Fixes Issue #240.
  • StorageDsc
    • Automatically publish documentation to GitHub Wiki - Fixes Issue #241.

Fixed

  • Disk:
    • Fix bug when multiple partitions with the same drive letter are
      reported by the disk subsystem - Fixes Issue #210.

v5.0.1-preview0003

25 Jul 22:52
32f8a95
Compare
Choose a tag to compare
v5.0.1-preview0003 Pre-release
Pre-release

[v5.0.1-preview0003]

Changed

  • Fixed build failures caused by changes in ModuleBuilder module v1.7.0
    by changing CopyDirectories to CopyPaths - Fixes Issue #237.
  • Updated to use the common module DscResource.Common - Fixes Issue #234.
  • Pin Pester module to 4.10.1 because Pester 5.0 is missing code
    coverage - Fixes Issue #238.
  • OpticalDiskDriveLetter:
    • Removed integration test that tests when a disk is not in the
      system as it is not a useful test, does not work correctly
      and is covered by unit tests - Fixes Issue #240.
  • StorageDsc
    • Automatically publish documentation to GitHub Wiki - Fixes Issue #241.

Fixed

  • Disk:
    • Fix bug when multiple partitions with the same drive letter are
      reported by the disk subsystem - Fixes Issue #210.

v5.0.1-preview0002

25 Jul 06:36
4b2d4ae
Compare
Choose a tag to compare
v5.0.1-preview0002 Pre-release
Pre-release

[v5.0.1-preview0002]

Changed

  • Fixed build failures caused by changes in ModuleBuilder module v1.7.0
    by changing CopyDirectories to CopyPaths - Fixes Issue #237.
  • Updated to use the common module DscResource.Common - Fixes Issue #234.
  • Pin Pester module to 4.10.1 because Pester 5.0 is missing code
    coverage - Fixes Issue #238.
  • OpticalDiskDriveLetter:
    • Removed integration test that tests when a disk is not in the
      system as it is not a useful test, does not work correctly
      and is covered by unit tests - Fixes Issue #240.
  • StorageDsc
    • Automatically publish documentation to GitHub Wiki - Fixes Issue #241.

v5.0.1-preview0001

20 Jun 23:00
4b84040
Compare
Choose a tag to compare
v5.0.1-preview0001 Pre-release
Pre-release

[v5.0.1-preview0001]

Changed

  • Fixed build failures caused by changes in ModuleBuilder module v1.7.0
    by changing CopyDirectories to CopyPaths - Fixes Issue #237.
  • Updated to use the common module DscResource.Common - Fixes Issue #234.
  • Pin Pester module to 4.10.1 because Pester 5.0 is missing code
    coverage - Fixes Issue #238.
  • OpticalDiskDriveLetter:
    • Removed integration test that tests when a disk is not in the
      system as it is not a useful test, does not work correctly
      and is covered by unit tests - Fixes Issue #240.

v5.0.0

05 May 09:23
6b289c0
Compare
Choose a tag to compare

[v5.0.0]

Changed

  • Fixed hash table style violations - fixes Issue #219.
  • Disk:
    • Updated example with size as a number in bytes and without unit of measurement
      like GB or MB - fixes Issue #214.
  • BREAKING CHANGE: Changed resource prefix from MSFT to DSC.
  • BREAKING CHANGE: Changed Disk resource prefix from MSFTDSC to DSC as there
    would no longer be a conflict with the built in MSFT_Disk CIM class.
  • Updated to use continuous delivery pattern using Azure DevOps - fixes
    Issue #225.
  • Updated Examples and Module Manifest to be DSC Community from Microsoft.
  • Added Integration tests on Windows Server 2019.
  • WaitForVolume:
    • Improved unit tests to use virtual disk instead of physical disk.
  • Disk:
    • Added Invalid Parameter exception being reported when ReFS volumes are
      used with Windows Server 2019 as a known issue to README.MD - fixes
      Issue #227.
  • Updated build badges in README.md.
  • Change Azure DevOps Pipeline definition to include source/* - Fixes Issue #231.
  • Updated pipeline to use latest version of ModuleBuilder - Fixes Issue #231.
  • Merge HISTORIC_CHANGELOG.md into CHANGELOG.md - Fixes Issue #232.
  • OpticalDiskDriveLetter:
    • Suppress exception when requested optical disk drive does not exist
      and Ensure is set to Absent - Fixes Issue #194.

v5.0.0-preview0002

03 May 20:36
6b289c0
Compare
Choose a tag to compare
v5.0.0-preview0002 Pre-release
Pre-release

[v5.0.0-preview0002]

Changed

  • Fixed hash table style violations - fixes Issue #219.
  • Disk:
    • Updated example with size as a number in bytes and without unit of measurement
      like GB or MB - fixes Issue #214.
  • BREAKING CHANGE: Changed resource prefix from MSFT to DSC.
  • BREAKING CHANGE: Changed Disk resource prefix from MSFTDSC to DSC as there
    would no longer be a conflict with the built in MSFT_Disk CIM class.
  • Updated to use continuous delivery pattern using Azure DevOps - fixes
    Issue #225.
  • Updated Examples and Module Manifest to be DSC Community from Microsoft.
  • Added Integration tests on Windows Server 2019.
  • WaitForVolume:
    • Improved unit tests to use virtual disk instead of physical disk.
  • Disk:
    • Added Invalid Parameter exception being reported when ReFS volumes are
      used with Windows Server 2019 as a known issue to README.MD - fixes
      Issue #227.
  • Updated build badges in README.md.
  • Change Azure DevOps Pipeline definition to include source/* - Fixes Issue #231.
  • Updated pipeline to use latest version of ModuleBuilder - Fixes Issue #231.
  • Merge HISTORIC_CHANGELOG.md into CHANGELOG.md - Fixes Issue #232.
  • OpticalDiskDriveLetter:
    • Suppress exception when requested optical disk drive does not exist
      and Ensure is set to Absent - Fixes Issue #194.

v5.0.0-preview0001

15 Apr 06:59
5e8334e
Compare
Choose a tag to compare
v5.0.0-preview0001 Pre-release
Pre-release

[v5.0.0-preview0001]

Changed

  • Fixed hash table style violations - fixes Issue #219.
  • Disk:
    • Updated example with size as a number in bytes and without unit of measurement
      like GB or MB - fixes Issue #214.
  • BREAKING CHANGE: Changed resource prefix from MSFT to DSC.
  • BREAKING CHANGE: Changed Disk resource prefix from MSFTDSC to DSC as there
    would no longer be a conflict with the built in MSFT_Disk CIM class.
  • Updated to use continuous delivery pattern using Azure DevOps - fixes
    Issue #225.
  • Updated Examples and Module Manifest to be DSC Community from Microsoft.
  • Added Integration tests on Windows Server 2019.
  • WaitForVolume:
    • Improved unit tests to use virtual disk instead of physical disk.
  • Disk:
    • Added Invalid Parameter exception being reported when ReFS volumes are
      used with Windows Server 2019 as a known issue to README.MD - fixes
      Issue #227.
  • Updated build badges in README.md.

v4.9.0

25 Jan 02:37
Compare
Choose a tag to compare
  • Disk:
    • Added Location as a possible value for DiskIdType. This will select the
      disk based on the Location property returned by Get-Disk
    • Maximum size calculation now uses workaround so that
      Test-TargetResource works properly - workaround for
      Issue #181.
  • DiskAccessPath:
    • Added Location as a possible value for DiskIdType. This will select the
      disk based on the Location property returned by Get-Disk
  • WaitForDisk:
    • Added Location as a possible value for DiskIdType. This will select the
      disk based on the Location property returned by Get-Disk