Skip to content

Commit 19eb783

Browse files
authored
Merge pull request #74 from puppetlabs/release-prep
Release prep v1.3.0
2 parents 3ec0edb + 7d9b07a commit 19eb783

File tree

2 files changed

+38
-31
lines changed

2 files changed

+38
-31
lines changed

CHANGELOG.md

Lines changed: 37 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,92 @@
1-
# Change log
1+
<!-- markdownlint-disable MD024 -->
2+
# Changelog
23

3-
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).
4+
All notable changes to this project will be documented in this file.
45

5-
## [v1.2.1](https://github.com/puppetlabs/puppetlabs-cron_core/tree/v1.2.1) (2023-11-28)
6+
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).
7+
8+
## [v1.3.0](https://github.com/puppetlabs/puppetlabs-cron_core/tree/v1.3.0) - 2024-03-06
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-cron_core/compare/v1.2.1...v1.3.0)
11+
12+
### Added
13+
14+
- (PA-5575) Add Amazon to display support in Puppet forge [#67](https://github.com/puppetlabs/puppetlabs-cron_core/pull/67) ([shubhamshinde360](https://github.com/shubhamshinde360))
15+
16+
## [v1.2.1](https://github.com/puppetlabs/puppetlabs-cron_core/tree/v1.2.1) - 2023-11-27
617

718
[Full Changelog](https://github.com/puppetlabs/puppetlabs-cron_core/compare/v1.2.0...v1.2.1)
819

920
### Fixed
1021

11-
- Convert ProcessOutput to String explicitly [\#62](https://github.com/puppetlabs/puppetlabs-cron_core/pull/62) ([joshcooper](https://github.com/joshcooper))
22+
- Convert ProcessOutput to String explicitly [#62](https://github.com/puppetlabs/puppetlabs-cron_core/pull/62) ([joshcooper](https://github.com/joshcooper))
1223

13-
## [v1.2.0](https://github.com/puppetlabs/puppetlabs-cron_core/tree/v1.2.0) (2023-02-14)
24+
## [v1.2.0](https://github.com/puppetlabs/puppetlabs-cron_core/tree/v1.2.0) - 2023-02-14
1425

1526
[Full Changelog](https://github.com/puppetlabs/puppetlabs-cron_core/compare/v1.1.0...v1.2.0)
1627

1728
### Added
1829

19-
- \(MODULES-11371\) Updates PDK template [\#55](https://github.com/puppetlabs/puppetlabs-cron_core/pull/55) ([mhashizume](https://github.com/mhashizume))
30+
- (MODULES-11371) Updates PDK template [#55](https://github.com/puppetlabs/puppetlabs-cron_core/pull/55) ([mhashizume](https://github.com/mhashizume))
2031

21-
## [v1.1.0](https://github.com/puppetlabs/puppetlabs-cron_core/tree/v1.1.0) (2021-10-04)
32+
## [v1.1.0](https://github.com/puppetlabs/puppetlabs-cron_core/tree/v1.1.0) - 2021-10-04
2233

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

2536
### Added
2637

27-
- \(MODULES-11167\)\(MODULES-11191\) Add RockyLinux && AlmaLinux to cron-core metadata [\#45](https://github.com/puppetlabs/puppetlabs-cron_core/pull/45) ([BobosilaVictor](https://github.com/BobosilaVictor))
38+
- (MODULES-11167)(MODULES-11191) Add RockyLinux && AlmaLinux to cron-core metadata [#45](https://github.com/puppetlabs/puppetlabs-cron_core/pull/45) ([BobosilaVictor](https://github.com/BobosilaVictor))
2839

29-
## [1.0.5](https://github.com/puppetlabs/puppetlabs-cron_core/tree/1.0.5) (2020-10-30)
40+
## [1.0.5](https://github.com/puppetlabs/puppetlabs-cron_core/tree/1.0.5) - 2020-10-30
3041

3142
[Full Changelog](https://github.com/puppetlabs/puppetlabs-cron_core/compare/1.0.4...1.0.5)
3243

3344
### Fixed
3445

35-
- \(MODULES-10852\) Fix warnings introduced by Ruby 2.7 [\#39](https://github.com/puppetlabs/puppetlabs-cron_core/pull/39) ([luchihoratiu](https://github.com/luchihoratiu))
36-
- \(MODULES-7786\) Allow leading zeroes for cron params [\#35](https://github.com/puppetlabs/puppetlabs-cron_core/pull/35) ([Dorin-Pleava](https://github.com/Dorin-Pleava))
46+
- (MODULES-10852) Fix warnings introduced by Ruby 2.7 [#39](https://github.com/puppetlabs/puppetlabs-cron_core/pull/39) ([luchihoratiu](https://github.com/luchihoratiu))
47+
- (MODULES-7786) Allow leading zeroes for cron params [#35](https://github.com/puppetlabs/puppetlabs-cron_core/pull/35) ([Dorin-Pleava](https://github.com/Dorin-Pleava))
3748

38-
## [1.0.4](https://github.com/puppetlabs/puppetlabs-cron_core/tree/1.0.4) (2020-05-06)
49+
## [1.0.4](https://github.com/puppetlabs/puppetlabs-cron_core/tree/1.0.4) - 2020-05-06
3950

4051
[Full Changelog](https://github.com/puppetlabs/puppetlabs-cron_core/compare/1.0.3...1.0.4)
4152

4253
### Added
4354

44-
- \(maint\) bump to beaker 4 [\#29](https://github.com/puppetlabs/puppetlabs-cron_core/pull/29) ([ciprianbadescu](https://github.com/ciprianbadescu))
45-
- \(MODULES-8603\) Ignore .keep\_\* files [\#12](https://github.com/puppetlabs/puppetlabs-cron_core/pull/12) ([ekohl](https://github.com/ekohl))
55+
- (maint) bump to beaker 4 [#29](https://github.com/puppetlabs/puppetlabs-cron_core/pull/29) ([ciprianbadescu](https://github.com/ciprianbadescu))
56+
- (MODULES-8603) Ignore .keep_* files [#12](https://github.com/puppetlabs/puppetlabs-cron_core/pull/12) ([ekohl](https://github.com/ekohl))
4657

47-
## [1.0.3](https://github.com/puppetlabs/puppetlabs-cron_core/tree/1.0.3) (2019-11-01)
58+
## [1.0.3](https://github.com/puppetlabs/puppetlabs-cron_core/tree/1.0.3) - 2019-11-01
4859

4960
[Full Changelog](https://github.com/puppetlabs/puppetlabs-cron_core/compare/1.0.2...1.0.3)
5061

5162
### Added
5263

53-
- pdksync - \(maint\) Update module using PDK 1.14.0 [\#27](https://github.com/puppetlabs/puppetlabs-cron_core/pull/27) ([mihaibuzgau](https://github.com/mihaibuzgau))
64+
- pdksync - (maint) Update module using PDK 1.14.0 [#27](https://github.com/puppetlabs/puppetlabs-cron_core/pull/27) ([mihaibuzgau](https://github.com/mihaibuzgau))
5465

55-
## [1.0.2](https://github.com/puppetlabs/puppetlabs-cron_core/tree/1.0.2) (2019-07-31)
66+
## [1.0.2](https://github.com/puppetlabs/puppetlabs-cron_core/tree/1.0.2) - 2019-08-01
5667

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

5970
### Fixed
6071

61-
- \(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))
72+
- (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))
6273

63-
## [1.0.1](https://github.com/puppetlabs/puppetlabs-cron_core/tree/1.0.1) (2019-02-11)
74+
## [1.0.1](https://github.com/puppetlabs/puppetlabs-cron_core/tree/1.0.1) - 2019-02-12
6475

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

6778
### Added
6879

69-
- \(MODULES-7789\) Port over the PUP-9217 changes [\#13](https://github.com/puppetlabs/puppetlabs-cron_core/pull/13) ([ekinanp](https://github.com/ekinanp))
70-
- \(MODULES-8306\) Port over the crontab filetypes from Puppet [\#11](https://github.com/puppetlabs/puppetlabs-cron_core/pull/11) ([ekinanp](https://github.com/ekinanp))
71-
- Add anchors for l10n [\#10](https://github.com/puppetlabs/puppetlabs-cron_core/pull/10) ([joshcooper](https://github.com/joshcooper))
72-
- \(MODULES-8301\) Update the unit tests with the crontab filetype fix [\#7](https://github.com/puppetlabs/puppetlabs-cron_core/pull/7) ([ekinanp](https://github.com/ekinanp))
73-
- Expand test coverage [\#6](https://github.com/puppetlabs/puppetlabs-cron_core/pull/6) ([joshcooper](https://github.com/joshcooper))
80+
- (MODULES-7789) Port over the PUP-9217 changes [#13](https://github.com/puppetlabs/puppetlabs-cron_core/pull/13) ([ekinanp](https://github.com/ekinanp))
81+
- (MODULES-8306) Port over the crontab filetypes from Puppet [#11](https://github.com/puppetlabs/puppetlabs-cron_core/pull/11) ([ekinanp](https://github.com/ekinanp))
82+
- Add anchors for l10n [#10](https://github.com/puppetlabs/puppetlabs-cron_core/pull/10) ([joshcooper](https://github.com/joshcooper))
83+
- (MODULES-8301) Update the unit tests with the crontab filetype fix [#7](https://github.com/puppetlabs/puppetlabs-cron_core/pull/7) ([ekinanp](https://github.com/ekinanp))
84+
- Expand test coverage [#6](https://github.com/puppetlabs/puppetlabs-cron_core/pull/6) ([joshcooper](https://github.com/joshcooper))
7485

7586
### Fixed
7687

77-
- \(L10n\) Updating translations for readmes/README\_ja\_JP.md [\#14](https://github.com/puppetlabs/puppetlabs-cron_core/pull/14) ([ehom](https://github.com/ehom))
88+
- (L10n) Updating translations for readmes/README_ja_JP.md [#14](https://github.com/puppetlabs/puppetlabs-cron_core/pull/14) ([ehom](https://github.com/ehom))
7889

79-
## [1.0.0](https://github.com/puppetlabs/puppetlabs-cron_core/tree/1.0.0) (2018-08-30)
90+
## [1.0.0](https://github.com/puppetlabs/puppetlabs-cron_core/tree/1.0.0) - 2018-08-30
8091

8192
[Full Changelog](https://github.com/puppetlabs/puppetlabs-cron_core/compare/2142feac49c20972e39ed0e11a017fbbf15cc51f...1.0.0)
82-
83-
84-
85-
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

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

0 commit comments

Comments
 (0)