xFailOverCluster
1.15.0-preview0003
Module containing DSC resources for deployment and configuration of Windows Server Failover Cluster.
Minimum PowerShell version
4.0
See the version list below for details.
Installation Options
Owners
Copyright
Copyright the DSC Community contributors. All rights reserved.
Package Details
Author(s)
- DSC Community
Tags
DesiredStateConfiguration DSC DSCResourceKit DSCResource
DSCResources
xCluster xClusterDisk xClusterNetwork xClusterPreferredOwner xClusterProperty xClusterQuorum xWaitForCluster MSFT_xCluster MSFT_xClusterDisk MSFT_xClusterNetwork MSFT_xClusterPreferredOwner MSFT_xClusterProperty MSFT_xClusterQuorum MSFT_xWaitForCluster
Dependencies
This module has no dependencies.
Release Notes
## [1.15.0-preview0003] - 2020-12-29
### Added
- xFailOverCluster
- Add the module MarkdownLinkCheck to dependent modules to active the
markdown link tests.
- Added the filetypes to the file `.gitattributes` according to the
Plaster template.
- Update examples to be ready to be published to the PowerShell Gallery.
- Added a CONTRIBUTING.md.
- Replaced module CommonResourceHelper with the PowerShell Gallery module
DscResource.Common v0.2.0.
- Adding back publishing code coverage to Codecov.io.
- Add status badge for Codecov.io in README.md.
- Fix Azure Pipelines code coverage ([issue #236](https://github.com/dsccommunity/xFailOverCluster/issues/236)).
### Changed
- xFailOverCluster
- Renamed `master` branch to `main` ([issue #246](https://github.com/dsccommunity/xFailOverCluster/issues/246)).
- Updated the CI pipeline files to the latest template.
- Changed unit tests to handle missing DscResource.Test better.
- Changed the Code of Conduct to the one adopted by DSC Community.
- Added `.markdownlint.json` to get the correct settings for the
MarkdownLint VS Code extension.
- Changed Visual Studio Code settings to the file `settings.json` according
to the Plaster template.
- Set `testRunTitle` for PublishTestResults task so that a helpful name is
displayed in Azure DevOps for each test run.
- Set a display name on all the jobs and tasks in the CI pipeline.
- The deploy step is now only run when merged to branch `master` in the
DSC Community upstream repository (not to branch `master` in a fork
which always failed due to missing credentials).
- Only run the CI pipeline on branch `master` when there are changes to
files inside the `source` folder.
- Changed integration tests to run on a a build image with Windows Server
2019 since the one we previously used was removed from Azure Pipelines ([issue #233](https://github.com/dsccommunity/xFailOverCluster/issues/233)).
- Updated CI pipeline to get version from the property `NuGetVersionV2`.
- Pin Pester to 4.10.1 in `RequiredModule.psd1` since the tests does
not support Pester 5.
- Updated repository to use the latest version of the module ModuleBuilder.
### Fixed
- xFailOverCluster
- Added CODE_OF_CONDUCT.md file, and a 'Code of Conduct' section in the
README.md.
- Improved CI pipeline
- Renamed the jobs
- Splitting up the testing in different jobs.
- URLs in the module manifest pointed in the wrong direction.
- Changed the encoding that will be used by ModuleBuilder (`UTF-8`).
- URLs to examples in README.md didn't take account for new folder
structure.
- Release pipeline stopped working in some circumstances, workaround is
to pin ModuleBuilder to version `1.0.0` for now.
*There is an issue with ModuleBuilder with preview strings using dash,*
*e.g. `fix0008-9`. The string is compliant with SemVer 2.0 but there*
*is a bug in `Publish-Module` that prevents the module to be released.*
- Added code coverage reporting to Azure DevOps.
- Update status badges in README.md.
- Replaced section 'Branches' with section 'Releases' in README.md.
- Pull request and issue template got minor updates.
- Update module manifest exporting resources and fixed style.
- Update GitVersion.yml with the correct regular expression.
- Fix import statement in all tests, making sure it throws if module
DscResource.Test cannot be imported.
- Update the deploy stage so that it is skipped when merging
branch master in forks.
- xClusterPreferredOwner
- Fixed broken links to examples in README.md.
- xClusterQuorum
- Fixed broken link to examples in README.md ([issue #208](https://github.com/dsccommunity/xFailOverCluster/issues/208)).
- CommonResourceHelper
- Added `en-US` localization folder to pass PSSA rule.
- xCluster
- Added script file information to the example `1-CreateFirstNodeOfAFailoverCluster.ps1`.
- Fixed Describe-block descriptions ([issue #234](https://github.com/dsccommunity/xFailOverCluster/issues/234)).
### Removed
- Removed the file `Deploy.PSDeploy.ps1` since it is not longer used by
the build pipeline.
FileList
- xFailOverCluster.nuspec
- xFailOverCluster.psd1
- en-US\about_xFailOverCluster.help.txt
- DSCResources\MSFT_xClusterNetwork\MSFT_xClusterNetwork.psm1
- DSCResources\MSFT_xClusterNetwork\MSFT_xClusterNetwork.schema.mof
- DSCResources\MSFT_xWaitForCluster\MSFT_xWaitForCluster.schema.mof
- DSCResources\MSFT_xWaitForCluster\MSFT_xWaitForCluster.psm1
- DSCResources\MSFT_xClusterQuorum\MSFT_xClusterQuorum.psm1
- DSCResources\MSFT_xClusterQuorum\MSFT_xClusterQuorum.schema.mof
- DSCResources\MSFT_xClusterPreferredOwner\MSFT_xClusterPreferredOwner.psm1
- DSCResources\MSFT_xClusterPreferredOwner\MSFT_xClusterPreferredOwner.schema.mof
- DSCResources\MSFT_xClusterProperty\MSFT_xClusterProperty.schema.mof
- DSCResources\MSFT_xClusterProperty\MSFT_xClusterProperty.psm1
- DSCResources\MSFT_xClusterDisk\MSFT_xClusterDisk.psm1
- DSCResources\MSFT_xClusterDisk\MSFT_xClusterDisk.schema.mof
- DSCResources\MSFT_xCluster\MSFT_xCluster.schema.mof
- DSCResources\MSFT_xCluster\MSFT_xCluster.psm1
- DSCResources\MSFT_xClusterNetwork\en-US\MSFT_xClusterNetwork.strings.psd1
- DSCResources\MSFT_xWaitForCluster\en-US\MSFT_xWaitForCluster.strings.psd1
- DSCResources\MSFT_xClusterQuorum\en-US\MSFT_xClusterQuorum.strings.psd1
- DSCResources\MSFT_xClusterPreferredOwner\en-US\MSFT_xClusterPreferredOwner.strings.psd1
- DSCResources\MSFT_xClusterProperty\en-US\MSFT_xClusterProperty.strings.psd1
- DSCResources\MSFT_xClusterDisk\en-US\MSFT_xClusterDisk.strings.psd1
- DSCResources\MSFT_xCluster\en-US\MSFT_xCluster.strings.psd1
- Modules\DscResource.Common\0.2.0\DscResource.Common.psd1
- Modules\DscResource.Common\0.2.0\DscResource.Common.psm1
- Modules\DscResource.Common\0.2.0\en-US\about_DscResource.Common.help.txt
- Modules\DscResource.Common\0.2.0\en-US\DscResource.Common.psd1
Version History
Version | Downloads | Last updated |
---|---|---|
1.16.1 | 88,037 | 5/24/2022 |
1.16.0 | 2,404,346 | 3/17/2021 |
1.16.0-previ... | 16 | 3/17/2021 |
1.15.0 | 7,086 | 2/19/2021 |
1.15.0-previ... | 16 | 2/19/2021 |
1.15.0-previ... (current version) | 26 | 12/29/2020 |
1.15.0-previ... | 109 | 2/6/2020 |
1.15.0-previ... | 25 | 2/1/2020 |
1.14.2-previ... | 26 | 1/13/2020 |
1.14.2-previ... | 16 | 1/13/2020 |
1.14.2-previ... | 19 | 1/6/2020 |
1.14.2-previ... | 19 | 1/3/2020 |
1.14.2-previ... | 17 | 12/18/2019 |
1.14.2-previ... | 15 | 12/18/2019 |
1.14.1 | 111,804 | 12/18/2019 |
1.14.1-previ... | 16 | 12/18/2019 |
1.14.1-previ... | 15 | 12/18/2019 |
1.14.0 | 269 | 12/17/2019 |
1.14.0-previ... | 15 | 12/17/2019 |
1.13.0.0 | 25,529 | 9/19/2019 |
1.12.0.0 | 50,157 | 1/10/2019 |
1.11.0.0 | 1,657 | 10/25/2018 |
1.10.0.0 | 21,171 | 3/22/2018 |
1.9.0.0 | 7,998 | 2/8/2018 |
1.8.0.0 | 6,045 | 8/23/2017 |
1.7.0.0 | 950 | 7/12/2017 |
1.6.0.0 | 15,217 | 12/14/2016 |
1.5.0.0 | 1,940 | 8/10/2016 |
1.4.0.0 | 360 | 6/29/2016 |
1.3.0.0 | 352 | 5/18/2016 |
1.2.0.0 | 327 | 3/31/2016 |
1.1.1 | 1,121 | 5/13/2014 |
1.1 | 127 | 4/8/2014 |