diff --git a/AUTHORS.md b/AUTHORS.md index 8a50186..72b7640 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,12 +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)|66 +@myii|[@myii](https://github.com/myii)|67 @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 +@baby-gnu|[@baby-gnu](https://github.com/baby-gnu)|10 @whiteinge|[@whiteinge](https://github.com/whiteinge)|9 @rfairburn|[@rfairburn](https://github.com/rfairburn)|8 @amendlik|[@amendlik](https://github.com/amendlik)|8 @@ -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-21. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-07-30. diff --git a/CHANGELOG.md b/CHANGELOG.md index 67038ba..be92708 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.2](https://github.com/saltstack-formulas/openssh-formula/compare/v1.2.1...v1.2.2) (2020-07-30) + + +### Bug Fixes + +* **jinja:** omit_ip_address don't work on some platform ([b2d38ae](https://github.com/saltstack-formulas/openssh-formula/commit/b2d38aec9bd46a64965be0ecb66e7c912a1bf3c6)) + ## [1.2.1](https://github.com/saltstack-formulas/openssh-formula/compare/v1.2.0...v1.2.1) (2020-07-21) diff --git a/FORMULA b/FORMULA index 3dafe7b..0153b46 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.1 +version: 1.2.2 release: 1 minimum_version: 2017.7 summary: openssh formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 3fe38aa..b7abaa7 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 `_ - - 66 + - 67 * - :raw-html-m2r:`@alxwr` - `@alxwr `_ - 38 @@ -30,7 +30,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - 15 * - :raw-html-m2r:`@baby-gnu` - `@baby-gnu `_ - - 9 + - 10 * - :raw-html-m2r:`@whiteinge` - `@whiteinge `_ - 9 @@ -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-21. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-07-30. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index d118928..b5adbaf 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`1.2.2 `_ (2020-07-30) +--------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **jinja:** omit_ip_address don't work on some platform (\ `b2d38ae `_\ ) + `1.2.1 `_ (2020-07-21) ---------------------------------------------------------------------------------------------------------