diff --git a/AUTHORS.md b/AUTHORS.md index dabe382..8a50186 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,11 +4,12 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|65 +@myii|[@myii](https://github.com/myii)|66 @alxwr|[@alxwr](https://github.com/alxwr)|38 @gravyboat|[@gravyboat](https://github.com/gravyboat)|28 @aboe76|[@aboe76](https://github.com/aboe76)|25 @nmadhok|[@nmadhok](https://github.com/nmadhok)|15 +@baby-gnu|[@baby-gnu](https://github.com/baby-gnu)|9 @whiteinge|[@whiteinge](https://github.com/whiteinge)|9 @rfairburn|[@rfairburn](https://github.com/rfairburn)|8 @amendlik|[@amendlik](https://github.com/amendlik)|8 @@ -16,7 +17,6 @@ Avatar|Contributor|Contributions @kennydo|[@kennydo](https://github.com/kennydo)|7 @ek9|[@ek9](https://github.com/ek9)|7 @0xf10e|[@0xf10e](https://github.com/0xf10e)|7 -@baby-gnu|[@baby-gnu](https://github.com/baby-gnu)|6 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|6 @pepoluan|[@pepoluan](https://github.com/pepoluan)|5 @llua|[@llua](https://github.com/llua)|5 @@ -77,4 +77,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-07-20. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-07-21. diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e94d2a..67038ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.2.1](https://github.com/saltstack-formulas/openssh-formula/compare/v1.2.0...v1.2.1) (2020-07-21) + + +### Bug Fixes + +* **known_hosts:** dig package does not install on Arch ([0b667cb](https://github.com/saltstack-formulas/openssh-formula/commit/0b667cbcf5e6560d3e92dc5d36b6649c629bfcd7)) + + +### Continuous Integration + +* **kitchen:** execute `openssh.known_hosts` state ([644e616](https://github.com/saltstack-formulas/openssh-formula/commit/644e61651d1cee2bc6ea9f7fdc5a7a51ffe342ff)) + + +### Tests + +* **config_spec:** verify /etc/ssh/ssh_known_hosts ([06ef24b](https://github.com/saltstack-formulas/openssh-formula/commit/06ef24b8e15a8c27433c639846d88d11835209ec)) + # [1.2.0](https://github.com/saltstack-formulas/openssh-formula/compare/v1.1.0...v1.2.0) (2020-07-20) diff --git a/FORMULA b/FORMULA index 364c45d..3dafe7b 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: 1.2.0 +version: 1.2.1 release: 1 minimum_version: 2017.7 summary: openssh formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index ec22a36..3fe38aa 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,7 +15,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@myii` - `@myii `_ - - 65 + - 66 * - :raw-html-m2r:`@alxwr` - `@alxwr `_ - 38 @@ -28,6 +28,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@nmadhok` - `@nmadhok `_ - 15 + * - :raw-html-m2r:`@baby-gnu` + - `@baby-gnu `_ + - 9 * - :raw-html-m2r:`@whiteinge` - `@whiteinge `_ - 9 @@ -49,9 +52,6 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@0xf10e` - `@0xf10e `_ - 7 - * - :raw-html-m2r:`@baby-gnu` - - `@baby-gnu `_ - - 6 * - :raw-html-m2r:`@javierbertoli` - `@javierbertoli `_ - 6 @@ -227,4 +227,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 2020-07-20. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-07-21. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 6419569..d118928 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,27 @@ Changelog ========= +`1.2.1 `_ (2020-07-21) +--------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **known_hosts:** dig package does not install on Arch (\ `0b667cb `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **kitchen:** execute ``openssh.known_hosts`` state (\ `644e616 `_\ ) + +Tests +^^^^^ + + +* **config_spec:** verify /etc/ssh/ssh_known_hosts (\ `06ef24b `_\ ) + `1.2.0 `_ (2020-07-20) ---------------------------------------------------------------------------------------------------------