Skip to content

Commit

Permalink
Release prep v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Jun 6, 2022
1 parent 253b223 commit 8c10345
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## [v4.1.0](https://github.com/puppetlabs/puppetlabs-registry/tree/v4.1.0) (2022-06-06)

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

### Added

- pdksync - \(FM-8922\) - Add Support for Windows 2022 [\#259](https://github.com/puppetlabs/puppetlabs-registry/pull/259) ([david22swan](https://github.com/david22swan))

## [v4.0.1](https://github.com/puppetlabs/puppetlabs-registry/tree/v4.0.1) (2021-08-23)

[Full Changelog](https://github.com/puppetlabs/puppetlabs-registry/compare/v4.0.0...v4.0.1)
Expand Down
8 changes: 4 additions & 4 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Default value: ``undef``

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

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

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

Data type: `Optional[Variant[
String,
Numeric,
Array[String]
String,
Numeric,
Array[String]
]]`

The data to place inside the registry value.
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-registry",
"version": "4.0.1",
"version": "4.1.0",
"author": "puppetlabs",
"summary": "This module provides a native type and provider to manage keys and values in the Windows Registry",
"license": "Apache-2.0",
Expand Down
2 changes: 2 additions & 0 deletions pdk.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
ignore: []

0 comments on commit 8c10345

Please sign in to comment.