Skip to content

Commit c3a5df4

Browse files
author
GitHub Action
committed
Release prep v1.2.0
1 parent ed7bfd9 commit c3a5df4

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
## [v1.2.0](https://github.com/puppetlabs/puppetlabs-host_core/tree/v1.2.0) (2023-02-14)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-host_core/compare/v1.1.0...v1.2.0)
8+
9+
### Added
10+
11+
- \(MODULES-11371\) Updates PDK template [\#39](https://github.com/puppetlabs/puppetlabs-host_core/pull/39) ([mhashizume](https://github.com/mhashizume))
12+
513
## [v1.1.0](https://github.com/puppetlabs/puppetlabs-host_core/tree/v1.1.0) (2021-10-04)
614

715
[Full Changelog](https://github.com/puppetlabs/puppetlabs-host_core/compare/1.0.3...v1.1.0)

REFERENCE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@ those providers that write to disk. On most systems this defaults to `/etc/hosts
4949

5050
The following parameters are available in the `host` type.
5151

52-
* [`name`](#name)
53-
* [`provider`](#provider)
52+
* [`name`](#-host--name)
53+
* [`provider`](#-host--provider)
5454

55-
##### <a name="name"></a>`name`
55+
##### <a name="-host--name"></a>`name`
5656

5757
namevar
5858

5959
The host name.
6060

61-
##### <a name="provider"></a>`provider`
61+
##### <a name="-host--provider"></a>`provider`
6262

6363
The specific backend to use for this `host` resource. You will seldom need to specify this --- Puppet will usually
6464
discover the appropriate provider for your platform.

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-host_core",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"author": "puppetlabs",
55
"summary": "Installs and manages host entries",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)