Go version 1.7.3 -> 1.7.4

This commit is contained in:
Cameron Sparr
2016-12-05 18:23:11 +00:00
parent a093ec1eaa
commit 11bc82379c
2 changed files with 4 additions and 3 deletions

View File

@@ -11,6 +11,7 @@
- [#1965](https://github.com/influxdata/telegraf/pull/1965): The JSON parser can now parse an array of objects using the same configuration.
- [#1807](https://github.com/influxdata/telegraf/pull/1807): Option to use device name rather than path for reporting disk stats.
- [#1348](https://github.com/influxdata/telegraf/issues/1348): Telegraf "internal" plugin for collecting stats on itself.
- [#2127](https://github.com/influxdata/telegraf/pull/2127): Update Go version to 1.7.4.
### Bugfixes