diff --git a/AUTHORS.md b/AUTHORS.md index cb54874..881cd81 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -12,7 +12,7 @@ Avatar|Contributor|Contributions @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)|16 +@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|17 @techhat|[@techhat](https://github.com/techhat)|10 @ixs|[@ixs](https://github.com/ixs)|9 @landergate|[@landergate](https://github.com/landergate)|9 @@ -42,6 +42,7 @@ Avatar|Contributor|Contributions @carlovollebregt|[@carlovollebregt](https://github.com/carlovollebregt)|2 @thornycrackers|[@thornycrackers](https://github.com/thornycrackers)|2 @dafyddj|[@dafyddj](https://github.com/dafyddj)|2 +@gaetanars|[@gaetanars](https://github.com/gaetanars)|2 @msciciel|[@msciciel](https://github.com/msciciel)|2 @actionjack|[@actionjack](https://github.com/actionjack)|2 @mosen|[@mosen](https://github.com/mosen)|2 @@ -90,4 +91,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-10-10. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-10-12. diff --git a/CHANGELOG.md b/CHANGELOG.md index 115486c..b2fd1c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.0.2](https://github.com/saltstack-formulas/apache-formula/compare/v1.0.1...v1.0.2) (2020-10-12) + + +### Bug Fixes + +* **package:** remove own_default_vhost and debian_full from config.init ([7691b58](https://github.com/saltstack-formulas/apache-formula/commit/7691b589d7a1b0a87aaf9b13282e6ca154c5787c)) +* **package:** remove own_default_vhost and debian_full from config.init ([441459e](https://github.com/saltstack-formulas/apache-formula/commit/441459e56f3a8b091671839042efae2d7020380d)) + ## [1.0.1](https://github.com/saltstack-formulas/apache-formula/compare/v1.0.0...v1.0.1) (2020-10-10) diff --git a/FORMULA b/FORMULA index 51417c6..933a9b1 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: 1.0.1 +version: 1.0.2 release: 1 minimum_version: 2015.8 summary: Formula for installing Apache diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 88c1347..89e4e26 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -39,7 +39,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - 20 * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ - - 16 + - 17 * - :raw-html-m2r:`@techhat` - `@techhat `_ - 10 @@ -127,6 +127,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@dafyddj` - `@dafyddj `_ - 2 + * - :raw-html-m2r:`@gaetanars` + - `@gaetanars `_ + - 2 * - :raw-html-m2r:`@msciciel` - `@msciciel `_ - 2 @@ -266,4 +269,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-10-10. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-10-12. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 8874899..2e7474a 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,16 @@ Changelog ========= +`1.0.2 `_ (2020-10-12) +-------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **package:** remove own_default_vhost and debian_full from config.init (\ `7691b58 `_\ ) +* **package:** remove own_default_vhost and debian_full from config.init (\ `441459e `_\ ) + `1.0.1 `_ (2020-10-10) --------------------------------------------------------------------------------------------------------