Skip to content

Releases: dsccommunity/WSManDsc

v3.1.0-preview0003

25 Dec 19:25
a6e7f96

Choose a tag to compare

v3.1.0-preview0003 Pre-release
Pre-release

[v3.1.0-preview0003]

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.ResourceHelper to WSManDsc.Common and updated
      to use standard functions.
    • Pinned ModuleBuilder to 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.

Deprecated

  • None

Removed

  • WSManDsc
    • Removed unused file .codecov.yml.
    • Removed the file Deploy.PSDeploy.ps1 since it is not longer used by
      the build pipeline.

Fixed

  • WSManDsc
    • Added CODE_OF_CONDUCT.md file, and a 'Code of Conduct' section in the
      README.md.

Security

  • None

v3.1.0-preview0002

25 Dec 08:50

Choose a tag to compare

v3.1.0-preview0002 Pre-release
Pre-release

[v3.1.0-preview0002]

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.ResourceHelper to WSManDsc.Common and updated
      to use standard functions.
    • Pinned ModuleBuilder to v1.0.0.
    • Updated build badges in README.MD.
    • Remove unused localization strings.
    • Adopt DSC Community Code of Conduct.
    • Fix Code Coverage generation.

Deprecated

  • None

Removed

  • WSManDsc
    • Removed unused file .codecov.yml.

Fixed

  • None

Security

  • None

v3.1.0-preview0001

24 Dec 19:48
a3de75c

Choose a tag to compare

v3.1.0-preview0001 Pre-release
Pre-release

[v3.1.0-preview0001]

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.ResourceHelper to WSManDsc.Common and updated
      to use standard functions.
    • Pinned ModuleBuilder to v1.0.0.
    • Updated build badges in README.MD.
    • Remove unused localization strings.
    • Adopt DSC Community Code of Conduct.
    • Fix Code Coverage generation.

Deprecated

  • None

Removed

  • None

Fixed

  • None

Security

  • None

v2.4.1

25 Dec 02:44

Choose a tag to compare

Changed

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

v2.4.0

25 Dec 02:48

Choose a tag to compare

Changed

  • Changes to WSManDsc
    • Enabled PSSA rule violations to fail build - Fixes Issue #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.
    • 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.
    • Minor style corrections to comment based help.
    • Correct configuration names in Examples - fixes Issue #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.

v2.1.0

25 Dec 02:45

Choose a tag to compare

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.