Releases: dsccommunity/WSManDsc
Releases · dsccommunity/WSManDsc
v3.2.0-preview0003
[v3.2.0-preview0003]
Added
- Added build task
Generate_Conceptual_Helpto generate conceptual help
for the DSC resource. - Added build task
Generate_Wiki_Contentto generate the wiki content
that can be used to update the GitHub Wiki.
Changed
- Updated CI pipeline files.
- No longer run integration tests when running the build task
test, e.g.
.\build.ps1 -Task test. To manually run integration tests, run the
following:.\build.ps1 -Tasks test -PesterScript 'tests/Integration' -CodeCoverageThreshold 0
- Change Azure DevOps Pipeline definition to include
source/*- fixes Issue #75. - Updated pipeline to use
latestversion ofModuleBuilder- fixes Issue #75. - Merge
HISTORIC_CHANGELOG.mdintoCHANGELOG.md- fixes Issue #76. - WSManDsc
- WSManDsc
- Automatically publish documentation to GitHub Wiki - Fixes Issue #82.
- Renamed
masterbranch tomain- Fixes Issue #82. - Minor corrections to pipeline files and examples after renaming
master
branch tomain.
v3.2.0-preview0002
[v3.2.0-preview0002]
Added
- Added build task
Generate_Conceptual_Helpto generate conceptual help
for the DSC resource. - Added build task
Generate_Wiki_Contentto generate the wiki content
that can be used to update the GitHub Wiki.
Changed
- Updated CI pipeline files.
- No longer run integration tests when running the build task
test, e.g.
.\build.ps1 -Task test. To manually run integration tests, run the
following:.\build.ps1 -Tasks test -PesterScript 'tests/Integration' -CodeCoverageThreshold 0
- Change Azure DevOps Pipeline definition to include
source/*- fixes Issue #75. - Updated pipeline to use
latestversion ofModuleBuilder- fixes Issue #75. - Merge
HISTORIC_CHANGELOG.mdintoCHANGELOG.md- fixes Issue #76. - WSManDsc
- WSManDsc
- Automatically publish documentation to GitHub Wiki - Fixes Issue #82.
v3.2.0-preview0001
[v3.2.0-preview0001]
Added
- Added build task
Generate_Conceptual_Helpto generate conceptual help
for the DSC resource. - Added build task
Generate_Wiki_Contentto generate the wiki content
that can be used to update the GitHub Wiki.
Changed
- Updated CI pipeline files.
- No longer run integration tests when running the build task
test, e.g.
.\build.ps1 -Task test. To manually run integration tests, run the
following:.\build.ps1 -Tasks test -PesterScript 'tests/Integration' -CodeCoverageThreshold 0
- Change Azure DevOps Pipeline definition to include
source/*- fixes Issue #75. - Updated pipeline to use
latestversion ofModuleBuilder- fixes Issue #75. - Merge
HISTORIC_CHANGELOG.mdintoCHANGELOG.md- fixes Issue #76. - WSManDsc
v3.1.2-preview0001
[v3.1.2-preview0001]
v3.1.1
[v3.1.1]
Changed
- Changed CI pipeline HQRM Test image to use
windows-2019Azure DevOps hosted
image - fixes issue #69 - Changed CI pipeline Unit Test image to use
vs2017-win2016Azure
DevOps hosted image - fixes issue #69 - Added CI pipeline stages for running Integration and Unit tests on
Windows Server 2016 and Windows Server 2019 respectively.
v3.1.1-preview0002
[v3.1.1-preview0002]
Changed
- Changed CI pipeline HQRM Test image to use
windows-2019Azure DevOps hosted
image - fixes issue #69 - Changed CI pipeline Unit Test image to use
vs2017-win2016Azure
DevOps hosted image - fixes issue #69 - Added CI pipeline stages for running Integration and Unit tests on
Windows Server 2016 and Windows Server 2019 respectively.
v3.1.1-preview0001
[v3.1.1-preview0001]
v3.1.0
[v3.1.0]
Added
- WSManDsc
- Added automatic release with a new CI pipeline.
Changed
- WSManDsc
- Transferred ownership to DSCCommunity.org.
- Added missing resource to README.MD.
- BREAKING CHANGE: Changed resource prefix from DSR to DSC.
- Renamed module
WSManDsc.ResourceHelpertoWSManDsc.Commonand updated
to use standard functions. - Pinned
ModuleBuilderto v1.0.0. - Updated build badges in README.MD.
- Remove unused localization strings.
- Adopt DSC Community Code of Conduct.
- Fix Code Coverage generation.
- Updated the CI pipeline files to the latest template.
- Changed unit tests to handle missing DscResource.Test better.
- Changed
azure-pipeline.ymlto match current pattern (Issue #59).
- Set
testRunTitlefor PublishTestResults steps 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 - fixes issue #63
Deprecated
- None
Removed
- WSManDsc
- Removed unused file
.codecov.yml. - Removed the file
Deploy.PSDeploy.ps1since it is not longer used by
the build pipeline.
- Removed unused file
Fixed
- WSManDsc
- Added CODE_OF_CONDUCT.md file, and a 'Code of Conduct' section in the
README.md.
- Added CODE_OF_CONDUCT.md file, and a 'Code of Conduct' section in the
- WSManListener
- Fix Find-Certificate Verbose Messages Issue #49.
- Fixed
GitVersion.ymlfeature and fix Regex - fixes
issue #62. - Fix import statement in all tests, making sure it throws if module
DscResource.Test cannot be imported - fixes
issue #67. - Fix deploy stage in CI pipeline to prevent it executing against forks
of the repository - fixes issue #66.
Security
- None
v3.1.0-preview0007
[v3.1.0-preview0007]
Added
- WSManDsc
- Added automatic release with a new CI pipeline.
Changed
- WSManDsc
- Transferred ownership to DSCCommunity.org.
- Added missing resource to README.MD.
- BREAKING CHANGE: Changed resource prefix from DSR to DSC.
- Renamed module
WSManDsc.ResourceHelpertoWSManDsc.Commonand updated
to use standard functions. - Pinned
ModuleBuilderto v1.0.0. - Updated build badges in README.MD.
- Remove unused localization strings.
- Adopt DSC Community Code of Conduct.
- Fix Code Coverage generation.
- Updated the CI pipeline files to the latest template.
- Changed unit tests to handle missing DscResource.Test better.
- Changed
azure-pipeline.ymlto match current pattern (Issue #59).
- Set
testRunTitlefor PublishTestResults steps 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 - fixes issue #63
Deprecated
- None
Removed
- WSManDsc
- Removed unused file
.codecov.yml. - Removed the file
Deploy.PSDeploy.ps1since it is not longer used by
the build pipeline.
- Removed unused file
Fixed
- WSManDsc
- Added CODE_OF_CONDUCT.md file, and a 'Code of Conduct' section in the
README.md.
- Added CODE_OF_CONDUCT.md file, and a 'Code of Conduct' section in the
- WSManListener
- Fix Find-Certificate Verbose Messages Issue #49.
- Fixed
GitVersion.ymlfeature and fix Regex - fixes
issue #62. - Fix import statement in all tests, making sure it throws if module
DscResource.Test cannot be imported - fixes
issue #67. - Fix deploy stage in CI pipeline to prevent it executing against forks
of the repository - fixes issue #66.
Security
- None
v3.1.0-preview0006
[v3.1.0-preview0006]
Added
- WSManDsc
- Added automatic release with a new CI pipeline.
Changed
- WSManDsc
- Transferred ownership to DSCCommunity.org.
- Added missing resource to README.MD.
- BREAKING CHANGE: Changed resource prefix from DSR to DSC.
- Renamed module
WSManDsc.ResourceHelpertoWSManDsc.Commonand updated
to use standard functions. - Pinned
ModuleBuilderto v1.0.0. - Updated build badges in README.MD.
- Remove unused localization strings.
- Adopt DSC Community Code of Conduct.
- Fix Code Coverage generation.
- Updated the CI pipeline files to the latest template.
- Changed unit tests to handle missing DscResource.Test better.
- Changed
azure-pipeline.ymlto match current pattern (Issue #59).
- Set
testRunTitlefor PublishTestResults steps 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 - fixes issue #63
Deprecated
- None
Removed
- WSManDsc
- Removed unused file
.codecov.yml. - Removed the file
Deploy.PSDeploy.ps1since it is not longer used by
the build pipeline.
- Removed unused file
Fixed
- WSManDsc
- Added CODE_OF_CONDUCT.md file, and a 'Code of Conduct' section in the
README.md.
- Added CODE_OF_CONDUCT.md file, and a 'Code of Conduct' section in the
- WSManListener
- Fix Find-Certificate Verbose Messages Issue #49.
Security
- None