|
| 1 | +# Change log for xBitlocker |
| 2 | + |
| 3 | +## Unreleased |
| 4 | + |
| 5 | +## 1.3.0.0 |
| 6 | + |
| 7 | +- Update appveyor.yml to use the default template. |
| 8 | +- Added default template files .gitattributes, and .vscode settings. |
| 9 | +- Fixes most PSScriptAnalyzer issues. |
| 10 | +- Fix issue where AutoUnlock is not set if requested, if the disk was |
| 11 | + originally encrypted and AutoUnlock was not used. |
| 12 | +- Add remaining Unit Tests for xBitlockerCommon. |
| 13 | +- Add Unit tests for MSFT_xBLTpm |
| 14 | +- Add remaining Unit Tests for xBLAutoBitlocker |
| 15 | +- Add Unit tests for MSFT_xBLBitlocker |
| 16 | +- Moved change log to CHANGELOG.md file |
| 17 | +- Fixed Markdown validation warnings in README.md |
| 18 | +- Added .MetaTestOptIn.json file to root of module |
| 19 | +- Add Integration Tests for module resources |
| 20 | +- Rename functions with improper Verb-Noun constructs |
| 21 | +- Add comment based help to any functions without it |
| 22 | +- Update Schema.mof Description fields |
| 23 | +- Fixes issue where Switch parameters are passed to Enable-Bitlocker even if |
| 24 | + the corresponding DSC resource parameter was set to False (Issue #12) |
| 25 | + |
| 26 | +## 1.2.0.0 |
| 27 | + |
| 28 | +- Converted appveyor.yml to install Pester from PSGallery instead of from |
| 29 | + Chocolatey. |
| 30 | +- Added Codecov support. |
| 31 | +- Updated appveyor.yml to use the one in template. |
| 32 | +- Added folders for future unit and integration tests. |
| 33 | +- Added Visual Studio Code formatting settings. |
| 34 | +- Added .gitignore file. |
| 35 | +- Added markdown lint rules. |
| 36 | +- Fixed encoding on README.md. |
| 37 | +- Added `PowerShellVersion = '4.0'`, and updated copyright information, in the |
| 38 | + module manifest. |
| 39 | +- Fixed issue which caused Test to incorrectly succeed on fully decrypted |
| 40 | + volumes when correct Key Protectors were present |
| 41 | + ([issue #13](https://github.com/PowerShell/xBitlocker/issues/13)) |
| 42 | +- Fixed issue which caused xBLAutoBitlocker to incorrectly detect Fixed vs |
| 43 | + Removable volumes. |
| 44 | + ([issue #11](https://github.com/PowerShell/xBitlocker/issues/11)) |
| 45 | +- Fixed issue which made xBLAutoBitlocker unable to encrypt volumes with drive |
| 46 | + letters assigned. |
| 47 | + ([issue #10](https://github.com/PowerShell/xBitlocker/issues/10)) |
| 48 | +- Fixed an issue in CheckForPreReqs function where on Server Core the |
| 49 | + installation of the non existing Windows Feature |
| 50 | + 'RSAT-Feature-Tools-BitLocker-RemoteAdminTool' was erroneously checked. |
| 51 | + ([issue #8](https://github.com/PowerShell/xBitlocker/issues/8)) |
| 52 | + |
| 53 | +## 1.1.0.0 |
| 54 | + |
| 55 | +- Versioning updates |
| 56 | + |
| 57 | +## 1.0.1.1 |
| 58 | + |
| 59 | +- Reduced the number of acceptable values for PrimaryProtector in |
| 60 | + xBLAutoBitlocker and xBLBitlocker. |
| 61 | +- Changed the properties that are returned by Get-TargetResource in |
| 62 | + xBLAutoBitlocker, xBLBitlocker, and xBLTpm. |
| 63 | +- Fixed issue which caused protectors to be continually re-added. |
| 64 | + |
| 65 | +## 1.0.0.0 |
| 66 | + |
| 67 | +- Initial release with the following resources |
| 68 | + - xBLAutoBitlocker |
| 69 | + - xBLBitlocker |
| 70 | + - xBLTpm |
0 commit comments