aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hashizume <mhashizume@users.noreply.github.com>2023-02-14 15:37:27 -0800
committerGitHub <noreply@github.com>2023-02-14 15:37:27 -0800
commit60f49af446cec86b4e27214c0327bdb6948978b2 (patch)
tree68455d6d06644bdb4497474e7bf29f5d83981c59
parentb720642cb692629eacc0224f93d046c1d75b4dbd (diff)
parentfd10ed8b1feb4f94561062f8e35bc208a573fda6 (diff)
downloadpuppet-cron_core-60f49af446cec86b4e27214c0327bdb6948978b2.tar.gz
puppet-cron_core-60f49af446cec86b4e27214c0327bdb6948978b2.tar.bz2
Merge pull request #56 from puppetlabs/release-prep
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 511284b..7765ded 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-cron_core/tree/v1.2.0) (2023-02-14)
+
+[Full Changelog](https://github.com/puppetlabs/puppetlabs-cron_core/compare/v1.1.0...v1.2.0)
+
+### Added
+
+- \(MODULES-11371\) Updates PDK template [\#55](https://github.com/puppetlabs/puppetlabs-cron_core/pull/55) ([mhashizume](https://github.com/mhashizume))
+
## [v1.1.0](https://github.com/puppetlabs/puppetlabs-cron_core/tree/v1.1.0) (2021-10-04)
[Full Changelog](https://github.com/puppetlabs/puppetlabs-cron_core/compare/1.0.5...v1.1.0)
diff --git a/REFERENCE.md b/REFERENCE.md
index 6b7b91f..4c3f446 100644
--- a/REFERENCE.md
+++ b/REFERENCE.md
@@ -178,10 +178,10 @@ Day ranges can only be numeric; e.g. '1-5' for weekdays, but not 'Mon-Fri'.
The following parameters are available in the `cron` type.
-* [`name`](#name)
-* [`provider`](#provider)
+* [`name`](#-cron--name)
+* [`provider`](#-cron--provider)
-##### <a name="name"></a>`name`
+##### <a name="-cron--name"></a>`name`
namevar
@@ -193,7 +193,7 @@ against specified jobs (and Puppet adds a comment to cron jobs it adds),
but it is at least possible that converting from unmanaged jobs to
managed jobs might require manual intervention.
-##### <a name="provider"></a>`provider`
+##### <a name="-cron--provider"></a>`provider`
The specific backend to use for this `cron` 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 743a4f1..c18ede6 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-cron_core",
- "version": "1.1.0",
+ "version": "1.2.0",
"author": "puppetlabs",
"summary": "Install and manage cron resources.",
"license": "Apache-2.0",