Skip to content

Releases: dsccommunity/xBitlocker

v1.5.1-preview0001

11 Sep 15:11
c36fc28
Compare
Choose a tag to compare
v1.5.1-preview0001 Pre-release
Pre-release

[v1.5.1-preview0001]

Added

Fixed

  • Fix hashtables according to the style guideline.

v1.4.0

06 Jan 01:00
af3361e
Compare
Choose a tag to compare
  • Change double quoted string literals to single quotes
  • Add spaces between array members
  • Add spaces between variable types and variable names
  • Add spaces between comment hashtag and comments
  • Explicitly removed extra hidden files from release package

v1.3.0

06 Jan 01:00
2facc14
Compare
Choose a tag to compare
  • Update appveyor.yml to use the default template.
  • Added default template files .gitattributes, and .vscode settings.
  • Fixes most PSScriptAnalyzer issues.
  • Fix issue where AutoUnlock is not set if requested, if the disk was
    originally encrypted and AutoUnlock was not used.
  • Add remaining Unit Tests for xBitlockerCommon.
  • Add Unit tests for MSFT_xBLTpm
  • Add remaining Unit Tests for xBLAutoBitlocker
  • Add Unit tests for MSFT_xBLBitlocker
  • Moved change log to CHANGELOG.md file
  • Fixed Markdown validation warnings in README.md
  • Added .MetaTestOptIn.json file to root of module
  • Add Integration Tests for module resources
  • Rename functions with improper Verb-Noun constructs
  • Add comment based help to any functions without it
  • Update Schema.mof Description fields
  • Fixes issue where Switch parameters are passed to Enable-Bitlocker even if
    the corresponding DSC resource parameter was set to False (Issue #12)

v1.2.0

06 Jan 01:00
3475f35
Compare
Choose a tag to compare
  • Converted appveyor.yml to install Pester from PSGallery instead of from
    Chocolatey.
  • Added Codecov support.
  • Updated appveyor.yml to use the one in template.
  • Added folders for future unit and integration tests.
  • Added Visual Studio Code formatting settings.
  • Added .gitignore file.
  • Added markdown lint rules.
  • Fixed encoding on README.md.
  • Added PowerShellVersion = '4.0', and updated copyright information, in the
    module manifest.
  • Fixed issue which caused Test to incorrectly succeed on fully decrypted
    volumes when correct Key Protectors were present
    (issue #13)
  • Fixed issue which caused xBLAutoBitlocker to incorrectly detect Fixed vs
    Removable volumes.
    (issue #11)
  • Fixed issue which made xBLAutoBitlocker unable to encrypt volumes with drive
    letters assigned.
    (issue #10)
  • Fixed an issue in CheckForPreReqs function where on Server Core the
    installation of the non existing Windows Feature
    'RSAT-Feature-Tools-BitLocker-RemoteAdminTool' was erroneously checked.
    (issue #8)

v1.1.0

06 Jan 00:59
Compare
Choose a tag to compare
  • Versioning updates

v1.0.1

06 Jan 00:58
Compare
Choose a tag to compare
  • Reduced the number of acceptable values for PrimaryProtector in
    xBLAutoBitlocker and xBLBitlocker.
  • Changed the properties that are returned by Get-TargetResource in
    xBLAutoBitlocker, xBLBitlocker, and xBLTpm.
  • Fixed issue which caused protectors to be continually re-added.