diff --git a/AUTHORS.md b/AUTHORS.md index 603dfcd..e1234cb 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,18 +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)|57 +@myii|[@myii](https://github.com/myii)|59 @alxwr|[@alxwr](https://github.com/alxwr)|40 @gravyboat|[@gravyboat](https://github.com/gravyboat)|36 @aboe76|[@aboe76](https://github.com/aboe76)|32 @whiteinge|[@whiteinge](https://github.com/whiteinge)|31 -@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|24 +@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|27 @nmadhok|[@nmadhok](https://github.com/nmadhok)|20 @puneetk|[@puneetk](https://github.com/puneetk)|20 @noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|12 @techhat|[@techhat](https://github.com/techhat)|10 +@ixs|[@ixs](https://github.com/ixs)|9 @landergate|[@landergate](https://github.com/landergate)|9 -@ixs|[@ixs](https://github.com/ixs)|8 @bradthurber|[@bradthurber](https://github.com/bradthurber)|8 @babilen5|[@babilen5](https://github.com/babilen5)|8 @arthurlogilab|[@arthurlogilab](https://github.com/arthurlogilab)|7 @@ -89,4 +89,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-07-16. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-07-20. diff --git a/CHANGELOG.md b/CHANGELOG.md index c8da2f8..911c9fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.41.1](https://github.com/saltstack-formulas/apache-formula/compare/v0.41.0...v0.41.1) (2020-07-20) + + +### Bug Fixes + +* **server-status:** enable module in Debian family ([632802a](https://github.com/saltstack-formulas/apache-formula/commit/632802a5a946d2f05c40d9038d6f2ad596fafc58)) +* **server-status:** manage module in debian ([eafa419](https://github.com/saltstack-formulas/apache-formula/commit/eafa4196d9495bc975c7e1e7036969bdaba1441d)) + + +### Tests + +* **default+modules:** add modules' tests suite ([b253625](https://github.com/saltstack-formulas/apache-formula/commit/b25362535ae01dd140218b131a8e991d3a10cbe5)) + # [0.41.0](https://github.com/saltstack-formulas/apache-formula/compare/v0.40.0...v0.41.0) (2020-07-16) diff --git a/FORMULA b/FORMULA index 2dc7652..31396df 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: apache os: RedHat, Fedora, CentOS, Debian, Ubuntu, Suse, FreeBSD os_family: RedHat, Debian, Suse, FreeBSD -version: 0.41.0 +version: 0.41.1 release: 1 minimum_version: 2015.8 summary: Formula for installing Apache diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 07a23d3..a865415 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 `_ - - 57 + - 59 * - :raw-html-m2r:`@alxwr` - `@alxwr `_ - 40 @@ -30,7 +30,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - 31 * - :raw-html-m2r:`@javierbertoli` - `@javierbertoli `_ - - 24 + - 27 * - :raw-html-m2r:`@nmadhok` - `@nmadhok `_ - 20 @@ -43,12 +43,12 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@techhat` - `@techhat `_ - 10 + * - :raw-html-m2r:`@ixs` + - `@ixs `_ + - 9 * - :raw-html-m2r:`@landergate` - `@landergate `_ - 9 - * - :raw-html-m2r:`@ixs` - - `@ixs `_ - - 8 * - :raw-html-m2r:`@bradthurber` - `@bradthurber `_ - 8 @@ -263,4 +263,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 2020-07-16. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-07-20. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index ffcecd2..d1ea600 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,22 @@ Changelog ========= +`0.41.1 `_ (2020-07-20) +----------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **server-status:** enable module in Debian family (\ `632802a `_\ ) +* **server-status:** manage module in debian (\ `eafa419 `_\ ) + +Tests +^^^^^ + + +* **default+modules:** add modules' tests suite (\ `b253625 `_\ ) + `0.41.0 `_ (2020-07-16) -----------------------------------------------------------------------------------------------------------