Skip to content

Commit 92d81e8

Browse files
chore(release): 0.19.3 [skip ci]
## [0.19.3](v0.19.2...v0.19.3) (2020-12-27) ### Continuous Integration * **commitlint:** ensure `upstream/master` uses main repo URL [skip ci] ([41a15f9](41a15f9)) * **gitlab-ci:** add `rubocop` linter (with `allow_failure`) [skip ci] ([d805414](d805414)) ### Tests * **_mapdata:** generate verification files ([dbed9c1](dbed9c1)) * **comparison_files:** refactor to use InSpec profile directory ([901188d](901188d)) * **config_spec:** avoid use of `HOSTNAME_PLACEHOLDER` ([8d4ced7](8d4ced7)) * **map:** verify `map.jinja` dump using `_mapdata` state ([dd792fb](dd792fb))
1 parent 4ed81bb commit 92d81e8

File tree

5 files changed

+40
-5
lines changed

5 files changed

+40
-5
lines changed

AUTHORS.md

Lines changed: 2 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)|49
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
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
@@ -33,4 +33,4 @@ Avatar|Contributor|Contributions
3333

3434
---
3535

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

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.3](https://github.com/saltstack-formulas/tomcat-formula/compare/v0.19.2...v0.19.3) (2020-12-27)
4+
5+
6+
### Continuous Integration
7+
8+
* **commitlint:** ensure `upstream/master` uses main repo URL [skip ci] ([41a15f9](https://github.com/saltstack-formulas/tomcat-formula/commit/41a15f9b16de4b2c411b1451888c5bcd3297c9d0))
9+
* **gitlab-ci:** add `rubocop` linter (with `allow_failure`) [skip ci] ([d805414](https://github.com/saltstack-formulas/tomcat-formula/commit/d80541452bc36535aa79d1d7804ad4635a9df5a5))
10+
11+
12+
### Tests
13+
14+
* **_mapdata:** generate verification files ([dbed9c1](https://github.com/saltstack-formulas/tomcat-formula/commit/dbed9c1440a3bd6a671487dc740d33bfbdc405a4))
15+
* **comparison_files:** refactor to use InSpec profile directory ([901188d](https://github.com/saltstack-formulas/tomcat-formula/commit/901188d49d5b175168a41084f4a5aa78a51110c3))
16+
* **config_spec:** avoid use of `HOSTNAME_PLACEHOLDER` ([8d4ced7](https://github.com/saltstack-formulas/tomcat-formula/commit/8d4ced7fb00a0951d8a7c344020ba410c58b2245))
17+
* **map:** verify `map.jinja` dump using `_mapdata` state ([dd792fb](https://github.com/saltstack-formulas/tomcat-formula/commit/dd792fb17d44572cadc476dcc9661afea8b2baca))
18+
319
## [0.19.2](https://github.com/saltstack-formulas/tomcat-formula/compare/v0.19.1...v0.19.2) (2020-12-18)
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.2
4+
version: 0.19.3
55
release: 1
66
minimum_version: 2017.7
77
summary: tomcat formula

docs/AUTHORS.rst

Lines changed: 2 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-
- 49
21+
- 56
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
@@ -95,4 +95,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
9595

9696
----
9797

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

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.3 <https://github.com/saltstack-formulas/tomcat-formula/compare/v0.19.2...v0.19.3>`_ (2020-12-27)
6+
-----------------------------------------------------------------------------------------------------------
7+
8+
Continuous Integration
9+
^^^^^^^^^^^^^^^^^^^^^^
10+
11+
12+
* **commitlint:** ensure ``upstream/master`` uses main repo URL [skip ci] (\ `41a15f9 <https://github.com/saltstack-formulas/tomcat-formula/commit/41a15f9b16de4b2c411b1451888c5bcd3297c9d0>`_\ )
13+
* **gitlab-ci:** add ``rubocop`` linter (with ``allow_failure``\ ) [skip ci] (\ `d805414 <https://github.com/saltstack-formulas/tomcat-formula/commit/d80541452bc36535aa79d1d7804ad4635a9df5a5>`_\ )
14+
15+
Tests
16+
^^^^^
17+
18+
19+
* **_mapdata:** generate verification files (\ `dbed9c1 <https://github.com/saltstack-formulas/tomcat-formula/commit/dbed9c1440a3bd6a671487dc740d33bfbdc405a4>`_\ )
20+
* **comparison_files:** refactor to use InSpec profile directory (\ `901188d <https://github.com/saltstack-formulas/tomcat-formula/commit/901188d49d5b175168a41084f4a5aa78a51110c3>`_\ )
21+
* **config_spec:** avoid use of ``HOSTNAME_PLACEHOLDER`` (\ `8d4ced7 <https://github.com/saltstack-formulas/tomcat-formula/commit/8d4ced7fb00a0951d8a7c344020ba410c58b2245>`_\ )
22+
* **map:** verify ``map.jinja`` dump using ``_mapdata`` state (\ `dd792fb <https://github.com/saltstack-formulas/tomcat-formula/commit/dd792fb17d44572cadc476dcc9661afea8b2baca>`_\ )
23+
524
`0.19.2 <https://github.com/saltstack-formulas/tomcat-formula/compare/v0.19.1...v0.19.2>`_ (2020-12-18)
625
-----------------------------------------------------------------------------------------------------------
726

0 commit comments

Comments
 (0)