aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGheorghe Popescu <gheorghe.popescu@puppet.com>2020-05-06 15:51:36 +0300
committerGitHub <noreply@github.com>2020-05-06 15:51:36 +0300
commitcebfbf3365b08e967366c8e1b26e0297d17268d3 (patch)
treee524cb38aa1396445e74cef0cc3d436c7d927904
parent273991657d2fea239ef7b6be5a40a728ad507772 (diff)
parent75ed14ce76a643f8e41ce06d519dfe9d1017b86e (diff)
downloadpuppet-cron_core-cebfbf3365b08e967366c8e1b26e0297d17268d3.tar.gz
puppet-cron_core-cebfbf3365b08e967366c8e1b26e0297d17268d3.tar.bz2
Merge pull request #32 from GabrielNagy/1.0.4_release
-rw-r--r--CHANGELOG.md11
-rw-r--r--README.md2
-rw-r--r--REFERENCE.md2
-rw-r--r--metadata.json2
4 files changed, 14 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 88a5d0e..9e5dda8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,16 @@
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).
-## [1.0.3](https://github.com/puppetlabs/puppetlabs-cron_core/tree/1.0.3) (2019-10-31)
+## [1.0.4](https://github.com/puppetlabs/puppetlabs-cron_core/tree/1.0.4) (2020-05-06)
+
+[Full Changelog](https://github.com/puppetlabs/puppetlabs-cron_core/compare/1.0.3...1.0.4)
+
+### Added
+
+- \(maint\) bump to beaker 4 [\#29](https://github.com/puppetlabs/puppetlabs-cron_core/pull/29) ([ciprianbadescu](https://github.com/ciprianbadescu))
+- \(MODULES-8603\) Ignore .keep\_\* files [\#12](https://github.com/puppetlabs/puppetlabs-cron_core/pull/12) ([ekohl](https://github.com/ekohl))
+
+## [1.0.3](https://github.com/puppetlabs/puppetlabs-cron_core/tree/1.0.3) (2019-11-01)
[Full Changelog](https://github.com/puppetlabs/puppetlabs-cron_core/compare/1.0.2...1.0.3)
diff --git a/README.md b/README.md
index 7aed631..3460895 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ To generate documentation locally, run the following command:
```
bundle install
-bundle exec puppet strings generate ./lib/**/*.rb
+bundle exec puppet strings generate --format markdown --out REFERENCE.md
```
This command will create a browsable \_index.html file in the doc directory. The references available here are all generated from YARD-style comments embedded in the code base. When any development happens on this module, the impacted documentation should also be updated.
diff --git a/REFERENCE.md b/REFERENCE.md
index 79c1e42..afe98bb 100644
--- a/REFERENCE.md
+++ b/REFERENCE.md
@@ -109,6 +109,8 @@ must be either:
- A number between 0 and 7, inclusive, with 0 or 7 being Sunday
- The name of the day, such as 'Tuesday'.
+Day ranges can only be numeric; e.g. '1-5' for weekdays, but not 'Mon-Fri'.
+
##### `month`
The month of the year. Optional; if specified,
diff --git a/metadata.json b/metadata.json
index 8cb1670..f070296 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-cron_core",
- "version": "1.0.3",
+ "version": "1.0.4",
"author": "puppetlabs",
"summary": "Install and manage cron resources.",
"license": "Apache-2.0",