Skip to content

Commit fd10ed8

Browse files
author
GitHub Action
committed
Release prep v1.2.0
1 parent b720642 commit fd10ed8

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

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

REFERENCE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,10 @@ Day ranges can only be numeric; e.g. '1-5' for weekdays, but not 'Mon-Fri'.
178178

179179
The following parameters are available in the `cron` type.
180180

181-
* [`name`](#name)
182-
* [`provider`](#provider)
181+
* [`name`](#-cron--name)
182+
* [`provider`](#-cron--provider)
183183

184-
##### <a name="name"></a>`name`
184+
##### <a name="-cron--name"></a>`name`
185185

186186
namevar
187187

@@ -193,7 +193,7 @@ against specified jobs (and Puppet adds a comment to cron jobs it adds),
193193
but it is at least possible that converting from unmanaged jobs to
194194
managed jobs might require manual intervention.
195195

196-
##### <a name="provider"></a>`provider`
196+
##### <a name="-cron--provider"></a>`provider`
197197

198198
The specific backend to use for this `cron` resource. You will seldom need to specify this --- Puppet will usually
199199
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-cron_core",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"author": "puppetlabs",
55
"summary": "Install and manage cron resources.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)