diff --git a/AUTHORS.md b/AUTHORS.md index d239ece..9757821 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,9 +4,9 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|32 +@myii|[@myii](https://github.com/myii)|34 @n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|19 --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-03-11. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-04-30. diff --git a/CHANGELOG.md b/CHANGELOG.md index b6fead1..69270f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.0.1](https://github.com/saltstack-formulas/telegraf-formula/compare/v1.0.0...v1.0.1) (2020-04-30) + + +### Bug Fixes + +* **running.sls:** use `watch` not `require` to ensure service restart ([861e17e](https://github.com/saltstack-formulas/telegraf-formula/commit/861e17efeae93d6829906f884bfabba11bf374f5)), closes [#5](https://github.com/saltstack-formulas/telegraf-formula/issues/5) + + +### Continuous Integration + +* **gemfile.lock:** add to repo with updated `Gemfile` [skip ci] ([ecf0fff](https://github.com/saltstack-formulas/telegraf-formula/commit/ecf0fff0bd24c370c590eed2f115949a854bd00d)) + # [1.0.0](https://github.com/saltstack-formulas/telegraf-formula/compare/v0.3.1...v1.0.0) (2020-03-11) diff --git a/FORMULA b/FORMULA index cbfabf1..1f9cb6e 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: telegraf os: Debian, Ubuntu, RedHat, Fedora, CentOS, Suse, openSUSE os_family: Debian, RedHat, Suse -version: 1.0.0 +version: 1.0.1 release: 1 minimum_version: 2018.3 summary: Telegraf formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index ba7b6ff..daec6b0 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 `_ - - 32 + - 34 * - :raw-html-m2r:`@n-rodriguez` - `@n-rodriguez `_ - 19 @@ -23,4 +23,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 2020-03-11. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-04-30. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 24e049e..1682e38 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,21 @@ Changelog ========= +`1.0.1 `_ (2020-04-30) +---------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **running.sls:** use ``watch`` not ``require`` to ensure service restart (\ `861e17e `_\ ), closes `#5 `_ + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **gemfile.lock:** add to repo with updated ``Gemfile`` [skip ci] (\ `ecf0fff `_\ ) + `1.0.0 `_ (2020-03-11) ----------------------------------------------------------------------------------------------------------