diff --git a/AUTHORS.md b/AUTHORS.md index 7b2a018..ff6d4fe 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -8,16 +8,16 @@ Avatar|Contributor|Contributions @alxwr|[@alxwr](https://github.com/alxwr)|38 @gravyboat|[@gravyboat](https://github.com/gravyboat)|28 @aboe76|[@aboe76](https://github.com/aboe76)|25 -@baby-gnu|[@baby-gnu](https://github.com/baby-gnu)|17 +@baby-gnu|[@baby-gnu](https://github.com/baby-gnu)|18 @nmadhok|[@nmadhok](https://github.com/nmadhok)|15 @whiteinge|[@whiteinge](https://github.com/whiteinge)|9 @rfairburn|[@rfairburn](https://github.com/rfairburn)|8 @amendlik|[@amendlik](https://github.com/amendlik)|8 @amontalban|[@amontalban](https://github.com/amontalban)|7 +@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|7 @kennydo|[@kennydo](https://github.com/kennydo)|7 @ek9|[@ek9](https://github.com/ek9)|7 @0xf10e|[@0xf10e](https://github.com/0xf10e)|7 -@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|6 @pepoluan|[@pepoluan](https://github.com/pepoluan)|5 @llua|[@llua](https://github.com/llua)|5 @puneetk|[@puneetk](https://github.com/puneetk)|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-08-01. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-08-21. diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d41bf3..cbcc5e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.1](https://github.com/saltstack-formulas/openssh-formula/compare/v2.0.0...v2.0.1) (2020-08-21) + + +### Bug Fixes + +* **map:** `path_join` can be used only for local file access ([3845d5f](https://github.com/saltstack-formulas/openssh-formula/commit/3845d5ff618f936700d5180ce9ff11ba1b037bcc)) + # [2.0.0](https://github.com/saltstack-formulas/openssh-formula/compare/v1.3.1...v2.0.0) (2020-08-01) diff --git a/FORMULA b/FORMULA index cc0e2e7..5a6f7cd 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: 2.0.0 +version: 2.0.1 release: 1 minimum_version: 2017.7 summary: openssh formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 33b9576..66d2a86 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -27,7 +27,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - 25 * - :raw-html-m2r:`@baby-gnu` - `@baby-gnu `_ - - 17 + - 18 * - :raw-html-m2r:`@nmadhok` - `@nmadhok `_ - 15 @@ -43,6 +43,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@amontalban` - `@amontalban `_ - 7 + * - :raw-html-m2r:`@javierbertoli` + - `@javierbertoli `_ + - 7 * - :raw-html-m2r:`@kennydo` - `@kennydo `_ - 7 @@ -52,9 +55,6 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@0xf10e` - `@0xf10e `_ - 7 - * - :raw-html-m2r:`@javierbertoli` - - `@javierbertoli `_ - - 6 * - :raw-html-m2r:`@pepoluan` - `@pepoluan `_ - 5 @@ -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-08-01. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-08-21. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index d968a15..32c0df0 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`2.0.1 `_ (2020-08-21) +--------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **map:** ``path_join`` can be used only for local file access (\ `3845d5f `_\ ) + `2.0.0 `_ (2020-08-01) ---------------------------------------------------------------------------------------------------------