forked from pool/telegraf
Accepting request 1132935 from devel:languages:go
- Update to version 1.29.1: * Telegraf v1.29.1 * Update changelog for v1.29.1 * Update build_version.txt for v1.29.1 * fix(inputs.clickhouse): Omit zookeeper metrics on clickhouse cloud (#14443) * docs(inputs.memcached): Correct typo in README.md (#14448) * fix(inputs.php-fpm): Parse JSON output (#14430) * docs(inputs.ldap): Correct plugin name in sample config (#14446) * chore(deps): Update all github.com/aws/aws-sdk-go-v2 dependencies (#14441) * fix(inputs.procstat): Revert unintended renaming of 'systemd_unit' option (#14440) * chore(deps): Bump github.com/go-ldap/ldap/v3 from 3.4.5 to 3.4.6 (#14435) * chore(deps): Bump github.com/klauspost/compress from 1.17.3 to 1.17.4 (#14433) * chore(deps): Bump github.com/openzipkin/zipkin-go from 0.4.1 to 0.4.2 (#14432) * chore(deps): Bump github.com/tidwall/gjson from 1.14.4 to 1.17.0 (#14431) (forwarded request 1132934 from jfkw) OBS-URL: https://build.opensuse.org/request/show/1132935 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/telegraf?expand=0&rev=28
This commit is contained in:
commit
c8be384220
2
_service
2
_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.29.0</param>
|
||||
<param name="revision">v1.29.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/influxdata/telegraf</param>
|
||||
<param name="changesrevision">f7f976ec37fc3d9f96aec30cd96cee965f232568</param></service></servicedata>
|
||||
<param name="changesrevision">9a469977dd46c73a91dfaf73dd306d6a7dd1ec7a</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:df50d4d40736f82879a3142b6d6bf44539b3d8402690f5b108b95db70a52b22f
|
||||
size 3059376
|
3
telegraf-1.29.1.tar.xz
Normal file
3
telegraf-1.29.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb7d95482d5cddee1c3ab4aa3be4f7b9e63d9b7293138e4ee3a972e4dd24b224
|
||||
size 3061516
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 13 17:40:08 UTC 2023 - Jeff Kowalczyk <jkowalczyk@suse.com>
|
||||
|
||||
- Update to version 1.29.1:
|
||||
* Telegraf v1.29.1
|
||||
* Update changelog for v1.29.1
|
||||
* Update build_version.txt for v1.29.1
|
||||
* fix(inputs.clickhouse): Omit zookeeper metrics on clickhouse cloud (#14443)
|
||||
* docs(inputs.memcached): Correct typo in README.md (#14448)
|
||||
* fix(inputs.php-fpm): Parse JSON output (#14430)
|
||||
* docs(inputs.ldap): Correct plugin name in sample config (#14446)
|
||||
* chore(deps): Update all github.com/aws/aws-sdk-go-v2 dependencies (#14441)
|
||||
* fix(inputs.procstat): Revert unintended renaming of 'systemd_unit' option (#14440)
|
||||
* chore(deps): Bump github.com/go-ldap/ldap/v3 from 3.4.5 to 3.4.6 (#14435)
|
||||
* chore(deps): Bump github.com/klauspost/compress from 1.17.3 to 1.17.4 (#14433)
|
||||
* chore(deps): Bump github.com/openzipkin/zipkin-go from 0.4.1 to 0.4.2 (#14432)
|
||||
* chore(deps): Bump github.com/tidwall/gjson from 1.14.4 to 1.17.0 (#14431)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 11 19:35:38 UTC 2023 - Jeff Kowalczyk <jkowalczyk@suse.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define _config_dir %{_sysconfdir}/%{name}
|
||||
Name: telegraf
|
||||
Version: 1.29.0
|
||||
Version: 1.29.1
|
||||
Release: 0
|
||||
Summary: The plugin-driven server agent for collecting & reporting metrics
|
||||
License: MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f45b4a29d68876119f0a57735a58a23599952270056ff7b4aaea4d08bcdb3ab6
|
||||
size 22255308
|
||||
oid sha256:9da429b57da058b32de17fec5040a9d2ef8cf3b9023a70ef4dbbe6e8733d610d
|
||||
size 22131244
|
||||
|
Loading…
Reference in New Issue
Block a user