From 26b26abd2827701725210a18e8c54c6813563880 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 31 Aug 2020 17:03:48 +0000 Subject: [PATCH] chore(release): 5.0.2 [skip ci] ## [5.0.2](https://github.com/saltstack-formulas/prometheus-formula/compare/v5.0.1...v5.0.2) (2020-08-31) ### Bug Fixes * **archive:** add config file to service only if defined ([](https://github.com/saltstack-formulas/prometheus-formula/commit/a5b44c8)) * **archive:** service name needs to use pillar values ([](https://github.com/saltstack-formulas/prometheus-formula/commit/219250a)) * **debian:** add some valid defaults ([](https://github.com/saltstack-formulas/prometheus-formula/commit/844a77f)) ### Tests * **archive:** add tests to check service names ([](https://github.com/saltstack-formulas/prometheus-formula/commit/a5d4d03)) * **services:** fix path for debian family ([](https://github.com/saltstack-formulas/prometheus-formula/commit/7c1cdb8)) --- AUTHORS.md | 6 +++--- CHANGELOG.md | 15 +++++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 10 +++++----- docs/CHANGELOG.rst | 18 ++++++++++++++++++ 5 files changed, 42 insertions(+), 9 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 9707ab0..a942466 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -7,11 +7,11 @@ Avatar|Contributor|Contributions @myii|[@myii](https://github.com/myii)|63 @noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|35 @alxwr|[@alxwr](https://github.com/alxwr)|17 -@n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|10 -@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|6 +@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|11 +@n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|11 @aboe76|[@aboe76](https://github.com/aboe76)|6 @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-24. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-08-31. diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d39a86..ffcccb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [5.0.2](https://github.com/saltstack-formulas/prometheus-formula/compare/v5.0.1...v5.0.2) (2020-08-31) + + +### Bug Fixes + +* **archive:** add config file to service only if defined ([](https://github.com/saltstack-formulas/prometheus-formula/commit/a5b44c8)) +* **archive:** service name needs to use pillar values ([](https://github.com/saltstack-formulas/prometheus-formula/commit/219250a)) +* **debian:** add some valid defaults ([](https://github.com/saltstack-formulas/prometheus-formula/commit/844a77f)) + + +### Tests + +* **archive:** add tests to check service names ([](https://github.com/saltstack-formulas/prometheus-formula/commit/a5d4d03)) +* **services:** fix path for debian family ([](https://github.com/saltstack-formulas/prometheus-formula/commit/7c1cdb8)) + ## [5.0.1](https://github.com/saltstack-formulas/prometheus-formula/compare/v5.0.0...v5.0.1) (2020-08-24) diff --git a/FORMULA b/FORMULA index 0ca2784..6ec254b 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: 5.0.1 +version: 5.0.2 release: 1 minimum_version: 2019.2 summary: prometheus formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 79ad664..a51994f 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -22,12 +22,12 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@alxwr` - `@alxwr `_ - 17 - * - :raw-html-m2r:`@n-rodriguez` - - `@n-rodriguez `_ - - 10 * - :raw-html-m2r:`@javierbertoli` - `@javierbertoli `_ - - 6 + - 11 + * - :raw-html-m2r:`@n-rodriguez` + - `@n-rodriguez `_ + - 11 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 6 @@ -38,4 +38,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-24. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-08-31. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 9a37c4d..f204969 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,24 @@ Changelog ========= +`5.0.2 `_ (2020-08-31) +------------------------------------------------------------------------------------------------------------ + +Bug Fixes +^^^^^^^^^ + + +* **archive:** add config file to service only if defined (\ ` `_\ ) +* **archive:** service name needs to use pillar values (\ ` `_\ ) +* **debian:** add some valid defaults (\ ` `_\ ) + +Tests +^^^^^ + + +* **archive:** add tests to check service names (\ ` `_\ ) +* **services:** fix path for debian family (\ ` `_\ ) + `5.0.1 `_ (2020-08-24) ------------------------------------------------------------------------------------------------------------