From 3c897b07d39e38726a927ffc542fbe08e063a472 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 3 Nov 2019 14:39:13 +0000 Subject: [PATCH] chore(release): 1.15.0 [skip ci] # [1.15.0](https://github.com/saltstack-formulas/epel-formula/compare/v1.14.1...v1.15.0) (2019-11-03) ### Bug Fixes * **map.jinja:** fix typo `osmajorreleaes` ([4f9b8d4](https://github.com/saltstack-formulas/epel-formula/commit/4f9b8d46ee1c6f890e6f5baf824cfa42853e0d91)) * **map.jinja:** update `epel/8` package link ([474ac85](https://github.com/saltstack-formulas/epel-formula/commit/474ac8588d87f782174a179fa4ae4aad6bb3e401)) * **yamllint:** fix all errors ([d670ff7](https://github.com/saltstack-formulas/epel-formula/commit/d670ff7a9327637a6baac8a9bf0aaa6ded564494)) ### Code Refactoring * **map.jinja:** use consistent chronological ordering of releases ([27a2c3b](https://github.com/saltstack-formulas/epel-formula/commit/27a2c3b2703b5e4d604e51ec99b3885647835b14)) ### Documentation * **readme:** modify according to standard structure ([1892879](https://github.com/saltstack-formulas/epel-formula/commit/1892879754723444ac73948653d39129da9b08fd)), closes [/github.com/saltstack-formulas/epel-formula/pull/52#issuecomment-547653363](https://github.com//github.com/saltstack-formulas/epel-formula/pull/52/issues/issuecomment-547653363) * **readme:** move to `docs/` directory ([eb8b8af](https://github.com/saltstack-formulas/epel-formula/commit/eb8b8afafd2810d1a3a6e83ed3d24cb36fc67647)) ### Features * **amazon:** use major release `2` as the default ([93654e9](https://github.com/saltstack-formulas/epel-formula/commit/93654e91059878210968b56d82a94a0d76912d39)) * **semantic-release:** implement for this formula ([6379098](https://github.com/saltstack-formulas/epel-formula/commit/63790984afed54d9e0b8f6535e89ddb5f048b487)) ### Styles * **map.jinja:** add a space after the colon ([cf14db0](https://github.com/saltstack-formulas/epel-formula/commit/cf14db0a6ebc0de31a8c71815814fb819babb3b7)) ### Tests * **inspec:** provide tests for the repo package and config ([35b98d5](https://github.com/saltstack-formulas/epel-formula/commit/35b98d55c8ea4b786a889e33bc0418d2f2d87dbe)) * **pillar:** add test pillar ([0efbe3a](https://github.com/saltstack-formulas/epel-formula/commit/0efbe3a743ba8890f5841ec4295fee9538400674)) --- AUTHORS.md | 38 +++++++++++++++++ CHANGELOG.md | 38 +++++++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 104 +++++++++++++++++++++++++++++++++++++++++++++ docs/CHANGELOG.rst | 47 ++++++++++++++++++++ 5 files changed, 228 insertions(+), 1 deletion(-) create mode 100644 AUTHORS.md create mode 100644 CHANGELOG.md create mode 100644 docs/AUTHORS.rst create mode 100644 docs/CHANGELOG.rst diff --git a/AUTHORS.md b/AUTHORS.md new file mode 100644 index 0000000..84059b9 --- /dev/null +++ b/AUTHORS.md @@ -0,0 +1,38 @@ +# Authors + +This list is sorted by the number of commits per contributor in _descending_ order. + +Avatar|Contributor|Contributions +:-:|---|:-: +@nmadhok|[@nmadhok](https://github.com/nmadhok)|15 +@whiteinge|[@whiteinge](https://github.com/whiteinge)|14 +@myii|[@myii](https://github.com/myii)|12 +@eliasp|[@eliasp](https://github.com/eliasp)|8 +@aboe76|[@aboe76](https://github.com/aboe76)|8 +@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|5 +@gravyboat|[@gravyboat](https://github.com/gravyboat)|5 +@ixs|[@ixs](https://github.com/ixs)|4 +@techhat|[@techhat](https://github.com/techhat)|4 +@pprkut|[@pprkut](https://github.com/pprkut)|2 +@jxstanford|[@jxstanford](https://github.com/jxstanford)|2 +@jurov|[@jurov](https://github.com/jurov)|2 +@mshade|[@mshade](https://github.com/mshade)|2 +@PropTim|[@PropTim](https://github.com/PropTim)|2 +@babilen5|[@babilen5](https://github.com/babilen5)|2 +@mew1033|[@mew1033](https://github.com/mew1033)|1 +@corux|[@corux](https://github.com/corux)|1 +@dseira|[@dseira](https://github.com/dseira)|1 +@douginator2000|[@douginator2000](https://github.com/douginator2000)|1 +@terminalmage|[@terminalmage](https://github.com/terminalmage)|1 +@Mario-F|[@Mario-F](https://github.com/Mario-F)|1 +@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|1 +@chekolyn|[@chekolyn](https://github.com/chekolyn)|1 +@iamseth|[@iamseth](https://github.com/iamseth)|1 +@slafs|[@slafs](https://github.com/slafs)|1 +@chorne-togetherwork|[@chorne-togetherwork](https://github.com/chorne-togetherwork)|1 +@nigelsim|[@nigelsim](https://github.com/nigelsim)|1 +@tiger-seo|[@tiger-seo](https://github.com/tiger-seo)|1 + +--- + +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-11-03. diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..42a870b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,38 @@ +# Changelog + +# [1.15.0](https://github.com/saltstack-formulas/epel-formula/compare/v1.14.1...v1.15.0) (2019-11-03) + + +### Bug Fixes + +* **map.jinja:** fix typo `osmajorreleaes` ([4f9b8d4](https://github.com/saltstack-formulas/epel-formula/commit/4f9b8d46ee1c6f890e6f5baf824cfa42853e0d91)) +* **map.jinja:** update `epel/8` package link ([474ac85](https://github.com/saltstack-formulas/epel-formula/commit/474ac8588d87f782174a179fa4ae4aad6bb3e401)) +* **yamllint:** fix all errors ([d670ff7](https://github.com/saltstack-formulas/epel-formula/commit/d670ff7a9327637a6baac8a9bf0aaa6ded564494)) + + +### Code Refactoring + +* **map.jinja:** use consistent chronological ordering of releases ([27a2c3b](https://github.com/saltstack-formulas/epel-formula/commit/27a2c3b2703b5e4d604e51ec99b3885647835b14)) + + +### Documentation + +* **readme:** modify according to standard structure ([1892879](https://github.com/saltstack-formulas/epel-formula/commit/1892879754723444ac73948653d39129da9b08fd)), closes [/github.com/saltstack-formulas/epel-formula/pull/52#issuecomment-547653363](https://github.com//github.com/saltstack-formulas/epel-formula/pull/52/issues/issuecomment-547653363) +* **readme:** move to `docs/` directory ([eb8b8af](https://github.com/saltstack-formulas/epel-formula/commit/eb8b8afafd2810d1a3a6e83ed3d24cb36fc67647)) + + +### Features + +* **amazon:** use major release `2` as the default ([93654e9](https://github.com/saltstack-formulas/epel-formula/commit/93654e91059878210968b56d82a94a0d76912d39)) +* **semantic-release:** implement for this formula ([6379098](https://github.com/saltstack-formulas/epel-formula/commit/63790984afed54d9e0b8f6535e89ddb5f048b487)) + + +### Styles + +* **map.jinja:** add a space after the colon ([cf14db0](https://github.com/saltstack-formulas/epel-formula/commit/cf14db0a6ebc0de31a8c71815814fb819babb3b7)) + + +### Tests + +* **inspec:** provide tests for the repo package and config ([35b98d5](https://github.com/saltstack-formulas/epel-formula/commit/35b98d55c8ea4b786a889e33bc0418d2f2d87dbe)) +* **pillar:** add test pillar ([0efbe3a](https://github.com/saltstack-formulas/epel-formula/commit/0efbe3a743ba8890f5841ec4295fee9538400674)) diff --git a/FORMULA b/FORMULA index b43baee..aa8c988 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: epel os: RedHat, Fedora, CentOS, Amazon os_family: RedHat -version: 1.14.1 +version: 1.15.0 release: 1 minimum_version: 2017.7 summary: epel formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst new file mode 100644 index 0000000..d68463a --- /dev/null +++ b/docs/AUTHORS.rst @@ -0,0 +1,104 @@ +.. role:: raw-html-m2r(raw) + :format: html + + +Authors +======= + +This list is sorted by the number of commits per contributor in *descending* order. + +.. list-table:: + :header-rows: 1 + + * - Avatar + - Contributor + - Contributions + * - :raw-html-m2r:`@nmadhok` + - `@nmadhok `_ + - 15 + * - :raw-html-m2r:`@whiteinge` + - `@whiteinge `_ + - 14 + * - :raw-html-m2r:`@myii` + - `@myii `_ + - 12 + * - :raw-html-m2r:`@eliasp` + - `@eliasp `_ + - 8 + * - :raw-html-m2r:`@aboe76` + - `@aboe76 `_ + - 8 + * - :raw-html-m2r:`@javierbertoli` + - `@javierbertoli `_ + - 5 + * - :raw-html-m2r:`@gravyboat` + - `@gravyboat `_ + - 5 + * - :raw-html-m2r:`@ixs` + - `@ixs `_ + - 4 + * - :raw-html-m2r:`@techhat` + - `@techhat `_ + - 4 + * - :raw-html-m2r:`@pprkut` + - `@pprkut `_ + - 2 + * - :raw-html-m2r:`@jxstanford` + - `@jxstanford `_ + - 2 + * - :raw-html-m2r:`@jurov` + - `@jurov `_ + - 2 + * - :raw-html-m2r:`@mshade` + - `@mshade `_ + - 2 + * - :raw-html-m2r:`@PropTim` + - `@PropTim `_ + - 2 + * - :raw-html-m2r:`@babilen5` + - `@babilen5 `_ + - 2 + * - :raw-html-m2r:`@mew1033` + - `@mew1033 `_ + - 1 + * - :raw-html-m2r:`@corux` + - `@corux `_ + - 1 + * - :raw-html-m2r:`@dseira` + - `@dseira `_ + - 1 + * - :raw-html-m2r:`@douginator2000` + - `@douginator2000 `_ + - 1 + * - :raw-html-m2r:`@terminalmage` + - `@terminalmage `_ + - 1 + * - :raw-html-m2r:`@Mario-F` + - `@Mario-F `_ + - 1 + * - :raw-html-m2r:`@noelmcloughlin` + - `@noelmcloughlin `_ + - 1 + * - :raw-html-m2r:`@chekolyn` + - `@chekolyn `_ + - 1 + * - :raw-html-m2r:`@iamseth` + - `@iamseth `_ + - 1 + * - :raw-html-m2r:`@slafs` + - `@slafs `_ + - 1 + * - :raw-html-m2r:`@chorne-togetherwork` + - `@chorne-togetherwork `_ + - 1 + * - :raw-html-m2r:`@nigelsim` + - `@nigelsim `_ + - 1 + * - :raw-html-m2r:`@tiger-seo` + - `@tiger-seo `_ + - 1 + + +---- + +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-11-03. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst new file mode 100644 index 0000000..778fa08 --- /dev/null +++ b/docs/CHANGELOG.rst @@ -0,0 +1,47 @@ + +Changelog +========= + +`1.15.0 `_ (2019-11-03) +--------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **map.jinja:** fix typo ``osmajorreleaes`` (\ `4f9b8d4 `_\ ) +* **map.jinja:** update ``epel/8`` package link (\ `474ac85 `_\ ) +* **yamllint:** fix all errors (\ `d670ff7 `_\ ) + +Code Refactoring +^^^^^^^^^^^^^^^^ + + +* **map.jinja:** use consistent chronological ordering of releases (\ `27a2c3b `_\ ) + +Documentation +^^^^^^^^^^^^^ + + +* **readme:** modify according to standard structure (\ `1892879 `_\ ), closes `/github.com/saltstack-formulas/epel-formula/pull/52#issuecomment-547653363 `_ +* **readme:** move to ``docs/`` directory (\ `eb8b8af `_\ ) + +Features +^^^^^^^^ + + +* **amazon:** use major release ``2`` as the default (\ `93654e9 `_\ ) +* **semantic-release:** implement for this formula (\ `6379098 `_\ ) + +Styles +^^^^^^ + + +* **map.jinja:** add a space after the colon (\ `cf14db0 `_\ ) + +Tests +^^^^^ + + +* **inspec:** provide tests for the repo package and config (\ `35b98d5 `_\ ) +* **pillar:** add test pillar (\ `0efbe3a `_\ )