Skip to content

Commit 4aa7bdb

Browse files
Merge pull request #28 from puppetlabs/pdksync_release
pdksync - (maint) Prep for release
2 parents d8a2211 + fe2b926 commit 4aa7bdb

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-5
lines changed

.sync.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,6 @@ appveyor.yml:
4747
remove_includes:
4848
- env: PUPPET_GEM_VERSION="~> 4.0" CHECK=parallel_spec
4949
rvm: 2.1.9
50+
51+
Rakefile:
52+
changelog_version_tag_pattern: '%s'

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,23 @@
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+
## [1.0.3](https://github.com/puppetlabs/puppetlabs-cron_core/tree/1.0.3) (2019-10-31)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-cron_core/compare/1.0.2...1.0.3)
8+
9+
### Added
10+
11+
- pdksync - \(maint\) Update module using PDK 1.14.0 [\#27](https://github.com/puppetlabs/puppetlabs-cron_core/pull/27) ([mihaibuzgau](https://github.com/mihaibuzgau))
512

613
## [1.0.2](https://github.com/puppetlabs/puppetlabs-cron_core/tree/1.0.2) (2019-07-31)
714

815
[Full Changelog](https://github.com/puppetlabs/puppetlabs-cron_core/compare/1.0.1...1.0.2)
916

10-
### Added
11-
- \(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))
17+
### Fixed
18+
19+
- \(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))
1220

13-
## [1.0.1](https://github.com/puppetlabs/puppetlabs-cron_core/tree/1.0.1) (2019-02-07)
21+
## [1.0.1](https://github.com/puppetlabs/puppetlabs-cron_core/tree/1.0.1) (2019-02-11)
1422

1523
[Full Changelog](https://github.com/puppetlabs/puppetlabs-cron_core/compare/1.0.0...1.0.1)
1624

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ end
3232

3333
def changelog_future_release
3434
return unless Rake.application.top_level_tasks.include? "changelog"
35-
returnVal = "v%s" % JSON.load(File.read('metadata.json'))['version']
35+
returnVal = "%s" % JSON.load(File.read('metadata.json'))['version']
3636
raise "unable to find the future_release (version) in metadata.json" if returnVal.nil?
3737
puts "GitHubChangelogGenerator future_release:#{returnVal}"
3838
returnVal

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.0.2",
3+
"version": "1.0.3",
44
"author": "puppetlabs",
55
"summary": "Install and manage cron resources.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)