From c3a5df474e4437e5d7381483178b32bee69655fd Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 14 Feb 2023 23:36:42 +0000 Subject: Release prep v1.2.0 --- CHANGELOG.md | 8 ++++++++ REFERENCE.md | 8 ++++---- metadata.json | 2 +- 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) -##### `name` +##### `name` namevar The host name. -##### `provider` +##### `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", -- cgit v1.2.3