From ff96b7dba227fab440865c0b875c8892a5f3cd1a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 7 Oct 2019 20:34:21 +0000 Subject: [PATCH] chore(release): 3.1.1 [skip ci] ## [3.1.1](https://github.com/saltstack-formulas/prometheus-formula/compare/v3.1.0...v3.1.1) (2019-10-07) ### Bug Fixes * **config:** cope with aberrant service names ([0a33842](https://github.com/saltstack-formulas/prometheus-formula/commit/0a33842)) ### Continuous Integration * use `dist: bionic` & apply `opensuse-leap-15` SCP error workaround ([3dc6e12](https://github.com/saltstack-formulas/prometheus-formula/commit/3dc6e12)) * **kitchen:** change `log_level` to `debug` instead of `info` ([af666db](https://github.com/saltstack-formulas/prometheus-formula/commit/af666db)) * **kitchen:** install required packages to bootstrapped `opensuse` [skip ci] ([3332493](https://github.com/saltstack-formulas/prometheus-formula/commit/3332493)) * **kitchen:** use bootstrapped `opensuse` images until `2019.2.2` [skip ci] ([a624dd8](https://github.com/saltstack-formulas/prometheus-formula/commit/a624dd8)) * **kitchen+travis:** replace EOL pre-salted images ([0895d81](https://github.com/saltstack-formulas/prometheus-formula/commit/0895d81)) * **platform:** add `arch-base-latest` (commented out for now) [skip ci] ([6221888](https://github.com/saltstack-formulas/prometheus-formula/commit/6221888)) * **yamllint:** add rule `empty-values` & use new `yaml-files` setting ([1784b34](https://github.com/saltstack-formulas/prometheus-formula/commit/1784b34)) --- AUTHORS.md | 8 ++++---- CHANGELOG.md | 18 ++++++++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 12 ++++++------ docs/CHANGELOG.rst | 21 +++++++++++++++++++++ 5 files changed, 50 insertions(+), 11 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 3491fd9..7b24d0a 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -5,10 +5,10 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: @noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|21 -@alxwr|[@alxwr](https://github.com/alxwr)|7 -@myii|[@myii](https://github.com/myii)|5 -@aboe76|[@aboe76](https://github.com/aboe76)|2 +@myii|[@myii](https://github.com/myii)|17 +@alxwr|[@alxwr](https://github.com/alxwr)|8 +@aboe76|[@aboe76](https://github.com/aboe76)|6 --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-08-17. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-10-07. diff --git a/CHANGELOG.md b/CHANGELOG.md index 254aee7..4e7596c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [3.1.1](https://github.com/saltstack-formulas/prometheus-formula/compare/v3.1.0...v3.1.1) (2019-10-07) + + +### Bug Fixes + +* **config:** cope with aberrant service names ([0a33842](https://github.com/saltstack-formulas/prometheus-formula/commit/0a33842)) + + +### Continuous Integration + +* use `dist: bionic` & apply `opensuse-leap-15` SCP error workaround ([3dc6e12](https://github.com/saltstack-formulas/prometheus-formula/commit/3dc6e12)) +* **kitchen:** change `log_level` to `debug` instead of `info` ([af666db](https://github.com/saltstack-formulas/prometheus-formula/commit/af666db)) +* **kitchen:** install required packages to bootstrapped `opensuse` [skip ci] ([3332493](https://github.com/saltstack-formulas/prometheus-formula/commit/3332493)) +* **kitchen:** use bootstrapped `opensuse` images until `2019.2.2` [skip ci] ([a624dd8](https://github.com/saltstack-formulas/prometheus-formula/commit/a624dd8)) +* **kitchen+travis:** replace EOL pre-salted images ([0895d81](https://github.com/saltstack-formulas/prometheus-formula/commit/0895d81)) +* **platform:** add `arch-base-latest` (commented out for now) [skip ci] ([6221888](https://github.com/saltstack-formulas/prometheus-formula/commit/6221888)) +* **yamllint:** add rule `empty-values` & use new `yaml-files` setting ([1784b34](https://github.com/saltstack-formulas/prometheus-formula/commit/1784b34)) + # [3.1.0](https://github.com/saltstack-formulas/prometheus-formula/compare/v3.0.1...v3.1.0) (2019-08-17) diff --git a/FORMULA b/FORMULA index 2dc649e..e0930ad 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: prometheus os: FreeBSD os_family: FreeBSD -version: 3.1.0 +version: 3.1.1 release: 1 minimum_version: 2016.11 summary: Prometheus formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 524b6c0..4fca8b0 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -16,17 +16,17 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ - 21 - * - :raw-html-m2r:`@alxwr` - - `@alxwr `_ - - 7 * - :raw-html-m2r:`@myii` - `@myii `_ - - 5 + - 17 + * - :raw-html-m2r:`@alxwr` + - `@alxwr `_ + - 8 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - - 2 + - 6 ---- -Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-08-17. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-10-07. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index c289762..4f4b22c 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,27 @@ Changelog ========= +`3.1.1 `_ (2019-10-07) +------------------------------------------------------------------------------------------------------------ + +Bug Fixes +^^^^^^^^^ + + +* **config:** cope with aberrant service names (\ `0a33842 `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* use ``dist: bionic`` & apply ``opensuse-leap-15`` SCP error workaround (\ `3dc6e12 `_\ ) +* **kitchen:** change ``log_level`` to ``debug`` instead of ``info`` (\ `af666db `_\ ) +* **kitchen:** install required packages to bootstrapped ``opensuse`` [skip ci] (\ `3332493 `_\ ) +* **kitchen:** use bootstrapped ``opensuse`` images until ``2019.2.2`` [skip ci] (\ `a624dd8 `_\ ) +* **kitchen+travis:** replace EOL pre-salted images (\ `0895d81 `_\ ) +* **platform:** add ``arch-base-latest`` (commented out for now) [skip ci] (\ `6221888 `_\ ) +* **yamllint:** add rule ``empty-values`` & use new ``yaml-files`` setting (\ `1784b34 `_\ ) + `3.1.0 `_ (2019-08-17) ------------------------------------------------------------------------------------------------------------