Skip to content

Commit 4d227be

Browse files
chore(release): 0.19.4 [skip ci]
## [0.19.4](v0.19.3...v0.19.4) (2021-01-14) ### Bug Fixes * **_mapdata:** ensure map data is directly under `values` ([0ffaa37](0ffaa37)) ### Tests * **_mapdata:** update for `_mapdata/init.sls` change ([c869918](c869918))
1 parent 0d3965c commit 4d227be

File tree

5 files changed

+36
-5
lines changed

5 files changed

+36
-5
lines changed

AUTHORS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord
55
Avatar|Contributor|Contributions
66
:-:|---|:-:
77
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1194646?v=4' width='36' height='36' alt='@fintanmm'>|[@fintanmm](https://github.com/fintanmm)|100
8-
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|56
8+
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|58
99
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>|[@noelmcloughlin](https://github.com/noelmcloughlin)|35
1010
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>|[@aboe76](https://github.com/aboe76)|14
1111
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/242396?v=4' width='36' height='36' alt='@javierbertoli'>|[@javierbertoli](https://github.com/javierbertoli)|11
@@ -25,6 +25,7 @@ Avatar|Contributor|Contributions
2525
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/117961?v=4' width='36' height='36' alt='@babilen5'>|[@babilen5](https://github.com/babilen5)|2
2626
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/1079875?v=4' width='36' height='36' alt='@bogdanr'>|[@bogdanr](https://github.com/bogdanr)|1
2727
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/158907?v=4' width='36' height='36' alt='@brooksgarrett'>|[@brooksgarrett](https://github.com/brooksgarrett)|1
28+
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1233212?v=4' width='36' height='36' alt='@baby-gnu'>|[@baby-gnu](https://github.com/baby-gnu)|1
2829
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/7139195?v=4' width='36' height='36' alt='@xenophonf'>|[@xenophonf](https://github.com/xenophonf)|1
2930
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/9591047?v=4' width='36' height='36' alt='@dsarrio'>|[@dsarrio](https://github.com/dsarrio)|1
3031
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/91293?v=4' width='36' height='36' alt='@whiteinge'>|[@whiteinge](https://github.com/whiteinge)|1
@@ -33,4 +34,4 @@ Avatar|Contributor|Contributions
3334

3435
---
3536

36-
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-12-27.
37+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-01-14.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.19.4](https://github.com/saltstack-formulas/tomcat-formula/compare/v0.19.3...v0.19.4) (2021-01-14)
4+
5+
6+
### Bug Fixes
7+
8+
* **_mapdata:** ensure map data is directly under `values` ([0ffaa37](https://github.com/saltstack-formulas/tomcat-formula/commit/0ffaa37f62d09e0fc4cbb197701ff337e49d7beb))
9+
10+
11+
### Tests
12+
13+
* **_mapdata:** update for `_mapdata/init.sls` change ([c869918](https://github.com/saltstack-formulas/tomcat-formula/commit/c869918446861cb002f57a2c25b28f0cfdd4ebd6))
14+
315
## [0.19.3](https://github.com/saltstack-formulas/tomcat-formula/compare/v0.19.2...v0.19.3) (2020-12-27)
416

517

FORMULA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: tomcat
22
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Amazon, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS
33
os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS
4-
version: 0.19.3
4+
version: 0.19.4
55
release: 1
66
minimum_version: 2017.7
77
summary: tomcat formula

docs/AUTHORS.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This list is sorted by the number of commits per contributor in *descending* ord
1818
- 100
1919
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
2020
- `@myii <https://github.com/myii>`_
21-
- 56
21+
- 58
2222
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>`
2323
- `@noelmcloughlin <https://github.com/noelmcloughlin>`_
2424
- 35
@@ -76,6 +76,9 @@ This list is sorted by the number of commits per contributor in *descending* ord
7676
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/158907?v=4' width='36' height='36' alt='@brooksgarrett'>`
7777
- `@brooksgarrett <https://github.com/brooksgarrett>`_
7878
- 1
79+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1233212?v=4' width='36' height='36' alt='@baby-gnu'>`
80+
- `@baby-gnu <https://github.com/baby-gnu>`_
81+
- 1
7982
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/7139195?v=4' width='36' height='36' alt='@xenophonf'>`
8083
- `@xenophonf <https://github.com/xenophonf>`_
8184
- 1
@@ -95,4 +98,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
9598

9699
----
97100

98-
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-12-27.
101+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2021-01-14.

docs/CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
Changelog
33
=========
44

5+
`0.19.4 <https://github.com/saltstack-formulas/tomcat-formula/compare/v0.19.3...v0.19.4>`_ (2021-01-14)
6+
-----------------------------------------------------------------------------------------------------------
7+
8+
Bug Fixes
9+
^^^^^^^^^
10+
11+
12+
* **_mapdata:** ensure map data is directly under ``values`` (\ `0ffaa37 <https://github.com/saltstack-formulas/tomcat-formula/commit/0ffaa37f62d09e0fc4cbb197701ff337e49d7beb>`_\ )
13+
14+
Tests
15+
^^^^^
16+
17+
18+
* **_mapdata:** update for ``_mapdata/init.sls`` change (\ `c869918 <https://github.com/saltstack-formulas/tomcat-formula/commit/c869918446861cb002f57a2c25b28f0cfdd4ebd6>`_\ )
19+
520
`0.19.3 <https://github.com/saltstack-formulas/tomcat-formula/compare/v0.19.2...v0.19.3>`_ (2020-12-27)
621
-----------------------------------------------------------------------------------------------------------
722

0 commit comments

Comments
 (0)