Skip to content

Commit

Permalink
chore(release): 0.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.2.0](v0.1.4...v0.2.0) (2019-05-16)

### Bug Fixes

* **formula:** fix list of compatible OS ([7a96f29](7a96f29))

### Continuous Integration

* **kitchen+inspec:** provide platform specific pillars ([2f5c0a5](2f5c0a5))

### Features

* **pillar:** use config.get instead of pillar.get ([b23b448](b23b448))
  • Loading branch information
semantic-release-bot committed May 16, 2019
1 parent 4aa980f commit 18f2ec6
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 7 deletions.
6 changes: 3 additions & 3 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ 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)|54
<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)|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)|55
<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)|8
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/8395913?v=4' width='36' height='36' alt='@aanriot'>|[@aanriot](https://github.com/aanriot)|3

---

Auto generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-05-13.
Auto generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-05-16.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

# [0.2.0](https://github.com/saltstack-formulas/rkhunter-formula/compare/v0.1.4...v0.2.0) (2019-05-16)


### Bug Fixes

* **formula:** fix list of compatible OS ([7a96f29](https://github.com/saltstack-formulas/rkhunter-formula/commit/7a96f29))


### Continuous Integration

* **kitchen+inspec:** provide platform specific pillars ([2f5c0a5](https://github.com/saltstack-formulas/rkhunter-formula/commit/2f5c0a5))


### Features

* **pillar:** use config.get instead of pillar.get ([b23b448](https://github.com/saltstack-formulas/rkhunter-formula/commit/b23b448))

## [0.1.4](https://github.com/saltstack-formulas/rkhunter-formula/compare/v0.1.3...v0.1.4) (2019-05-13)


Expand Down
2 changes: 1 addition & 1 deletion FORMULA
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: rkhunter
os: Debian, Ubuntu, RedHat, Fedora, CentOS, Suse, openSUSE
os_family: Debian, RedHat, Suse
version: 0.1.4
version: 0.2.0
release: 1
minimum_version: 2017.7
summary: Rkhunter formula
Expand Down
6 changes: 3 additions & 3 deletions docs/AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ 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>`_
- 54
- 55
* - :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>`_
- 7
- 8
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/8395913?v=4' width='36' height='36' alt='@aanriot'>`
- `@aanriot <https://github.com/aanriot>`_
- 3


----

Auto generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-05-13.
Auto generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-05-16.
21 changes: 21 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@
Changelog
=========

`0.2.0 <https://github.com/saltstack-formulas/rkhunter-formula/compare/v0.1.4...v0.2.0>`_ (2019-05-16)
----------------------------------------------------------------------------------------------------------

Bug Fixes
^^^^^^^^^


* **formula:** fix list of compatible OS (\ `7a96f29 <https://github.com/saltstack-formulas/rkhunter-formula/commit/7a96f29>`_\ )

Continuous Integration
^^^^^^^^^^^^^^^^^^^^^^


* **kitchen+inspec:** provide platform specific pillars (\ `2f5c0a5 <https://github.com/saltstack-formulas/rkhunter-formula/commit/2f5c0a5>`_\ )

Features
^^^^^^^^


* **pillar:** use config.get instead of pillar.get (\ `b23b448 <https://github.com/saltstack-formulas/rkhunter-formula/commit/b23b448>`_\ )

`0.1.4 <https://github.com/saltstack-formulas/rkhunter-formula/compare/v0.1.3...v0.1.4>`_ (2019-05-13)
----------------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit 18f2ec6

Please sign in to comment.