From 8c103455f817f999276c3840c4f0d4bc427f6e60 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 6 Jun 2022 16:18:31 +0000 Subject: [PATCH] Release prep v4.1.0 --- CHANGELOG.md | 8 ++++++++ REFERENCE.md | 8 ++++---- metadata.json | 2 +- pdk.yaml | 2 ++ 4 files changed, 15 insertions(+), 5 deletions(-) create mode 100644 pdk.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index 629554f..fdbadec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/REFERENCE.md b/REFERENCE.md index 02be40e..3e33180 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -149,7 +149,7 @@ Default value: ``undef`` ##### `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 @@ -160,9 +160,9 @@ Default value: `'string'` ##### `data` Data type: `Optional[Variant[ - String, - Numeric, - Array[String] + String, + Numeric, + Array[String] ]]` The data to place inside the registry value. diff --git a/metadata.json b/metadata.json index de786ed..674c95a 100644 --- a/metadata.json +++ b/metadata.json @@ -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", diff --git a/pdk.yaml b/pdk.yaml new file mode 100644 index 0000000..4bef4bd --- /dev/null +++ b/pdk.yaml @@ -0,0 +1,2 @@ +--- +ignore: []