From 5b60bfae3fb2177baa5e6af4222b24d4c3ceae54 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 21 Apr 2020 08:57:19 +0000 Subject: [PATCH] chore(release): 0.17.1 [skip ci] ## [0.17.1](https://github.com/saltstack-formulas/tomcat-formula/compare/v0.17.0...v0.17.1) (2020-04-21) ### Code Refactoring * standardise structure from the `template-formula` ([db49764](https://github.com/saltstack-formulas/tomcat-formula/commit/db49764ef1af145e9469f5dcd888a2b2779b04f3)) * **map.jinja:** use `template-formula` structure & add `debian-10` ([d1bb84f](https://github.com/saltstack-formulas/tomcat-formula/commit/d1bb84fdf0c788044ff6b72d45c7dc033346aac6)) ### Continuous Integration * **travis+inspec:** test `debian-10` as well ([9b2bab5](https://github.com/saltstack-formulas/tomcat-formula/commit/9b2bab530575f90ce9070bd4e64ecc026ac73d1c)) --- AUTHORS.md | 4 ++-- CHANGELOG.md | 13 +++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 8 ++++---- docs/CHANGELOG.rst | 16 ++++++++++++++++ 5 files changed, 36 insertions(+), 7 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 9f734fc2..7770136d 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -8,9 +8,9 @@ Avatar|Contributor|Contributions @noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|33 @aboe76|[@aboe76](https://github.com/aboe76)|14 @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 -@myii|[@myii](https://github.com/myii)|8 @johnkeates|[@johnkeates](https://github.com/johnkeates)|7 @fortunejuggle|[@fortunejuggle](https://github.com/fortunejuggle)|6 @gravyboat|[@gravyboat](https://github.com/gravyboat)|5 @@ -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-20. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-04-21. diff --git a/CHANGELOG.md b/CHANGELOG.md index bf3d1aa5..cd30466b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.17.1](https://github.com/saltstack-formulas/tomcat-formula/compare/v0.17.0...v0.17.1) (2020-04-21) + + +### Code Refactoring + +* standardise structure from the `template-formula` ([db49764](https://github.com/saltstack-formulas/tomcat-formula/commit/db49764ef1af145e9469f5dcd888a2b2779b04f3)) +* **map.jinja:** use `template-formula` structure & add `debian-10` ([d1bb84f](https://github.com/saltstack-formulas/tomcat-formula/commit/d1bb84fdf0c788044ff6b72d45c7dc033346aac6)) + + +### Continuous Integration + +* **travis+inspec:** test `debian-10` as well ([9b2bab5](https://github.com/saltstack-formulas/tomcat-formula/commit/9b2bab530575f90ce9070bd4e64ecc026ac73d1c)) + # [0.17.0](https://github.com/saltstack-formulas/tomcat-formula/compare/v0.16.0...v0.17.0) (2020-04-20) diff --git a/FORMULA b/FORMULA index 4edc47f8..8c6ae67f 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.0 +version: 0.17.1 release: 1 minimum_version: 2017.7 summary: tomcat formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index fe68aa0d..be893fd8 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -25,15 +25,15 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@javierbertoli` - `@javierbertoli `_ - 11 + * - :raw-html-m2r:`@myii` + - `@myii `_ + - 11 * - :raw-html-m2r:`@techhat` - `@techhat `_ - 10 * - :raw-html-m2r:`@preussal` - `@preussal `_ - 9 - * - :raw-html-m2r:`@myii` - - `@myii `_ - - 8 * - :raw-html-m2r:`@johnkeates` - `@johnkeates `_ - 7 @@ -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-20. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-04-21. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 4a7d1ecf..e8580b38 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,22 @@ Changelog ========= +`0.17.1 `_ (2020-04-21) +----------------------------------------------------------------------------------------------------------- + +Code Refactoring +^^^^^^^^^^^^^^^^ + + +* standardise structure from the ``template-formula`` (\ `db49764 `_\ ) +* **map.jinja:** use ``template-formula`` structure & add ``debian-10`` (\ `d1bb84f `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **travis+inspec:** test ``debian-10`` as well (\ `9b2bab5 `_\ ) + `0.17.0 `_ (2020-04-20) -----------------------------------------------------------------------------------------------------------