diff --git a/AUTHORS.md b/AUTHORS.md index 04bbbcd..0b73966 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,10 +4,10 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|39 +@n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|47 @aanriot|[@aanriot](https://github.com/aanriot)|3 -@myii|[@myii](https://github.com/myii)|1 +@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. diff --git a/CHANGELOG.md b/CHANGELOG.md index f530ed9..f616feb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/FORMULA b/FORMULA index 000c459..cffee9f 100644 --- a/FORMULA +++ b/FORMULA @@ -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 diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 366b2c3..3919755 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,15 +15,15 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@n-rodriguez` - `@n-rodriguez `_ - - 39 + - 47 * - :raw-html-m2r:`@aanriot` - `@aanriot `_ - 3 * - :raw-html-m2r:`@myii` - `@myii `_ - - 1 + - 3 ---- -Auto generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-05-02. +Auto generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-05-13. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 9acc6bd..7828dc6 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,36 @@ Changelog ========= +`0.1.2 `_ (2019-05-13) +---------------------------------------------------------------------------------------------------------- + +Code Refactoring +^^^^^^^^^^^^^^^^ + + +* **pillar:** add default pillars for each OS family (\ `7dd3e18 `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **inspec:** improve inspec.yml (\ `d898f10 `_\ ) +* **kitchen:** rename Inspec profile to default (\ `22c9084 `_\ ) +* **kitchen:** test with CentOS 6 (\ `19271a1 `_\ ) +* **kitchen+travis:** use latest pre-salted images (\ `10fe96b `_\ ) + +Documentation +^^^^^^^^^^^^^ + + +* **license:** update license to Apache 2.0 (\ `5b7af27 `_\ ) + +Tests +^^^^^ + + +* **inspec:** be sure to run tests on Ubuntu and OpenSuse (\ `3641baf `_\ ) + `0.1.1 `_ (2019-05-02) ----------------------------------------------------------------------------------------------------------