Accepting request 894123 from home:susnux:branches:devel:languages:go
Update to version 1.18.2 OBS-URL: https://build.opensuse.org/request/show/894123 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/telegraf?expand=0&rev=32
This commit is contained in:
parent
e525925a2b
commit
50e687d234
5
_service
5
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/influxdata/telegraf</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v1.18.1</param>
|
||||
<param name="revision">v1.18.2</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
@ -13,8 +13,9 @@
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">gz</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service name="go_modules" mode="disabled">
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/influxdata/telegraf</param>
|
||||
<param name="changesrevision">dc4fa5dd9aa5876b6ba5022aab3d5453fecc7b2b</param></service></servicedata>
|
||||
<param name="changesrevision">cee27ad32fccb6ff6198911115107d00db97a04f</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d5e6ab37d404a7f55c185a36ca6c2b50f771499e6522c22aa4f3a778f4db2e73
|
||||
size 2697725
|
3
telegraf-1.18.2.tar.xz
Normal file
3
telegraf-1.18.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b572fa2fa49b6586df26293c1074d49440d6ff4a64d73fea99085abce75b4b1
|
||||
size 1905912
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 18 17:26:41 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||
|
||||
- Update to version 1.18.2
|
||||
* processors.converter Add support for large hexadecimal strings
|
||||
* inputs.apcupsd Fix apcupsd 'ALARMDEL' bug via forked repo
|
||||
* parsers.json Make JSON format compatible with nulls
|
||||
* inputs.nfsclient Fix nfsclient ops map to allow collection of
|
||||
metrics other than read and write
|
||||
* inputs.snmp Log snmpv3 auth failures
|
||||
* common.shim Accept larger inputs from scanner
|
||||
* inputs.vsphere Add MetricLookback setting to handle reporting
|
||||
delays in vCenter 6.7 and later
|
||||
* outputs.sumologic Carbon2 serializer: sanitize metric name
|
||||
* inputs.opcua Fix error handling
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 07 21:36:28 UTC 2021 - jkowalczyk@suse.com
|
||||
|
||||
|
@ -18,13 +18,13 @@
|
||||
|
||||
%define _config_dir %{_sysconfdir}/%{name}
|
||||
Name: telegraf
|
||||
Version: 1.18.1
|
||||
Version: 1.18.2
|
||||
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.gz
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
Source1: vendor.tar.gz
|
||||
BuildRequires: git-core
|
||||
BuildRequires: golang-packaging
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1dce47167d26c792555f871126678ad84629e35e1c3e21a82edc54e6a101e87d
|
||||
size 21734053
|
||||
oid sha256:73681d1c6318dfc6261f5f5636f2ed265a05b45912a37879331d851e978e87f1
|
||||
size 21434915
|
||||
|
Loading…
x
Reference in New Issue
Block a user