Accepting request 1199760 from devel:languages:go

- Update to version 1.32.0: (forwarded request 1199759 from darix)

OBS-URL: https://build.opensuse.org/request/show/1199760
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/telegraf?expand=0&rev=38
This commit is contained in:
Ana Guerrero 2024-09-10 19:13:40 +00:00 committed by Git OBS Bridge
commit 6db355589a
7 changed files with 207 additions and 8 deletions

View File

@ -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.31.3</param> <param name="revision">v1.32.0</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>

View File

@ -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">ecf94b120d812e798a092b1fc0181b699aa063d5</param></service></servicedata> <param name="changesrevision">dcfadf8b1b41afb79c2258cc42274eb84b53c651</param></service></servicedata>

View File

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

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

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

View File

@ -1,3 +1,202 @@
-------------------------------------------------------------------
Mon Sep 09 22:52:26 UTC 2024 - mrueckert@suse.de
- Update to version 1.32.0:
* Telegraf v1.32.0
* Update changelog for v1.32.0
* feat(inputs.execd): Allow to provide logging prefixes on stderr (#15834)
* chore(parser.json_v2): Error out if no config is provided (#15844)
* fix(inputs.mysql): Enforce float for all known floating-point information (#15791)
* feat(logging): Implement structured logging (#15751)
* feat(processors.aws_ec2): Allow to use instance metadata (#15795)
* chore(linters): Enable `time-equal` rule for revive (#15838)
* fix(inputs.snmp): Avoid sending a nil to gosmi's GetEnumBitsFormatted (#15743)
* chore(deps): Bump github.com/showwin/speedtest-go from 1.7.7 to 1.7.9 (#15842)
* feat(inputs.http_listener_v2): Add unix socket mode (#15764)
* chore(deps): Bump github.com/prometheus/prometheus from 0.53.1 to 0.54.1 (#15831)
* chore(linters): Enable G405, G406, G506 and G507 rules for gosec (#15835)
* chore(inputs.mqtt): Increase log-level to warning if no message is created by parser (#15837)
* chore(linters): Enable `optimize-operands-order` rule for revive (#15839)
* test(linters): Enable `testifylint`: `formatter`, `suite-broken-parallel` and `suite-subtest-run` (#15797)
* fix(logger): Handle trace level for standard log (#15815)
* chore(deps): Bump super-linter/super-linter from 7.0.0 to 7.1.0 (#15826)
* chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.37.3 to 1.38.0 (#15827)
* chore(deps): Bump github.com/openconfig/goyang from 1.5.0 to 1.6.0 (#15828)
* chore(deps): Bump github.com/BurntSushi/toml from 1.3.2 to 1.4.0 (#15829)
* chore(deps): Bump github.com/seancfoley/ipaddress-go from 1.6.0 to 1.7.0 (#15830)
* chore: Update go to v1.23.0 (#15766)
* feat(inputs.kafka_consumer): Allow to select the metric time source (#15790)
* docs(inputs.chrony): Update schema to unixgram (#15763)
* feat(outputs.syslog): Implement startup error behavior options (#15787)
* fix(outputs.kinesis): Honor the configured endpoint (#15781)
* fix(inputs.kinesis_consumer): Honor the configured endpoint (#15788)
* chore(deps): Bump go.step.sm/crypto from 0.50.0 to 0.51.1 (#15778)
* chore(deps): Bump github.com/aws/aws-sdk-go-v2/feature/ec2/imds from 1.16.11 to 1.16.12 (#15775)
* chore(deps): Bump github.com/miekg/dns from 1.1.59 to 1.1.62 (#15777)
* chore(deps): Bump golang.org/x/net from 0.27.0 to 0.28.0 (#15776)
* chore(deps): Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.2 (#15779)
* chore(deps): Bump tj-actions/changed-files from 44 to 45 (#15780)
* chore(linters): Fix findings found by `testifylint`: `go-require` for `zabbix` (#15727)
* chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.40.3 to 1.40.4 (#15761)
* feat(inputs.mysql): Add support for replica status (#15749)
* chore(deps): Bump super-linter/super-linter from 6.8.0 to 7.0.0 (#15756)
* chore(deps): Bump golang.org/x/sync from 0.7.0 to 0.8.0 (#15757)
* chore(deps): Bump modernc.org/sqlite from 1.30.0 to 1.32.0 (#15758)
* chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/timestreamwrite from 1.25.5 to 1.27.4 (#15760)
* chore(deps): Bump gonum.org/v1/gonum from 0.15.0 to 0.15.1 (#15759)
* feat(agent): Add config check sub-command (#15732)
* feat(inputs.slurm): Add a SLURM input plugin (#15700)
* fix(serializers.template): Unwrap metrics if required (#15740)
* feat(outputs.kafka): Option to add metric name as record header (#15722)
* chore(deps): Bump github.com/eclipse/paho.mqtt.golang from 1.4.3 to 1.5.0 (#15737)
* chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.38.7 to 1.40.3 (#15733)
* chore(deps): Bump github.com/google/cel-go from 0.20.1 to 0.21.0 (#15734)
* chore(deps): Bump github.com/pion/dtls/v2 from 2.2.11 to 2.2.12 (#15735)
* chore(deps): Bump github.com/redis/go-redis/v9 from 9.5.1 to 9.6.1 (#15736)
* Update changelog for v1.31.3
* fix(inputs.smartctl): Use --scan-open instead of --scan to provide correct device type info (#15724)
* test(inputs.pgbouncer): Update container version (#15728)
* fix(inputs.chrony): Use DGRAM for the unix socket (#15552)
* chore(deps): Bump Go from v1.22.5 to v1.22.6 (#15720)
* feat(inputs.opentelemetry): Add profiles support (#15637)
* chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/kinesis from v1.27.4 to v1.29.3 (#15703)
* feat(inputs.azure_monitor): Add client options parameter (#15519)
* feat(outputs.datadog): Add support for submitting alongside dd-agent (#15702)
* docs(inputs.netflow): Add note on how to tag metrics (#15713)
* docs(inputs.nats): Update NATS monitoring URL (#15714)
* feat(parsers.value): Add base64 datatype (#15697)
* chore(deps): Bump github.com/prometheus/prometheus from 0.48.1 to 0.53.1 (#15709)
* chore(deps): Bump github.com/apache/iotdb-client-go from 1.2.0-tsbs to 1.3.2 (#15706)
* chore(deps): Bump github.com/multiplay/go-ts3 from 1.1.0 to 1.2.0 (#15708)
* chore(deps): Bump github.com/gorilla/websocket from 1.5.1 to 1.5.3 (#15705)
* chore(deps): Bump github.com/prometheus-community/pro-bing from 0.4.0 to 0.4.1 (#15707)
* chore(deps): Bump super-linter/super-linter from 6.7.0 to 6.8.0 (#15704)
* feat(common.cookie): Allow usage of secrets for header (#15640)
* feat(common.shim): Enable metric tracking within external plugins (#15636)
* feat(logging): Add 'trace' log-level (#15695)
* feat(inptus.elasticsearch): Gather enrich stats (#15688)
* feat(outputs.kafka): Option to set producer message timestamp (#15689)
* fix(inputs.opcua): Reconnect if closed connection (#15696)
* chore(deps): Bump github.com/docker/docker from 25.0.5+incompatible to 27.1.1+incompatible (#15681)
* feat(inputs.statsd): Expose allowed_pending_messages as internal stat (#15687)
* feat(plugins): Allow to override log-level per plugin (#15677)
* chore(deps): Bump cloud.google.com/go/monitoring from 1.20.2 to 1.20.3 (#15679)
* chore(deps): Bump go.mongodb.org/mongo-driver from 1.14.0 to 1.16.0 (#15682)
* chore(deps): Bump github.com/vmware/govmomi from 0.37.2 to 0.39.0 (#15680)
* chore(deps): Bump cloud.google.com/go/bigquery from 1.61.0 to 1.62.0 (#15683)
* fix(agent): Fix buffer directory config and document (#15661)
* feat(inputs.modbus): Allow reading single bits of input and holding registers (#15648)
* fix(inputs.mqtt_consumer): Restore trace logging option (#15670)
* feat(outputs.dynatrace): add support for metric to be treated and reported as a delta counter using regular expression (#15668)
* chore(logging): Implement early logging (#15629)
* feat(inputs.s7comm): Implement startup-error behavior settings (#15655)
* feat(agent): Enable watching for new configuration files (#15645)
* fix(inputs.diskio): Print warnings once, add details to messages (#15667)
* feat(outputs.parquet): Introduce Parquet output (#15602)
* feat(agent): Watch for deleted files (#15644)
* docs(inputs.hddtemp): Document hddtemp removal and alternatives (#15658)
* fix(inputs.tail): Prevent deadlock when closing and max undelivered lines hit (#15649)
* chore(mac): Create Info.plist, avoid signing entry script (#15647)
* chore(deps): Bump cloud.google.com/go/monitoring from 1.19.0 to 1.20.2 (#15654)
* chore(deps): Bump go.step.sm/crypto from 0.47.1 to 0.50.0 (#15652)
* chore(deps): Bump google.golang.org/grpc from 1.64.1 to 1.65.0 (#15653)
* chore(deps): Bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.17 to 1.17.27 (#15651)
* chore(deps): Bump github.com/gofrs/uuid/v5 from 5.0.0 to 5.2.0 (#15650)
* chore(agent): Clean up watch goroutines (#15643)
* chore(agent): Print config filename in messages for clarity (#15642)
* chore(deps): Bump github.com/antchfx/xmlquery from 1.4.0 to 1.4.1 (#15626)
* Update changelog for v1.31.2
* chore(deps): Bump github.com/antchfx/xpath from 1.3.0 to 1.3.1 (#15625)
* feat(inputs.netflow): Add support for sFlow drop notification packets (#15396)
* chore(agent.buffer): Add experimental warnings and increased logging (#15638)
* feat(inputs.amd_rocm_smi): Parse newer ROCm versions (#15628)
* chore: Clean up go.mod (#15632)
* feat(inputs.procstat): Add ability to collect per-process socket statistics (#15423)
* feat(agent): Add metric disk buffer (#15564)
* fix(tools.custom_builder): Handle multiple instance of the same plugin correctly (#15630)
* docs: Clarify poll vs notify (#15631)
* fix(common.socket): Switch to context to simplify closing (#15589)
* chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.34.3 to 1.37.3 (#15622)
* chore(deps): Bump cloud.google.com/go/storage from 1.42.0 to 1.43.0 (#15623)
* chore(deps): Bump github.com/sijms/go-ora/v2 from 2.8.4 to 2.8.19 (#15624)
* fix(inputs.snmp): Translate field correctly when not in table (#15618)
* feat(inputs.sql): Add SAP HANA SQL driver (#15600)
* fix(outputs.remotefile): Resolve linter not checking error (#15615)
* feat(outputs.remotefile): Add plugin to store metrics in remote files (#15569)
* fix(inputs.ping): Check addr length to avoid crash (#15601)
* chore(deps): Bump google.golang.org/grpc from 1.64.0 to 1.64.1 (#15614)
* docs(outputs.syslog): Doc syslog message format length limits (#15611)
* chore(linters): Fix remaining errcheck warnings (#15518)
* feat(outputs.elasticsearch): Support data streams (#15613)
* chore(deps): Bump super-linter/super-linter from 6.6.0 to 6.7.0 (#15608)
* chore(deps): Bump github.com/alitto/pond from 1.8.3 to 1.9.0 (#15607)
* chore(deps): Bump github.com/hashicorp/consul/api from 1.26.1 to 1.29.1 (#15606)
* chore(deps): Bump github.com/tinylib/msgp from 1.1.9 to 1.2.0 (#15605)
* chore(deps): Bump github.com/jackc/pgx/v4 from 4.18.2 to 4.18.3 (#15604)
* chore(deps): Bump github.com/openconfig/goyang from 1.0.0 to 1.5.0 (#15603)
* chore: Update to Go v1.22.5 (#15599)
* docs(inputs.opcua_listener): Enhance explanation of subscription interval (#15598)
* docs: Further clarify modifiers (#15595)
* fix(parsers.xpath): Allow resolving extensions (#15586)
* chore(deps): Bump github.com/testcontainers/testcontainers-go/modules/kafka from 0.30.0 to 0.31.0 (#15585)
* chore(deps): Bump github.com/urfave/cli/v2 from 2.27.1 to 2.27.2 (#15584)
* chore(deps): Bump cloud.google.com/go/storage from 1.41.0 to 1.42.0 (#15582)
* chore(deps): Bump github.com/nats-io/nats-server/v2 from 2.10.16 to 2.10.17 (#15581)
* Update changelog for v1.31.1
* test(linters): Enable `testifylint`: `blank-import`, `float-compare`, `negative-positive`, `nil-compare` and `useless-assert` (#15566)
* fix(inputs.gnmi): Handle YANG namespaces in paths correctly (#15565)
* chore(common.starlark): Print nonconvertible data (#15508)
* fix(inputs.chrony): Handle ServerStats4 response (#15568)
* feat(common.tls): Allow group aliases for ciphersuites (#15570)
* chore(deps): Bump github.com/go-ldap/ldap/v3 from 3.4.6 to 3.4.8 (#15557)
* chore(deps): Bump github.com/nats-io/nats-server/v2 from 2.10.14 to 2.10.16 (#15561)
* chore(deps): Bump github.com/Azure/go-autorest/autorest/azure/auth from 0.5.12 to 0.5.13 (#15560)
* chore(deps): Bump github.com/Azure/azure-kusto-go from 0.15.2 to 0.15.3 (#15559)
* chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.32.9 to 1.33.2 (#15558)
* feat(inputs.systemd_units): Support user scoped units (#15458)
* chore(logging): Refactor code (#15556)
* chore(agent): Extract buffer into interface (#15545)
* fix(inputs.chrony): Support local (reference) sources (#15551)
* feat(inputs.netflow): Add more fields for sFlow extended gateway packets (#15521)
* docs(parsers.binary): Fix wording in README (#15554)
* feat(inputs.elasticsearch): Add support for custom headers (#15544)
* test(linters): Enable copyloopvar (#15532)
* fix(secretstores.oauth2): Ensure endpoint params is not nil (#15531)
* feat(inputs.ipmi_sensor): Collect additional commands (#15495)
* feat(inputs.mqtt_consumer): Add variable length topic parsing (#15528)
* chore(deps): Bump go.step.sm/crypto from 0.44.1 to 0.47.1 (#15525)
* chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.37.0 to 1.38.7 (#15526)
* chore(deps): Bump github.com/prometheus/common from 0.53.0 to 0.54.0 (#15524)
* chore(deps): Bump github.com/linkedin/goavro/v2 from 2.12.0 to 2.13.0 (#15523)
* chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.30.2 to 1.32.9 (#15527)
* feat(inputs.mqtt_consumer): Implement startup error behaviors (#15486)
* fix(inputs.mysql): Handle custom TLS configs correctly (#15493)
* chore: Update github.com/gorilla/websocket license (#15520)
* test(lint): Enable badSyncOnceFunc (#15511)
* test(linters): Enable sloppyLen (#15512)
* test(lint): Enable mirror (#15510)
* feat(inputs.sqlserver): Introduce user specified ID parameter for ADD logins (#15424)
* fix(logging): Add back constants for backward compatibility (#15514)
* test(inputs.disk): Set label in test to avoid reading local value (#15507)
* test(incus): Update image list (#15503)
* fix(inputs.http_response): Fix for IPv4 and IPv6 addresses when interface is set (#15496)
* fix(agent): Ignore startup-errors in test mode (#15488)
* chore(outputs.mqtt): Remove dead code (#15487)
* chore(linters): Fix non-input/output plugin errcheck warnings (#15472)
* chore(deps): Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.5.1 to 1.6.0 (#15489)
* feat(inputs.openstack): Allow collection without admin privileges (#15468)
* chore(deps): Bump cloud.google.com/go/monitoring from 1.18.1 to 1.19.0 (#15483)
* chore(deps): Bump github.com/rabbitmq/amqp091-go from 1.9.0 to 1.10.0 (#15482)
* chore(deps): Bump github.com/prometheus/procfs from 0.15.0 to 0.15.1 (#15481)
* chore(deps): Bump github.com/microsoft/go-mssqldb from 1.7.0 to 1.7.2 (#15484)
* chore(deps): Bump github.com/IBM/sarama from 1.43.1 to 1.43.2 (#15480)
* chore(deps): Bump super-linter/super-linter from 6.5.1 to 6.6.0 (#15479)
* feat(outputs.elasticsearch): Allow custom template index settings (#15471)
* chore(linters): Bump golangci-lint to v1.59.1 (#15478)
* chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.161.1 to 1.162.1 (#15448)
* Update changelog for v1.31.0
* Update build version to 1.32.0
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 12 16:33:36 UTC 2024 - mrueckert@suse.de Mon Aug 12 16:33:36 UTC 2024 - mrueckert@suse.de

View File

@ -18,7 +18,7 @@
%define _config_dir %{_sysconfdir}/%{name} %define _config_dir %{_sysconfdir}/%{name}
Name: telegraf Name: telegraf
Version: 1.31.3 Version: 1.32.0
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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:dca4a4da08aa37bd9507f9f011bb10622b4d654acfb1f1116710f6499a664af5 oid sha256:f6e5e597394b2f77b61cac1d918b0051a0e0bb07e16c0c9046a132925217bc09
size 26336352 size 26992912