From a07b82f870e6e4a4decca46e72a68309847a379b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 21 Feb 2022 10:19:22 +0000 Subject: [PATCH] chore(release): 3.0.3 [skip ci] ## [3.0.3](https://github.com/saltstack-formulas/openssh-formula/compare/v3.0.2...v3.0.3) (2022-02-21) ### Bug Fixes * **libmapstack:** allow mapping by booleans and numbers ([40ba5a7](https://github.com/saltstack-formulas/openssh-formula/commit/40ba5a72c6476fa7deb4e73a01e78530da4c45d9)) ### Continuous Integration * update linters to latest versions [skip ci] ([81f97c0](https://github.com/saltstack-formulas/openssh-formula/commit/81f97c0457b7b30a6464c066fcb83ca77def9371)) ### Styles * **libsaltcli:** fix comments to jinja comments [skip ci] ([3416d94](https://github.com/saltstack-formulas/openssh-formula/commit/3416d94a36ab0c38942dba8d660652592f74a019)) ### Tests * **system:** add `build_platform_codename` [skip ci] ([aaa1828](https://github.com/saltstack-formulas/openssh-formula/commit/aaa1828f8683cb306b4532805d8095b095649af5)) --- AUTHORS.md | 5 +++-- CHANGELOG.md | 22 ++++++++++++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 7 +++++-- docs/CHANGELOG.rst | 27 +++++++++++++++++++++++++++ 5 files changed, 58 insertions(+), 5 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index f697ed12..0d4c48f7 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)|160 +@myii|[@myii](https://github.com/myii)|165 @alxwr|[@alxwr](https://github.com/alxwr)|38 @baby-gnu|[@baby-gnu](https://github.com/baby-gnu)|33 @gravyboat|[@gravyboat](https://github.com/gravyboat)|28 @@ -43,6 +43,7 @@ Avatar|Contributor|Contributions @excavador|[@excavador](https://github.com/excavador)|2 @hudecof|[@hudecof](https://github.com/hudecof)|2 @freach|[@freach](https://github.com/freach)|2 +@stasjok|[@stasjok](https://github.com/stasjok)|2 @westurner|[@westurner](https://github.com/westurner)|2 @abednarik|[@abednarik](https://github.com/abednarik)|2 @chenmen|[@chenmen](https://github.com/chenmen)|2 @@ -78,4 +79,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2022-02-03. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2022-02-21. diff --git a/CHANGELOG.md b/CHANGELOG.md index cf509ad0..8ceb9153 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [3.0.3](https://github.com/saltstack-formulas/openssh-formula/compare/v3.0.2...v3.0.3) (2022-02-21) + + +### Bug Fixes + +* **libmapstack:** allow mapping by booleans and numbers ([40ba5a7](https://github.com/saltstack-formulas/openssh-formula/commit/40ba5a72c6476fa7deb4e73a01e78530da4c45d9)) + + +### Continuous Integration + +* update linters to latest versions [skip ci] ([81f97c0](https://github.com/saltstack-formulas/openssh-formula/commit/81f97c0457b7b30a6464c066fcb83ca77def9371)) + + +### Styles + +* **libsaltcli:** fix comments to jinja comments [skip ci] ([3416d94](https://github.com/saltstack-formulas/openssh-formula/commit/3416d94a36ab0c38942dba8d660652592f74a019)) + + +### Tests + +* **system:** add `build_platform_codename` [skip ci] ([aaa1828](https://github.com/saltstack-formulas/openssh-formula/commit/aaa1828f8683cb306b4532805d8095b095649af5)) + ## [3.0.2](https://github.com/saltstack-formulas/openssh-formula/compare/v3.0.1...v3.0.2) (2022-02-03) diff --git a/FORMULA b/FORMULA index 2aa196c4..f5cc649d 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: 3.0.2 +version: 3.0.3 release: 1 minimum_version: 2017.7 summary: openssh formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index fdcc975c..67a4fbaf 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 `_ - - 160 + - 165 * - :raw-html-m2r:`@alxwr` - `@alxwr `_ - 38 @@ -130,6 +130,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@freach` - `@freach `_ - 2 + * - :raw-html-m2r:`@stasjok` + - `@stasjok `_ + - 2 * - :raw-html-m2r:`@westurner` - `@westurner `_ - 2 @@ -230,4 +233,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 2022-02-03. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2022-02-21. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 65252c7d..ff25be5f 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,33 @@ Changelog ========= +`3.0.3 `_ (2022-02-21) +--------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **libmapstack:** allow mapping by booleans and numbers (\ `40ba5a7 `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* update linters to latest versions [skip ci] (\ `81f97c0 `_\ ) + +Styles +^^^^^^ + + +* **libsaltcli:** fix comments to jinja comments [skip ci] (\ `3416d94 `_\ ) + +Tests +^^^^^ + + +* **system:** add ``build_platform_codename`` [skip ci] (\ `aaa1828 `_\ ) + `3.0.2 `_ (2022-02-03) ---------------------------------------------------------------------------------------------------------