Skip to content

Commit 41902fb

Browse files
chore(release): 0.2.2 [skip ci]
## [0.2.2](v0.2.1...v0.2.2) (2019-09-27) ### Code Refactoring * **states:** split vsftpd metastate in .package/.config/.service ([212feb1](212feb1)) ### Tests * **inspec:** test if FTP port is open ([bbc15b0](bbc15b0))
1 parent 14778bc commit 41902fb

File tree

5 files changed

+34
-7
lines changed

5 files changed

+34
-7
lines changed

AUTHORS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ This list is sorted by the number of commits per contributor in _descending_ ord
44

55
Avatar|Contributor|Contributions
66
:-:|---|:-:
7-
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|9
7+
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|10
88
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/7521438?v=4' width='36' height='36' alt='@federicohyo'>|[@federicohyo](https://github.com/federicohyo)|6
99
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>|[@aboe76](https://github.com/aboe76)|6
1010
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3520407?v=4' width='36' height='36' alt='@RabidCicada'>|[@RabidCicada](https://github.com/RabidCicada)|5
11-
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3433835?v=4' width='36' height='36' alt='@n-rodriguez'>|[@n-rodriguez](https://github.com/n-rodriguez)|2
11+
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3433835?v=4' width='36' height='36' alt='@n-rodriguez'>|[@n-rodriguez](https://github.com/n-rodriguez)|4
1212
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/211666?v=4' width='36' height='36' alt='@grandmasterv'>|[@grandmasterv](https://github.com/grandmasterv)|2
1313
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/864186?v=4' width='36' height='36' alt='@themalkolm'>|[@themalkolm](https://github.com/themalkolm)|1
1414
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/242396?v=4' width='36' height='36' alt='@javierbertoli'>|[@javierbertoli](https://github.com/javierbertoli)|1
@@ -19,4 +19,4 @@ Avatar|Contributor|Contributions
1919

2020
---
2121

22-
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-09-25.
22+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-09-27.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.2.2](https://github.com/saltstack-formulas/vsftpd-formula/compare/v0.2.1...v0.2.2) (2019-09-27)
4+
5+
6+
### Code Refactoring
7+
8+
* **states:** split vsftpd metastate in .package/.config/.service ([212feb1](https://github.com/saltstack-formulas/vsftpd-formula/commit/212feb1))
9+
10+
11+
### Tests
12+
13+
* **inspec:** test if FTP port is open ([bbc15b0](https://github.com/saltstack-formulas/vsftpd-formula/commit/bbc15b0))
14+
315
## [0.2.1](https://github.com/saltstack-formulas/vsftpd-formula/compare/v0.2.0...v0.2.1) (2019-09-25)
416

517

FORMULA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: vsftpd
22
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, MacOS
33
os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, MacOS
4-
version: 0.2.1
4+
version: 0.2.2
55
release: 0
66
minimum_version: 2017.7
77
summary: Vsftpd formula

docs/AUTHORS.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This list is sorted by the number of commits per contributor in *descending* ord
1515
- Contributions
1616
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
1717
- `@myii <https://github.com/myii>`_
18-
- 9
18+
- 10
1919
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/7521438?v=4' width='36' height='36' alt='@federicohyo'>`
2020
- `@federicohyo <https://github.com/federicohyo>`_
2121
- 6
@@ -27,7 +27,7 @@ This list is sorted by the number of commits per contributor in *descending* ord
2727
- 5
2828
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3433835?v=4' width='36' height='36' alt='@n-rodriguez'>`
2929
- `@n-rodriguez <https://github.com/n-rodriguez>`_
30-
- 2
30+
- 4
3131
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/211666?v=4' width='36' height='36' alt='@grandmasterv'>`
3232
- `@grandmasterv <https://github.com/grandmasterv>`_
3333
- 2
@@ -53,4 +53,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
5353

5454
----
5555

56-
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-09-25.
56+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-09-27.

docs/CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
Changelog
33
=========
44

5+
`0.2.2 <https://github.com/saltstack-formulas/vsftpd-formula/compare/v0.2.1...v0.2.2>`_ (2019-09-27)
6+
--------------------------------------------------------------------------------------------------------
7+
8+
Code Refactoring
9+
^^^^^^^^^^^^^^^^
10+
11+
12+
* **states:** split vsftpd metastate in .package/.config/.service (\ `212feb1 <https://github.com/saltstack-formulas/vsftpd-formula/commit/212feb1>`_\ )
13+
14+
Tests
15+
^^^^^
16+
17+
18+
* **inspec:** test if FTP port is open (\ `bbc15b0 <https://github.com/saltstack-formulas/vsftpd-formula/commit/bbc15b0>`_\ )
19+
520
`0.2.1 <https://github.com/saltstack-formulas/vsftpd-formula/compare/v0.2.0...v0.2.1>`_ (2019-09-25)
621
--------------------------------------------------------------------------------------------------------
722

0 commit comments

Comments
 (0)