From 41902fb920a6269b210cf34b86801c03a80e1666 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 27 Sep 2019 06:22:01 +0000 Subject: [PATCH] chore(release): 0.2.2 [skip ci] ## [0.2.2](https://github.com/saltstack-formulas/vsftpd-formula/compare/v0.2.1...v0.2.2) (2019-09-27) ### Code Refactoring * **states:** split vsftpd metastate in .package/.config/.service ([212feb1](https://github.com/saltstack-formulas/vsftpd-formula/commit/212feb1)) ### Tests * **inspec:** test if FTP port is open ([bbc15b0](https://github.com/saltstack-formulas/vsftpd-formula/commit/bbc15b0)) --- 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 256a1a8..2b48e34 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)|9 +@myii|[@myii](https://github.com/myii)|10 @federicohyo|[@federicohyo](https://github.com/federicohyo)|6 @aboe76|[@aboe76](https://github.com/aboe76)|6 @RabidCicada|[@RabidCicada](https://github.com/RabidCicada)|5 -@n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|2 +@n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|4 @grandmasterv|[@grandmasterv](https://github.com/grandmasterv)|2 @themalkolm|[@themalkolm](https://github.com/themalkolm)|1 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|1 @@ -19,4 +19,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-09-25. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-09-27. diff --git a/CHANGELOG.md b/CHANGELOG.md index 19248fd..c85e68b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.2.2](https://github.com/saltstack-formulas/vsftpd-formula/compare/v0.2.1...v0.2.2) (2019-09-27) + + +### Code Refactoring + +* **states:** split vsftpd metastate in .package/.config/.service ([212feb1](https://github.com/saltstack-formulas/vsftpd-formula/commit/212feb1)) + + +### Tests + +* **inspec:** test if FTP port is open ([bbc15b0](https://github.com/saltstack-formulas/vsftpd-formula/commit/bbc15b0)) + ## [0.2.1](https://github.com/saltstack-formulas/vsftpd-formula/compare/v0.2.0...v0.2.1) (2019-09-25) diff --git a/FORMULA b/FORMULA index 9231b8d..a1d6dcd 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: vsftpd os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, MacOS os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, MacOS -version: 0.2.1 +version: 0.2.2 release: 0 minimum_version: 2017.7 summary: Vsftpd formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 7fbf4ee..888dad8 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 `_ - - 9 + - 10 * - :raw-html-m2r:`@federicohyo` - `@federicohyo `_ - 6 @@ -27,7 +27,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - 5 * - :raw-html-m2r:`@n-rodriguez` - `@n-rodriguez `_ - - 2 + - 4 * - :raw-html-m2r:`@grandmasterv` - `@grandmasterv `_ - 2 @@ -53,4 +53,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 2019-09-25. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-09-27. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 940fdb0..b1913dd 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,21 @@ Changelog ========= +`0.2.2 `_ (2019-09-27) +-------------------------------------------------------------------------------------------------------- + +Code Refactoring +^^^^^^^^^^^^^^^^ + + +* **states:** split vsftpd metastate in .package/.config/.service (\ `212feb1 `_\ ) + +Tests +^^^^^ + + +* **inspec:** test if FTP port is open (\ `bbc15b0 `_\ ) + `0.2.1 `_ (2019-09-25) --------------------------------------------------------------------------------------------------------