1- # Change log for xFailOverCluster
1+ # Change log for FailOverClusterDsc
22
33The format is based on and uses the types of changes according to [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
44and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
55
66For older change log history see the [ historic changelog] ( HISTORIC_CHANGELOG.md ) .
77
88## [ Unreleased]
9+ ### Changed
10+ - BREAKING CHANGE
11+ - Renamed _ xFailOverCluster_ to _ FailoverClusterDsc_ - fixes [ Issue #69 ] ( https://github.com/PowerShell/xFailOverCluster/issues/69 ) .
12+ - Changed all MSFT_xResourceName to DSC_ResourceName.
13+ - Updated DSCResources, Examples, Modules and Tests for new naming.
14+ - Updated README.md from _ xFailOverCluster_ to _ FailoverClusterDsc_
915
1016## [ 1.16.1] - 2022-05-24
1117
@@ -24,7 +30,7 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md)
2430
2531- xClusterProperty
2632 - Added the BlockCacheSize parameter which controls Cluster Shared Volume
27- memory caching in MB ([ issue #252 ] ( https://github.com/dsccommunity/xFailOverCluster /issues/252 ) ).
33+ memory caching in MB ([ issue #252 ] ( https://github.com/dsccommunity/FailOverClusterDsc /issues/252 ) ).
2834
2935### Changed
3036
@@ -46,12 +52,12 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md)
4652 DscResource.Common v0.2.0.
4753 - Adding back publishing code coverage to Codecov.io.
4854 - Add status badge for Codecov.io in README.md.
49- - Fix Azure Pipelines code coverage ([ issue #236 ] ( https://github.com/dsccommunity/xFailOverCluster /issues/236 ) ).
55+ - Fix Azure Pipelines code coverage ([ issue #236 ] ( https://github.com/dsccommunity/FailOverClusterDsc /issues/236 ) ).
5056
5157### Changed
5258
5359- xFailOverCluster
54- - Renamed ` master ` branch to ` main ` ([ issue #246 ] ( https://github.com/dsccommunity/xFailOverCluster /issues/246 ) ).
60+ - Renamed ` master ` branch to ` main ` ([ issue #246 ] ( https://github.com/dsccommunity/FailOverClusterDsc /issues/246 ) ).
5561 - Updated the CI pipeline files to the latest template.
5662 - Changed unit tests to handle missing DscResource.Test better.
5763 - Changed the Code of Conduct to the one adopted by DSC Community.
@@ -68,7 +74,7 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md)
6874 - Only run the CI pipeline on branch ` master ` when there are changes to
6975 files inside the ` source ` folder.
7076 - Changed integration tests to run on a a build image with Windows Server
71- 2019 since the one we previously used was removed from Azure Pipelines ([ issue #233 ] ( https://github.com/dsccommunity/xFailOverCluster /issues/233 ) ).
77+ 2019 since the one we previously used was removed from Azure Pipelines ([ issue #233 ] ( https://github.com/dsccommunity/FailOverClusterDsc /issues/233 ) ).
7278 - Updated CI pipeline to get version from the property ` NuGetVersionV2 ` .
7379 - Pin Pester to 4.10.1 in ` RequiredModule.psd1 ` since the tests does
7480 not support Pester 5.
@@ -107,13 +113,13 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md)
107113- xClusterPreferredOwner
108114 - Fixed broken links to examples in README.md.
109115- xClusterQuorum
110- - Fixed broken link to examples in README.md ([ issue #208 ] ( https://github.com/dsccommunity/xFailOverCluster /issues/208 ) ).
116+ - Fixed broken link to examples in README.md ([ issue #208 ] ( https://github.com/dsccommunity/FailOverClusterDsc /issues/208 ) ).
111117- CommonResourceHelper
112118 - Added ` en-US ` localization folder to pass PSSA rule.
113119- xCluster
114120 - Added script file information to the example ` 1-CreateFirstNodeOfAFailoverCluster.ps1 ` .
115- - Fixed Describe-block descriptions ([ issue #234 ] ( https://github.com/dsccommunity/xFailOverCluster /issues/234 ) ).
116- - Made DomainAdministratorCredential optional ([ issue #164 ] ( https://github.com/dsccommunity/xFailOverCluster /issues/164 ) )
121+ - Fixed Describe-block descriptions ([ issue #234 ] ( https://github.com/dsccommunity/FailOverClusterDsc /issues/234 ) ).
122+ - Made DomainAdministratorCredential optional ([ issue #164 ] ( https://github.com/dsccommunity/FailOverClusterDsc /issues/164 ) )
117123
118124### Removed
119125
@@ -132,7 +138,7 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md)
132138- CommonResourceHelper
133139 - Fix unit tests to load the helper modules using module manifest.
134140 - Fix to correctly export the functions in the helper module
135- ([ issue #214 ] ( https://github.com/dsccommunity/xFailOverCluster /issues/214 ) ).
141+ ([ issue #214 ] ( https://github.com/dsccommunity/FailOverClusterDsc /issues/214 ) ).
136142 - Fix typo in module manifest.
137143
138144## [ 1.14.0] - 2019-12-17
0 commit comments