diff --git a/AUTHORS.md b/AUTHORS.md index ee88ac2..c3087c4 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,7 +4,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|90 +@myii|[@myii](https://github.com/myii)|92 @noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|50 @alxwr|[@alxwr](https://github.com/alxwr)|17 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|13 @@ -12,9 +12,10 @@ Avatar|Contributor|Contributions @lagooj|[@lagooj](https://github.com/lagooj)|9 @aboe76|[@aboe76](https://github.com/aboe76)|6 @dafyddj|[@dafyddj](https://github.com/dafyddj)|3 +@mdschmitt|[@mdschmitt](https://github.com/mdschmitt)|3 @mgomersbach|[@mgomersbach](https://github.com/mgomersbach)|2 @baby-gnu|[@baby-gnu](https://github.com/baby-gnu)|2 --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-07-09. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-07-16. diff --git a/CHANGELOG.md b/CHANGELOG.md index 280dc98..b6db0ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [5.5.2](https://github.com/saltstack-formulas/prometheus-formula/compare/v5.5.1...v5.5.2) (2021-07-16) + + +### Bug Fixes + +* **clientlibs/install:** ensure tar is available for Amazon Linux 2 ([7140ccf](https://github.com/saltstack-formulas/prometheus-formula/commit/7140ccf8a8150d3776c2dc241f67ad93fa1f5787)) +* check for Amazon in osfamilymap for pkg repo ([338ab4d](https://github.com/saltstack-formulas/prometheus-formula/commit/338ab4ddb6d895e085a47b335f54451d9d406bc8)), closes [#65](https://github.com/saltstack-formulas/prometheus-formula/issues/65) +* update Gitlab CI -test amazonlinux correctly ([6745bf2](https://github.com/saltstack-formulas/prometheus-formula/commit/6745bf23d43f583c0e73d66776c68a669eb9d688)), closes [#65](https://github.com/saltstack-formulas/prometheus-formula/issues/65) + ## [5.5.1](https://github.com/saltstack-formulas/prometheus-formula/compare/v5.5.0...v5.5.1) (2021-07-09) diff --git a/FORMULA b/FORMULA index bb326ba..1c2147f 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.5.1 +version: 5.5.2 release: 1 minimum_version: 2019.2 summary: prometheus formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 0cbefed..f643792 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 `_ - - 90 + - 92 * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ - 50 @@ -37,6 +37,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@dafyddj` - `@dafyddj `_ - 3 + * - :raw-html-m2r:`@mdschmitt` + - `@mdschmitt `_ + - 3 * - :raw-html-m2r:`@mgomersbach` - `@mgomersbach `_ - 2 @@ -47,4 +50,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 2021-07-09. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-07-16. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index b0b159b..a05f023 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,17 @@ Changelog ========= +`5.5.2 `_ (2021-07-16) +------------------------------------------------------------------------------------------------------------ + +Bug Fixes +^^^^^^^^^ + + +* **clientlibs/install:** ensure tar is available for Amazon Linux 2 (\ `7140ccf `_\ ) +* check for Amazon in osfamilymap for pkg repo (\ `338ab4d `_\ ), closes `#65 `_ +* update Gitlab CI -test amazonlinux correctly (\ `6745bf2 `_\ ), closes `#65 `_ + `5.5.1 `_ (2021-07-09) ------------------------------------------------------------------------------------------------------------