Skip to content

Commit 85ca524

Browse files
chore(release): 0.19.1 [skip ci]
## [0.19.1](v0.19.0...v0.19.1) (2020-12-16) ### Continuous Integration * **gitlab-ci:** use GitLab CI as Travis CI replacement ([c99d984](c99d984)) * **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([b4c10cf](b4c10cf)) * **pre-commit:** add to formula [skip ci] ([eb14b1f](eb14b1f)) * **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([82e157e](82e157e)) * **pre-commit:** finalise `rstcheck` configuration [skip ci] ([ed06e07](ed06e07)) ### Tests * **yaml_dump_spec:** update with `common_pkg` from PR [#119](#119) [skip ci] ([29db014](29db014))
1 parent c99d984 commit 85ca524

File tree

5 files changed

+50
-7
lines changed

5 files changed

+50
-7
lines changed

AUTHORS.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ 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)|34
9-
<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)|33
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)|47
9+
<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
1212
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/287147?v=4' width='36' height='36' alt='@techhat'>|[@techhat](https://github.com/techhat)|10
@@ -18,6 +18,8 @@ Avatar|Contributor|Contributions
1818
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1442643?v=4' width='36' height='36' alt='@naviens'>|[@naviens](https://github.com/naviens)|4
1919
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/3768412?v=4' width='36' height='36' alt='@stp-ip'>|[@stp-ip](https://github.com/stp-ip)|3
2020
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/1260183?v=4' width='36' height='36' alt='@dizzythinks'>|[@dizzythinks](https://github.com/dizzythinks)|3
21+
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/73339102?v=4' width='36' height='36' alt='@CezaryTarnowski-TomTom'>|[@CezaryTarnowski-TomTom](https://github.com/CezaryTarnowski-TomTom)|3
22+
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/4195158?v=4' width='36' height='36' alt='@dafyddj'>|[@dafyddj](https://github.com/dafyddj)|2
2123
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/101562?v=4' width='36' height='36' alt='@rdrake'>|[@rdrake](https://github.com/rdrake)|2
2224
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/507599?v=4' width='36' height='36' alt='@thatch45'>|[@thatch45](https://github.com/thatch45)|2
2325
<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
@@ -31,4 +33,4 @@ Avatar|Contributor|Contributions
3133

3234
---
3335

34-
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-05-28.
36+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-12-16.

CHANGELOG.md

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

