Skip to content

Commit

Permalink
Merge pull request #77 from PlagueHO/Issue-75-and-76
Browse files Browse the repository at this point in the history
Miscellaneous Pipeline Changes
  • Loading branch information
PlagueHO committed Apr 27, 2020
2 parents 7cdd2cf + 42c9fb2 commit 98dc1ef
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 80 deletions.
75 changes: 75 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
```powershell
.\build.ps1 -Tasks test -PesterScript 'tests/Integration' -CodeCoverageThreshold 0
```
- Change Azure DevOps Pipeline definition to include `source/*` - fixes [Issue #75](https://github.com/dsccommunity/WSManDsc/issues/75).
- Updated pipeline to use `latest` version of `ModuleBuilder` - fixes [Issue #75](https://github.com/dsccommunity/WSManDsc/issues/75).
- Merge `HISTORIC_CHANGELOG.md` into `CHANGELOG.md` - fixes [Issue #76](https://github.com/dsccommunity/WSManDsc/issues/76).

## [3.1.1] - 2020-01-31

Expand Down Expand Up @@ -90,3 +93,75 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security

- None

## [2.4.1.0] - 2019-10-25

### Changed

- Changes to WSManDsc
- Added .VSCode settings for applying DSC PSSA rules - fixes [Issue #32](https://github.com/dsccommunity/WSManDsc/issues/32).
- Fix minor style issues in hashtable layout.
- Added .gitattributes file to fix bug publishing examples - Fixes [Issue #34](https://github.com/dsccommunity/WSManDsc/issues/34).
- WSManConfig:
- Added new resource to allow configuration of core WS-Man
settings - Fixes [Issue #40](https://github.com/dsccommunity/WSManDsc/issues/40).
- WSManServiceConfig:
- Updated integration tests to latest version of template.

## [2.4.0.0] - 2019-10-15

### Changed

- Changes to WSManDsc
- Enabled PSSA rule violations to fail build - Fixes [Issue #14](https://github.com/dsccommunity/WSManDsc/issues/14).
- Added Open Code of Conduct.
- Refactored module folder structure to move resource
to root folder of repository and remove test harness - Fixes [Issue #19](https://github.com/dsccommunity/WSManDsc/issues/19).
- Converted Examples to support format for publishing to PowerShell
Gallery.
- Change `Find-Certificate` in `WSManListener` to return entire certificate
instead of just thumbprint.
- Fix `Get-TargetResource` in `WSManListener` to ensure all MOF parameters are
returned - Fixes [Issue #21](https://github.com/dsccommunity/WSManDsc/issues/21).
- Minor style corrections to comment based help.
- Correct configuration names in Examples - fixes [Issue #24](https://github.com/dsccommunity/WSManDsc/issues/24).
- Opt-in to common tests:
- Common Tests - Validate Example Files To Be Published
- Common Tests - Validate Markdown Links
- Common Tests - Relative Path Length
- Opt-in to example publishing.
- Update to new format LICENSE.

## [2.2.0.0] - 2018-01-13

### Changed

- Changes to WSManDsc
- WSManListener:
- Added support for setting the Hostname of the listener will if the
subject of the certificate does not match the machine name - Fixes [Issue #11](https://github.com/dsccommunity/WSManDsc/issues/11).

## [2.1.0.0] - 2018-01-02

### Changed

- Changes to WSManDsc
- Updated tests to meet Pester v4 standard.
- Removed DSCResourceKit tag from manifest tags.
- Added support for selecting a certificate to use by Thumbprint.

## [2.0.0.0] - 2017-09-02

### Changed

- Changes to WSManDsc
- Added WSManServiceConfig resource.
- Prepare module for moving over to DSC community resources.
- Fixes WSManListener when Compatibility Listeners are enabled.
- Updated readme.md to follow standard layout defined in DSCResources.
- WSManListener:
- Refactored to move certificate lookup to Find-Certificate cmdlet.
- Improved unit test coverage.
- Exception now thrown if certificate can't be found for HTTPS listener.
- Added integration tests for WS-Man HTTPS listener.
- Additional logging information added for certificate detection for HTTPS listener.
78 changes: 0 additions & 78 deletions HISTORIC_CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion RequiredModules.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
PSScriptAnalyzer = 'latest'
Pester = 'latest'
Plaster = 'latest'
ModuleBuilder = '1.0.0'
ModuleBuilder = 'latest'
ChangelogManagement = 'latest'
Sampler = 'latest'
'DscResource.Test' = 'latest'
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ trigger:
- master
paths:
include:
- source/**/*
- source/*
tags:
include:
- "v*"
Expand Down

0 comments on commit 98dc1ef

Please sign in to comment.