From 1c3a6b8ab827b3012a9b9f579c5f3cab98be3601 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 27 Sep 2020 19:27:45 +0000 Subject: [PATCH] chore(release): 2.0.4 [skip ci] ## [2.0.4](https://github.com/saltstack-formulas/openssh-formula/compare/v2.0.3...v2.0.4) (2020-09-27) ### Bug Fixes * **pillar:** `tofs` must not be under `mine_functions` ([c0d5052](https://github.com/saltstack-formulas/openssh-formula/commit/c0d5052f6a4f86ed78df5f79f4848f24113dbe1a)) ### Tests * **inspec:** `_mapdata` files should have `tofs` configuration ([5e9033f](https://github.com/saltstack-formulas/openssh-formula/commit/5e9033f500cfa0cc5c06867ebdccd9e6b3298498)) --- AUTHORS.md | 6 +++--- CHANGELOG.md | 12 ++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 6 +++--- docs/CHANGELOG.rst | 15 +++++++++++++++ 5 files changed, 34 insertions(+), 7 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index c44190e..b02782a 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,11 +4,11 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|74 +@myii|[@myii](https://github.com/myii)|76 @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)|21 +@baby-gnu|[@baby-gnu](https://github.com/baby-gnu)|23 @nmadhok|[@nmadhok](https://github.com/nmadhok)|15 @whiteinge|[@whiteinge](https://github.com/whiteinge)|9 @rfairburn|[@rfairburn](https://github.com/rfairburn)|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-09-09. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-09-27. diff --git a/CHANGELOG.md b/CHANGELOG.md index 6775436..749f217 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.0.4](https://github.com/saltstack-formulas/openssh-formula/compare/v2.0.3...v2.0.4) (2020-09-27) + + +### Bug Fixes + +* **pillar:** `tofs` must not be under `mine_functions` ([c0d5052](https://github.com/saltstack-formulas/openssh-formula/commit/c0d5052f6a4f86ed78df5f79f4848f24113dbe1a)) + + +### Tests + +* **inspec:** `_mapdata` files should have `tofs` configuration ([5e9033f](https://github.com/saltstack-formulas/openssh-formula/commit/5e9033f500cfa0cc5c06867ebdccd9e6b3298498)) + ## [2.0.3](https://github.com/saltstack-formulas/openssh-formula/compare/v2.0.2...v2.0.3) (2020-09-09) diff --git a/FORMULA b/FORMULA index e4068ce..1fb5377 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.3 +version: 2.0.4 release: 1 minimum_version: 2017.7 summary: openssh formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 7b10162..96b3ebe 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 `_ - - 74 + - 76 * - :raw-html-m2r:`@alxwr` - `@alxwr `_ - 38 @@ -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 `_ - - 21 + - 23 * - :raw-html-m2r:`@nmadhok` - `@nmadhok `_ - 15 @@ -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-09-09. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-09-27. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 7a88754..89674c1 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,21 @@ Changelog ========= +`2.0.4 `_ (2020-09-27) +--------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **pillar:** ``tofs`` must not be under ``mine_functions`` (\ `c0d5052 `_\ ) + +Tests +^^^^^ + + +* **inspec:** ``_mapdata`` files should have ``tofs`` configuration (\ `5e9033f `_\ ) + `2.0.3 `_ (2020-09-09) ---------------------------------------------------------------------------------------------------------