aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormihaibuzgau <mihai.buzgau@puppet.com>2019-10-31 14:27:14 +0200
committermihaibuzgau <mihai.buzgau@puppet.com>2019-10-31 18:01:08 +0200
commitfe2b9265f46071272c02297c801f03a612653373 (patch)
treeb3c20d6de9c0cfc2bb3bbd04931bd7e6c01b311e
parentd8a221103a87fc3066e56f390d16c56ddf25e44d (diff)
downloadpuppet-cron_core-fe2b9265f46071272c02297c801f03a612653373.tar.gz
puppet-cron_core-fe2b9265f46071272c02297c801f03a612653373.tar.bz2
Prep for release
-rw-r--r--.sync.yml3
-rw-r--r--CHANGELOG.md14
-rw-r--r--Rakefile2
-rw-r--r--metadata.json2
4 files changed, 16 insertions, 5 deletions
diff --git a/.sync.yml b/.sync.yml
index 68670b6..d1d8fe1 100644
--- a/.sync.yml
+++ b/.sync.yml
@@ -47,3 +47,6 @@ appveyor.yml:
remove_includes:
- env: PUPPET_GEM_VERSION="~> 4.0" CHECK=parallel_spec
rvm: 2.1.9
+
+Rakefile:
+ changelog_version_tag_pattern: '%s'
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4145c7a..88a5d0e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,15 +2,23 @@
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)
+
+[Full Changelog](https://github.com/puppetlabs/puppetlabs-cron_core/compare/1.0.2...1.0.3)
+
+### Added
+
+- pdksync - \(maint\) Update module using PDK 1.14.0 [\#27](https://github.com/puppetlabs/puppetlabs-cron_core/pull/27) ([mihaibuzgau](https://github.com/mihaibuzgau))
## [1.0.2](https://github.com/puppetlabs/puppetlabs-cron_core/tree/1.0.2) (2019-07-31)
[Full Changelog](https://github.com/puppetlabs/puppetlabs-cron_core/compare/1.0.1...1.0.2)
-### Added
-- \(PUP-9697\) Updated crontab read path for Solaris changes [\#23](https://github.com/puppetlabs/puppetlabs-cron_core/pull/23) ([sebastian-miclea](https://github.com/sebastian-miclea))
+### Fixed
+
+- \(PUP-9697\) Updated crontab read path for Solaris [\#23](https://github.com/puppetlabs/puppetlabs-cron_core/pull/23) ([sebastian-miclea](https://github.com/sebastian-miclea))
-## [1.0.1](https://github.com/puppetlabs/puppetlabs-cron_core/tree/1.0.1) (2019-02-07)
+## [1.0.1](https://github.com/puppetlabs/puppetlabs-cron_core/tree/1.0.1) (2019-02-11)
[Full Changelog](https://github.com/puppetlabs/puppetlabs-cron_core/compare/1.0.0...1.0.1)
diff --git a/Rakefile b/Rakefile
index 395df54..e1d5f7b 100644
--- a/Rakefile
+++ b/Rakefile
@@ -32,7 +32,7 @@ end
def changelog_future_release
return unless Rake.application.top_level_tasks.include? "changelog"
- returnVal = "v%s" % JSON.load(File.read('metadata.json'))['version']
+ returnVal = "%s" % JSON.load(File.read('metadata.json'))['version']
raise "unable to find the future_release (version) in metadata.json" if returnVal.nil?
puts "GitHubChangelogGenerator future_release:#{returnVal}"
returnVal
diff --git a/metadata.json b/metadata.json
index f73efe0..8cb1670 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-cron_core",
- "version": "1.0.2",
+ "version": "1.0.3",
"author": "puppetlabs",
"summary": "Install and manage cron resources.",
"license": "Apache-2.0",