diff --git a/AUTHORS.md b/AUTHORS.md index 9231d53..3491fd9 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -6,7 +6,9 @@ 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 --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-06-28. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-08-17. diff --git a/CHANGELOG.md b/CHANGELOG.md index 27dc462..254aee7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +# [3.1.0](https://github.com/saltstack-formulas/prometheus-formula/compare/v3.0.1...v3.1.0) (2019-08-17) + + +### Continuous Integration + +* **kitchen+travis:** modify matrix to include `develop` platform ([fc0f5b6](https://github.com/saltstack-formulas/prometheus-formula/commit/fc0f5b6)) + + +### Features + +* **yamllint:** include for this repo and apply rules throughout ([07dbfc8](https://github.com/saltstack-formulas/prometheus-formula/commit/07dbfc8)) + ## [3.0.1](https://github.com/saltstack-formulas/prometheus-formula/compare/v3.0.0...v3.0.1) (2019-06-28) diff --git a/FORMULA b/FORMULA index 1d1c718..2dc649e 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: prometheus os: FreeBSD os_family: FreeBSD -version: 3.0.1 +version: 3.1.0 release: 1 minimum_version: 2016.11 summary: Prometheus formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 785a4fd..524b6c0 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -19,8 +19,14 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@alxwr` - `@alxwr `_ - 7 + * - :raw-html-m2r:`@myii` + - `@myii `_ + - 5 + * - :raw-html-m2r:`@aboe76` + - `@aboe76 `_ + - 2 ---- -Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-06-28. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-08-17. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index f58ea9d..c289762 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,21 @@ Changelog ========= +`3.1.0 `_ (2019-08-17) +------------------------------------------------------------------------------------------------------------ + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **kitchen+travis:** modify matrix to include ``develop`` platform (\ `fc0f5b6 `_\ ) + +Features +^^^^^^^^ + + +* **yamllint:** include for this repo and apply rules throughout (\ `07dbfc8 `_\ ) + `3.0.1 `_ (2019-06-28) ------------------------------------------------------------------------------------------------------------