SHA256
1
0
forked from pool/telegraf

Accepting request 1062126 from home:darix:apps

- Update to version 1.25.1:

OBS-URL: https://build.opensuse.org/request/show/1062126
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/telegraf?expand=0&rev=51
This commit is contained in:
Jeff Kowalczyk 2023-01-30 21:04:25 +00:00 committed by Git OBS Bridge
parent 023d7bb8db
commit 503fe7e006
7 changed files with 76 additions and 8 deletions

View File

@ -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.25.0</param>
<param name="revision">v1.25.1</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</param>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/influxdata/telegraf</param>
<param name="changesrevision">4d17ec799643cbb9f8e66c6821af1af05b89d8c0</param></service></servicedata>
<param name="changesrevision">e1a0d74e473aaad0b3d1c490d21abf32090d72ab</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a5214fb5f01d7f587e92c4f0547efb41d074ddc085f43f2cec5b62eecb572d68
size 2814732

3
telegraf-1.25.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d4623b3fa61cae12ecf43c496835d623b6710580cbdbdee8422de9e4000cbec9
size 2819652

View File

@ -1,3 +1,71 @@
-------------------------------------------------------------------
Mon Jan 30 20:34:00 UTC 2023 - mrueckert@suse.de
- Update to version 1.25.1:
* Telegraf v1.25.1
* Update changelog for v1.25.1
* Update build_version.txt for v1.25.1
* fix(inputs.opcua): fix opcua and opcua-listener for servers using password-based auth (#12529)
* fix(inputs.prometheus): Set the timeout for slow running API endpoints correctly (#12559)
* fix(inputs.exec): restore pre-v1.21 behavior for CSV data_format (#12533)
* chore(deps): Bump github.com/kardianos/service from 1.2.1 to 1.2.2 (#12418)
* fix(inputs.sqlserver): Suppress error on secondary replicas (#12528)
* chore: Fix linter findings for nolintlint (part2) (#12430)
* fix(inputs.upsd): Always convert to float (#12516)
* chore: Update package repo GPG key (#12546)
* chore: Update package repo GPG key (#12544)
* chore: fix linter findings for nolintlint part 1 (#12427)
* docs(outputs.elasticsearch): detail overriding timezone (#12551)
* docs(outputs.mqtt): update readme to match sample config (#12552)
* docs(outputs.mqtt): fix incorrect use of brackets (#12539)
* fix(agent): catch non-existing commands and error out (#12549)
* chore: update package testing from f35 to f37 (#12548)
* chore(deps): Bump github.com/karrick/godirwalk from 1.16.1 to 1.17.0 (#12417)
* chore(deps): bump github.com/antchfx/jsonquery from 1.3.0 to 1.3.1 (#12511)
* chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/ec2 (#12538)
* fix(inputs.logstash): Collect opensearch specific stats (#12536)
* chore(deps): bump github.com/aws/aws-sdk-go-v2 from 1.17.1 to 1.17.3 (#12420)
* fix(inputs.prometheus): correctly track deleted pods (#12522)
* chore: update windows signing script (#12524)
* chore: Run make docs with various GOOS (#12503)
* fix(common.cookie): Allow any 2xx status code (#12515)
* test(inputs.snmp): Use random port (#12464)
* fix(inputs.upsd): Ensure firmware is always a string (#12486)
* docs(inputs.influxdb): Collect v2 with prometheus plugin (#12492)
* fix(inputs.cisco_telemetry_mdt): add operation-metric and class-policy prefix (#12240)
* fix(json_v2): In case of invalid json, log messsage to debug log (#12440)
* chore(deps): update github.com/denisenkom/go-mssqldb from 0.12.0 to 0.12.3 (#12476)
* docs(secretstores): document systemd-nspawn requirement (#12494)
* chore: update to go1.19.5 (#12498)
* fix(secretstores): fix handling of TOML strings (#12490)
* fix(agent): handle float time with fractions of seconds correctly (#12491)
* fix(agent): Only set default snmp after reading all configs (#12457)
* docs(inputs.example): correctly set syntax highlighting and section name (#12471)
* docs(inputs.socketstat): fix wrong TOML option name. (#12482)
* fix(inputs.win_eventlog): Handle remote events more robustly. (#12375)
* fix(inputs.sqlserver): add more precise version check (#12384)
* chore(stackdriver): Fix deprecated monitoringpb (#12424)
* fix(inputs.gnmi): update configuration documentation (#12415)
* fix(secretstores): Fix handling of 'id' and print failing secret-store (#12468)
* feat(kafka): Add keep-alive period setting for input and output. (#12459)
* fix(agent): Correctly reload configuration files (#12453)
* chore: update influxdb-observability to fix statsd bug (#12429)
* docs(inputs.postgresql): update readme and samples to note timeout behavior (#12446)
* chore: Fix linter findings for makezero (part4) (#12410)
* fix(inputs.mysql): Revert slice declarations with non-zero initial length (#12409)
* fix: Added own SPID filter to sqlserverqueries.go (#12387)
* fix(inputs.sqlserver): SqlRequests include sleeping sessions with open transactions (#12386)
* chore(linter): disable linter warning for freeze() in starlark (#12406)
* fix(outputs.loki): return response body on error (#12399)
* chore: Do not start service on deb install (#12405)
* fix(inputs.x509_cert): fix off-by-one when adding intermediate certificates (#12404)
* test: Always create test config for package testing (#12390)
* fix(secretstores): cleanup duplicate printing (#12401)
* chore(deps): Bump cloud.google.com/go/storage from 1.23.0 to 1.28.1 (#12385)
* chore(deps): bump github.com/nats-io/nats-server/v2 from 2.9.4 to 2.9.9 (#12379)
* chore(deps): bump github.com/eclipse/paho.mqtt.golang (#12378)
* chore(deps): bump github.com/hashicorp/consul/api from 1.15.2 to 1.18.0 (#12381)
-------------------------------------------------------------------
Tue Dec 20 20:45:39 UTC 2022 - mrueckert@suse.de

View File

@ -18,7 +18,7 @@
%define _config_dir %{_sysconfdir}/%{name}
Name: telegraf
Version: 1.25.0
Version: 1.25.1
Release: 0
Summary: The plugin-driven server agent for collecting & reporting metrics
License: MIT

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0c3483fc22d1898af054048c0d2e2689ff86e4261790091e97ef5111bd26fc53
size 18822172
oid sha256:c69fa6331413d909c16fee916d8585b5eac74fcc49dbd2c7b8c40fa01570484d
size 18835192