# [0.5.0](https://github.com/saltstack-formulas/syslog-ng-formula/compare/v0.4.0...v0.5.0) (2019-10-01) ### Bug Fixes * **pillar:** rearrange `tofs` block to avoid `yamllint` error ([tags/v0.5.07c4dd84
](https://github.com/saltstack-formulas/syslog-ng-formula/commit/7c4dd84)) ### Features * **tofs:** add TOFS support ([6a6f255
](https://github.com/saltstack-formulas/syslog-ng-formula/commit/6a6f255))
@@ -4,8 +4,8 @@ This list is sorted by the number of commits per contributor in _descending_ ord | |||
Avatar|Contributor|Contributions | |||
:-:|---|:-: | |||
<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)|48 | |||
<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)|18 | |||
<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)|49 | |||
<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)|21 | |||
<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)|7 | |||
<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 | |||
<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 | |||
@@ -17,4 +17,4 @@ Avatar|Contributor|Contributions | |||
--- | |||
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-09-30. | |||
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-10-01. |
@@ -1,5 +1,17 @@ | |||
# Changelog | |||
# [0.5.0](https://github.com/saltstack-formulas/syslog-ng-formula/compare/v0.4.0...v0.5.0) (2019-10-01) | |||
### Bug Fixes | |||
* **pillar:** rearrange `tofs` block to avoid `yamllint` error ([7c4dd84](https://github.com/saltstack-formulas/syslog-ng-formula/commit/7c4dd84)) | |||
### Features | |||
* **tofs:** add TOFS support ([6a6f255](https://github.com/saltstack-formulas/syslog-ng-formula/commit/6a6f255)) | |||
# [0.4.0](https://github.com/saltstack-formulas/syslog-ng-formula/compare/v0.3.0...v0.4.0) (2019-09-30) | |||
@@ -1,7 +1,7 @@ | |||
name: syslog_ng | |||
os: Debian, Ubuntu, RedHat, Fedora, CentOS, Suse, openSUSE | |||
os_family: Debian, RedHat, Suse | |||
version: 0.4.0 | |||
version: 0.5.0 | |||
release: 1 | |||
minimum_version: 2017.7 | |||
summary: Syslog-NG formula |
@@ -15,10 +15,10 @@ This list is sorted by the number of commits per contributor in *descending* ord | |||
- Contributions | |||
* - :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'>` | |||
- `@n-rodriguez <https://github.com/n-rodriguez>`_ | |||
- 48 | |||
- 49 | |||
* - :raw-html-m2r:`<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>`_ | |||
- 18 | |||
- 21 | |||
* - :raw-html-m2r:`<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>`_ | |||
- 7 | |||
@@ -47,4 +47,4 @@ This list is sorted by the number of commits per contributor in *descending* ord | |||
---- | |||
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-09-30. | |||
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-10-01. |
@@ -2,6 +2,21 @@ | |||
Changelog | |||
========= | |||
`0.5.0 <https://github.com/saltstack-formulas/syslog-ng-formula/compare/v0.4.0...v0.5.0>`_ (2019-10-01) | |||
----------------------------------------------------------------------------------------------------------- | |||
Bug Fixes | |||
^^^^^^^^^ | |||
* **pillar:** rearrange ``tofs`` block to avoid ``yamllint`` error (\ `7c4dd84 <https://github.com/saltstack-formulas/syslog-ng-formula/commit/7c4dd84>`_\ ) | |||
Features | |||
^^^^^^^^ | |||
* **tofs:** add TOFS support (\ `6a6f255 <https://github.com/saltstack-formulas/syslog-ng-formula/commit/6a6f255>`_\ ) | |||
`0.4.0 <https://github.com/saltstack-formulas/syslog-ng-formula/compare/v0.3.0...v0.4.0>`_ (2019-09-30) | |||
----------------------------------------------------------------------------------------------------------- | |||