diff options
author | Gabriel Nagy <gabriel.nagy@puppet.com> | 2021-10-01 12:10:31 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-01 12:10:31 +0300 |
commit | 22db3b937d9f57f487bb37296bd41c209d69113f (patch) | |
tree | 5989cc0cd859389ffd86b4870cfdd99939fd58f7 | |
parent | 1780e283febbd0d086937bff19c3673dfd70d9bb (diff) | |
parent | ee26e976e426ccb4613ef2d8e776b8cf8ff4f714 (diff) | |
download | puppet-augeas_core-22db3b937d9f57f487bb37296bd41c209d69113f.tar.gz puppet-augeas_core-22db3b937d9f57f487bb37296bd41c209d69113f.tar.bz2 |
Merge pull request #44 from puppetlabs/release-prep
Release prep v1.2.0
-rw-r--r-- | CHANGELOG.md | 14 | ||||
-rw-r--r-- | metadata.json | 2 | ||||
-rw-r--r-- | pdk.yaml | 2 |
3 files changed, 16 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index da15d42..a1dc27b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.2.0](https://github.com/puppetlabs/puppetlabs-augeas_core/tree/1.2.0) (2021-10-01) + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-augeas_core/compare/1.1.2...1.2.0) + +### Added + +- \(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)) + +### Fixed + +- \(MODULES-8183\) Fix ToC truncation in REFERENCE.md [\#42](https://github.com/puppetlabs/puppetlabs-augeas_core/pull/42) ([GabrielNagy](https://github.com/GabrielNagy)) + ## [1.1.2](https://github.com/puppetlabs/puppetlabs-augeas_core/tree/1.1.2) (2021-03-08) [Full Changelog](https://github.com/puppetlabs/puppetlabs-augeas_core/compare/1.1.1...1.1.2) @@ -75,4 +87,4 @@ All notable changes to this project will be documented in this file. The format -\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/metadata.json b/metadata.json index 4ab4c81..c2ffe08 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-augeas_core", - "version": "1.1.2", + "version": "1.2.0", "author": "puppetlabs", "summary": "Manage files using Augeas", "license": "Apache-2.0", diff --git a/pdk.yaml b/pdk.yaml new file mode 100644 index 0000000..4bef4bd --- /dev/null +++ b/pdk.yaml @@ -0,0 +1,2 @@ +--- +ignore: [] |