diff --git a/AUTHORS.md b/AUTHORS.md index 7770136d..369ee918 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -7,8 +7,8 @@ Avatar|Contributor|Contributions @fintanmm|[@fintanmm](https://github.com/fintanmm)|100 @noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|33 @aboe76|[@aboe76](https://github.com/aboe76)|14 +@myii|[@myii](https://github.com/myii)|12 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|11 -@myii|[@myii](https://github.com/myii)|11 @techhat|[@techhat](https://github.com/techhat)|10 @preussal|[@preussal](https://github.com/preussal)|9 @johnkeates|[@johnkeates](https://github.com/johnkeates)|7 @@ -31,4 +31,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-04-21. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-04-27. diff --git a/CHANGELOG.md b/CHANGELOG.md index cd30466b..7206d0cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.17.2](https://github.com/saltstack-formulas/tomcat-formula/compare/v0.17.1...v0.17.2) (2020-04-27) + + +### Bug Fixes + +* **config.sls:** ensure catalina_tmpdir created with correct permissions ([4b5387f](https://github.com/saltstack-formulas/tomcat-formula/commit/4b5387f412766558962ea92d1f9fd9a852562c2a)) +* **debian:** define catalina_* variables for Debian based OSes ([7062834](https://github.com/saltstack-formulas/tomcat-formula/commit/706283490bb52eda7b191f458efd0ef7cbadd55b)) + + +### Continuous Integration + +* **gemfile.lock:** add to repo with updated `Gemfile` [skip ci] ([479c014](https://github.com/saltstack-formulas/tomcat-formula/commit/479c0147bedb57cca8d670e92387fa806fe5dbfc)) + + +### Tests + +* **yaml_dump:** update tests for changed catalina_* variables ([20cbcb8](https://github.com/saltstack-formulas/tomcat-formula/commit/20cbcb82c6d81ef07bef6d24936b420d096fafea)) + ## [0.17.1](https://github.com/saltstack-formulas/tomcat-formula/compare/v0.17.0...v0.17.1) (2020-04-21) diff --git a/FORMULA b/FORMULA index 8c6ae67f..a0d47516 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: tomcat os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Amazon, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS -version: 0.17.1 +version: 0.17.2 release: 1 minimum_version: 2017.7 summary: tomcat formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index be893fd8..449cc9e9 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -22,11 +22,11 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 14 - * - :raw-html-m2r:`@javierbertoli` - - `@javierbertoli `_ - - 11 * - :raw-html-m2r:`@myii` - `@myii `_ + - 12 + * - :raw-html-m2r:`@javierbertoli` + - `@javierbertoli `_ - 11 * - :raw-html-m2r:`@techhat` - `@techhat `_ @@ -89,4 +89,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-04-21. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-04-27. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index e8580b38..b64b297b 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,28 @@ Changelog ========= +`0.17.2 `_ (2020-04-27) +----------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **config.sls:** ensure catalina_tmpdir created with correct permissions (\ `4b5387f `_\ ) +* **debian:** define catalina_* variables for Debian based OSes (\ `7062834 `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **gemfile.lock:** add to repo with updated ``Gemfile`` [skip ci] (\ `479c014 `_\ ) + +Tests +^^^^^ + + +* **yaml_dump:** update tests for changed catalina_* variables (\ `20cbcb8 `_\ ) + `0.17.1 `_ (2020-04-21) -----------------------------------------------------------------------------------------------------------