Skip to content

Commit

Permalink
Releasing version 1.10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kwirkykat committed Mar 21, 2018
1 parent 17158d3 commit ab2899f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 18 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 1.10.0.0

- Changes to xFailOverCluster
- Added xClusterProperty ([issue #169](https://github.com/PowerShell/xFailOverCluster/issues/169)).
- Changes to xClusterNetwork
Expand Down
23 changes: 5 additions & 18 deletions xFailOverCluster.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{

ModuleVersion = '1.9.0.0'
moduleVersion = '1.10.0.0'

GUID = '026e7fd8-06dd-41bc-b373-59366ab18679'

Expand Down Expand Up @@ -33,24 +33,10 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '- Changes to xFailoverCluster
- Update Pester syntax to v4
- Updated year to 2018 in license file and module manifest ([issue 167](https://github.com/PowerShell/xFailOverCluster/issues/167)).
ReleaseNotes = '- Changes to xFailOverCluster
- Added xClusterProperty ([issue 169](https://github.com/PowerShell/xFailOverCluster/issues/169)).
- Changes to xClusterNetwork
- Updated readme to describe process for adding and removing additional networks on clusters
- Changes to xCluster
- Allow the cluster to be assigned an IP address from a DHCP ([issue 109](https://github.com/PowerShell/xFailOverCluster/issues/109)).
When the parameter StaticIPAddress is not specified then the cluster will be
configured to use an IP address from a DHCP.
- Get-TargetResource now correctly returns the IP address instead of throwing
and error ([issue 28](https://github.com/PowerShell/xFailOverCluster/issues/28)).
- Added -IgnoreNetwork parameter ([issue 143](https://github.com/PowerShell/xFailOverCluster/issues/143)).
- Changes to xClusterQuorum
- When using NodeAndFileShareMajority on Windows Server 2016 any subsequent run
failed when Test-TargetResource validated the configuration.
- Cleaned up tests which was using over complicated evaluation code.
- Added cloud witness (Azure storage) functionality on Windows 2016
([issue 37](https://github.com/PowerShell/xFailOverCluster/issues/37)).
- Fix the test for the network role never in desired state ([issue 175](https://github.com/PowerShell/xFailOverCluster/issues/175)).
'

Expand All @@ -62,3 +48,4 @@ PrivateData = @{




0 comments on commit ab2899f

Please sign in to comment.