Skip to content

Commit

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

### Code Refactoring

* **inspec:** use `os:family` simplification for `config_spec` ([7aa9b7b](7aa9b7b))
* **osfamilymap:** remove quotes around paths for consistency ([d763120](d763120))
* **yaml:** move shared values to `defaults.yaml` ([034f5a0](034f5a0))
* **yaml:** sort `default` and `config` alphabetically ([140007d](140007d))
  • Loading branch information
semantic-release-bot committed May 13, 2019
1 parent 0831461 commit ade6e77
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 7 deletions.
4 changes: 2 additions & 2 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ 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)|47
<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)|7
<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)|3

---

Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

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


### Code Refactoring

* **inspec:** use `os:family` simplification for `config_spec` ([7aa9b7b](https://github.com/saltstack-formulas/rkhunter-formula/commit/7aa9b7b))
* **osfamilymap:** remove quotes around paths for consistency ([d763120](https://github.com/saltstack-formulas/rkhunter-formula/commit/d763120))
* **yaml:** move shared values to `defaults.yaml` ([034f5a0](https://github.com/saltstack-formulas/rkhunter-formula/commit/034f5a0))
* **yaml:** sort `default` and `config` alphabetically ([140007d](https://github.com/saltstack-formulas/rkhunter-formula/commit/140007d))

## [0.1.2](https://github.com/saltstack-formulas/rkhunter-formula/compare/v0.1.1...v0.1.2) (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, 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.2
version: 0.1.3
release: 1
minimum_version: 2016.11
summary: Rkhunter formula
Expand Down
8 changes: 4 additions & 4 deletions docs/AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ 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>`_
- 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
- 48
* - :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
* - :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


Expand Down
12 changes: 12 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
Changelog
=========

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

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


* **inspec:** use ``os:family`` simplification for ``config_spec`` (\ `7aa9b7b <https://github.com/saltstack-formulas/rkhunter-formula/commit/7aa9b7b>`_\ )
* **osfamilymap:** remove quotes around paths for consistency (\ `d763120 <https://github.com/saltstack-formulas/rkhunter-formula/commit/d763120>`_\ )
* **yaml:** move shared values to ``defaults.yaml`` (\ `034f5a0 <https://github.com/saltstack-formulas/rkhunter-formula/commit/034f5a0>`_\ )
* **yaml:** sort ``default`` and ``config`` alphabetically (\ `140007d <https://github.com/saltstack-formulas/rkhunter-formula/commit/140007d>`_\ )

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

Expand Down

0 comments on commit ade6e77

Please sign in to comment.