Skip to content

Commit 4b31e22

Browse files
Merge pull request #210 from puppetlabs/release-prep
Release prep v4.0.0
2 parents b37e376 + 7172693 commit 4b31e22

File tree

3 files changed

+31
-15
lines changed

3 files changed

+31
-15
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
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).
44

5+
## [v4.0.0](https://github.com/puppetlabs/puppetlabs-dsc_lite/tree/v4.0.0) - 2024-05-29
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-dsc_lite/compare/v3.2.0...v4.0.0)
8+
9+
### Changed
10+
11+
- (CAT-1861) Puppet 8 upgrade / Drop Puppet 6 support [#209](https://github.com/puppetlabs/puppetlabs-dsc_lite/pull/209) ([LukasAud](https://github.com/LukasAud))
12+
13+
### Added
14+
15+
- pdksync - (FM-8922) - Add Support for Windows 2022 [#196](https://github.com/puppetlabs/puppetlabs-dsc_lite/pull/196) ([david22swan](https://github.com/david22swan))
16+
17+
### Fixed
18+
19+
- Fix ERB.new depracation notices [#204](https://github.com/puppetlabs/puppetlabs-dsc_lite/pull/204) ([Fabian1976](https://github.com/Fabian1976))
20+
521
## [v3.2.0](https://github.com/puppetlabs/puppetlabs-dsc_lite/tree/v3.2.0) (2022-01-27)
622

723
[Full Changelog](https://github.com/puppetlabs/puppetlabs-dsc_lite/compare/v3.1.0...v3.2.0)

REFERENCE.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ Do not use this directly.
2020

2121
The following parameters are available in the `base_dsc_lite` type.
2222

23-
* [`name`](#name)
24-
* [`provider`](#provider)
23+
* [`name`](#-base_dsc_lite--name)
24+
* [`provider`](#-base_dsc_lite--provider)
2525

26-
##### <a name="name"></a>`name`
26+
##### <a name="-base_dsc_lite--name"></a>`name`
2727

2828
namevar
2929

3030
A name to describe your resource, used for uniqueness.
3131

32-
##### <a name="provider"></a>`provider`
32+
##### <a name="-base_dsc_lite--provider"></a>`provider`
3333

3434
The specific backend to use for this `base_dsc_lite` resource. You will seldom need to specify this --- Puppet will
3535
usually discover the appropriate provider for your platform.
@@ -67,24 +67,24 @@ An optional property that specifies that the DSC resource should be invoked.
6767

6868
The following parameters are available in the `dsc` type.
6969

70-
* [`module`](#module)
71-
* [`name`](#name)
72-
* [`properties`](#properties)
73-
* [`provider`](#provider)
74-
* [`resource_name`](#resource_name)
70+
* [`module`](#-dsc--module)
71+
* [`name`](#-dsc--name)
72+
* [`properties`](#-dsc--properties)
73+
* [`provider`](#-dsc--provider)
74+
* [`resource_name`](#-dsc--resource_name)
7575

76-
##### <a name="module"></a>`module`
76+
##### <a name="-dsc--module"></a>`module`
7777

7878
Name of the DSC Resource module to use. For example, the xPSDesiredStateConfiguration DSC Resource module contains
7979
the xRemoteFile DSC Resource.
8080

81-
##### <a name="name"></a>`name`
81+
##### <a name="-dsc--name"></a>`name`
8282

8383
namevar
8484

8585
Name of the declaration. This has no affect on the DSC Resource declaration and is not used by the DSC Resource.
8686

87-
##### <a name="properties"></a>`properties`
87+
##### <a name="-dsc--properties"></a>`properties`
8888

8989
Hash of properties to pass to the DSC Resource.
9090

@@ -96,12 +96,12 @@ and the `dsc_properties` contains a hash or an array of hashes representing the
9696
CimInstance is
9797
an array, we append a `[]` to the end of the name.
9898

99-
##### <a name="provider"></a>`provider`
99+
##### <a name="-dsc--provider"></a>`provider`
100100

101101
The specific backend to use for this `dsc` resource. You will seldom need to specify this --- Puppet will usually
102102
discover the appropriate provider for your platform.
103103

104-
##### <a name="resource_name"></a>`resource_name`
104+
##### <a name="-dsc--resource_name"></a>`resource_name`
105105

106106
Name of the DSC Resource to use. For example, the xRemoteFile DSC Resource.
107107

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-dsc_lite",
3-
"version": "3.2.0",
3+
"version": "4.0.0",
44
"author": "puppetlabs",
55
"summary": "PowerShell Desired State Configuration (DSC) Lite",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)