From b32ec9819ce74a6ea00cae1eb176d6c239aa644e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 1 Aug 2020 13:59:26 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [2.0.0](https://github.com/saltstack-formulas/openssh-formula/compare/v1.3.1...v2.0.0) (2020-08-01) ### Features * **map:** `config.get` lookups from configurable roots ([ad4385b](https://github.com/saltstack-formulas/openssh-formula/commit/ad4385b077b1fe2b22ab5888ab6b598cb8478658)) * **map:** update to v4 “map.jinja” ([df477b2](https://github.com/saltstack-formulas/openssh-formula/commit/df477b25c27c521610a8809528ebcba038db673e)) --- AUTHORS.md | 6 +++--- CHANGELOG.md | 8 ++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 6 +++--- docs/CHANGELOG.rst | 10 ++++++++++ 5 files changed, 25 insertions(+), 7 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 1b0cc68..7b2a018 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)|69 +@myii|[@myii](https://github.com/myii)|71 @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)|15 +@baby-gnu|[@baby-gnu](https://github.com/baby-gnu)|17 @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-07-31. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-08-01. diff --git a/CHANGELOG.md b/CHANGELOG.md index a8e0c96..6d41bf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +# [2.0.0](https://github.com/saltstack-formulas/openssh-formula/compare/v1.3.1...v2.0.0) (2020-08-01) + + +### Features + +* **map:** `config.get` lookups from configurable roots ([ad4385b](https://github.com/saltstack-formulas/openssh-formula/commit/ad4385b077b1fe2b22ab5888ab6b598cb8478658)) +* **map:** update to v4 “map.jinja” ([df477b2](https://github.com/saltstack-formulas/openssh-formula/commit/df477b25c27c521610a8809528ebcba038db673e)) + ## [1.3.1](https://github.com/saltstack-formulas/openssh-formula/compare/v1.3.0...v1.3.1) (2020-07-31) diff --git a/FORMULA b/FORMULA index e7724a7..cc0e2e7 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.3.1 +version: 2.0.0 release: 1 minimum_version: 2017.7 summary: openssh formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 88fea7f..33b9576 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 `_ - - 69 + - 71 * - :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 `_ - - 15 + - 17 * - :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-07-31. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-08-01. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index f51c34d..d968a15 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,16 @@ Changelog ========= +`2.0.0 `_ (2020-08-01) +--------------------------------------------------------------------------------------------------------- + +Features +^^^^^^^^ + + +* **map:** ``config.get`` lookups from configurable roots (\ `ad4385b `_\ ) +* **map:** update to v4 “map.jinja” (\ `df477b2 `_\ ) + `1.3.1 `_ (2020-07-31) ---------------------------------------------------------------------------------------------------------