diff options
author | GitHub Action <puppetlabs@users.noreply.github.com> | 2021-10-04 09:35:18 +0000 |
---|---|---|
committer | GitHub Action <puppetlabs@users.noreply.github.com> | 2021-10-04 09:35:18 +0000 |
commit | 7aec096d18f7325e57b859a7b124acb05194e710 (patch) | |
tree | 496a59a67687352c5e82ccea60d5284a738eab84 | |
parent | 95ca01cc9b02ac32d74081393d41b4c94d16df77 (diff) | |
download | puppet-mailalias_core-7aec096d18f7325e57b859a7b124acb05194e710.tar.gz puppet-mailalias_core-7aec096d18f7325e57b859a7b124acb05194e710.tar.bz2 |
Release prep v1.1.0
-rw-r--r-- | CHANGELOG.md | 16 | ||||
-rw-r--r-- | metadata.json | 2 | ||||
-rw-r--r-- | pdk.yaml | 2 |
3 files changed, 13 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index aaea6e5..bc05133 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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). +## [v1.1.0](https://github.com/puppetlabs/puppetlabs-mailalias_core/tree/v1.1.0) (2021-10-04) + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-mailalias_core/compare/1.0.6...v1.1.0) + +### Added + +- \(MODULES-11167\)\(MODULES-11191\) Add RockyLinux and AlmaLinux to mailalias\_core metadata [\#33](https://github.com/puppetlabs/puppetlabs-mailalias_core/pull/33) ([BobosilaVictor](https://github.com/BobosilaVictor)) + ## [1.0.6](https://github.com/puppetlabs/puppetlabs-mailalias_core/tree/1.0.6) (2020-02-10) [Full Changelog](https://github.com/puppetlabs/puppetlabs-mailalias_core/compare/1.0.5...1.0.6) @@ -19,10 +27,6 @@ All notable changes to this project will be documented in this file. The format - \(maint\) add LICENSE file [\#17](https://github.com/puppetlabs/puppetlabs-mailalias_core/pull/17) ([melissa](https://github.com/melissa)) - Add anchors for l10n [\#16](https://github.com/puppetlabs/puppetlabs-mailalias_core/pull/16) ([joshcooper](https://github.com/joshcooper)) -### UNCATEGORIZED PRS; GO LABEL THEM - -- Drop version requirement down a few notches [\#14](https://github.com/puppetlabs/puppetlabs-mailalias_core/pull/14) ([binford2k](https://github.com/binford2k)) - ## [1.0.4](https://github.com/puppetlabs/puppetlabs-mailalias_core/tree/1.0.4) (2018-08-17) [Full Changelog](https://github.com/puppetlabs/puppetlabs-mailalias_core/compare/1.0.3...1.0.4) @@ -46,8 +50,8 @@ All notable changes to this project will be documented in this file. The format ## [1.0.0](https://github.com/puppetlabs/puppetlabs-mailalias_core/tree/1.0.0) (2018-04-27) -[Full Changelog](https://github.com/puppetlabs/puppetlabs-mailalias_core/compare/7c51be1c0d8ace7cb679f16ee4d8e3697ea95ae8...1.0.0) +[Full Changelog](https://github.com/puppetlabs/puppetlabs-mailalias_core/compare/e7978ebb8e36bea5b90c21cdb4c0b9e7f4e5c8d4...1.0.0) -\* *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 a97c430..b648382 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-mailalias_core", - "version": "1.0.6", + "version": "1.1.0", "author": "puppetlabs", "summary": "Creates an email alias in the local alias database.", "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: [] |