diff --git a/AUTHORS.md b/AUTHORS.md index fdf2bb2..2534a05 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -5,11 +5,11 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: @myii|[@myii](https://github.com/myii)|62 -@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|28 +@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|33 @alxwr|[@alxwr](https://github.com/alxwr)|17 @aboe76|[@aboe76](https://github.com/aboe76)|6 @mgomersbach|[@mgomersbach](https://github.com/mgomersbach)|1 --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-08-17. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-08-18. diff --git a/CHANGELOG.md b/CHANGELOG.md index 73e4375..cf27b80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [4.0.2](https://github.com/saltstack-formulas/prometheus-formula/compare/v4.0.1...v4.0.2) (2020-08-18) + + +### Bug Fixes + +* **linux:** service.args is freebsd ([](https://github.com/saltstack-formulas/prometheus-formula/commit/ceb9863)) +* **permissions:** correct basedir user/group ([](https://github.com/saltstack-formulas/prometheus-formula/commit/d65858a)) + ## [4.0.1](https://github.com/saltstack-formulas/prometheus-formula/compare/v4.0.0...v4.0.1) (2020-08-17) diff --git a/FORMULA b/FORMULA index 027cbfc..e096940 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: prometheus os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Amazon, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS -version: 4.0.1 +version: 4.0.2 release: 1 minimum_version: 2019.2 summary: prometheus formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 82fe438..72b1509 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -18,7 +18,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - 62 * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ - - 28 + - 33 * - :raw-html-m2r:`@alxwr` - `@alxwr `_ - 17 @@ -32,4 +32,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 2020-08-17. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-08-18. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index d8e02fd..64a29cc 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,16 @@ Changelog ========= +`4.0.2 `_ (2020-08-18) +------------------------------------------------------------------------------------------------------------ + +Bug Fixes +^^^^^^^^^ + + +* **linux:** service.args is freebsd (\ ` `_\ ) +* **permissions:** correct basedir user/group (\ ` `_\ ) + `4.0.1 `_ (2020-08-17) ------------------------------------------------------------------------------------------------------------