|
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.3.0](https://github.com/puppetlabs/puppetlabs-augeas_core/tree/v1.3.0) (2023-02-14) |
| 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.4.0](https://github.com/puppetlabs/puppetlabs-augeas_core/tree/v1.4.0) - 2023-09-15 |
| 9 | + |
| 10 | +[Full Changelog](https://github.com/puppetlabs/puppetlabs-augeas_core/compare/v1.3.0...v1.4.0) |
| 11 | + |
| 12 | +### Added |
| 13 | + |
| 14 | +- (PA-5722) Add frozen string magic comment [#61](https://github.com/puppetlabs/puppetlabs-augeas_core/pull/61) ([mhashizume](https://github.com/mhashizume)) |
| 15 | + |
| 16 | +### Other |
| 17 | + |
| 18 | +- (PA-5722) Update to PDK template 2.7.5 [#62](https://github.com/puppetlabs/puppetlabs-augeas_core/pull/62) ([mhashizume](https://github.com/mhashizume)) |
| 19 | + |
| 20 | +## [v1.3.0](https://github.com/puppetlabs/puppetlabs-augeas_core/tree/v1.3.0) - 2023-02-14 |
6 | 21 |
|
7 | 22 | [Full Changelog](https://github.com/puppetlabs/puppetlabs-augeas_core/compare/v1.2.0...v1.3.0) |
8 | 23 |
|
9 | 24 | ### Added |
10 | 25 |
|
11 | | -- \(MODULES-11371\) Updates PDK template [\#56](https://github.com/puppetlabs/puppetlabs-augeas_core/pull/56) ([mhashizume](https://github.com/mhashizume)) |
| 26 | +- (MODULES-11371) Updates PDK template [#56](https://github.com/puppetlabs/puppetlabs-augeas_core/pull/56) ([mhashizume](https://github.com/mhashizume)) |
12 | 27 |
|
13 | | -## [v1.2.0](https://github.com/puppetlabs/puppetlabs-augeas_core/tree/v1.2.0) (2021-10-01) |
| 28 | +## [v1.2.0](https://github.com/puppetlabs/puppetlabs-augeas_core/tree/v1.2.0) - 2021-10-01 |
14 | 29 |
|
15 | 30 | [Full Changelog](https://github.com/puppetlabs/puppetlabs-augeas_core/compare/1.1.2...v1.2.0) |
16 | 31 |
|
17 | 32 | ### Added |
18 | 33 |
|
19 | | -- \(MODULES-11167\) \(MODULES-11191\) Add RockyLinux && AlmaLinux to augeas-core metadata [\#40](https://github.com/puppetlabs/puppetlabs-augeas_core/pull/40) ([BobosilaVictor](https://github.com/BobosilaVictor)) |
| 34 | +- (MODULES-11167) (MODULES-11191) Add RockyLinux && AlmaLinux to augeas-core metadata [#40](https://github.com/puppetlabs/puppetlabs-augeas_core/pull/40) ([BobosilaVictor](https://github.com/BobosilaVictor)) |
20 | 35 |
|
21 | 36 | ### Fixed |
22 | 37 |
|
23 | | -- \(MODULES-8183\) Fix ToC truncation in REFERENCE.md [\#42](https://github.com/puppetlabs/puppetlabs-augeas_core/pull/42) ([GabrielNagy](https://github.com/GabrielNagy)) |
| 38 | +- (MODULES-8183) Fix ToC truncation in REFERENCE.md [#42](https://github.com/puppetlabs/puppetlabs-augeas_core/pull/42) ([GabrielNagy](https://github.com/GabrielNagy)) |
24 | 39 |
|
25 | | -## [1.1.2](https://github.com/puppetlabs/puppetlabs-augeas_core/tree/1.1.2) (2021-03-08) |
| 40 | +## [1.1.2](https://github.com/puppetlabs/puppetlabs-augeas_core/tree/1.1.2) - 2021-03-08 |
26 | 41 |
|
27 | 42 | [Full Changelog](https://github.com/puppetlabs/puppetlabs-augeas_core/compare/1.1.1...1.1.2) |
28 | 43 |
|
29 | 44 | ### Fixed |
30 | 45 |
|
31 | | -- \(MODULES-10950\) Infer application name from run mode [\#37](https://github.com/puppetlabs/puppetlabs-augeas_core/pull/37) ([GabrielNagy](https://github.com/GabrielNagy)) |
| 46 | +- (MODULES-10950) Infer application name from run mode [#37](https://github.com/puppetlabs/puppetlabs-augeas_core/pull/37) ([GabrielNagy](https://github.com/GabrielNagy)) |
32 | 47 |
|
33 | | -## [1.1.1](https://github.com/puppetlabs/puppetlabs-augeas_core/tree/1.1.1) (2020-09-29) |
| 48 | +## [1.1.1](https://github.com/puppetlabs/puppetlabs-augeas_core/tree/1.1.1) - 2020-09-29 |
34 | 49 |
|
35 | 50 | [Full Changelog](https://github.com/puppetlabs/puppetlabs-augeas_core/compare/1.1.0...1.1.1) |
36 | 51 |
|
37 | 52 | ### Fixed |
38 | 53 |
|
39 | | -- \(maint\) Readd puppet-blacksmith dependency [\#30](https://github.com/puppetlabs/puppetlabs-augeas_core/pull/30) ([GabrielNagy](https://github.com/GabrielNagy)) |
| 54 | +- (maint) Readd puppet-blacksmith dependency [#30](https://github.com/puppetlabs/puppetlabs-augeas_core/pull/30) ([GabrielNagy](https://github.com/GabrielNagy)) |
40 | 55 |
|
41 | | -## [1.1.0](https://github.com/puppetlabs/puppetlabs-augeas_core/tree/1.1.0) (2020-09-29) |
| 56 | +## [1.1.0](https://github.com/puppetlabs/puppetlabs-augeas_core/tree/1.1.0) - 2020-09-29 |
42 | 57 |
|
43 | 58 | [Full Changelog](https://github.com/puppetlabs/puppetlabs-augeas_core/compare/1.0.5...1.1.0) |
44 | 59 |
|
45 | 60 | ### Added |
46 | 61 |
|
47 | | -- \(MODULES-7397\) Load Augeas lenses from modules [\#27](https://github.com/puppetlabs/puppetlabs-augeas_core/pull/27) ([luchihoratiu](https://github.com/luchihoratiu)) |
| 62 | +- (MODULES-7397) Load Augeas lenses from modules [#27](https://github.com/puppetlabs/puppetlabs-augeas_core/pull/27) ([luchihoratiu](https://github.com/luchihoratiu)) |
48 | 63 |
|
49 | | -## [1.0.5](https://github.com/puppetlabs/puppetlabs-augeas_core/tree/1.0.5) (2019-10-31) |
| 64 | +## [1.0.5](https://github.com/puppetlabs/puppetlabs-augeas_core/tree/1.0.5) - 2019-11-01 |
50 | 65 |
|
51 | 66 | [Full Changelog](https://github.com/puppetlabs/puppetlabs-augeas_core/compare/1.0.4...1.0.5) |
52 | 67 |
|
53 | 68 | ### Added |
54 | 69 |
|
55 | | -- pdksync - \(maint\) Update module using PDK 1.14.0 [\#21](https://github.com/puppetlabs/puppetlabs-augeas_core/pull/21) ([mihaibuzgau](https://github.com/mihaibuzgau)) |
| 70 | +- pdksync - (maint) Update module using PDK 1.14.0 [#21](https://github.com/puppetlabs/puppetlabs-augeas_core/pull/21) ([mihaibuzgau](https://github.com/mihaibuzgau)) |
56 | 71 |
|
57 | | -## [1.0.4](https://github.com/puppetlabs/puppetlabs-augeas_core/tree/1.0.4) (2019-01-10) |
| 72 | +## [1.0.4](https://github.com/puppetlabs/puppetlabs-augeas_core/tree/1.0.4) - 2019-01-10 |
58 | 73 |
|
59 | 74 | [Full Changelog](https://github.com/puppetlabs/puppetlabs-augeas_core/compare/1.0.3...1.0.4) |
60 | 75 |
|
61 | 76 | ### Added |
62 | 77 |
|
63 | | -- \(L10n\) Updating translations for readmes/README\_ja\_JP.md [\#16](https://github.com/puppetlabs/puppetlabs-augeas_core/pull/16) ([ehom](https://github.com/ehom)) |
| 78 | +- (L10n) Updating translations for readmes/README_ja_JP.md [#16](https://github.com/puppetlabs/puppetlabs-augeas_core/pull/16) ([ehom](https://github.com/ehom)) |
64 | 79 |
|
65 | | -## [1.0.3](https://github.com/puppetlabs/puppetlabs-augeas_core/tree/1.0.3) (2018-10-02) |
| 80 | +## [1.0.3](https://github.com/puppetlabs/puppetlabs-augeas_core/tree/1.0.3) - 2018-10-02 |
66 | 81 |
|
67 | 82 | [Full Changelog](https://github.com/puppetlabs/puppetlabs-augeas_core/compare/1.0.2...1.0.3) |
68 | 83 |
|
69 | 84 | ### Added |
70 | 85 |
|
71 | | -- \(MODULES-8014\) relatively require helper code [\#9](https://github.com/puppetlabs/puppetlabs-augeas_core/pull/9) ([melissa](https://github.com/melissa)) |
| 86 | +- (MODULES-8014) relatively require helper code [#9](https://github.com/puppetlabs/puppetlabs-augeas_core/pull/9) ([melissa](https://github.com/melissa)) |
72 | 87 |
|
73 | | -## [1.0.2](https://github.com/puppetlabs/puppetlabs-augeas_core/tree/1.0.2) (2018-09-26) |
| 88 | +## [1.0.2](https://github.com/puppetlabs/puppetlabs-augeas_core/tree/1.0.2) - 2018-09-26 |
74 | 89 |
|
75 | 90 | [Full Changelog](https://github.com/puppetlabs/puppetlabs-augeas_core/compare/1.0.1...1.0.2) |
76 | 91 |
|
77 | 92 | ### Fixed |
78 | 93 |
|
79 | | -- \(MODULES-7814\) Ignore nil values when parsing commands. Fix for: Could not evaluate: undefined method strip! for nil:NilClass [\#8](https://github.com/puppetlabs/puppetlabs-augeas_core/pull/8) ([Lavinia-Dan](https://github.com/Lavinia-Dan)) |
| 94 | +- (MODULES-7814) Ignore nil values when parsing commands. Fix for: Could not evaluate: undefined method strip! for nil:NilClass [#8](https://github.com/puppetlabs/puppetlabs-augeas_core/pull/8) ([Lavinia-Dan](https://github.com/Lavinia-Dan)) |
80 | 95 |
|
81 | | -## [1.0.1](https://github.com/puppetlabs/puppetlabs-augeas_core/tree/1.0.1) (2018-08-17) |
| 96 | +## [1.0.1](https://github.com/puppetlabs/puppetlabs-augeas_core/tree/1.0.1) - 2018-08-17 |
82 | 97 |
|
83 | 98 | [Full Changelog](https://github.com/puppetlabs/puppetlabs-augeas_core/compare/1.0.0...1.0.1) |
84 | 99 |
|
85 | 100 | ### Added |
86 | 101 |
|
87 | | -- \(PUP-9053\) Enable localization [\#5](https://github.com/puppetlabs/puppetlabs-augeas_core/pull/5) ([melissa](https://github.com/melissa)) |
88 | | -- Include puppet 6 and remove default role [\#3](https://github.com/puppetlabs/puppetlabs-augeas_core/pull/3) ([joshcooper](https://github.com/joshcooper)) |
89 | | -- \(maint\) Update beaker-puppet version to 0.16 [\#2](https://github.com/puppetlabs/puppetlabs-augeas_core/pull/2) ([melissa](https://github.com/melissa)) |
90 | | -- Safely deserialize stringified array [\#1](https://github.com/puppetlabs/puppetlabs-augeas_core/pull/1) ([jhelwig](https://github.com/jhelwig)) |
| 102 | +- (PUP-9053) Enable localization [#5](https://github.com/puppetlabs/puppetlabs-augeas_core/pull/5) ([melissa](https://github.com/melissa)) |
| 103 | +- Include puppet 6 and remove default role [#3](https://github.com/puppetlabs/puppetlabs-augeas_core/pull/3) ([joshcooper](https://github.com/joshcooper)) |
| 104 | +- (maint) Update beaker-puppet version to 0.16 [#2](https://github.com/puppetlabs/puppetlabs-augeas_core/pull/2) ([melissa](https://github.com/melissa)) |
| 105 | +- Safely deserialize stringified array [#1](https://github.com/puppetlabs/puppetlabs-augeas_core/pull/1) ([jhelwig](https://github.com/jhelwig)) |
91 | 106 |
|
92 | | -## [1.0.0](https://github.com/puppetlabs/puppetlabs-augeas_core/tree/1.0.0) (2018-07-02) |
| 107 | +## [1.0.0](https://github.com/puppetlabs/puppetlabs-augeas_core/tree/1.0.0) - 2018-07-02 |
93 | 108 |
|
94 | 109 | [Full Changelog](https://github.com/puppetlabs/puppetlabs-augeas_core/compare/b9263341547f13a6af09f748d9b9ac483b5d2030...1.0.0) |
95 | | - |
96 | | - |
97 | | - |
98 | | -\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |
|
0 commit comments