3+
## [0.19.1](https://github.com/saltstack-formulas/tomcat-formula/compare/v0.19.0...v0.19.1) (2020-12-16)
4+
5+
6+
### Continuous Integration
7+
8+
* **gitlab-ci:** use GitLab CI as Travis CI replacement ([c99d984](https://github.com/saltstack-formulas/tomcat-formula/commit/c99d98431a41a9a118a34c692923a9c80942f75d))
9+
* **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([b4c10cf](https://github.com/saltstack-formulas/tomcat-formula/commit/b4c10cfd33e386fff5fdd521a2fcf236013b589a))
10+
* **pre-commit:** add to formula [skip ci] ([eb14b1f](https://github.com/saltstack-formulas/tomcat-formula/commit/eb14b1f32fd73afb0545e7ac30b296053f5fc5bf))
11+
* **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([82e157e](https://github.com/saltstack-formulas/tomcat-formula/commit/82e157e0362ee86cc2b23c02eea5f9299bdef102))
12+
* **pre-commit:** finalise `rstcheck` configuration [skip ci] ([ed06e07](https://github.com/saltstack-formulas/tomcat-formula/commit/ed06e07f3a01c9c46b3cbadcfaab2d42e0841352))
13+
14+
15+
### Tests
16+
17+
* **yaml_dump_spec:** update with `common_pkg` from PR [#119](https://github.com/saltstack-formulas/tomcat-formula/issues/119) [skip ci] ([29db014](https://github.com/saltstack-formulas/tomcat-formula/commit/29db014282d8c80050cdf1114115dccc77bd7ae9))
18+
319
# [0.19.0](https://github.com/saltstack-formulas/tomcat-formula/compare/v0.18.0...v0.19.0) (2020-05-28)
420

521

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.0
4+
version: 0.19.1
55
release: 1
66
minimum_version: 2017.7
77
summary: tomcat formula

docs/AUTHORS.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ 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-
- 34
21+
- 47
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>`_
24-
- 33
24+
- 35
2525
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>`
2626
- `@aboe76 <https://github.com/aboe76>`_
2727
- 14
@@ -55,6 +55,12 @@ This list is sorted by the number of commits per contributor in *descending* ord
5555
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/1260183?v=4' width='36' height='36' alt='@dizzythinks'>`
5656
- `@dizzythinks <https://github.com/dizzythinks>`_
5757
- 3
58+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/73339102?v=4' width='36' height='36' alt='@CezaryTarnowski-TomTom'>`
59+
- `@CezaryTarnowski-TomTom <https://github.com/CezaryTarnowski-TomTom>`_
60+
- 3
61+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/4195158?v=4' width='36' height='36' alt='@dafyddj'>`
62+
- `@dafyddj <https://github.com/dafyddj>`_
63+
- 2
5864
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/101562?v=4' width='36' height='36' alt='@rdrake'>`
5965
- `@rdrake <https://github.com/rdrake>`_
6066
- 2
@@ -89,4 +95,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
8995

9096
----
9197

92-
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-05-28.
98+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-12-16.

docs/CHANGELOG.rst

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

5+
`0.19.1 <https://github.com/saltstack-formulas/tomcat-formula/compare/v0.19.0...v0.19.1>`_ (2020-12-16)
6+
-----------------------------------------------------------------------------------------------------------
7+
8+
Continuous Integration
9+
^^^^^^^^^^^^^^^^^^^^^^
10+
11+
12+
* **gitlab-ci:** use GitLab CI as Travis CI replacement (\ `c99d984 <https://github.com/saltstack-formulas/tomcat-formula/commit/c99d98431a41a9a118a34c692923a9c80942f75d>`_\ )
13+
* **kitchen:** use ``saltimages`` Docker Hub where available [skip ci] (\ `b4c10cf <https://github.com/saltstack-formulas/tomcat-formula/commit/b4c10cfd33e386fff5fdd521a2fcf236013b589a>`_\ )
14+
* **pre-commit:** add to formula [skip ci] (\ `eb14b1f <https://github.com/saltstack-formulas/tomcat-formula/commit/eb14b1f32fd73afb0545e7ac30b296053f5fc5bf>`_\ )
15+
* **pre-commit:** enable/disable ``rstcheck`` as relevant [skip ci] (\ `82e157e <https://github.com/saltstack-formulas/tomcat-formula/commit/82e157e0362ee86cc2b23c02eea5f9299bdef102>`_\ )
16+
* **pre-commit:** finalise ``rstcheck`` configuration [skip ci] (\ `ed06e07 <https://github.com/saltstack-formulas/tomcat-formula/commit/ed06e07f3a01c9c46b3cbadcfaab2d42e0841352>`_\ )
17+
18+
Tests
19+
^^^^^
20+
21+
22+
* **yaml_dump_spec:** update with ``common_pkg`` from PR `#119 <https://github.com/saltstack-formulas/tomcat-formula/issues/119>`_ [skip ci] (\ `29db014 <https://github.com/saltstack-formulas/tomcat-formula/commit/29db014282d8c80050cdf1114115dccc77bd7ae9>`_\ )
23+
524
`0.19.0 <https://github.com/saltstack-formulas/tomcat-formula/compare/v0.18.0...v0.19.0>`_ (2020-05-28)
625
-----------------------------------------------------------------------------------------------------------
726

0 commit comments

Comments
 (0)