Skip to content

Releases: dsccommunity/FailoverClusterDsc

v2.1.1-preview0001

19 Jun 17:27
faa9aa3
Compare
Choose a tag to compare
v2.1.1-preview0001 Pre-release
Pre-release

[v2.1.1-preview0001]

Changed

  • FailoverClusterDsc
    • URLs in module manifest now points to the renamed repository.

v2.1.0

19 Jun 16:44
de0d46d
Compare
Choose a tag to compare

[v2.1.0]

Added

  • New Resource
    • ClusterIPAddress
      • Adds an IP address to the cluster.

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.
    • 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

19 Jun 14:28
54600a9
Compare
Choose a tag to compare
v2.1.0-preview0001 Pre-release
Pre-release

[v2.1.0-preview0001]

Added

  • New Resource
    • ClusterIPAddress
      • Adds an IP address to the cluster

Changed

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.
    • 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

11 Jun 16:49
605481d
Compare
Choose a tag to compare
v2.0.1-preview0003 Pre-release
Pre-release

[v2.0.1-preview0003]

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.
    • 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

11 Jun 16:00
5c81cde
Compare
Choose a tag to compare
v2.0.1-preview0002 Pre-release
Pre-release

[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

26 May 13:58
9908405
Compare
Choose a tag to compare
v2.0.1-preview0001 Pre-release
Pre-release

[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

25 May 16:17
13e2221
Compare
Choose a tag to compare

[v2.0.0]

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

v2.0.0-preview0001

25 May 16:00
13e2221
Compare
Choose a tag to compare
v2.0.0-preview0001 Pre-release
Pre-release

[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

24 May 17:36
4aafd66
Compare
Choose a tag to compare

[v1.16.1]

Deprecated

  • The module xFailOverCluster will be renamed to FailoverClusterDsc (issue #69).
    The version v1.6.1 will be the the last release of xFailOverCluster.
    The Version v2.0.0 will be released as FailoverClusterDsc, it will be
    released shortly after the v1.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

17 Mar 20:26
a2dd8ef
Compare
Choose a tag to compare

[v1.16.0]

Added

  • xClusterProperty
    • Added the BlockCacheSize parameter which controls Cluster Shared Volume
      memory caching in MB (issue #252).

Changed

  • xFailOverCluster
    • Update pipeline to use new deploy tasks.