Updating to Telegraf 1.7.3;Updating changelog

This commit is contained in:
Werner Dijkerman
2018-08-12 11:13:53 +02:00
parent 0e712c0c55
commit abb2b1bb04
3 changed files with 8 additions and 3 deletions

View File

@ -5,8 +5,13 @@ Below an overview of all changes in the releases.
Version (Release date)
0.10.0 ()
0.10.0 (2018-08-12)
* Updating to telegraf 1.7.3
* Fix Deprecation warnings #54
* Changed 'include' to 'include_tasks' to remove deprecation warning #53 (By pull request: tjend (Thanks!))
* Add option to remove extra plugin config files #52 (By pull request: tjend (Thanks!))
* Plugins extra hash allow multiple inputs same type #50 (By pull request: tjend (Thanks!))
* Using specific version for tests
* Update minimum Ansible version to 2.4

View File

@ -1,7 +1,7 @@
---
# defaults file for ansible-telegraf
telegraf_agent_version: 1.4.0
telegraf_agent_version: 1.7.3
telegraf_agent_hostname: "{{ ansible_fqdn }}"
telegraf_agent_interval: 10
telegraf_agent_debug: False

View File

@ -4,6 +4,6 @@ extends: default
rules:
line-length:
max: 120
max: 140
level: warning
truthy: disable