diff --git a/AUTHORS.md b/AUTHORS.md index 87d39c0..60bfd7c 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -8,14 +8,17 @@ Avatar|Contributor|Contributions @davidkarlsen|[@davidkarlsen](https://github.com/davidkarlsen)|8 @nmadhok|[@nmadhok](https://github.com/nmadhok)|6 @keesbos|[@keesbos](https://github.com/keesbos)|4 +@myii|[@myii](https://github.com/myii)|3 @puneetk|[@puneetk](https://github.com/puneetk)|3 @techhat|[@techhat](https://github.com/techhat)|2 +@aboe76|[@aboe76](https://github.com/aboe76)|2 @whiteinge|[@whiteinge](https://github.com/whiteinge)|2 @tedski|[@tedski](https://github.com/tedski)|2 @iggy|[@iggy](https://github.com/iggy)|1 @feiming|[@feiming](https://github.com/feiming)|1 +@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|1 @pruiz|[@pruiz](https://github.com/pruiz)|1 --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-07-19. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-08-17. diff --git a/CHANGELOG.md b/CHANGELOG.md index b81c098..a8cce24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +# [0.3.0](https://github.com/saltstack-formulas/sysstat-formula/compare/v0.2.0...v0.3.0) (2019-08-17) + + +### Features + +* **yamllint:** include for this repo and apply rules throughout ([a8cc767](https://github.com/saltstack-formulas/sysstat-formula/commit/a8cc767)) + # [0.2.0](https://github.com/saltstack-formulas/sysstat-formula/compare/v0.1.0...v0.2.0) (2019-07-19) diff --git a/FORMULA b/FORMULA index 2dbac63..05be3bf 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: sysstat os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris -version: 0.2.0 +version: 0.3.0 release: 1 minimum_version: 2016.11 summary: sysstat formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index b631092..be28e75 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -25,12 +25,18 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@keesbos` - `@keesbos `_ - 4 + * - :raw-html-m2r:`@myii` + - `@myii `_ + - 3 * - :raw-html-m2r:`@puneetk` - `@puneetk `_ - 3 * - :raw-html-m2r:`@techhat` - `@techhat `_ - 2 + * - :raw-html-m2r:`@aboe76` + - `@aboe76 `_ + - 2 * - :raw-html-m2r:`@whiteinge` - `@whiteinge `_ - 2 @@ -43,6 +49,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@feiming` - `@feiming `_ - 1 + * - :raw-html-m2r:`@javierbertoli` + - `@javierbertoli `_ + - 1 * - :raw-html-m2r:`@pruiz` - `@pruiz `_ - 1 @@ -50,4 +59,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-07-19. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-08-17. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 1a7b610..a5c4768 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`0.3.0 `_ (2019-08-17) +--------------------------------------------------------------------------------------------------------- + +Features +^^^^^^^^ + + +* **yamllint:** include for this repo and apply rules throughout (\ `a8cc767 `_\ ) + `0.2.0 `_ (2019-07-19) ---------------------------------------------------------------------------------------------------------