diff --git a/AUTHORS.md b/AUTHORS.md index 3cc3946..3722a3d 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,7 +4,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|54 +@myii|[@myii](https://github.com/myii)|55 @alxwr|[@alxwr](https://github.com/alxwr)|38 @gravyboat|[@gravyboat](https://github.com/gravyboat)|28 @aboe76|[@aboe76](https://github.com/aboe76)|25 @@ -34,6 +34,7 @@ Avatar|Contributor|Contributions @carlosperello|[@carlosperello](https://github.com/carlosperello)|2 @fpletz|[@fpletz](https://github.com/fpletz)|2 @ingben|[@ingben](https://github.com/ingben)|2 +@OrangeDog|[@OrangeDog](https://github.com/OrangeDog)|2 @kyrias|[@kyrias](https://github.com/kyrias)|2 @mschiff|[@mschiff](https://github.com/mschiff)|2 @stp-ip|[@stp-ip](https://github.com/stp-ip)|2 @@ -52,7 +53,6 @@ Avatar|Contributor|Contributions @BT-dschleich|[@BT-dschleich](https://github.com/BT-dschleich)|1 @fzipi|[@fzipi](https://github.com/fzipi)|1 @imran1008|[@imran1008](https://github.com/imran1008)|1 -@OrangeDog|[@OrangeDog](https://github.com/OrangeDog)|1 @jasperla|[@jasperla](https://github.com/jasperla)|1 @anderbubble|[@anderbubble](https://github.com/anderbubble)|1 @levlozhkin|[@levlozhkin](https://github.com/levlozhkin)|1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 070d455..71c41b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.43.3](https://github.com/saltstack-formulas/openssh-formula/compare/v0.43.2...v0.43.3) (2020-06-04) + + +### Bug Fixes + +* **config_ini:** stop failing after the first application ([c7777c7](https://github.com/saltstack-formulas/openssh-formula/commit/c7777c74b27192d8d04a038e56db312d176ef08a)) + ## [0.43.2](https://github.com/saltstack-formulas/openssh-formula/compare/v0.43.1...v0.43.2) (2020-06-04) diff --git a/FORMULA b/FORMULA index 410c275..89ed423 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.43.2 +version: 0.43.3 release: 1 minimum_version: 2017.7 summary: openssh formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 1bec933..bf278e3 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 `_ - - 54 + - 55 * - :raw-html-m2r:`@alxwr` - `@alxwr `_ - 38 @@ -103,6 +103,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@ingben` - `@ingben `_ - 2 + * - :raw-html-m2r:`@OrangeDog` + - `@OrangeDog `_ + - 2 * - :raw-html-m2r:`@kyrias` - `@kyrias `_ - 2 @@ -157,9 +160,6 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@imran1008` - `@imran1008 `_ - 1 - * - :raw-html-m2r:`@OrangeDog` - - `@OrangeDog `_ - - 1 * - :raw-html-m2r:`@jasperla` - `@jasperla `_ - 1 diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 28b371c..adb5ac0 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`0.43.3 `_ (2020-06-04) +------------------------------------------------------------------------------------------------------------ + +Bug Fixes +^^^^^^^^^ + + +* **config_ini:** stop failing after the first application (\ `c7777c7 `_\ ) + `0.43.2 `_ (2020-06-04) ------------------------------------------------------------------------------------------------------------