dsccommunity / FailoverClusterDsc

This module contains DSC resources for deployment and configuration of Windows Server Failover Cluster.
MIT License
60 stars 54 forks source link

BREAKING CHANGE: xFailOverCluster renamed to FailoverClusterDsc: Renamed all DSCResources, Examples, Modules and Tests where applicable #264

Closed nickgw closed 2 years ago

nickgw commented 2 years ago

Pull Request (PR) description

Rename module to FailoverClusterDsc from xFailOverCluster

This Pull Request (PR) fixes the following issues

Task list


This change is Reviewable

codecov[bot] commented 2 years ago

Codecov Report

Merging #264 (628cb9b) into main (4aafd66) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@         Coverage Diff         @@
##           main   #264   +/-   ##
===================================
  Coverage   100%   100%           
===================================
  Files         7      7           
  Lines       458    458           
===================================
  Hits        458    458           
johlju commented 2 years ago

@nickgw can you send in anther PR deprecating the previous module? Just change the CHANGELOG.md under the Unreleased section:

   ### Deprecated

   **The module _xFailOverCluster_ will be renamed _FailoverClusterDsc_ ([issue #69](https://github.com/dsccommunity/xFailOverCluster/issues/69)).
   The version `v1.6.1` will be the the last release of _xFailOverCluster_.
   The Version `v2.0.0` will be release as _FailoverClusterDsc_, it will be
   released shortly after the `v1.6.1` release to easily transition to the
   new module.** The prefix 'x' will be removed from all resources in
   _FailoverClusterDsc_.

I will then push a last release of xFailOverCluster before we merge this PR.

johlju commented 2 years ago

@nickgw can you send in anther PR deprecating the previous module? Just change the CHANGELOG.md under the Unreleased section:

### Deprecated

**The module _xFailOverCluster_ will be renamed _FailoverClusterDsc_ ([issue #69](https://github.com/dsccommunity/xFailOverCluster/issues/69)).
The version `v1.6.1` will be the the last release of _xFailOverCluster_.
The Version `v2.0.0` will be release as _FailoverClusterDsc_, it will be
released shortly after the `v1.6.1` release to easily transition to the
new module.** The prefix 'x' will be removed from all resources in
_FailoverClusterDsc_.

I will then push a last release of xFailOverCluster before we merge this PR.

I can fix this myself now, got a few minutes over.

johlju commented 2 years ago

@nickgw awesome work on this, thank you!

johlju commented 2 years ago

This is ready for merge as soon as PR #265 has been merged and a full release has been made for xFailOverCluster. After that, before merge, we need to

johlju commented 2 years ago

So everything should be prepared behind the scenes so we can merge this. I will do that later today.