From a6d9bec9a6a68fbc3e14f27a022335bf67ec7b0f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 7 Jun 2022 05:34:23 +0000 Subject: [PATCH] chore(release): 1.16.1 [skip ci] ## [1.16.1](https://github.com/saltstack-formulas/epel-formula/compare/v1.16.0...v1.16.1) (2022-06-07) ### Code Refactoring * **init.sls:** apply pkg.installed retries ([c9be894](https://github.com/saltstack-formulas/epel-formula/commit/c9be894c8dff96e9ad6644001245102e5b6e7b38)) ### Tests * **system.rb:** add support for `mac_os_x` [skip ci] ([00bf3aa](https://github.com/saltstack-formulas/epel-formula/commit/00bf3aaf09d84d78b04e12955650737855abbffa)) --- AUTHORS.md | 7 ++++--- CHANGELOG.md | 12 ++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 9 ++++++--- docs/CHANGELOG.rst | 15 +++++++++++++++ 5 files changed, 38 insertions(+), 7 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 600b9a7..685456e 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,17 +4,18 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|122 +@myii|[@myii](https://github.com/myii)|127 @nmadhok|[@nmadhok](https://github.com/nmadhok)|15 @whiteinge|[@whiteinge](https://github.com/whiteinge)|14 @eliasp|[@eliasp](https://github.com/eliasp)|8 @aboe76|[@aboe76](https://github.com/aboe76)|8 -@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|6 +@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|7 @ixs|[@ixs](https://github.com/ixs)|5 @gravyboat|[@gravyboat](https://github.com/gravyboat)|5 @techhat|[@techhat](https://github.com/techhat)|4 @dafyddj|[@dafyddj](https://github.com/dafyddj)|3 @itscaro|[@itscaro](https://github.com/itscaro)|3 +@Niyakiy|[@Niyakiy](https://github.com/Niyakiy)|2 @pprkut|[@pprkut](https://github.com/pprkut)|2 @jxstanford|[@jxstanford](https://github.com/jxstanford)|2 @jurov|[@jurov](https://github.com/jurov)|2 @@ -38,4 +39,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2022-05-03. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2022-06-07. diff --git a/CHANGELOG.md b/CHANGELOG.md index 68db66e..4fd2b1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.16.1](https://github.com/saltstack-formulas/epel-formula/compare/v1.16.0...v1.16.1) (2022-06-07) + + +### Code Refactoring + +* **init.sls:** apply pkg.installed retries ([c9be894](https://github.com/saltstack-formulas/epel-formula/commit/c9be894c8dff96e9ad6644001245102e5b6e7b38)) + + +### Tests + +* **system.rb:** add support for `mac_os_x` [skip ci] ([00bf3aa](https://github.com/saltstack-formulas/epel-formula/commit/00bf3aaf09d84d78b04e12955650737855abbffa)) + # [1.16.0](https://github.com/saltstack-formulas/epel-formula/compare/v1.15.8...v1.16.0) (2022-05-03) diff --git a/FORMULA b/FORMULA index 6db7084..8ab3cb8 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: epel os: RedHat, Fedora, CentOS, Amazon os_family: RedHat -version: 1.16.0 +version: 1.16.1 release: 1 minimum_version: 2017.7 summary: epel formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 8398a1f..8d185b3 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,7 +15,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@myii` - `@myii `_ - - 122 + - 127 * - :raw-html-m2r:`@nmadhok` - `@nmadhok `_ - 15 @@ -30,7 +30,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - 8 * - :raw-html-m2r:`@javierbertoli` - `@javierbertoli `_ - - 6 + - 7 * - :raw-html-m2r:`@ixs` - `@ixs `_ - 5 @@ -46,6 +46,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@itscaro` - `@itscaro `_ - 3 + * - :raw-html-m2r:`@Niyakiy` + - `@Niyakiy `_ + - 2 * - :raw-html-m2r:`@pprkut` - `@pprkut `_ - 2 @@ -110,4 +113,4 @@ This list is sorted by the number of commits per contributor in *descending* ord ---- -Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2022-05-03. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2022-06-07. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 08e62b6..98a04f1 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,21 @@ Changelog ========= +`1.16.1 `_ (2022-06-07) +--------------------------------------------------------------------------------------------------------- + +Code Refactoring +^^^^^^^^^^^^^^^^ + + +* **init.sls:** apply pkg.installed retries (\ `c9be894 `_\ ) + +Tests +^^^^^ + + +* **system.rb:** add support for ``mac_os_x`` [skip ci] (\ `00bf3aa `_\ ) + `1.16.0 `_ (2022-05-03) ---------------------------------------------------------------------------------------------------------