Skip to content

Commit

Permalink
chore(release): 0.1.2 [skip ci]
Browse files Browse the repository at this point in the history
## [0.1.2](v0.1.1...v0.1.2) (2019-05-13)

### Code Refactoring

* **pillar:** add default pillars for each OS family ([7dd3e18](7dd3e18))

### Continuous Integration

* **inspec:** improve inspec.yml ([d898f10](d898f10))
* **kitchen:** rename Inspec profile to default ([22c9084](22c9084))
* **kitchen:** test with CentOS 6 ([19271a1](19271a1))
* **kitchen+travis:** use latest pre-salted images ([10fe96b](10fe96b))

### Documentation

* **license:** update license to Apache 2.0 ([5b7af27](5b7af27))

### Tests

* **inspec:** be sure to run tests on Ubuntu and OpenSuse ([3641baf](3641baf))
  • Loading branch information
semantic-release-bot committed May 13, 2019
1 parent 020f039 commit 1875eb6
Show file tree
Hide file tree
Showing 5 changed files with 62 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)|39
<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)|47
<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
<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
<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)|3

---

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

## [0.1.2](https://github.com/saltstack-formulas/rkhunter-formula/compare/v0.1.1...v0.1.2) (2019-05-13)


### Code Refactoring

* **pillar:** add default pillars for each OS family ([7dd3e18](https://github.com/saltstack-formulas/rkhunter-formula/commit/7dd3e18))


### Continuous Integration

* **inspec:** improve inspec.yml ([d898f10](https://github.com/saltstack-formulas/rkhunter-formula/commit/d898f10))
* **kitchen:** rename Inspec profile to default ([22c9084](https://github.com/saltstack-formulas/rkhunter-formula/commit/22c9084))
* **kitchen:** test with CentOS 6 ([19271a1](https://github.com/saltstack-formulas/rkhunter-formula/commit/19271a1))
* **kitchen+travis:** use latest pre-salted images ([10fe96b](https://github.com/saltstack-formulas/rkhunter-formula/commit/10fe96b))


### Documentation

* **license:** update license to Apache 2.0 ([5b7af27](https://github.com/saltstack-formulas/rkhunter-formula/commit/5b7af27))


### Tests

* **inspec:** be sure to run tests on Ubuntu and OpenSuse ([3641baf](https://github.com/saltstack-formulas/rkhunter-formula/commit/3641baf))

## [0.1.1](https://github.com/saltstack-formulas/rkhunter-formula/compare/v0.1.0...v0.1.1) (2019-05-02)


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, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, MacOS
os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, MacOS
version: 0.1.1
version: 0.1.2
release: 1
minimum_version: 2016.11
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>`_
- 39
- 47
* - :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
* - :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>`_
- 1
- 3


----

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

`0.1.2 <https://github.com/saltstack-formulas/rkhunter-formula/compare/v0.1.1...v0.1.2>`_ (2019-05-13)
----------------------------------------------------------------------------------------------------------

Code Refactoring
^^^^^^^^^^^^^^^^


* **pillar:** add default pillars for each OS family (\ `7dd3e18 <https://github.com/saltstack-formulas/rkhunter-formula/commit/7dd3e18>`_\ )

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


* **inspec:** improve inspec.yml (\ `d898f10 <https://github.com/saltstack-formulas/rkhunter-formula/commit/d898f10>`_\ )
* **kitchen:** rename Inspec profile to default (\ `22c9084 <https://github.com/saltstack-formulas/rkhunter-formula/commit/22c9084>`_\ )
* **kitchen:** test with CentOS 6 (\ `19271a1 <https://github.com/saltstack-formulas/rkhunter-formula/commit/19271a1>`_\ )
* **kitchen+travis:** use latest pre-salted images (\ `10fe96b <https://github.com/saltstack-formulas/rkhunter-formula/commit/10fe96b>`_\ )

Documentation
^^^^^^^^^^^^^


* **license:** update license to Apache 2.0 (\ `5b7af27 <https://github.com/saltstack-formulas/rkhunter-formula/commit/5b7af27>`_\ )

Tests
^^^^^


* **inspec:** be sure to run tests on Ubuntu and OpenSuse (\ `3641baf <https://github.com/saltstack-formulas/rkhunter-formula/commit/3641baf>`_\ )

`0.1.1 <https://github.com/saltstack-formulas/rkhunter-formula/compare/v0.1.0...v0.1.1>`_ (2019-05-02)
----------------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit 1875eb6

Please sign in to comment.