Skip to content

Releases: dsccommunity/FailoverClusterDsc

v2.2.1-preview0001

06 Jul 15:53
2123608
Compare
Choose a tag to compare
v2.2.1-preview0001 Pre-release
Pre-release

[v2.2.1-preview0001]

Changed

  • azure-pipelines.yml
    • Remove windows 2019 image fixes #294.
  • Migrate tests to Pester 5.
  • Updated to single stubs module.

Removed

  • Removed CommonTestHelper as functions are now provided by DscResource.Test.
  • Removed OS specific (mainly 2012R2) tests.

v2.2.0

22 May 15:37
95c6962
Compare
Choose a tag to compare

[v2.2.0]

Fixed

  • Cluster
    • Fixed Get-TargetResource is reporting error when cluster is not found (issue #283).

Changed

  • FailoverClusterDsc
    • URLs in module manifest now points to the renamed repository.
    • Fixed build pipeline to use GitVersion v5.
    • Switch build pipeline to use windows-latest as the build agent.
    • Update latest module files from Sampler.
    • Use matrix pipeline strategy.
    • Try using CodeCov CLI
    • Update CodeCov CLI command
    • Use CodeCov upload-process

v2.2.0-preview0002

11 May 18:04
95c6962
Compare
Choose a tag to compare
v2.2.0-preview0002 Pre-release
Pre-release

[v2.2.0-preview0002]

Fixed

  • Cluster
    • Fixed Get-TargetResource is reporting error when cluster is not found (issue #283).

Changed

  • FailoverClusterDsc
    • URLs in module manifest now points to the renamed repository.
    • Fixed build pipeline to use GitVersion v5.
    • Switch build pipeline to use windows-latest as the build agent.
    • Update latest module files from Sampler.
    • Use matrix pipeline strategy.
    • Try using CodeCov CLI
    • Update CodeCov CLI command
    • Use CodeCov upload-process

v2.2.0-preview0001

09 May 14:49
fcb6f51
Compare
Choose a tag to compare
v2.2.0-preview0001 Pre-release
Pre-release

[v2.2.0-preview0001]

Fixed

  • Cluster
    • Fixed Get-TargetResource is reporting error when cluster is not found (issue #283).

Changed

  • FailoverClusterDsc
    • URLs in module manifest now points to the renamed repository.
    • Fixed build pipeline to use GitVersion v5.
    • Switch build pipeline to use windows-latest as the build agent.
    • Update latest module files from Sampler.
    • Use matrix pipeline strategy.
    • Try using CodeCov CLI
    • Update CodeCov CLI command

v2.1.1-preview0003

08 May 17:33
9ffff61
Compare
Choose a tag to compare
v2.1.1-preview0003 Pre-release
Pre-release

[v2.1.1-preview0003]

Fixed

  • Cluster
    • Fixed Get-TargetResource is reporting error when cluster is not found (issue #283).

Changed

  • FailoverClusterDsc
    • URLs in module manifest now points to the renamed repository.
    • Fixed build pipeline to use GitVersion v5.
    • Switch build pipeline to use windows-latest as the build agent.
    • Update latest module files from Sampler.
    • Use matrix pipeline strategy.
    • Try using CodeCov CLI

v2.1.1-preview0002

29 Apr 19:53
fe35edd
Compare
Choose a tag to compare
v2.1.1-preview0002 Pre-release
Pre-release

[v2.1.1-preview0002]

Fixed

  • Cluster
    • Fixed Get-TargetResource is reporting error when cluster is not found (issue #283).

Changed

  • FailoverClusterDsc
    • URLs in module manifest now points to the renamed repository.
    • Fixed build pipeline to use GitVersion v5.
    • Switch build pipeline to use windows-latest as the build agent.

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.