From a0b0af50950743bf60f1949b176107713a0c42f7 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Mon, 13 Jan 2020 20:32:41 +0100 Subject: [PATCH] release 2.0.0 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ metadata.json | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3810ed7..5f7b9b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,33 @@ All notable changes to this project will be documented in this file. Each new release typically also includes the latest modulesync defaults. These should not affect the functionality of the module. +## [v2.0.0](https://github.com/voxpupuli/puppet-cron/tree/v2.0.0) (2020-01-13) + +[Full Changelog](https://github.com/voxpupuli/puppet-cron/compare/v1.3.1...v2.0.0) + +**Breaking changes:** + +- drop Ubuntu support [\#76](https://github.com/voxpupuli/puppet-cron/pull/76) ([bastelfreak](https://github.com/bastelfreak)) +- modulesync 2.7.0 and drop puppet 4 [\#70](https://github.com/voxpupuli/puppet-cron/pull/70) ([bastelfreak](https://github.com/bastelfreak)) + +**Implemented enhancements:** + +- Changes the defaults of the cronjob-files from 644 to 600 [\#75](https://github.com/voxpupuli/puppet-cron/pull/75) ([ralfbosz](https://github.com/ralfbosz)) +- allow dots in cron::user data type [\#71](https://github.com/voxpupuli/puppet-cron/pull/71) ([rwaffen](https://github.com/rwaffen)) + +**Fixed bugs:** + +- If you attempt to use anything below \*/3 the regex fails [\#66](https://github.com/voxpupuli/puppet-cron/pull/66) ([elmobp](https://github.com/elmobp)) +- Fix `job::cron` `special` parameter [\#64](https://github.com/voxpupuli/puppet-cron/pull/64) ([alexjfisher](https://github.com/alexjfisher)) + ## [v1.3.1](https://github.com/voxpupuli/puppet-cron/tree/v1.3.1) (2018-10-14) [Full Changelog](https://github.com/voxpupuli/puppet-cron/compare/v1.3.0...v1.3.1) +**Closed issues:** + +- Special parameter is now set incorrectly with two @ [\#59](https://github.com/voxpupuli/puppet-cron/issues/59) + **Merged pull requests:** - modulesync 2.1.0 and allow puppet 6.x [\#62](https://github.com/voxpupuli/puppet-cron/pull/62) ([bastelfreak](https://github.com/bastelfreak)) @@ -20,6 +43,10 @@ These should not affect the functionality of the module. - Update data types to allow comma-delimited lists [\#50](https://github.com/voxpupuli/puppet-cron/pull/50) ([jcbollinger](https://github.com/jcbollinger)) +**Fixed bugs:** + +- Comma character in hour/minute parameters [\#49](https://github.com/voxpupuli/puppet-cron/issues/49) + ## [v1.2.0](https://github.com/voxpupuli/puppet-cron/tree/v1.2.0) (2018-06-25) [Full Changelog](https://github.com/voxpupuli/puppet-cron/compare/v1.1.1...v1.2.0) diff --git a/metadata.json b/metadata.json index 80b955d..e3e4084 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-cron", - "version": "1.3.2-rc0", + "version": "2.0.0", "author": "Vox Pupuli", "summary": "Module to manage cron jobs via /etc/cron.d/", "license": "Apache-2.0",