From 1c0ce65e120b235cbefc16518fa874e4165410e0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 6 Aug 2021 10:14:12 +0000 Subject: [PATCH] chore(release): 5.6.0 [skip ci] # [5.6.0](https://github.com/saltstack-formulas/prometheus-formula/compare/v5.5.2...v5.6.0) (2021-08-06) ### Bug Fixes * **defaults:** use nologin instead of /bin/false ([1af0deb](https://github.com/saltstack-formulas/prometheus-formula/commit/1af0deb087b1d6b1109a838871933da97cb38474)) * **indempotency:** run reload onchanges only ([9166498](https://github.com/saltstack-formulas/prometheus-formula/commit/9166498fd8fe046c24220f95b7876a50f3a99d3a)) ### Continuous Integration * **gemfile+lock:** use `ssf` customised `inspec` repo [skip ci] ([3fafc21](https://github.com/saltstack-formulas/prometheus-formula/commit/3fafc2172e8ed77ee537a7935de988a0bc4c99de)) * add Debian 11 Bullseye & update `yamllint` configuration [skip ci] ([802970c](https://github.com/saltstack-formulas/prometheus-formula/commit/802970c47d95241acbf69338db24cd74959f3fd9)) * **kitchen:** move `provisioner` block & update `run_command` [skip ci] ([3203953](https://github.com/saltstack-formulas/prometheus-formula/commit/32039539bbe345314a1b65133dbadc0cccc40940)) ### Features * **config/users:** add support for `debian-11` [skip ci] ([0e65cc3](https://github.com/saltstack-formulas/prometheus-formula/commit/0e65cc345b316412fad4ce9966f99d86c9fa829c)) --- AUTHORS.md | 8 ++++---- CHANGELOG.md | 20 ++++++++++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 12 ++++++------ docs/CHANGELOG.rst | 24 ++++++++++++++++++++++++ 5 files changed, 55 insertions(+), 11 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index c3087c4..b18dd35 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,18 +4,18 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|92 -@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|50 +@myii|[@myii](https://github.com/myii)|100 +@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|53 @alxwr|[@alxwr](https://github.com/alxwr)|17 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|13 @n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|11 @lagooj|[@lagooj](https://github.com/lagooj)|9 @aboe76|[@aboe76](https://github.com/aboe76)|6 +@mdschmitt|[@mdschmitt](https://github.com/mdschmitt)|4 @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-16. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-08-06. diff --git a/CHANGELOG.md b/CHANGELOG.md index b6db0ab..c88a4d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +# [5.6.0](https://github.com/saltstack-formulas/prometheus-formula/compare/v5.5.2...v5.6.0) (2021-08-06) + + +### Bug Fixes + +* **defaults:** use nologin instead of /bin/false ([1af0deb](https://github.com/saltstack-formulas/prometheus-formula/commit/1af0deb087b1d6b1109a838871933da97cb38474)) +* **indempotency:** run reload onchanges only ([9166498](https://github.com/saltstack-formulas/prometheus-formula/commit/9166498fd8fe046c24220f95b7876a50f3a99d3a)) + + +### Continuous Integration + +* **gemfile+lock:** use `ssf` customised `inspec` repo [skip ci] ([3fafc21](https://github.com/saltstack-formulas/prometheus-formula/commit/3fafc2172e8ed77ee537a7935de988a0bc4c99de)) +* add Debian 11 Bullseye & update `yamllint` configuration [skip ci] ([802970c](https://github.com/saltstack-formulas/prometheus-formula/commit/802970c47d95241acbf69338db24cd74959f3fd9)) +* **kitchen:** move `provisioner` block & update `run_command` [skip ci] ([3203953](https://github.com/saltstack-formulas/prometheus-formula/commit/32039539bbe345314a1b65133dbadc0cccc40940)) + + +### Features + +* **config/users:** add support for `debian-11` [skip ci] ([0e65cc3](https://github.com/saltstack-formulas/prometheus-formula/commit/0e65cc345b316412fad4ce9966f99d86c9fa829c)) + ## [5.5.2](https://github.com/saltstack-formulas/prometheus-formula/compare/v5.5.1...v5.5.2) (2021-07-16) diff --git a/FORMULA b/FORMULA index 1c2147f..aef9ebf 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.2 +version: 5.6.0 release: 1 minimum_version: 2019.2 summary: prometheus formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index f643792..6323503 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 `_ - - 92 + - 100 * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ - - 50 + - 53 * - :raw-html-m2r:`@alxwr` - `@alxwr `_ - 17 @@ -34,11 +34,11 @@ 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 `_ - - 3 * - :raw-html-m2r:`@mdschmitt` - `@mdschmitt `_ + - 4 + * - :raw-html-m2r:`@dafyddj` + - `@dafyddj `_ - 3 * - :raw-html-m2r:`@mgomersbach` - `@mgomersbach `_ @@ -50,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-16. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-08-06. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index a05f023..9c40baf 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,30 @@ Changelog ========= +`5.6.0 `_ (2021-08-06) +------------------------------------------------------------------------------------------------------------ + +Bug Fixes +^^^^^^^^^ + + +* **defaults:** use nologin instead of /bin/false (\ `1af0deb `_\ ) +* **indempotency:** run reload onchanges only (\ `9166498 `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **gemfile+lock:** use ``ssf`` customised ``inspec`` repo [skip ci] (\ `3fafc21 `_\ ) +* add Debian 11 Bullseye & update ``yamllint`` configuration [skip ci] (\ `802970c `_\ ) +* **kitchen:** move ``provisioner`` block & update ``run_command`` [skip ci] (\ `3203953 `_\ ) + +Features +^^^^^^^^ + + +* **config/users:** add support for ``debian-11`` [skip ci] (\ `0e65cc3 `_\ ) + `5.5.2 `_ (2021-07-16) ------------------------------------------------------------------------------------------------------------