SHA256
1
0
forked from pool/telegraf
telegraf/telegraf.changes

44 lines
1.8 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Fri Mar 23 07:37:12 UTC 2018 - mschnitzer@suse.com
- Release 1.5.3
* Bugfixes
#3729: Set path to / if HOST_MOUNT_PREFIX matches full path.
#3739: Remove userinfo from url tag in prometheus input.
#3778: Fix ping plugin not reporting zero durations.
#3807: Fix memory leak in postgresql_extensible.
#3697: Disable keepalive in mqtt output to prevent deadlock.
#3786: Fix collation difference in sqlserver input.
#3871: Fix uptime metric in passenger input plugin.
#3851: Add output of stderr in case of error to exec log message.
-------------------------------------------------------------------
Mon Feb 12 11:27:05 UTC 2018 - mschnitzer@suse.com
- Add feature_passive_amqp_exchange.patch:
* This patch allows to enable the exchange passive mode for the
AMQP consumer plugin. This is required for RabbitMQ servers
that rely on that (like the openSUSE ones)
* Upstream pull request is not possible because it requires you
to sign a CLA, but it's requested here:
https://github.com/influxdata/telegraf/issues/3785
-------------------------------------------------------------------
Thu Feb 8 07:31:00 UTC 2018 - mschnitzer@suse.com
- Release 1.5.2
* Bugfixes
#3684: Ignore empty lines in Graphite plaintext.
#3604: Fix index out of bounds error in solr input plugin.
#3680: Reconnect before sending graphite metrics if disconnected.
#3693: Align aggregator period with internal ticker to avoid skipping metrics.
#3629: Fix a potential deadlock when using aggregators.
#3697: Limit wait time for writes in mqtt output.
#3698: Revert change in graphite output where dot in field key was replaced by underscore.
#3710: Add timeout to wavefront output write.
#3725: Exclude master_replid fields from redis input.