diff --git a/AUTHORS.md b/AUTHORS.md index 3a31e91..ece26e3 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,8 +4,8 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@alxwr|[@alxwr](https://github.com/alxwr)|3 +@alxwr|[@alxwr](https://github.com/alxwr)|6 --- -Auto generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-04-25. +Auto generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-04-30. diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cc2769..e85a301 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +# [1.1.0](https://github.com/alxwr/prometheus-formula/compare/v1.0.0...v1.1.0) (2019-04-30) + + +### Bug Fixes + +* **FreeBSD:** elegantly prevent service hang ([a7fad98](https://github.com/alxwr/prometheus-formula/commit/a7fad98)), closes [/github.com/saltstack/salt/issues/44848#issuecomment-487016414](https://github.com//github.com/saltstack/salt/issues/44848/issues/issuecomment-487016414) + + +### Features + +* **args:** handle service arguments the same way ([94078fe](https://github.com/alxwr/prometheus-formula/commit/94078fe)) +* **exporters:** added node_exporter ([34ada49](https://github.com/alxwr/prometheus-formula/commit/34ada49)) + # 1.0.0 (2019-04-25) diff --git a/FORMULA b/FORMULA index acb7512..c6d1f31 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: prometheus os: FreeBSD os_family: FreeBSD -version: 1.0.0 +version: 1.1.0 release: 1 minimum_version: 2016.11 summary: Prometheus formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index ece396d..ab3d39c 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,9 +15,9 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@alxwr` - `@alxwr `_ - - 3 + - 6 ---- -Auto generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-04-25. +Auto generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-04-30. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 8e9f84b..48e0dcc 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,22 @@ Changelog ========= +`1.1.0 `_ (2019-04-30) +----------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **FreeBSD:** elegantly prevent service hang (\ `a7fad98 `_\ ), closes `/github.com/saltstack/salt/issues/44848#issuecomment-487016414 `_ + +Features +^^^^^^^^ + + +* **args:** handle service arguments the same way (\ `94078fe `_\ ) +* **exporters:** added node_exporter (\ `34ada49 `_\ ) + 1.0.0 (2019-04-25) ------------------