forked from pool/telegraf
Accepting request 940524 from home:susnux:branches:devel:languages:go
Update to version 1.20.4 OBS-URL: https://build.opensuse.org/request/show/940524 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/telegraf?expand=0&rev=36
This commit is contained in:
parent
563627e54d
commit
253bd717ac
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<param name="url">https://github.com/influxdata/telegraf</param>
|
<param name="url">https://github.com/influxdata/telegraf</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="revision">v1.19.0</param>
|
<param name="revision">v1.20.4</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/influxdata/telegraf</param>
|
<param name="url">https://github.com/influxdata/telegraf</param>
|
||||||
<param name="changesrevision">f4531151409d84cf27dd8bcc00dcda4c79701af6</param></service></servicedata>
|
<param name="changesrevision">f45647269c350f8d13c1e336dffc9fc300575c95</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0aba552bb87c5a7fcfe866c3547458a741074479a1acd75f6ab3142dfce1a9c2
|
|
||||||
size 2047520
|
|
3
telegraf-1.20.4.tar.xz
Normal file
3
telegraf-1.20.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dd6abf400e69706fcf8efdfb0304720d32ce06ed6a4c4ddbd87e8a1d82503b55
|
||||||
|
size 2162508
|
@ -1,3 +1,61 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 14 16:21:37 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||||
|
|
||||||
|
- Update to version 1.20.4:
|
||||||
|
* Update go version to 1.17.3
|
||||||
|
* Update deprecated plugin READMEs to better indicate deprecation
|
||||||
|
* Update dependencies
|
||||||
|
* inputs.mongodb Update readme with correct connection URI
|
||||||
|
* inputs.mysql Fix type conversion follow-up
|
||||||
|
* inputs.proxmox Changed VM ID from string to int
|
||||||
|
* inputs.modbus Do not build modbus on openbsd
|
||||||
|
* inputs.cisco_telemetry_mdt Move to new protobuf library
|
||||||
|
* outputs.loki Add metric name with label "__name"
|
||||||
|
* inputs.nvidia_smi Set the default path correctly
|
||||||
|
* inputs.sqlserver Add elastic pool in supported versions
|
||||||
|
in sqlserver
|
||||||
|
* inputs.influxdb Update influxdb input schema docs
|
||||||
|
* inputs.intel_rdt Correct timezone handling
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 26 15:58:26 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||||
|
|
||||||
|
- Update to version 1.20.3:
|
||||||
|
* New External Plugins
|
||||||
|
* IBM DB2
|
||||||
|
* Oracle Database
|
||||||
|
* Many bug fixes, see full list:
|
||||||
|
https://github.com/influxdata/telegraf/releases/tag/v1.20.3
|
||||||
|
- Update to version 1.20.2:
|
||||||
|
* parsers.influx Fix memory leak in influx parser
|
||||||
|
* Minor other bug fixes
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 25 16:47:11 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||||
|
|
||||||
|
- Update to version 1.20.1:
|
||||||
|
* inputs.elasticsearch_query Add custom time/date format field
|
||||||
|
* Some bug fixes, see list:
|
||||||
|
https://github.com/influxdata/telegraf/releases/tag/v1.20.1
|
||||||
|
- Update to version 1.20.0:
|
||||||
|
* New Input Plugins
|
||||||
|
* Add rocm_smi input to monitor AMD GPUs
|
||||||
|
* Add mdstat input to gather from /proc/mdstat collection
|
||||||
|
* Add Elasticsearch query input
|
||||||
|
* Add internet Speed Monitor Input Plugin
|
||||||
|
* New Output Plugins
|
||||||
|
* Add OpenTelemetry output
|
||||||
|
* Add Azure Data Explorer(ADX) output
|
||||||
|
* Features:
|
||||||
|
* inputs.systemd_units feat(plugins/inputs/systemd_units): add
|
||||||
|
pattern support
|
||||||
|
* inputs.cloudwatch Pull metrics from multiple AWS CloudWatch
|
||||||
|
namespaces
|
||||||
|
* inputs.cloudwatch Support AWS Web Identity Provider
|
||||||
|
* inputs.modbus Add support for RTU over TCP
|
||||||
|
* Many other bug fixes and features, full list:
|
||||||
|
https://github.com/influxdata/telegraf/releases/tag/v1.20.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 24 14:18:31 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
|
Wed Nov 24 14:18:31 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define _config_dir %{_sysconfdir}/%{name}
|
%define _config_dir %{_sysconfdir}/%{name}
|
||||||
Name: telegraf
|
Name: telegraf
|
||||||
Version: 1.19.0
|
Version: 1.20.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The plugin-driven server agent for collecting & reporting metrics
|
Summary: The plugin-driven server agent for collecting & reporting metrics
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -26,7 +26,7 @@ Group: System/Monitoring
|
|||||||
URL: https://github.com/influxdata/telegraf
|
URL: https://github.com/influxdata/telegraf
|
||||||
Source: %{name}-%{version}.tar.xz
|
Source: %{name}-%{version}.tar.xz
|
||||||
Source1: vendor.tar.xz
|
Source1: vendor.tar.xz
|
||||||
Patch0: harden_telegraf.service.patch
|
Patch0: harden_telegraf.service.patch
|
||||||
BuildRequires: git-core
|
BuildRequires: git-core
|
||||||
BuildRequires: golang-packaging
|
BuildRequires: golang-packaging
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:11218f0cd27db008a71e5e4c18948903a0b3a5e294880ab8774edf6628da7dd8
|
oid sha256:31a1510b20da3de1fcb51818e21112e4d0079e29de9e66a962ee9b4bc7b828d2
|
||||||
size 16517720
|
size 17618296
|
||||||
|
Loading…
Reference in New Issue
Block a user