From f8d03c85b2fd722feb0c2594e0b987e7112f492d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 12 Nov 2020 09:27:53 +0000 Subject: [PATCH] chore(release): 5.1.0 [skip ci] # [5.1.0](https://github.com/saltstack-formulas/prometheus-formula/compare/v5.0.2...v5.1.0) (2020-11-12) ### Continuous Integration * **pre-commit:** add to formula [skip ci] ([a639b78](https://github.com/saltstack-formulas/prometheus-formula/commit/a639b782cfdacb65f03e9c59485fe7a17fb3c794)) * **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([5dd496c](https://github.com/saltstack-formulas/prometheus-formula/commit/5dd496c1c466f339108a8fe4e0ea2d27f6a0fe68)) * **pre-commit:** finalise `rstcheck` configuration [skip ci] ([d00473a](https://github.com/saltstack-formulas/prometheus-formula/commit/d00473a70c2e1f1ed79ff4d713e8539fedf9135a)) ### Features * **config:** defaults.yaml update archives versions and hashes ([bfff38b](https://github.com/saltstack-formulas/prometheus-formula/commit/bfff38b8b7338d515ed477d4ccbba3438f1bbbf4)) ### Tests * **archive:** update test according to defaults.yaml changes ([34a9805](https://github.com/saltstack-formulas/prometheus-formula/commit/34a980588603bc8a5720b8820754e96108cb505d)) --- AUTHORS.md | 8 +++++--- CHANGELOG.md | 19 +++++++++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 12 +++++++++--- docs/CHANGELOG.rst | 23 +++++++++++++++++++++++ 5 files changed, 57 insertions(+), 7 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index a942466..f124d27 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,14 +4,16 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|63 -@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|35 +@myii|[@myii](https://github.com/myii)|69 +@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|38 @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 +@dafyddj|[@dafyddj](https://github.com/dafyddj)|2 @mgomersbach|[@mgomersbach](https://github.com/mgomersbach)|2 +@lagooj|[@lagooj](https://github.com/lagooj)|2 --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-08-31. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-11-12. diff --git a/CHANGELOG.md b/CHANGELOG.md index ffcccb5..1524b0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +# [5.1.0](https://github.com/saltstack-formulas/prometheus-formula/compare/v5.0.2...v5.1.0) (2020-11-12) + + +### Continuous Integration + +* **pre-commit:** add to formula [skip ci] ([a639b78](https://github.com/saltstack-formulas/prometheus-formula/commit/a639b782cfdacb65f03e9c59485fe7a17fb3c794)) +* **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([5dd496c](https://github.com/saltstack-formulas/prometheus-formula/commit/5dd496c1c466f339108a8fe4e0ea2d27f6a0fe68)) +* **pre-commit:** finalise `rstcheck` configuration [skip ci] ([d00473a](https://github.com/saltstack-formulas/prometheus-formula/commit/d00473a70c2e1f1ed79ff4d713e8539fedf9135a)) + + +### Features + +* **config:** defaults.yaml update archives versions and hashes ([bfff38b](https://github.com/saltstack-formulas/prometheus-formula/commit/bfff38b8b7338d515ed477d4ccbba3438f1bbbf4)) + + +### Tests + +* **archive:** update test according to defaults.yaml changes ([34a9805](https://github.com/saltstack-formulas/prometheus-formula/commit/34a980588603bc8a5720b8820754e96108cb505d)) + ## [5.0.2](https://github.com/saltstack-formulas/prometheus-formula/compare/v5.0.1...v5.0.2) (2020-08-31) diff --git a/FORMULA b/FORMULA index 6ec254b..0ef5fec 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.2 +version: 5.1.0 release: 1 minimum_version: 2019.2 summary: prometheus formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index a51994f..d6ec621 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,10 +15,10 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@myii` - `@myii `_ - - 63 + - 69 * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ - - 35 + - 38 * - :raw-html-m2r:`@alxwr` - `@alxwr `_ - 17 @@ -31,11 +31,17 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 6 + * - :raw-html-m2r:`@dafyddj` + - `@dafyddj `_ + - 2 * - :raw-html-m2r:`@mgomersbach` - `@mgomersbach `_ - 2 + * - :raw-html-m2r:`@lagooj` + - `@lagooj `_ + - 2 ---- -Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-08-31. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-11-12. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index f204969..5d499f8 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,29 @@ Changelog ========= +`5.1.0 `_ (2020-11-12) +------------------------------------------------------------------------------------------------------------ + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **pre-commit:** add to formula [skip ci] (\ `a639b78 `_\ ) +* **pre-commit:** enable/disable ``rstcheck`` as relevant [skip ci] (\ `5dd496c `_\ ) +* **pre-commit:** finalise ``rstcheck`` configuration [skip ci] (\ `d00473a `_\ ) + +Features +^^^^^^^^ + + +* **config:** defaults.yaml update archives versions and hashes (\ `bfff38b `_\ ) + +Tests +^^^^^ + + +* **archive:** update test according to defaults.yaml changes (\ `34a9805 `_\ ) + `5.0.2 `_ (2020-08-31) ------------------------------------------------------------------------------------------------------------