From 4b483300f6b6f6c22ffabeeeb58714232a8e5cde Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 24 Aug 2020 13:27:12 +0000 Subject: [PATCH] chore(release): 4.1.1 [skip ci] ## [4.1.1](https://github.com/saltstack-formulas/prometheus-formula/compare/v4.1.0...v4.1.1) (2020-08-24) ### Bug Fixes * **osfamilymap.yaml:** add gentoo exporters and remove loose go install ([](https://github.com/saltstack-formulas/prometheus-formula/commit/e0aecdb)) --- AUTHORS.md | 6 +++--- CHANGELOG.md | 7 +++++++ FORMULA | 2 +- docs/AUTHORS.rst | 6 +++--- docs/CHANGELOG.rst | 9 +++++++++ 5 files changed, 23 insertions(+), 7 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 3035cba..ea4743f 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -8,9 +8,9 @@ Avatar|Contributor|Contributions @noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|34 @alxwr|[@alxwr](https://github.com/alxwr)|17 @aboe76|[@aboe76](https://github.com/aboe76)|6 -@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|4 -@mgomersbach|[@mgomersbach](https://github.com/mgomersbach)|1 +@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|5 +@mgomersbach|[@mgomersbach](https://github.com/mgomersbach)|2 --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-08-21. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-08-24. diff --git a/CHANGELOG.md b/CHANGELOG.md index cb64507..3c76cf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.1.1](https://github.com/saltstack-formulas/prometheus-formula/compare/v4.1.0...v4.1.1) (2020-08-24) + + +### Bug Fixes + +* **osfamilymap.yaml:** add gentoo exporters and remove loose go install ([](https://github.com/saltstack-formulas/prometheus-formula/commit/e0aecdb)) + # [4.1.0](https://github.com/saltstack-formulas/prometheus-formula/compare/v4.0.2...v4.1.0) (2020-08-21) diff --git a/FORMULA b/FORMULA index d1b27ff..66e6e73 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.1.0 +version: 4.1.1 release: 1 minimum_version: 2019.2 summary: prometheus formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index b68b064..989edd1 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -27,12 +27,12 @@ This list is sorted by the number of commits per contributor in *descending* ord - 6 * - :raw-html-m2r:`@javierbertoli` - `@javierbertoli `_ - - 4 + - 5 * - :raw-html-m2r:`@mgomersbach` - `@mgomersbach `_ - - 1 + - 2 ---- -Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-08-21. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-08-24. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 8d6e310..a709203 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`4.1.1 `_ (2020-08-24) +------------------------------------------------------------------------------------------------------------ + +Bug Fixes +^^^^^^^^^ + + +* **osfamilymap.yaml:** add gentoo exporters and remove loose go install (\ ` `_\ ) + `4.1.0 `_ (2020-08-21) ------------------------------------------------------------------------------------------------------------