Skip to content

Latest commit

 

History

History
69 lines (47 loc) · 2.19 KB

CHANGELOG.md

File metadata and controls

69 lines (47 loc) · 2.19 KB

Change log for xSystemSecurity

The format is based on and uses the types of changes according to Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.5.1] - 2020-03-13

Deprecated

  • THIS MODULE HAS BEEN DEPRECATED. It will no longer be released. Please use the following modules instead:
    • The resource xIEEsc have been replaced by IEEnhancedSecurityConfiguration in the module ComputerManagementDsc.
    • The resource xUac have been replaced by UserAccountControl in the module ComputerManagementDsc.
    • The resource xFileSystemAccessRule have been replaced by FileSystemAccessRule in the module FileSystemDsc.

Fixed

  • Fixes issue with importing composite resources (issue #34).

[1.5.0] - 2020-01-29

Added

  • xSystemSecurity
    • Added continuous delivery with a new CI pipeline.

Fixed

  • xSystemSecurity
    • Fixed the correct URL on status badges.
  • xFileSystemAccessRule
    • Corrected flag handling so that the Test-TargetResource passes correctly.
    • Using Ensure = 'Absent' with no rights specified will now correctly remove existing ACLs for the specified identity, rather than silently leaving them there.
    • Correctly returns property Ensure from the function Get-TargetResource.

[1.4.0.0] - 2018-06-13

[1.3.0.0] - 2017-12-20

  • Updated FileSystemACL Set

[1.2.0.0] - 2016-09-21

  • Converted appveyor.yml to install Pester from PSGallery instead of from Chocolatey.
  • Added xFileSystemAccessRule resource

[1.1.0.0] - 2015-09-11

  • Fixed encoding

[1.0.0.0] - 2015-04-23

  • Initial release with the following resources
    • xUAC
    • xIEEsc