From dce1a482fd612c18a6f4c986548aed715303f874 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 22 Sep 2020 16:42:23 +0000 Subject: [PATCH] chore(release): 0.3.0 [skip ci] # [0.3.0](https://github.com/saltstack-formulas/lynis-formula/compare/v0.2.2...v0.3.0) (2020-09-22) ### Bug Fixes * **kitchen:** we should run tests with the upstream Lynis repository ([43104a9](https://github.com/saltstack-formulas/lynis-formula/commit/43104a9394572665900ccdba63354da5dfc93abf)) ### Features * **states:** add support for Redhat and Suse ([ffb5aaa](https://github.com/saltstack-formulas/lynis-formula/commit/ffb5aaa13af61ea295c65a9c5a77cbf006be1260)) --- AUTHORS.md | 4 ++-- CHANGELOG.md | 12 ++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 4 ++-- docs/CHANGELOG.rst | 15 +++++++++++++++ 5 files changed, 32 insertions(+), 5 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 68b7df4..fa1a1db 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,8 +4,8 @@ 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)|8 -@myii|[@myii](https://github.com/myii)|3 +@n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|10 +@myii|[@myii](https://github.com/myii)|4 @mostafahussein|[@mostafahussein](https://github.com/mostafahussein)|2 @aboe76|[@aboe76](https://github.com/aboe76)|1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4aa8361..92704bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +# [0.3.0](https://github.com/saltstack-formulas/lynis-formula/compare/v0.2.2...v0.3.0) (2020-09-22) + + +### Bug Fixes + +* **kitchen:** we should run tests with the upstream Lynis repository ([43104a9](https://github.com/saltstack-formulas/lynis-formula/commit/43104a9394572665900ccdba63354da5dfc93abf)) + + +### Features + +* **states:** add support for Redhat and Suse ([ffb5aaa](https://github.com/saltstack-formulas/lynis-formula/commit/ffb5aaa13af61ea295c65a9c5a77cbf006be1260)) + ## [0.2.2](https://github.com/saltstack-formulas/lynis-formula/compare/v0.2.1...v0.2.2) (2020-09-22) diff --git a/FORMULA b/FORMULA index e683b45..eded14d 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: lynis os: Debian, Ubuntu, RedHat, Fedora, CentOS, Suse, openSUSE, Arch os_family: Debian, RedHat, Suse, Arch -version: 0.2.2 +version: 0.3.0 release: 1 minimum_version: 2019.2 summary: Lynis formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 58f6f44..a7b63c9 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,10 +15,10 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@n-rodriguez` - `@n-rodriguez `_ - - 8 + - 10 * - :raw-html-m2r:`@myii` - `@myii `_ - - 3 + - 4 * - :raw-html-m2r:`@mostafahussein` - `@mostafahussein `_ - 2 diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 80ef1a6..a7fa3f2 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,21 @@ Changelog ========= +`0.3.0 `_ (2020-09-22) +------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **kitchen:** we should run tests with the upstream Lynis repository (\ `43104a9 `_\ ) + +Features +^^^^^^^^ + + +* **states:** add support for Redhat and Suse (\ `ffb5aaa `_\ ) + `0.2.2 `_ (2020-09-22) -------------------------------------------------------------------------------------------------------