diff --git a/AUTHORS.md b/AUTHORS.md index cd53f8d..45c4fdb 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -8,8 +8,8 @@ Avatar|Contributor|Contributions @gravyboat|[@gravyboat](https://github.com/gravyboat)|36 @whiteinge|[@whiteinge](https://github.com/whiteinge)|31 @aboe76|[@aboe76](https://github.com/aboe76)|31 +@myii|[@myii](https://github.com/myii)|29 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|24 -@myii|[@myii](https://github.com/myii)|23 @nmadhok|[@nmadhok](https://github.com/nmadhok)|20 @puneetk|[@puneetk](https://github.com/puneetk)|20 @noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|12 @@ -84,4 +84,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-10-20. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-11-05. diff --git a/CHANGELOG.md b/CHANGELOG.md index 7450b94..b063f23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [0.38.1](https://github.com/saltstack-formulas/apache-formula/compare/v0.38.0...v0.38.1) (2019-11-05) + + +### Bug Fixes + +* **mod_perl2.sls:** fix a2enmod perl2 error ([fba8d21](https://github.com/saltstack-formulas/apache-formula/commit/fba8d217944c8b5a0abf19cdbae7d41d1ec5bf2e)) +* **release.config.js:** use full commit hash in commit link [skip ci] ([dc5593c](https://github.com/saltstack-formulas/apache-formula/commit/dc5593cfdf775e065ea5f680f2ed2b6b7c80d8ed)) + + +### Continuous Integration + +* **kitchen:** use `debian-10-master-py3` instead of `develop` [skip ci] ([09d82a5](https://github.com/saltstack-formulas/apache-formula/commit/09d82a581caa09298d3d99ded215c5e45c5b619f)) +* **kitchen:** use `develop` image until `master` is ready (`amazonlinux`) [skip ci] ([d0bf6f3](https://github.com/saltstack-formulas/apache-formula/commit/d0bf6f37969a9a97a6e368278e0f9eb40431f2f1)) +* **kitchen+travis:** upgrade matrix after `2019.2.2` release [skip ci] ([fc0f869](https://github.com/saltstack-formulas/apache-formula/commit/fc0f869b78ef56369e1cfb6ff3d62179f703efa0)) +* **travis:** update `salt-lint` config for `v0.0.10` [skip ci] ([2622d48](https://github.com/saltstack-formulas/apache-formula/commit/2622d48b4ccb01cd70555d46759d79d82d1db7bf)) + + +### Performance Improvements + +* **travis:** improve `salt-lint` invocation [skip ci] ([bf75770](https://github.com/saltstack-formulas/apache-formula/commit/bf7577022040a155de8b3ab4f557dd05484d278c)) + # [0.38.0](https://github.com/saltstack-formulas/apache-formula/compare/v0.37.4...v0.38.0) (2019-10-20) diff --git a/FORMULA b/FORMULA index 958ff21..17c9c5e 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.38.0 +version: 0.38.1 release: 1 minimum_version: 2015.8 summary: Formula for installing Apache diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 2e36fe3..3a1cfc4 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -25,12 +25,12 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 31 + * - :raw-html-m2r:`@myii` + - `@myii `_ + - 29 * - :raw-html-m2r:`@javierbertoli` - `@javierbertoli `_ - 24 - * - :raw-html-m2r:`@myii` - - `@myii `_ - - 23 * - :raw-html-m2r:`@nmadhok` - `@nmadhok `_ - 20 @@ -248,4 +248,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 2019-10-20. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-11-05. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 978c6a7..1207f18 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,31 @@ Changelog ========= +`0.38.1 `_ (2019-11-05) +----------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **mod_perl2.sls:** fix a2enmod perl2 error (\ `fba8d21 `_\ ) +* **release.config.js:** use full commit hash in commit link [skip ci] (\ `dc5593c `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **kitchen:** use ``debian-10-master-py3`` instead of ``develop`` [skip ci] (\ `09d82a5 `_\ ) +* **kitchen:** use ``develop`` image until ``master`` is ready (\ ``amazonlinux``\ ) [skip ci] (\ `d0bf6f3 `_\ ) +* **kitchen+travis:** upgrade matrix after ``2019.2.2`` release [skip ci] (\ `fc0f869 `_\ ) +* **travis:** update ``salt-lint`` config for ``v0.0.10`` [skip ci] (\ `2622d48 `_\ ) + +Performance Improvements +^^^^^^^^^^^^^^^^^^^^^^^^ + + +* **travis:** improve ``salt-lint`` invocation [skip ci] (\ `bf75770 `_\ ) + `0.38.0 `_ (2019-10-20) -----------------------------------------------------------------------------------------------------------