diff --git a/AUTHORS.md b/AUTHORS.md index f9f4faf..256a1a8 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,9 +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 @federicohyo|[@federicohyo](https://github.com/federicohyo)|6 +@aboe76|[@aboe76](https://github.com/aboe76)|6 @RabidCicada|[@RabidCicada](https://github.com/RabidCicada)|5 -@aboe76|[@aboe76](https://github.com/aboe76)|3 +@n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|2 @grandmasterv|[@grandmasterv](https://github.com/grandmasterv)|2 @themalkolm|[@themalkolm](https://github.com/themalkolm)|1 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|1 @@ -17,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-08-28. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-09-25. diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e120cf..19248fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [0.2.1](https://github.com/saltstack-formulas/vsftpd-formula/compare/v0.2.0...v0.2.1) (2019-09-25) + + +### Bug Fixes + +* **map:** fix typo in service name for `Arch` ([0f083fb](https://github.com/saltstack-formulas/vsftpd-formula/commit/0f083fb)) + + +### Continuous Integration + +* use `dist: bionic` & apply `opensuse-leap-15` SCP error workaround ([1cd4467](https://github.com/saltstack-formulas/vsftpd-formula/commit/1cd4467)) +* **kitchen:** change `log_level` to `debug` instead of `info` ([aec0e54](https://github.com/saltstack-formulas/vsftpd-formula/commit/aec0e54)) +* **platform:** add `arch-base-latest` ([6283c58](https://github.com/saltstack-formulas/vsftpd-formula/commit/6283c58)) +* **yamllint:** add rule `empty-values` & use new `yaml-files` setting ([c6db74c](https://github.com/saltstack-formulas/vsftpd-formula/commit/c6db74c)) + + +### Tests + +* **config_spec:** update for `Arch` ([c852da7](https://github.com/saltstack-formulas/vsftpd-formula/commit/c852da7)) + # [0.2.0](https://github.com/saltstack-formulas/vsftpd-formula/compare/v0.1.0...v0.2.0) (2019-08-28) diff --git a/FORMULA b/FORMULA index 96ffabb..9231b8d 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.0 +version: 0.2.1 release: 0 minimum_version: 2017.7 summary: Vsftpd formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 4b99e8f..7fbf4ee 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -13,15 +13,21 @@ This list is sorted by the number of commits per contributor in *descending* ord * - Avatar - Contributor - Contributions + * - :raw-html-m2r:`@myii` + - `@myii `_ + - 9 * - :raw-html-m2r:`@federicohyo` - `@federicohyo `_ - 6 + * - :raw-html-m2r:`@aboe76` + - `@aboe76 `_ + - 6 * - :raw-html-m2r:`@RabidCicada` - `@RabidCicada `_ - 5 - * - :raw-html-m2r:`@aboe76` - - `@aboe76 `_ - - 3 + * - :raw-html-m2r:`@n-rodriguez` + - `@n-rodriguez `_ + - 2 * - :raw-html-m2r:`@grandmasterv` - `@grandmasterv `_ - 2 @@ -47,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-08-28. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-09-25. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index ad47c97..940fdb0 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,30 @@ Changelog ========= +`0.2.1 `_ (2019-09-25) +-------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **map:** fix typo in service name for ``Arch`` (\ `0f083fb `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* use ``dist: bionic`` & apply ``opensuse-leap-15`` SCP error workaround (\ `1cd4467 `_\ ) +* **kitchen:** change ``log_level`` to ``debug`` instead of ``info`` (\ `aec0e54 `_\ ) +* **platform:** add ``arch-base-latest`` (\ `6283c58 `_\ ) +* **yamllint:** add rule ``empty-values`` & use new ``yaml-files`` setting (\ `c6db74c `_\ ) + +Tests +^^^^^ + + +* **config_spec:** update for ``Arch`` (\ `c852da7 `_\ ) + `0.2.0 `_ (2019-08-28) --------------------------------------------------------------------------------------------------------