aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitHub Action <puppetlabs@users.noreply.github.com>2023-02-14 23:36:42 +0000
committerGitHub Action <puppetlabs@users.noreply.github.com>2023-02-14 23:36:42 +0000
commitc3a5df474e4437e5d7381483178b32bee69655fd (patch)
tree4931ce50a9bfd0e926cf47c11291469f70369049
parented7bfd929c7452174db9644e6bd5f60fbea76289 (diff)
downloadpuppet-hosts_core-c3a5df474e4437e5d7381483178b32bee69655fd.tar.gz
puppet-hosts_core-c3a5df474e4437e5d7381483178b32bee69655fd.tar.bz2
Release prep v1.2.0
-rw-r--r--CHANGELOG.md8
-rw-r--r--REFERENCE.md8
-rw-r--r--metadata.json2
3 files changed, 13 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ff0d25d..45e1767 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).
+## [v1.2.0](https://github.com/puppetlabs/puppetlabs-host_core/tree/v1.2.0) (2023-02-14)
+
+[Full Changelog](https://github.com/puppetlabs/puppetlabs-host_core/compare/v1.1.0...v1.2.0)
+
+### Added
+
+- \(MODULES-11371\) Updates PDK template [\#39](https://github.com/puppetlabs/puppetlabs-host_core/pull/39) ([mhashizume](https://github.com/mhashizume))
+
## [v1.1.0](https://github.com/puppetlabs/puppetlabs-host_core/tree/v1.1.0) (2021-10-04)
[Full Changelog](https://github.com/puppetlabs/puppetlabs-host_core/compare/1.0.3...v1.1.0)
diff --git a/REFERENCE.md b/REFERENCE.md
index 4f5a401..494a9e4 100644
--- a/REFERENCE.md
+++ b/REFERENCE.md
@@ -49,16 +49,16 @@ those providers that write to disk. On most systems this defaults to `/etc/hosts
The following parameters are available in the `host` type.
-* [`name`](#name)
-* [`provider`](#provider)
+* [`name`](#-host--name)
+* [`provider`](#-host--provider)
-##### <a name="name"></a>`name`
+##### <a name="-host--name"></a>`name`
namevar
The host name.
-##### <a name="provider"></a>`provider`
+##### <a name="-host--provider"></a>`provider`
The specific backend to use for this `host` resource. You will seldom need to specify this --- Puppet will usually
discover the appropriate provider for your platform.
diff --git a/metadata.json b/metadata.json
index 5734d37..5306f2a 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-host_core",
- "version": "1.1.0",
+ "version": "1.2.0",
"author": "puppetlabs",
"summary": "Installs and manages host entries",
"license": "Apache-2.0",