- Fixed function that validates paths in $env:lib variable (MODULES-9800)
- Fixed regression in guarding of library code which caused facter runs to fail on non-Windows systems.
- Added a note to the readme specifying the exact PowerShell version required for the module to function (MODULES-7762)
- Increase the named pipe timeout to 180 seconds to prevent runs from failing waiting for a pipe to open (MODULES-9086)
- Support for Puppet 4x, raising the minimum supported version of Puppet to 5.5.10 (MODULES-9336)
- Ensure sensitive values are redacted in debug output (MODULES-8856)
Release fixes sensitive data types to function when master and agent are different major versions of Puppet.
- Updated README.md to prevent daily unwanted reboots when handling reboots with dsc_lite MODULES-7716
- PDK update to version 1.8.0 MODULES-8532
- Ensure that using sensitive values in dsc_lite resource declarations functions when the master and agent are different major versions MODULES-8175
Updated metadata for Puppet version 6.x
- Clarify target user for dsc_lite in README (MODULES-7556)
- General README improvements
Small release with bug fixes and a reporting improvement.
- Ensure the output report for resources prefixes type names with
dsc_lite_#{resource_name}
for improved reporting (MODULES-7178)
- Fix validation for required parameters (MODULES-7485)
- Fix crash on Puppet 4 / WMF < 5 (MODULES-7554)
MODULES-7253 introduced a breaking change, where the repetitive use of dsc_resource_...
was removed.
- BREAKING: Renamed all parameters for resource declarations, will require manifest modifications. (MODULES-7253)
- Refactor acceptance tests into beaker rpsec (MODULES-6572, MODULES-6751, MODULES-6517)
- Changed
created
event toinvoked
(MODULES-7179)
- Removed unused ensurable values (MODULES-7197)
- Removed redundant acceptance tests (MODULES-7041)
Small release with bug fixes.
- Support for
Sensitive
data type (MODULES-7141) - UTF-8 support in ERB template creation (MODULES-7143)
Small release with documentation and minor bug fixes.
- Added Server 2016 to metadata (MODULES-4271)
- Bump the puppetlabs-reboot module dependancy to reflect that the new version is 2.0.0 (MODULES-6678)
- Documented null username PSCredential (MODULES-6992)
- Emit a better message when PowerShell version is unsuitable for provider (MODULES-6860)
- Documented the DSC Resource Distribution process (MODULES-7105)
- Fixed Named Pipes Server on Windows Server 2008r2 (MODULES-6930)
Small release with breaking change to support for DSC Versions.
- Implement DSC resource version support (MODULES-5845)
Initial unsupported release of the dsc_lite module.
- Implement generic DSC resource (MODULES-5842)
- Update generic dsc resource invoker to support CIM Instances (MODULES-6323)
- Copy Powershell manager from existing DSC module (MODULES-5844)
- Document tradeoffs between generic DSC and current DSC (MODULES-5847)
- Rename assets named DSC in the module to the new name of DSC_Lite (MODULES-5843)
- Use dsc_puppetfakeresource in acceptance tests (MODULES-6132)
- Update readme for dsc_lite changes (MODULES-6378)
- Remove generated types and vendored code from module (MODULES-5968)
- Remove build tasks and assets from module (MODULES-6019)