Skip to content

Commit 13e2221

Browse files
authored
BREAKING CHANGE: Module renamed to FailoverClusterDsc (#264)
1 parent 629e108 commit 13e2221

File tree

53 files changed

+262
-269
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+262
-269
lines changed

CHANGELOG.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
1-
# Change log for xFailOverCluster
1+
# Change log for FailOverClusterDsc
22

33
The format is based on and uses the types of changes according to [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

66
For 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

HISTORIC_CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Historic change log for xFailOverCluster
1+
# Historic change log for FailOverClusterDsc
22

33
The release notes in the PowerShell Module manifest cannot exceed 10000
44
characters. Due to a bug in the CI deploy pipeline this is not handled.

0 commit comments

Comments
 (0)