You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
4
+
All notable changes to this project will be documented in this file.
5
+
6
+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
-\(maint\) Add messaging about the differences between this and the dsc modules [\#188](https://github.com/puppetlabs/puppetlabs-dsc_lite/pull/188) ([binford2k](https://github.com/binford2k))
38
+
- (maint) Add messaging about the differences between this and the dsc modules [#188](https://github.com/puppetlabs/puppetlabs-dsc_lite/pull/188) ([binford2k](https://github.com/binford2k))
- pdksync - (feat) - Add support for Puppet 7 [#171](https://github.com/puppetlabs/puppetlabs-dsc_lite/pull/171) ([daianamezdrea](https://github.com/daianamezdrea))
37
48
38
49
### Fixed
39
50
40
-
-\(MODULES-10471\) Allow namevar to have special chars [\#148](https://github.com/puppetlabs/puppetlabs-dsc_lite/pull/148) ([jarretlavallee](https://github.com/jarretlavallee))
51
+
- (MODULES-10471) Allow namevar to have special chars [#148](https://github.com/puppetlabs/puppetlabs-dsc_lite/pull/148) ([jarretlavallee](https://github.com/jarretlavallee))
- Added a note to the readme specifying the exact PowerShell version required for the module to function ([MODULES-7762](https://tickets.puppetlabs.com/browse/MODULES-7762))
- Increase the named pipe timeout to 180 seconds to prevent runs from failing waiting for a pipe to open ([MODULES-9086](https://tickets.puppetlabs.com/browse/MODULES-9086))
79
-
80
-
### Removed
81
+
### Fixed
81
82
82
-
-Support for Puppet 4x, raising the minimum supported version of Puppet to 5.5.10 ([MODULES-9336](https://tickets.puppetlabs.com/browse/MODULES-9336))
83
+
-(MAINT) Fix powershell_version OS guard [#122](https://github.com/puppetlabs/puppetlabs-dsc_lite/pull/122) ([michaeltlombardi](https://github.com/michaeltlombardi))
Release fixes sensitive data types to function when master and agent are different major versions of Puppet.
89
+
### Added
92
90
93
-
### Changed
94
-
- Updated README.md to prevent daily unwanted reboots when handling reboots with dsc_lite [MODULES-7716](https://tickets.puppetlabs.com/browse/MODULES-7716)
95
-
- PDK update to version 1.8.0 [MODULES-8532](https://tickets.puppetlabs.com/browse/MODULES-8532)
- (MODULES-9086) Increase pipe timeout to 180 [#108](https://github.com/puppetlabs/puppetlabs-dsc_lite/pull/108) ([michaeltlombardi](https://github.com/michaeltlombardi))
96
93
97
94
### Fixed
98
-
- Ensure that using sensitive values in dsc_lite resource declarations functions when the master and agent are different major versions [MODULES-8175](https://tickets.puppetlabs.com/browse/MODULES-8175)
99
95
100
-
## 2018-11-20
101
-
### Changed
102
-
Updated metadata for Puppet version 6.x
96
+
- (MODULES-8171) Run fails if paths in $env:lib don't exist [#109](https://github.com/puppetlabs/puppetlabs-dsc_lite/pull/109) ([carabasdaniel](https://github.com/carabasdaniel))
97
+
- (MODULES-8602) Resolved declaration conflict between DSC/DSC_Lite [#85](https://github.com/puppetlabs/puppetlabs-dsc_lite/pull/85) ([AnthonieSmitASR](https://github.com/AnthonieSmitASR))
- Ensure the output report for resources prefixes type names with `dsc_lite_#{resource_name}` for improved reporting ([MODULES-7178](https://tickets.puppetlabs.com/browse/MODULES-7178))
114
+
- (FM-7693) Add Windows Server 2019 [#98](https://github.com/puppetlabs/puppetlabs-dsc_lite/pull/98) ([glennsarti](https://github.com/glennsarti))
115
+
- (MODULES-8175) Munge Properties Hash for Sensitive [#92](https://github.com/puppetlabs/puppetlabs-dsc_lite/pull/92) ([michaeltlombardi](https://github.com/michaeltlombardi))
116
+
- (MODULES-8175) Add safety to new-pscredential helper [#91](https://github.com/puppetlabs/puppetlabs-dsc_lite/pull/91) ([michaeltlombardi](https://github.com/michaeltlombardi))
120
117
121
118
### Fixed
122
119
123
-
- Fix validation for required parameters ([MODULES-7485](https://tickets.puppetlabs.com/browse/MODULES-7485))
[MODULES-7253](https://tickets.puppetlabs.com/browse/MODULES-7253) introduced a breaking change, where the repetitive use of `dsc_resource_...` was removed.
128
+
### Added
131
129
132
-
### Changed
130
+
- (MODULES-7831) Add Puppet 6 version to metadata. [#88](https://github.com/puppetlabs/puppetlabs-dsc_lite/pull/88) ([ThoughtCrhyme](https://github.com/ThoughtCrhyme))
133
131
134
-
-**BREAKING:** Renamed all parameters for resource declarations, will require manifest modifications. ([MODULES-7253](https://tickets.puppetlabs.com/browse/MODULES-7253))
135
-
- Refactor acceptance tests into beaker rpsec ([MODULES-6572](https://tickets.puppetlabs.com/browse/MODULES-6572), [MODULES-6751](https://tickets.puppetlabs.com/browse/MODULES-6751), [MODULES-6517](https://tickets.puppetlabs.com/browse/MODULES-6517))
136
-
- Changed `created` event to `invoked` ([MODULES-7179](https://tickets.puppetlabs.com/browse/MODULES-7179))
- Bump the puppetlabs-reboot module dependancy to reflect that the new version is 2.0.0 ([MODULES-6678](https://tickets.puppetlabs.com/browse/MODULES-6678))
- (MODULES-7179) Change created to invoked [#59](https://github.com/puppetlabs/puppetlabs-dsc_lite/pull/59) ([RandomNoun7](https://github.com/RandomNoun7))
Initial unsupported release of the dsc_lite module.
181
+
- (MODULES-4271) Add Server 2016 to metadata [#43](https://github.com/puppetlabs/puppetlabs-dsc_lite/pull/43) ([glennsarti](https://github.com/glennsarti))
182
+
- (MODULES-6860) Add `dsc_lite` feature for confines [#41](https://github.com/puppetlabs/puppetlabs-dsc_lite/pull/41) ([Iristyle](https://github.com/Iristyle))
- (MODULES-6930) Fix Pipes Server On windows2008r2 [#42](https://github.com/puppetlabs/puppetlabs-dsc_lite/pull/42) ([RandomNoun7](https://github.com/RandomNoun7))
\**This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
0 commit comments