forked from pool/telegraf
Accepting request 1169739 from home:darix:apps
- Update to version 1.30.2: OBS-URL: https://build.opensuse.org/request/show/1169739 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/telegraf?expand=0&rev=83
This commit is contained in:
parent
0cb59b7892
commit
390bb84754
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.30.1</param>
|
||||
<param name="revision">v1.30.2</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">fb76952e1ed35eb833f67909164cb99f5e98d7fa</param></service></servicedata>
|
||||
<param name="changesrevision">10c15ce41695f6195fa483943fc3abd5b4138afd</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2a1197e8ea000a7cafc7048efa3f5f6766684c5e8aa4df4c86dab0d2bdeea1e9
|
||||
size 3117528
|
3
telegraf-1.30.2.tar.xz
Normal file
3
telegraf-1.30.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b31c4ed95fac29a7eb06a50dff801fc42fcbe5f75c7fefab38d9ffa2ae7e0931
|
||||
size 3120572
|
@ -1,3 +1,66 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 22 20:09:39 UTC 2024 - mrueckert@suse.de
|
||||
|
||||
- Update to version 1.30.2:
|
||||
* chore: Run go mod tidy
|
||||
* Telegraf v1.30.2
|
||||
* Update changelog for v1.30.2
|
||||
* Update build_version.txt for v1.30.2
|
||||
* fix(outputs.sql): Enable the use of krb5 with mssql driver (#15196)
|
||||
* test(inputs.postgresql): Remove error on startup integration test
|
||||
* fix(inputs.sqlserver): Honor timezone on backup metrics (#15154)
|
||||
* fix(inputs.opcua): Make sure to always create a request (#15178)
|
||||
* chore(CI): Add check for PR target branch (#15197)
|
||||
* fix(inputs.prometheus): Correctly handle host header (#15195)
|
||||
* chore(deps): Bump golang.org/x/net from 0.22.0 to 0.23.0 (#15193)
|
||||
* fix(outputs.opensearch): Correctly error during failures or disconnect (#15157)
|
||||
* docs(aggregators.final): Swap useful statements (#15159)
|
||||
* docs(outputs.kafka): Add metadata options to docs (#15182)
|
||||
* fix(inputs.phpfpm): Check error before continue processing (#15176)
|
||||
* fix(inputs.nvidia): Include power limit field for v11 (#15144)
|
||||
* fix(inputs.diskio): Update path to in /sys (#15155)
|
||||
* docs: Add missing formats (#15166)
|
||||
* chore(deps): Bump github.com/vmware/govmomi from 0.33.1 to 0.37.0 (#15160)
|
||||
* fix(systemd): Remove 5 second timeout, use default (90) (#15168)
|
||||
* chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/timestreamwrite from 1.25.2 to 1.25.5 (#15161)
|
||||
* chore(deps): Bump github.com/go-sql-driver/mysql from 1.7.1 to 1.8.1 (#15162)
|
||||
* chore(deps): Bump github.com/aliyun/alibaba-cloud-sdk-go from 1.62.708 to 1.62.713 (#15163)
|
||||
* Add go.sum changes
|
||||
* chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/kinesis from 1.27.1 to 1.27.4 (#15164)
|
||||
* docs(agent): Add README (#15150)
|
||||
* fix(inputs.systemd_units): Revert to only gather loaded units by default (#15108)
|
||||
* test(circleci): Ensure make docs is always run (#15140)
|
||||
* fix(inputs.modbus): Avoid overflow when calculating with uint16 addresses (#15146)
|
||||
* docs(processors.clone): Clarify filtering applies to all metrics (#15147)
|
||||
* chore: Remove executable bit from files (#15143)
|
||||
* docs(inputs.jolokia2_agent): Add example configs for table and all table metrics (#15141)
|
||||
* docs(processors.scale): Correct example configuration (#15135)
|
||||
* chore(inputs.diskio): Add udev properties only if available (#15122)
|
||||
* fix(inputs.systemd_units): Reconnect if connection is lost (#15129)
|
||||
* fix(inputs.win_eventlog): Handle empty query correctly (#15132)
|
||||
* chore: Fix typos (#15114)
|
||||
* chore(deps): Bump super-linter/super-linter from 6.3.0 to 6.3.1 (#15123)
|
||||
* chore(deps): Bump k8s.io/client-go from 0.29.2 to 0.29.3 (#15124)
|
||||
* chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.36.1 to 1.37.0 (#15125)
|
||||
* chore(deps): Bump github.com/jackc/pgtype from 1.14.2 to 1.14.3 (#15126)
|
||||
* chore(deps): Bump github.com/redis/go-redis/v9 from 9.2.1 to 9.5.1 (#15127)
|
||||
* chore(deps): Bump golang.org/x/oauth2 from 0.18.0 to 0.19.0 (#15128)
|
||||
* test(inputs.postgresql): Add unit-test for #8586 (#15105)
|
||||
* fix(inputs.prometheus): Remove duplicate response_timeout option (#15078)
|
||||
* chore: Upgrade Go to 1.22.2 (#15109)
|
||||
* chore(inputs.postgresql): Factor out common code and cleanup (#15103)
|
||||
* chore(deps): Bump github.com/prometheus/client_golang from 1.18.0 to 1.19.0 (#15100)
|
||||
* docs(inputs.x509_cert): Explain expiry field (#15099)
|
||||
* chore(deps): Bump github.com/testcontainers/testcontainers-go from 0.27.0 to 0.29.1 (#15085)
|
||||
* chore(deps): Bump github.com/apache/iotdb-client-go from 0.12.2-0.20220722111104-cd17da295b46 to 1.2.0-tsbs (#15086)
|
||||
* chore(deps): Bump github.com/shirou/gopsutil from v3.23.11 to v3.24.3 (#15082)
|
||||
* chore(deps): Bump github.com/gophercloud/gophercloud from 1.9.0 to 1.11.0 (#15084)
|
||||
* chore(deps): Bump tj-actions/changed-files from 43 to 44 (#15083)
|
||||
* chore(deps): Bump github.com/aliyun/alibaba-cloud-sdk-go from 1.62.563 to 1.62.708 (#15087)
|
||||
* fix(agent): Ensure import of required package for pprof support (#15054)
|
||||
* Revert "feat(inputs.gnmi): Add keepalive settings (#15149)"
|
||||
* feat(inputs.gnmi): Add keepalive settings (#15149)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 09 01:09:53 UTC 2024 - mrueckert@suse.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define _config_dir %{_sysconfdir}/%{name}
|
||||
Name: telegraf
|
||||
Version: 1.30.1
|
||||
Version: 1.30.2
|
||||
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:6cd52278c77261f8fb1d05205091cf4f40c13d1905add1644c0d2e1ded3310c8
|
||||
size 24127528
|
||||
oid sha256:67d407848aab630f0432efa82665c9ab991d29f4ddbb6d9dfc2c4159907ebd10
|
||||
size 24126940
|
||||
|
Loading…
Reference in New Issue
Block a user