From aad810fa6aa53075d9154f36ada9f97be32eff66 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 12 Nov 2020 09:49:46 +0000 Subject: [PATCH] chore(release): 5.2.0 [skip ci] # [5.2.0](https://github.com/saltstack-formulas/prometheus-formula/compare/v5.1.0...v5.2.0) (2020-11-12) ### Bug Fixes * **state:** dangling servicename ([5457a9f](https://github.com/saltstack-formulas/prometheus-formula/commit/5457a9f2f21e26591d392ed5121aa5f5bcbf8fe0)) * **windows:** windows has no osarch grain ([468e420](https://github.com/saltstack-formulas/prometheus-formula/commit/468e420b3473551ffee81ae7e39cc03073ac639c)) ### Features * **archive:** use args pillar when using upstream from repo / archive ([7a08e8d](https://github.com/saltstack-formulas/prometheus-formula/commit/7a08e8db54ce48eaf2df97fa92876d4d9237c6c7)) --- AUTHORS.md | 4 ++-- CHANGELOG.md | 13 +++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 8 ++++---- docs/CHANGELOG.rst | 16 ++++++++++++++++ 5 files changed, 36 insertions(+), 7 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index f124d278..8623e69b 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -5,14 +5,14 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: @myii|[@myii](https://github.com/myii)|69 -@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|38 +@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|43 @alxwr|[@alxwr](https://github.com/alxwr)|17 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|11 @n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|11 @aboe76|[@aboe76](https://github.com/aboe76)|6 +@lagooj|[@lagooj](https://github.com/lagooj)|3 @dafyddj|[@dafyddj](https://github.com/dafyddj)|2 @mgomersbach|[@mgomersbach](https://github.com/mgomersbach)|2 -@lagooj|[@lagooj](https://github.com/lagooj)|2 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 1524b0a3..cd943a04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +# [5.2.0](https://github.com/saltstack-formulas/prometheus-formula/compare/v5.1.0...v5.2.0) (2020-11-12) + + +### Bug Fixes + +* **state:** dangling servicename ([5457a9f](https://github.com/saltstack-formulas/prometheus-formula/commit/5457a9f2f21e26591d392ed5121aa5f5bcbf8fe0)) +* **windows:** windows has no osarch grain ([468e420](https://github.com/saltstack-formulas/prometheus-formula/commit/468e420b3473551ffee81ae7e39cc03073ac639c)) + + +### Features + +* **archive:** use args pillar when using upstream from repo / archive ([7a08e8d](https://github.com/saltstack-formulas/prometheus-formula/commit/7a08e8db54ce48eaf2df97fa92876d4d9237c6c7)) + # [5.1.0](https://github.com/saltstack-formulas/prometheus-formula/compare/v5.0.2...v5.1.0) (2020-11-12) diff --git a/FORMULA b/FORMULA index 0ef5fecb..db4b402b 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.1.0 +version: 5.2.0 release: 1 minimum_version: 2019.2 summary: prometheus formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index d6ec621d..fa5161fb 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 - 69 * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ - - 38 + - 43 * - :raw-html-m2r:`@alxwr` - `@alxwr `_ - 17 @@ -31,15 +31,15 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 6 + * - :raw-html-m2r:`@lagooj` + - `@lagooj `_ + - 3 * - :raw-html-m2r:`@dafyddj` - `@dafyddj `_ - 2 * - :raw-html-m2r:`@mgomersbach` - `@mgomersbach `_ - 2 - * - :raw-html-m2r:`@lagooj` - - `@lagooj `_ - - 2 ---- diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 5d499f83..978f795b 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,22 @@ Changelog ========= +`5.2.0 `_ (2020-11-12) +------------------------------------------------------------------------------------------------------------ + +Bug Fixes +^^^^^^^^^ + + +* **state:** dangling servicename (\ `5457a9f `_\ ) +* **windows:** windows has no osarch grain (\ `468e420 `_\ ) + +Features +^^^^^^^^ + + +* **archive:** use args pillar when using upstream from repo / archive (\ `7a08e8d `_\ ) + `5.1.0 `_ (2020-11-12) ------------------------------------------------------------------------------------------------------------