Releases: dsccommunity/FailoverClusterDsc
Releases · dsccommunity/FailoverClusterDsc
v2.1.1-preview0001
[v2.1.1-preview0001]
Changed
- FailoverClusterDsc
- URLs in module manifest now points to the renamed repository.
v2.1.0
[v2.1.0]
Added
- New Resource
- ClusterIPAddress
- Adds an IP address to the cluster.
- ClusterIPAddress
Changed
- Cluster
- New parameter KeepDownedNodesInCluster controls whether or not to evict
nodes in a down state from the cluster.
- New parameter KeepDownedNodesInCluster controls whether or not to evict
- FailoverClusterDsc
- Update pipeline files to the latest from the Sampler project.
- Moved all documentation from the README.md to the GitHub repository Wiki.
All the DSC resource's schema MOF files was updated with descriptions from
the README.md where they were more descriptive. - Update GitHub pull request template after documentation was moved.
- ClusterPreferredOwner
- Minor fix to tests.
v2.1.0-preview0001
[v2.1.0-preview0001]
Added
- New Resource
- ClusterIPAddress
- Adds an IP address to the cluster
- ClusterIPAddress
Changed
Changed
- Cluster
- New parameter KeepDownedNodesInCluster controls whether or not to evict
nodes in a down state from the cluster.
- New parameter KeepDownedNodesInCluster controls whether or not to evict
- FailoverClusterDsc
- Update pipeline files to the latest from the Sampler project.
- Moved all documentation from the README.md to the GitHub repository Wiki.
All the DSC resource's schema MOF files was updated with descriptions from
the README.md where they were more descriptive. - Update GitHub pull request template after documentation was moved.
- ClusterPreferredOwner
- Minor fix to tests.
v2.0.1-preview0003
[v2.0.1-preview0003]
Changed
- Cluster
- New parameter KeepDownedNodesInCluster controls whether or not to evict
nodes in a down state from the cluster.
- New parameter KeepDownedNodesInCluster controls whether or not to evict
- FailoverClusterDsc
- Update pipeline files to the latest from the Sampler project.
- Moved all documentation from the README.md to the GitHub repository Wiki.
All the DSC resource's schema MOF files was updated with descriptions from
the README.md where they were more descriptive.
- ClusterPreferredOwner
- Minor fix to tests.
v2.0.1-preview0002
[v2.0.1-preview0002]
Changed
- Cluster
- New parameter KeepDownedNodesInCluster controls whether or not to evict nodes in a down state from the cluster.
- FailoverClusterDsc
- Update pipeline files to the latest from the Sampler project.
- Move somme documentation from README-md to the GitHub repository Wiki.
- ClusterPreferredOwner
- Minor fix to tests.
v2.0.1-preview0001
[v2.0.1-preview0001]
- FailoverClusterDsc
- Update pipeline files to the latest from the Sampler project.
- Move somme documentation from README-md to the GitHub repository Wiki.
- ClusterPreferredOwner
- Minor fix to tests.
v2.0.0
v2.0.0-preview0001
[v2.0.0-preview0001]
Changed
- BREAKING CHANGE
- Renamed xFailOverCluster to FailoverClusterDsc - fixes Issue #69.
- Changed all MSFT_xResourceName to DSC_ResourceName.
- Updated DSCResources, Examples, Modules and Tests for new naming.
- Updated README.md from xFailOverCluster to FailoverClusterDsc
v1.16.1
[v1.16.1]
Deprecated
- The module xFailOverCluster will be renamed to FailoverClusterDsc (issue #69).
The versionv1.6.1
will be the the last release of xFailOverCluster.
The Versionv2.0.0
will be released as FailoverClusterDsc, it will be
released shortly after thev1.6.1
release to be able to start transition
to the new module. The prefix 'x' will be removed from all resources in
FailoverClusterDsc.
v1.16.0
[v1.16.0]
Added
- xClusterProperty
- Added the BlockCacheSize parameter which controls Cluster Shared Volume
memory caching in MB (issue #252).
- Added the BlockCacheSize parameter which controls Cluster Shared Volume
Changed
- xFailOverCluster
- Update pipeline to use new deploy tasks.