diff --git a/AUTHORS.md b/AUTHORS.md index 55a9bbe..1716c31 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,13 +4,13 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|127 +@myii|[@myii](https://github.com/myii)|132 @noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|57 @alxwr|[@alxwr](https://github.com/alxwr)|17 -@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|13 +@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|14 @n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|11 @lagooj|[@lagooj](https://github.com/lagooj)|9 -@mdschmitt|[@mdschmitt](https://github.com/mdschmitt)|6 +@mdschmitt|[@mdschmitt](https://github.com/mdschmitt)|7 @aboe76|[@aboe76](https://github.com/aboe76)|6 @dafyddj|[@dafyddj](https://github.com/dafyddj)|3 @mgomersbach|[@mgomersbach](https://github.com/mgomersbach)|2 @@ -19,4 +19,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2022-02-06. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2022-02-26. diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ce9764..454cbd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [5.6.4](https://github.com/saltstack-formulas/prometheus-formula/compare/v5.6.3...v5.6.4) (2022-02-26) + + +### Bug Fixes + +* **pkgrepo:** remove gpgkey2 file.replace for idempotency ([e96c953](https://github.com/saltstack-formulas/prometheus-formula/commit/e96c9531f90148a703f0df1262149bb4b1c08caa)) + + +### Continuous Integration + +* update linters to latest versions [skip ci] ([7d5df46](https://github.com/saltstack-formulas/prometheus-formula/commit/7d5df46905c24d7695a4a1a7c8a5716102e5423d)) + + +### Tests + +* **system:** add `build_platform_codename` [skip ci] ([2396a13](https://github.com/saltstack-formulas/prometheus-formula/commit/2396a135b3aa5f2a288c018ac06e630443bb3dab)) + ## [5.6.3](https://github.com/saltstack-formulas/prometheus-formula/compare/v5.6.2...v5.6.3) (2022-02-06) diff --git a/FORMULA b/FORMULA index 23300ae..b5e7c96 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.6.3 +version: 5.6.4 release: 1 minimum_version: 2019.2 summary: prometheus formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 6454f89..1d7e996 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,7 +15,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@myii` - `@myii `_ - - 127 + - 132 * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ - 57 @@ -24,7 +24,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - 17 * - :raw-html-m2r:`@javierbertoli` - `@javierbertoli `_ - - 13 + - 14 * - :raw-html-m2r:`@n-rodriguez` - `@n-rodriguez `_ - 11 @@ -33,7 +33,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - 9 * - :raw-html-m2r:`@mdschmitt` - `@mdschmitt `_ - - 6 + - 7 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 6 @@ -53,4 +53,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 2022-02-06. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2022-02-26. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index b108404..08a1165 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,27 @@ Changelog ========= +`5.6.4 `_ (2022-02-26) +------------------------------------------------------------------------------------------------------------ + +Bug Fixes +^^^^^^^^^ + + +* **pkgrepo:** remove gpgkey2 file.replace for idempotency (\ `e96c953 `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* update linters to latest versions [skip ci] (\ `7d5df46 `_\ ) + +Tests +^^^^^ + + +* **system:** add ``build_platform_codename`` [skip ci] (\ `2396a13 `_\ ) + `5.6.3 `_ (2022-02-06) ------------------------------------------------------------------------------------------------------------