Skip to content

Commit

Permalink
chore(release): 0.2.2 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Sep 27, 2019
1 parent 14778bc commit 41902fb
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 7 deletions.
6 changes: 3 additions & 3 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ This list is sorted by the number of commits per contributor in _descending_ ord

Avatar|Contributor|Contributions
:-:|---|:-:
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
Expand All @@ -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.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion FORMULA
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions docs/AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This list is sorted by the number of commits per contributor in *descending* ord
- Contributions
* - :raw-html-m2r:`<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
- 10
* - :raw-html-m2r:`<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
Expand All @@ -27,7 +27,7 @@ This list is sorted by the number of commits per contributor in *descending* ord
- 5
* - :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'>`
- `@n-rodriguez <https://github.com/n-rodriguez>`_
- 2
- 4
* - :raw-html-m2r:`<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
Expand All @@ -53,4 +53,4 @@ This list is sorted by the number of commits per contributor in *descending* ord

----

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.
15 changes: 15 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
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)
--------------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit 41902fb

Please sign in to comment.