From 28e5ae4331bb6dff6ef0355920c02dd3ff534554203f1bc02a82236e4ecd29a7 Mon Sep 17 00:00:00 2001 From: Jeff Kowalczyk Date: Thu, 1 Jul 2021 16:31:46 +0000 Subject: [PATCH] Accepting request 903443 from home:susnux:branches:devel:languages:go Update to version 1.19.0 OBS-URL: https://build.opensuse.org/request/show/903443 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/telegraf?expand=0&rev=34 --- _service | 2 +- _servicedata | 2 +- telegraf-1.18.2.tar.xz | 3 -- telegraf-1.19.0.tar.xz | 3 ++ telegraf.changes | 67 ++++++++++++++++++++++++++++++++++++++++++ telegraf.spec | 6 ++-- vendor.tar.gz | 3 -- vendor.tar.xz | 3 ++ 8 files changed, 78 insertions(+), 11 deletions(-) delete mode 100644 telegraf-1.18.2.tar.xz create mode 100644 telegraf-1.19.0.tar.xz delete mode 100644 vendor.tar.gz create mode 100644 vendor.tar.xz diff --git a/_service b/_service index 8461f28..c35ccbb 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://github.com/influxdata/telegraf git .git - v1.18.2 + v1.19.0 @PARENT_TAG@ enable v(.*) diff --git a/_servicedata b/_servicedata index 1004ba5..341133e 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/influxdata/telegraf - cee27ad32fccb6ff6198911115107d00db97a04f \ No newline at end of file + f4531151409d84cf27dd8bcc00dcda4c79701af6 \ No newline at end of file diff --git a/telegraf-1.18.2.tar.xz b/telegraf-1.18.2.tar.xz deleted file mode 100644 index 532d8b9..0000000 --- a/telegraf-1.18.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b572fa2fa49b6586df26293c1074d49440d6ff4a64d73fea99085abce75b4b1 -size 1905912 diff --git a/telegraf-1.19.0.tar.xz b/telegraf-1.19.0.tar.xz new file mode 100644 index 0000000..fd5173c --- /dev/null +++ b/telegraf-1.19.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aba552bb87c5a7fcfe866c3547458a741074479a1acd75f6ab3142dfce1a9c2 +size 2047520 diff --git a/telegraf.changes b/telegraf.changes index 68274c4..24808b2 100644 --- a/telegraf.changes +++ b/telegraf.changes @@ -1,3 +1,70 @@ +------------------------------------------------------------------- +Thu Jul 01 13:26:54 UTC 2021 - rpm@fthiessen.de + +- Update to version 1.19.0: + * Update Go to 1.16.5 + * Many linter fixes + * New Input Plugins + * Alibaba CloudMonitor Service (Aliyun) + * OpenTelemetry + * Intel Data Plane Development Kit (DPDK) + * KNX, SQL + * New Output Plugins: Websocket, SQL, AWS Cloudwatch logs + * New Parser Plugins: Prometheus Remote Write, JSON V2 + * Bugfixes + * Fix reading config files starting with http + * serializers.prometheusremotewrite Update dependency and remove + tags with empty values + * outputs.kafka Don't prevent telegraf from starting when + there's a connection error + * outputs.dynatrace Use dynatrace-metric-utils + * parsers.json_v2 Update json_v2 parser to handle null types + * inputs.sql Fix import of sqlite and ignore it on all platforms + that require CGO. + * inputs.kube_inventory Fix connecting to the wrong url + * processors.parser Fix segfault + * inputs.docker Close all idle connections + * inputs.suricata Support new JSON format + * outputs.influxdb Fix endless retries + * Features + * Add named timestamp formats + * Allow multiple "--config" and "--config-directory" flags + * Config file environment variable can be a URL + * common.http Add OAuth2 to HTTP input + * outputs.datadog Add HTTP proxy to datadog output + * outputs.graphite Allow more characters in graphite tags + * processors.strings Add UTF-8 sanitizer + * processors.enum Support float64 + * processors.starlark Support nanosecond resolution timestamp + * processors.starlark Add math module + * processors.starlark Add an example showing how to obtain IOPS from + diskio input + * parsers.value Add custom field name config option + * parsers.prometheusremotewrite Add starlark script for + renaming metrics + * inputs.vsphere Add config option for the historical interval + duration + * inputs.ping Add an option to specify packet size + * inputs.sqlserver Added login_name + * inputs.dovecot Add support for unix domain sockets + * inputs.aliyuncms Add config option list of regions to query + * inputs.sqlserver Enable Azure Active Directory (AAD) + authentication support + * inputs.cloudwatch Add wildcard support in dimensions configuration + * inputs.mysql Gather all mysql channels + * inputs.logstash Add support for version 7 queue stats + * inputs.couchbase Add ~200 more Couchbase metrics via Buckets + endpoint + * inputs.sqlserver input/sqlserver: Add service and save connection pools + * inputs.x509_cert Wildcard support for cert filenames + * processors.starlark Add time module + * inputs.kinesis_consumer Add content_encoding option with gzip + and zlib support + * inputs.sqlserver Add an optional health metric + * inputs.http_listener_v2 Add support for snappy compression + * inputs.cisco_telemetry_mdt Add support for events and class based query + * inputs.mongodb Optionally collect top stats + ------------------------------------------------------------------- Tue May 18 17:26:41 UTC 2021 - Ferdinand Thiessen diff --git a/telegraf.spec b/telegraf.spec index 1cb6817..f92f81e 100644 --- a/telegraf.spec +++ b/telegraf.spec @@ -18,18 +18,18 @@ %define _config_dir %{_sysconfdir}/%{name} Name: telegraf -Version: 1.18.2 +Version: 1.19.0 Release: 0 Summary: The plugin-driven server agent for collecting & reporting metrics License: MIT Group: System/Monitoring URL: https://github.com/influxdata/telegraf Source: %{name}-%{version}.tar.xz -Source1: vendor.tar.gz +Source1: vendor.tar.xz BuildRequires: git-core BuildRequires: golang-packaging BuildRequires: systemd-rpm-macros -BuildRequires: golang(API) >= 1.13 +BuildRequires: golang(API) >= 1.16 %{?systemd_ordering} %description diff --git a/vendor.tar.gz b/vendor.tar.gz deleted file mode 100644 index 0cdb8a7..0000000 --- a/vendor.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73681d1c6318dfc6261f5f5636f2ed265a05b45912a37879331d851e978e87f1 -size 21434915 diff --git a/vendor.tar.xz b/vendor.tar.xz new file mode 100644 index 0000000..6069c5f --- /dev/null +++ b/vendor.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11218f0cd27db008a71e5e4c18948903a0b3a5e294880ab8774edf6628da7dd8 +size 16517720