Skip to content

Commit bea8b9a

Browse files
authored
Merge pull request #266 from puppetlabs/release-prep
Release prep v4.1.0
2 parents 253b223 + 8c10345 commit bea8b9a

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.1.0](https://github.com/puppetlabs/puppetlabs-registry/tree/v4.1.0) (2022-06-06)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-registry/compare/v4.0.1...v4.1.0)
8+
9+
### Added
10+
11+
- pdksync - \(FM-8922\) - Add Support for Windows 2022 [\#259](https://github.com/puppetlabs/puppetlabs-registry/pull/259) ([david22swan](https://github.com/david22swan))
12+
513
## [v4.0.1](https://github.com/puppetlabs/puppetlabs-registry/tree/v4.0.1) (2021-08-23)
614

715
[Full Changelog](https://github.com/puppetlabs/puppetlabs-registry/compare/v4.0.0...v4.0.1)

REFERENCE.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Default value: ``undef``
149149

150150
##### <a name="type"></a>`type`
151151

152-
Data type: `Optional[Pattern[/^\w+/]]`
152+
Data type: `Pattern[/^\w+/]`
153153

154154
The type the registry value. Defaults to 'string'. See the output of
155155
`puppet describe registry_value` for a list of supported types in the
@@ -160,9 +160,9 @@ Default value: `'string'`
160160
##### <a name="data"></a>`data`
161161

162162
Data type: `Optional[Variant[
163-
String,
164-
Numeric,
165-
Array[String]
163+
String,
164+
Numeric,
165+
Array[String]
166166
]]`
167167

168168
The data to place inside the registry value.

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-registry",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"author": "puppetlabs",
55
"summary": "This module provides a native type and provider to manage keys and values in the Windows Registry",
66
"license": "Apache-2.0",

pdk.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
ignore: []

0 commit comments

Comments
 (0)