From 9f3c2f2686916b10084316465d142ce98e9e017f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 30 Jul 2020 23:39:55 +0000 Subject: [PATCH] chore(release): 1.3.0 [skip ci] # [1.3.0](https://github.com/saltstack-formulas/openssh-formula/compare/v1.2.2...v1.3.0) (2020-07-30) ### Continuous Integration * **kitchen:** execute `_mapdata` state ([70389b5](https://github.com/saltstack-formulas/openssh-formula/commit/70389b5964100cc964d3031dd652f547461a9ab2)) ### Features * **map:** generate a YAML file to validate `map.jinja` ([e4ab335](https://github.com/saltstack-formulas/openssh-formula/commit/e4ab3350773b79f84b6c36042d2015bd21bd9681)) ### Tests * **inspec:** share library to access some minion informations ([a8d61f4](https://github.com/saltstack-formulas/openssh-formula/commit/a8d61f43072485b8da289442b675fb84be93cf4d)) * **inspec:** verify `map.jinja` dump ([0eafbd9](https://github.com/saltstack-formulas/openssh-formula/commit/0eafbd945c1ccaa89eee305ac2f02adf8797a733)) --- AUTHORS.md | 4 ++-- CHANGELOG.md | 18 ++++++++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 4 ++-- docs/CHANGELOG.rst | 22 ++++++++++++++++++++++ 5 files changed, 45 insertions(+), 5 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 72b7640..b5e5b3a 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)|67 +@myii|[@myii](https://github.com/myii)|68 @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)|10 +@baby-gnu|[@baby-gnu](https://github.com/baby-gnu)|14 @whiteinge|[@whiteinge](https://github.com/whiteinge)|9 @rfairburn|[@rfairburn](https://github.com/rfairburn)|8 @amendlik|[@amendlik](https://github.com/amendlik)|8 diff --git a/CHANGELOG.md b/CHANGELOG.md index be92708..d0e85be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +# [1.3.0](https://github.com/saltstack-formulas/openssh-formula/compare/v1.2.2...v1.3.0) (2020-07-30) + + +### Continuous Integration + +* **kitchen:** execute `_mapdata` state ([70389b5](https://github.com/saltstack-formulas/openssh-formula/commit/70389b5964100cc964d3031dd652f547461a9ab2)) + + +### Features + +* **map:** generate a YAML file to validate `map.jinja` ([e4ab335](https://github.com/saltstack-formulas/openssh-formula/commit/e4ab3350773b79f84b6c36042d2015bd21bd9681)) + + +### Tests + +* **inspec:** share library to access some minion informations ([a8d61f4](https://github.com/saltstack-formulas/openssh-formula/commit/a8d61f43072485b8da289442b675fb84be93cf4d)) +* **inspec:** verify `map.jinja` dump ([0eafbd9](https://github.com/saltstack-formulas/openssh-formula/commit/0eafbd945c1ccaa89eee305ac2f02adf8797a733)) + ## [1.2.2](https://github.com/saltstack-formulas/openssh-formula/compare/v1.2.1...v1.2.2) (2020-07-30) diff --git a/FORMULA b/FORMULA index 0153b46..1f8f609 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.2 +version: 1.3.0 release: 1 minimum_version: 2017.7 summary: openssh formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index b7abaa7..b6c0f7c 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 `_ - - 67 + - 68 * - :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 `_ - - 10 + - 14 * - :raw-html-m2r:`@whiteinge` - `@whiteinge `_ - 9 diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index b5adbaf..ad2d2ca 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,28 @@ Changelog ========= +`1.3.0 `_ (2020-07-30) +--------------------------------------------------------------------------------------------------------- + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **kitchen:** execute ``_mapdata`` state (\ `70389b5 `_\ ) + +Features +^^^^^^^^ + + +* **map:** generate a YAML file to validate ``map.jinja`` (\ `e4ab335 `_\ ) + +Tests +^^^^^ + + +* **inspec:** share library to access some minion informations (\ `a8d61f4 `_\ ) +* **inspec:** verify ``map.jinja`` dump (\ `0eafbd9 `_\ ) + `1.2.2 `_ (2020-07-30) ---------------------------------------------------------------------------------------------------------