diff --git a/AUTHORS.md b/AUTHORS.md index 7395147..f1e4187 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -5,7 +5,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: @alxwr|[@alxwr](https://github.com/alxwr)|40 -@myii|[@myii](https://github.com/myii)|37 +@myii|[@myii](https://github.com/myii)|38 @gravyboat|[@gravyboat](https://github.com/gravyboat)|36 @aboe76|[@aboe76](https://github.com/aboe76)|32 @whiteinge|[@whiteinge](https://github.com/whiteinge)|31 @@ -56,6 +56,7 @@ Avatar|Contributor|Contributions @iggy|[@iggy](https://github.com/iggy)|1 @corywright|[@corywright](https://github.com/corywright)|1 @ev0rtex|[@ev0rtex](https://github.com/ev0rtex)|1 +@dimitry-unified-streaming|[@dimitry-unified-streaming](https://github.com/dimitry-unified-streaming)|1 @fintanmm|[@fintanmm](https://github.com/fintanmm)|1 @fcrozat|[@fcrozat](https://github.com/fcrozat)|1 @SynPrime|[@SynPrime](https://github.com/SynPrime)|1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 13d58e4..8331303 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.39.2](https://github.com/saltstack-formulas/apache-formula/compare/v0.39.1...v0.39.2) (2019-12-20) + + +### Bug Fixes + +* **redhat:** add user & group lookup to configs ([36ad2b2](https://github.com/saltstack-formulas/apache-formula/commit/36ad2b24424936a4badeb7b4b2b26ee0d39e55f2)) + ## [0.39.1](https://github.com/saltstack-formulas/apache-formula/compare/v0.39.0...v0.39.1) (2019-12-20) diff --git a/FORMULA b/FORMULA index 1119c38..c5bee0e 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.39.1 +version: 0.39.2 release: 1 minimum_version: 2015.8 summary: Formula for installing Apache diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 9cc3bd8..2a88d1e 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -18,7 +18,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - 40 * - :raw-html-m2r:`@myii` - `@myii `_ - - 37 + - 38 * - :raw-html-m2r:`@gravyboat` - `@gravyboat `_ - 36 @@ -169,6 +169,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@ev0rtex` - `@ev0rtex `_ - 1 + * - :raw-html-m2r:`@dimitry-unified-streaming` + - `@dimitry-unified-streaming `_ + - 1 * - :raw-html-m2r:`@fintanmm` - `@fintanmm `_ - 1 diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 0308181..369265f 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`0.39.2 `_ (2019-12-20) +----------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **redhat:** add user & group lookup to configs (\ `36ad2b2 `_\ ) + `0.39.1 `_ (2019-12-20) -----------------------------------------------------------------------------------------------------------