From 4d227be9c3f4e6080b73157bca7e796a9d6572c5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 14 Jan 2021 22:09:44 +0000 Subject: [PATCH] chore(release): 0.19.4 [skip ci] ## [0.19.4](https://github.com/saltstack-formulas/tomcat-formula/compare/v0.19.3...v0.19.4) (2021-01-14) ### Bug Fixes * **_mapdata:** ensure map data is directly under `values` ([0ffaa37](https://github.com/saltstack-formulas/tomcat-formula/commit/0ffaa37f62d09e0fc4cbb197701ff337e49d7beb)) ### Tests * **_mapdata:** update for `_mapdata/init.sls` change ([c869918](https://github.com/saltstack-formulas/tomcat-formula/commit/c869918446861cb002f57a2c25b28f0cfdd4ebd6)) --- AUTHORS.md | 5 +++-- CHANGELOG.md | 12 ++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 7 +++++-- docs/CHANGELOG.rst | 15 +++++++++++++++ 5 files changed, 36 insertions(+), 5 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 7a1d205..a0d5ad3 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 :-:|---|:-: @fintanmm|[@fintanmm](https://github.com/fintanmm)|100 -@myii|[@myii](https://github.com/myii)|56 +@myii|[@myii](https://github.com/myii)|58 @noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|35 @aboe76|[@aboe76](https://github.com/aboe76)|14 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|11 @@ -25,6 +25,7 @@ Avatar|Contributor|Contributions @babilen5|[@babilen5](https://github.com/babilen5)|2 @bogdanr|[@bogdanr](https://github.com/bogdanr)|1 @brooksgarrett|[@brooksgarrett](https://github.com/brooksgarrett)|1 +@baby-gnu|[@baby-gnu](https://github.com/baby-gnu)|1 @xenophonf|[@xenophonf](https://github.com/xenophonf)|1 @dsarrio|[@dsarrio](https://github.com/dsarrio)|1 @whiteinge|[@whiteinge](https://github.com/whiteinge)|1 @@ -33,4 +34,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-12-27. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-01-14. diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bed868..d2206df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.19.4](https://github.com/saltstack-formulas/tomcat-formula/compare/v0.19.3...v0.19.4) (2021-01-14) + + +### Bug Fixes + +* **_mapdata:** ensure map data is directly under `values` ([0ffaa37](https://github.com/saltstack-formulas/tomcat-formula/commit/0ffaa37f62d09e0fc4cbb197701ff337e49d7beb)) + + +### Tests + +* **_mapdata:** update for `_mapdata/init.sls` change ([c869918](https://github.com/saltstack-formulas/tomcat-formula/commit/c869918446861cb002f57a2c25b28f0cfdd4ebd6)) + ## [0.19.3](https://github.com/saltstack-formulas/tomcat-formula/compare/v0.19.2...v0.19.3) (2020-12-27) diff --git a/FORMULA b/FORMULA index 0299bab..068e248 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.19.3 +version: 0.19.4 release: 1 minimum_version: 2017.7 summary: tomcat formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 1f8b24a..262cef0 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 - 100 * - :raw-html-m2r:`@myii` - `@myii `_ - - 56 + - 58 * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ - 35 @@ -76,6 +76,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@brooksgarrett` - `@brooksgarrett `_ - 1 + * - :raw-html-m2r:`@baby-gnu` + - `@baby-gnu `_ + - 1 * - :raw-html-m2r:`@xenophonf` - `@xenophonf `_ - 1 @@ -95,4 +98,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-12-27. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-01-14. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 5f1a5a9..4134614 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,21 @@ Changelog ========= +`0.19.4 `_ (2021-01-14) +----------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **_mapdata:** ensure map data is directly under ``values`` (\ `0ffaa37 `_\ ) + +Tests +^^^^^ + + +* **_mapdata:** update for ``_mapdata/init.sls`` change (\ `c869918 `_\ ) + `0.19.3 `_ (2020-12-27) -----------------------------------------------------------------------------------------------------------