Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,18 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md)

## [Unreleased]

### Changed

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

## [2.1.0] - 2022-06-19

### Added

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

### Changed

Expand All @@ -26,6 +31,7 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md)
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.
- URLs in module manifest now points to the renamed repository.
- ClusterPreferredOwner
- Minor fix to tests.

Expand Down
4 changes: 2 additions & 2 deletions source/FailoverClusterDsc.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
Tags = @('DesiredStateConfiguration', 'DSC', 'DSCResourceKit', 'DSCResource')

# A URL to the license for this module.
LicenseUri = 'https://github.com/dsccommunity/xFailOverCluster/blob/main/LICENSE'
LicenseUri = 'https://github.com/dsccommunity/FailOverClusterDsc/blob/main/LICENSE'

# A URL to the main website for this project.
ProjectUri = 'https://github.com/dsccommunity/xFailOverCluster'
ProjectUri = 'https://github.com/dsccommunity/FailOverClusterDsc'

# A URL to an icon representing this module.
IconUri = 'https://dsccommunity.org/images/DSC_Logo_300p.png'
Expand Down