From a8170592b0ae9b49661209cb41cc40970ef2ea8e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 16 Sep 2019 18:40:37 +0000 Subject: [PATCH] chore(release): 0.42.1 [skip ci] ## [0.42.1](https://github.com/saltstack-formulas/openssh-formula/compare/v0.42.0...v0.42.1) (2019-09-16) ### Tests * **inspec:** add tests based on existing Serverspec tests ([#168](https://github.com/saltstack-formulas/openssh-formula/issues/168)) ([267042c](https://github.com/saltstack-formulas/openssh-formula/commit/267042c)), closes [/travis-ci.org/myii/openssh-formula/jobs/585340845#L1811-L1813](https://github.com//travis-ci.org/myii/openssh-formula/jobs/585340845/issues/L1811-L1813) [/travis-ci.org/myii/openssh-formula/jobs/585356835#L2957-L2965](https://github.com//travis-ci.org/myii/openssh-formula/jobs/585356835/issues/L2957-L2965) [#166](https://github.com/saltstack-formulas/openssh-formula/issues/166) --- AUTHORS.md | 4 ++-- CHANGELOG.md | 7 +++++++ FORMULA | 2 +- docs/AUTHORS.rst | 8 ++++---- docs/CHANGELOG.rst | 9 +++++++++ 5 files changed, 23 insertions(+), 7 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 14bc488..c8f2ed3 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -11,10 +11,10 @@ Avatar|Contributor|Contributions @whiteinge|[@whiteinge](https://github.com/whiteinge)|9 @rfairburn|[@rfairburn](https://github.com/rfairburn)|8 @amendlik|[@amendlik](https://github.com/amendlik)|8 +@myii|[@myii](https://github.com/myii)|8 @amontalban|[@amontalban](https://github.com/amontalban)|7 @kennydo|[@kennydo](https://github.com/kennydo)|7 @ek9|[@ek9](https://github.com/ek9)|7 -@myii|[@myii](https://github.com/myii)|7 @0xf10e|[@0xf10e](https://github.com/0xf10e)|7 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|6 @pepoluan|[@pepoluan](https://github.com/pepoluan)|5 @@ -76,4 +76,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-09-13. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-09-16. diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b26f58..df0a796 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.42.1](https://github.com/saltstack-formulas/openssh-formula/compare/v0.42.0...v0.42.1) (2019-09-16) + + +### Tests + +* **inspec:** add tests based on existing Serverspec tests ([#168](https://github.com/saltstack-formulas/openssh-formula/issues/168)) ([267042c](https://github.com/saltstack-formulas/openssh-formula/commit/267042c)), closes [/travis-ci.org/myii/openssh-formula/jobs/585340845#L1811-L1813](https://github.com//travis-ci.org/myii/openssh-formula/jobs/585340845/issues/L1811-L1813) [/travis-ci.org/myii/openssh-formula/jobs/585356835#L2957-L2965](https://github.com//travis-ci.org/myii/openssh-formula/jobs/585356835/issues/L2957-L2965) [#166](https://github.com/saltstack-formulas/openssh-formula/issues/166) + # [0.42.0](https://github.com/saltstack-formulas/openssh-formula/compare/v0.41.0...v0.42.0) (2019-09-13) diff --git a/FORMULA b/FORMULA index c972133..031ab3d 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: openssh os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS -version: 0.42.0 +version: 0.42.1 release: 1 minimum_version: 2017.7 summary: openssh formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index f8c7dc4..2ed342d 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -34,6 +34,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@amendlik` - `@amendlik `_ - 8 + * - :raw-html-m2r:`@myii` + - `@myii `_ + - 8 * - :raw-html-m2r:`@amontalban` - `@amontalban `_ - 7 @@ -43,9 +46,6 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@ek9` - `@ek9 `_ - 7 - * - :raw-html-m2r:`@myii` - - `@myii `_ - - 7 * - :raw-html-m2r:`@0xf10e` - `@0xf10e `_ - 7 @@ -224,4 +224,4 @@ This list is sorted by the number of commits per contributor in *descending* ord ---- -Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-09-13. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-09-16. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 87fb55a..385bee6 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`0.42.1 `_ (2019-09-16) +------------------------------------------------------------------------------------------------------------ + +Tests +^^^^^ + + +* **inspec:** add tests based on existing Serverspec tests (\ `#168 `_\ ) (\ `267042c `_\ ), closes `/travis-ci.org/myii/openssh-formula/jobs/585340845#L1811-L1813 `_ `/travis-ci.org/myii/openssh-formula/jobs/585356835#L2957-L2965 `_ `#166 `_ + `0.42.0 `_ (2019-09-13) ------------------------------------------------------------------------------------------------------------