diff --git a/AUTHORS.md b/AUTHORS.md index 8623e69..50d1bef 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -5,15 +5,15 @@ 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)|43 +@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|44 @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 +@lagooj|[@lagooj](https://github.com/lagooj)|6 @dafyddj|[@dafyddj](https://github.com/dafyddj)|2 @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-11-12. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-11-17. diff --git a/CHANGELOG.md b/CHANGELOG.md index cd943a0..954a89a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +# [5.3.0](https://github.com/saltstack-formulas/prometheus-formula/compare/v5.2.0...v5.3.0) (2020-11-17) + + +### Documentation + +* **archive:** update pillar.example with unofficial exporter ([10c0b4a](https://github.com/saltstack-formulas/prometheus-formula/commit/10c0b4a030365da704f9d2e75857cdfbfa1fab74)) + + +### Features + +* **archive:** add support for non official exporters ([2ff6b90](https://github.com/saltstack-formulas/prometheus-formula/commit/2ff6b90cd8c7b50cb93c627d4624e41d37c7f96d)) + + +### Tests + +* **archive:** add unofficial exporter test ([43053a6](https://github.com/saltstack-formulas/prometheus-formula/commit/43053a6e5917b9800fe8d22fc173036956903a73)) + # [5.2.0](https://github.com/saltstack-formulas/prometheus-formula/compare/v5.1.0...v5.2.0) (2020-11-12) diff --git a/FORMULA b/FORMULA index db4b402..f95be63 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.2.0 +version: 5.3.0 release: 1 minimum_version: 2019.2 summary: prometheus formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index fa5161f..f5c9f62 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 `_ - - 43 + - 44 * - :raw-html-m2r:`@alxwr` - `@alxwr `_ - 17 @@ -33,7 +33,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - 6 * - :raw-html-m2r:`@lagooj` - `@lagooj `_ - - 3 + - 6 * - :raw-html-m2r:`@dafyddj` - `@dafyddj `_ - 2 @@ -44,4 +44,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-11-12. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-11-17. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 978f795..3743d65 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,27 @@ Changelog ========= +`5.3.0 `_ (2020-11-17) +------------------------------------------------------------------------------------------------------------ + +Documentation +^^^^^^^^^^^^^ + + +* **archive:** update pillar.example with unofficial exporter (\ `10c0b4a `_\ ) + +Features +^^^^^^^^ + + +* **archive:** add support for non official exporters (\ `2ff6b90 `_\ ) + +Tests +^^^^^ + + +* **archive:** add unofficial exporter test (\ `43053a6 `_\ ) + `5.2.0 `_ (2020-11-12) ------------------------------------------------------------------------------------------------------------