From fd10ed8b1feb4f94561062f8e35bc208a573fda6 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 14 Feb 2023 23:35:12 +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 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) -##### `name` +##### `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. -##### `provider` +##### `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", -- cgit v1.2.3