|
1 |
| -# Change log |
| 1 | +<!-- markdownlint-disable MD024 --> |
| 2 | +# Changelog |
2 | 3 |
|
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. |
4 | 5 |
|
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 |
6 | 17 |
|
7 | 18 | [Full Changelog](https://github.com/puppetlabs/puppetlabs-cron_core/compare/v1.2.0...v1.2.1)
|
8 | 19 |
|
9 | 20 | ### Fixed
|
10 | 21 |
|
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)) |
12 | 23 |
|
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 |
14 | 25 |
|
15 | 26 | [Full Changelog](https://github.com/puppetlabs/puppetlabs-cron_core/compare/v1.1.0...v1.2.0)
|
16 | 27 |
|
17 | 28 | ### Added
|
18 | 29 |
|
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)) |
20 | 31 |
|
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 |
22 | 33 |
|
23 | 34 | [Full Changelog](https://github.com/puppetlabs/puppetlabs-cron_core/compare/1.0.5...v1.1.0)
|
24 | 35 |
|
25 | 36 | ### Added
|
26 | 37 |
|
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)) |
28 | 39 |
|
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 |
30 | 41 |
|
31 | 42 | [Full Changelog](https://github.com/puppetlabs/puppetlabs-cron_core/compare/1.0.4...1.0.5)
|
32 | 43 |
|
33 | 44 | ### Fixed
|
34 | 45 |
|
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)) |
37 | 48 |
|
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 |
39 | 50 |
|
40 | 51 | [Full Changelog](https://github.com/puppetlabs/puppetlabs-cron_core/compare/1.0.3...1.0.4)
|
41 | 52 |
|
42 | 53 | ### Added
|
43 | 54 |
|
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)) |
46 | 57 |
|
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 |
48 | 59 |
|
49 | 60 | [Full Changelog](https://github.com/puppetlabs/puppetlabs-cron_core/compare/1.0.2...1.0.3)
|
50 | 61 |
|
51 | 62 | ### Added
|
52 | 63 |
|
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)) |
54 | 65 |
|
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 |
56 | 67 |
|
57 | 68 | [Full Changelog](https://github.com/puppetlabs/puppetlabs-cron_core/compare/1.0.1...1.0.2)
|
58 | 69 |
|
59 | 70 | ### Fixed
|
60 | 71 |
|
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)) |
62 | 73 |
|
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 |
64 | 75 |
|
65 | 76 | [Full Changelog](https://github.com/puppetlabs/puppetlabs-cron_core/compare/1.0.0...1.0.1)
|
66 | 77 |
|
67 | 78 | ### Added
|
68 | 79 |
|
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)) |
74 | 85 |
|
75 | 86 | ### Fixed
|
76 | 87 |
|
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)) |
78 | 89 |
|
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 |
80 | 91 |
|
81 | 92 | [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)* |
|
0 commit comments