From 587c178aca01ed5a7de0e9e5ac7a642d3861b573 Mon Sep 17 00:00:00 2001 From: Katie Kragenbrink Date: Wed, 20 Feb 2019 11:19:19 -0800 Subject: [PATCH] Releasing version 4.5.0.0 --- CHANGELOG.md | 2 ++ StorageDsc.psd1 | 18 ++++++++++-------- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d370148..14f598fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 4.5.0.0 + - Opt-in to Example publishing to PowerShell Gallery - fixes [Issue #186](https://github.com/PowerShell/StorageDsc/issues/186). - DiskAccessPath: - Updated the resource to not assign a drive letter by default when adding diff --git a/StorageDsc.psd1 b/StorageDsc.psd1 index 3f613390..abb096a0 100644 --- a/StorageDsc.psd1 +++ b/StorageDsc.psd1 @@ -10,7 +10,7 @@ # RootModule = '' # Version number of this module. -moduleVersion = '4.4.0.0' +moduleVersion = '4.5.0.0' # ID used to uniquely identify this module GUID = '00d73ca1-58b5-46b7-ac1a-5bfcf5814faf' @@ -102,13 +102,14 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '- Refactored module folder structure to move resource to root folder of - repository and remove test harness - fixes [Issue 169](https://github.com/PowerShell/StorageDsc/issues/169). -- Updated Examples to support deployment to PowerShell Gallery scripts. -- Removed limitation on using Pester 4.0.8 during AppVeyor CI. -- Moved the Code of Conduct text out of the README.md and into a - CODE\_OF\_CONDUCT.md file. -- Explicitly removed extra hidden files from release package + ReleaseNotes = '- Opt-in to Example publishing to PowerShell Gallery - fixes [Issue 186](https://github.com/PowerShell/StorageDsc/issues/186). +- DiskAccessPath: + - Updated the resource to not assign a drive letter by default when adding + a disk access path. Adding a Set-Partition -NoDefaultDriveLetter + $NoDefaultDriveLetter block defaulting to true. + When adding access paths the disks will no longer have + drive letters automatically assigned on next reboot which is the desired + behavior - Fixes [Issue 145](https://github.com/PowerShell/StorageDsc/issues/145). ' @@ -137,3 +138,4 @@ PrivateData = @{ +