diff --git a/AUTHORS.md b/AUTHORS.md index a045699..5bc2e4d 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -6,11 +6,12 @@ Avatar|Contributor|Contributions :-:|---|:-: @jebas|[@jebas](https://github.com/jebas)|22 @gravyboat|[@gravyboat](https://github.com/gravyboat)|12 +@myii|[@myii](https://github.com/myii)|6 @frots|[@frots](https://github.com/frots)|4 +@aboe76|[@aboe76](https://github.com/aboe76)|3 @whiteinge|[@whiteinge](https://github.com/whiteinge)|3 @asenci|[@asenci](https://github.com/asenci)|1 @dglloyd|[@dglloyd](https://github.com/dglloyd)|1 -@myii|[@myii](https://github.com/myii)|1 @kpostrup|[@kpostrup](https://github.com/kpostrup)|1 @mpawlack|[@mpawlack](https://github.com/mpawlack)|1 @n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|1 @@ -19,4 +20,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-05-13. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-08-10. diff --git a/CHANGELOG.md b/CHANGELOG.md index 71eb9a4..106c463 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +# [0.4.0](https://github.com/saltstack-formulas/keepalived-formula/compare/v0.3.0...v0.4.0) (2019-08-10) + + +### Continuous Integration + +* **kitchen+travis:** modify matrix to include `develop` platform ([a9cadb3](https://github.com/saltstack-formulas/keepalived-formula/commit/a9cadb3)) + + +### Features + +* **yamllint:** include for this repo and apply rules throughout ([9e29ffa](https://github.com/saltstack-formulas/keepalived-formula/commit/9e29ffa)) + # [0.3.0](https://github.com/saltstack-formulas/keepalived-formula/compare/v0.2.0...v0.3.0) (2019-05-13) diff --git a/FORMULA b/FORMULA index 9ae6c57..213c183 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: keepalived 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.3.0 +version: 0.4.0 release: 0 minimum_version: 2016.11 summary: Rkhunter formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 0870afa..160f3fb 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -19,9 +19,15 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@gravyboat` - `@gravyboat `_ - 12 + * - :raw-html-m2r:`@myii` + - `@myii `_ + - 6 * - :raw-html-m2r:`@frots` - `@frots `_ - 4 + * - :raw-html-m2r:`@aboe76` + - `@aboe76 `_ + - 3 * - :raw-html-m2r:`@whiteinge` - `@whiteinge `_ - 3 @@ -31,9 +37,6 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@dglloyd` - `@dglloyd `_ - 1 - * - :raw-html-m2r:`@myii` - - `@myii `_ - - 1 * - :raw-html-m2r:`@kpostrup` - `@kpostrup `_ - 1 @@ -53,4 +56,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-05-13. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-08-10. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 38eb387..709d9e4 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,21 @@ Changelog ========= +`0.4.0 `_ (2019-08-10) +------------------------------------------------------------------------------------------------------------ + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **kitchen+travis:** modify matrix to include ``develop`` platform (\ `a9cadb3 `_\ ) + +Features +^^^^^^^^ + + +* **yamllint:** include for this repo and apply rules throughout (\ `9e29ffa `_\ ) + `0.3.0 `_ (2019-05-13) ------------------------------------------------------------------------------------------------------------