diff --git a/feature_passive_amqp_exchange.patch b/feature_passive_amqp_exchange.patch index fb188cf..88cf315 100644 --- a/feature_passive_amqp_exchange.patch +++ b/feature_passive_amqp_exchange.patch @@ -1,7 +1,7 @@ -Index: telegraf-1.5.2/plugins/inputs/amqp_consumer/amqp_consumer.go +Index: telegraf-1.5.3/plugins/inputs/amqp_consumer/amqp_consumer.go =================================================================== ---- telegraf-1.5.2/plugins/inputs/amqp_consumer/amqp_consumer.go.original 2018-02-12 11:44:32.583888582 +0100 -+++ telegraf-1.5.2/plugins/inputs/amqp_consumer/amqp_consumer.go 2018-02-12 11:53:42.111013874 +0100 +--- telegraf-1.5.3/plugins/inputs/amqp_consumer/amqp_consumer.go.original 2018-02-12 11:44:32.583888582 +0100 ++++ telegraf-1.5.3/plugins/inputs/amqp_consumer/amqp_consumer.go 2018-02-12 11:53:42.111013874 +0100 @@ -20,6 +20,7 @@ URL string // AMQP exchange @@ -55,10 +55,10 @@ Index: telegraf-1.5.2/plugins/inputs/amqp_consumer/amqp_consumer.go if err != nil { return nil, fmt.Errorf("Failed to declare an exchange: %s", err) } -Index: telegraf-1.5.2/etc/telegraf.conf +Index: telegraf-1.5.3/etc/telegraf.conf =================================================================== ---- telegraf-1.5.2/etc/telegraf.conf.original 2018-02-12 14:06:03.304072548 +0100 -+++ telegraf-1.5.2/etc/telegraf.conf 2018-02-12 14:06:27.544041814 +0100 +--- telegraf-1.5.3/etc/telegraf.conf.original 2018-02-12 14:06:03.304072548 +0100 ++++ telegraf-1.5.3/etc/telegraf.conf 2018-02-12 14:06:27.544041814 +0100 @@ -2747,6 +2747,7 @@ # url = "amqp://localhost:5672/influxdb" # ## AMQP exchange diff --git a/telegraf-1.5.2.tar.gz b/telegraf-1.5.2.tar.gz deleted file mode 100644 index 3ce5393..0000000 --- a/telegraf-1.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8245ad4a8a7ed1453e674017fb7017dbff151a83482f79e82542379dbc1124a5 -size 910942 diff --git a/telegraf-1.5.3.tar.gz b/telegraf-1.5.3.tar.gz new file mode 100644 index 0000000..093e9c7 --- /dev/null +++ b/telegraf-1.5.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f2cedbed05a82938fefac14258390839a61aa82dd87a4350a608b70196e292b +size 911976 diff --git a/telegraf.changes b/telegraf.changes index ab5c537..990c17b 100644 --- a/telegraf.changes +++ b/telegraf.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +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 diff --git a/telegraf.spec b/telegraf.spec index aa24358..28d7643 100644 --- a/telegraf.spec +++ b/telegraf.spec @@ -16,7 +16,7 @@ # Name: telegraf -Version: 1.5.2 +Version: 1.5.3 Release: 0 License: MIT Summary: The plugin-driven server agent for collecting & reporting metrics