Skip to content

Commit 378a209

Browse files
chore(release): 0.2.1 [skip ci]
## [0.2.1](v0.2.0...v0.2.1) (2019-05-26) ### Bug Fixes * **inspec:** move test suite to test/integration/default ([0ba5fce](0ba5fce)) * **inspec:** update Inspec profile definition ([85bdfbb](85bdfbb)) ### Continuous Integration * **kitchen:** rename Kitchen config file ([dcbc58d](dcbc58d)) * **kitchen+travis:** test with more distros ([b1acda9](b1acda9)) * **travis:** debian wheezy is no longer supported ([e6d2a06](e6d2a06)) ### Documentation * **readme:** fix typos, update README with testing info ([35d0ca4](35d0ca4)) * **readme:** update readme ([0193e22](0193e22)) * **semantic-release:** implement an automated changelog ([98e17dd](98e17dd))
1 parent 3c485ec commit 378a209

File tree

5 files changed

+119
-1
lines changed

5 files changed

+119
-1
lines changed

AUTHORS.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Authors
2+
3+
This list is sorted by the number of commits per contributor in _descending_ order.
4+
5+
Avatar|Contributor|Contributions
6+
:-:|---|:-:
7+
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3433835?v=4' width='36' height='36' alt='@n-rodriguez'>|[@n-rodriguez](https://github.com/n-rodriguez)|37
8+
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3119969?v=4' width='36' height='36' alt='@genuss'>|[@genuss](https://github.com/genuss)|6
9+
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/528061?v=4' width='36' height='36' alt='@puneetk'>|[@puneetk](https://github.com/puneetk)|3
10+
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/1396878?v=4' width='36' height='36' alt='@gravyboat'>|[@gravyboat](https://github.com/gravyboat)|2
11+
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/745513?v=4' width='36' height='36' alt='@EvaSDK'>|[@EvaSDK](https://github.com/EvaSDK)|2
12+
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/3374962?v=4' width='36' height='36' alt='@nmadhok'>|[@nmadhok](https://github.com/nmadhok)|2
13+
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/20441?v=4' width='36' height='36' alt='@iggy'>|[@iggy](https://github.com/iggy)|1
14+
<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)|1
15+
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/1478176?v=4' width='36' height='36' alt='@do3meli'>|[@do3meli](https://github.com/do3meli)|1
16+
17+
---
18+
19+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-05-26.

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Changelog
2+
3+
## [0.2.1](https://github.com/saltstack-formulas/syslog-ng-formula/compare/v0.2.0...v0.2.1) (2019-05-26)
4+
5+
6+
### Bug Fixes
7+
8+
* **inspec:** move test suite to test/integration/default ([0ba5fce](https://github.com/saltstack-formulas/syslog-ng-formula/commit/0ba5fce))
9+
* **inspec:** update Inspec profile definition ([85bdfbb](https://github.com/saltstack-formulas/syslog-ng-formula/commit/85bdfbb))
10+
11+
12+
### Continuous Integration
13+
14+
* **kitchen:** rename Kitchen config file ([dcbc58d](https://github.com/saltstack-formulas/syslog-ng-formula/commit/dcbc58d))
15+
* **kitchen+travis:** test with more distros ([b1acda9](https://github.com/saltstack-formulas/syslog-ng-formula/commit/b1acda9))
16+
* **travis:** debian wheezy is no longer supported ([e6d2a06](https://github.com/saltstack-formulas/syslog-ng-formula/commit/e6d2a06))
17+
18+
19+
### Documentation
20+
21+
* **readme:** fix typos, update README with testing info ([35d0ca4](https://github.com/saltstack-formulas/syslog-ng-formula/commit/35d0ca4))
22+
* **readme:** update readme ([0193e22](https://github.com/saltstack-formulas/syslog-ng-formula/commit/0193e22))
23+
* **semantic-release:** implement an automated changelog ([98e17dd](https://github.com/saltstack-formulas/syslog-ng-formula/commit/98e17dd))

FORMULA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: syslog_ng
22
os: Debian, Ubuntu, RedHat, Fedora, CentOS, Suse, openSUSE
33
os_family: Debian, RedHat, Suse
4-
version: 1.0
4+
version: 0.2.1
55
release: 1
66
minimum_version: 2017.7
77
summary: Syslog-NG formula

docs/AUTHORS.rst

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
.. role:: raw-html-m2r(raw)
2+
:format: html
3+
4+
5+
Authors
6+
=======
7+
8+
This list is sorted by the number of commits per contributor in *descending* order.
9+
10+
.. list-table::
11+
:header-rows: 1
12+
13+
* - Avatar
14+
- Contributor
15+
- Contributions
16+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3433835?v=4' width='36' height='36' alt='@n-rodriguez'>`
17+
- `@n-rodriguez <https://github.com/n-rodriguez>`_
18+
- 37
19+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3119969?v=4' width='36' height='36' alt='@genuss'>`
20+
- `@genuss <https://github.com/genuss>`_
21+
- 6
22+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/528061?v=4' width='36' height='36' alt='@puneetk'>`
23+
- `@puneetk <https://github.com/puneetk>`_
24+
- 3
25+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/1396878?v=4' width='36' height='36' alt='@gravyboat'>`
26+
- `@gravyboat <https://github.com/gravyboat>`_
27+
- 2
28+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/745513?v=4' width='36' height='36' alt='@EvaSDK'>`
29+
- `@EvaSDK <https://github.com/EvaSDK>`_
30+
- 2
31+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/3374962?v=4' width='36' height='36' alt='@nmadhok'>`
32+
- `@nmadhok <https://github.com/nmadhok>`_
33+
- 2
34+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/20441?v=4' width='36' height='36' alt='@iggy'>`
35+
- `@iggy <https://github.com/iggy>`_
36+
- 1
37+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
38+
- `@myii <https://github.com/myii>`_
39+
- 1
40+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/1478176?v=4' width='36' height='36' alt='@do3meli'>`
41+
- `@do3meli <https://github.com/do3meli>`_
42+
- 1
43+
44+
45+
----
46+
47+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-05-26.

docs/CHANGELOG.rst

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
2+
Changelog
3+
=========
4+
5+
`0.2.1 <https://github.com/saltstack-formulas/syslog-ng-formula/compare/v0.2.0...v0.2.1>`_ (2019-05-26)
6+
-----------------------------------------------------------------------------------------------------------
7+
8+
Bug Fixes
9+
^^^^^^^^^
10+
11+
12+
* **inspec:** move test suite to test/integration/default (\ `0ba5fce <https://github.com/saltstack-formulas/syslog-ng-formula/commit/0ba5fce>`_\ )
13+
* **inspec:** update Inspec profile definition (\ `85bdfbb <https://github.com/saltstack-formulas/syslog-ng-formula/commit/85bdfbb>`_\ )
14+
15+
Continuous Integration
16+
^^^^^^^^^^^^^^^^^^^^^^
17+
18+
19+
* **kitchen:** rename Kitchen config file (\ `dcbc58d <https://github.com/saltstack-formulas/syslog-ng-formula/commit/dcbc58d>`_\ )
20+
* **kitchen+travis:** test with more distros (\ `b1acda9 <https://github.com/saltstack-formulas/syslog-ng-formula/commit/b1acda9>`_\ )
21+
* **travis:** debian wheezy is no longer supported (\ `e6d2a06 <https://github.com/saltstack-formulas/syslog-ng-formula/commit/e6d2a06>`_\ )
22+
23+
Documentation
24+
^^^^^^^^^^^^^
25+
26+
27+
* **readme:** fix typos, update README with testing info (\ `35d0ca4 <https://github.com/saltstack-formulas/syslog-ng-formula/commit/35d0ca4>`_\ )
28+
* **readme:** update readme (\ `0193e22 <https://github.com/saltstack-formulas/syslog-ng-formula/commit/0193e22>`_\ )
29+
* **semantic-release:** implement an automated changelog (\ `98e17dd <https://github.com/saltstack-formulas/syslog-ng-formula/commit/98e17dd>`_\ )

0 commit comments

Comments
 (0)