forked from pool/telegraf
Accepting request 1156966 from home:jfkw:branches:devel:languages:go
- Update to version 1.30.0: OBS-URL: https://build.opensuse.org/request/show/1156966 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/telegraf?expand=0&rev=79
This commit is contained in:
parent
d63a27633f
commit
610ee302ae
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.5</param>
|
||||
<param name="revision">v1.30.0</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">138d0d54add1e3dcd70592d069bed4218bae2bd2</param></service></servicedata>
|
||||
<param name="changesrevision">3c03ddcf6ec4fee8d354a94a74f57e5a55253e12</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:38b5547a45f576545cb970363d5f5eec909b47b34f4f702585fbd8f29e5daba3
|
||||
size 3079772
|
3
telegraf-1.30.0.tar.xz
Normal file
3
telegraf-1.30.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:59e5120cfda7231cba105b0261d4565c388e04580bf2eb029c0079f4bf9dc643
|
||||
size 3108940
|
@ -1,3 +1,76 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 11 13:48:23 UTC 2024 - Jeff Kowalczyk <jkowalczyk@suse.com>
|
||||
|
||||
- Update to version 1.30.0:
|
||||
* fix(inputs.gnmi): Add option to guess path tag from subscription (#14951)
|
||||
* fix(inputs.gnmi): Handle canonical field-name correctly (#14953)
|
||||
* docs(specs): Add specification for startup-error behavior (#14920)
|
||||
* fix(inputs.prometheus): List namespaces only when filtering by namespace (#14871)
|
||||
* chore(deps): Bump github.com/cloudevents/sdk-go/v2 from 2.15.0 to 2.15.2 (#14949)
|
||||
* chore: Update to go1.22.1 (#14940)
|
||||
* chore(parsers.xpath): Add tracing mode to output empty-node-selection messages (#14939)
|
||||
* chore(deps): Update all github.com/aws/aws-sdk-go-v2 dependencies (#14931)
|
||||
* fix(statefile): Ensure valid statefile (#14937)
|
||||
* chore(deps): Bump modernc.org/sqlite from 1.28.0 to 1.29.2 (#14930)
|
||||
* docs(inputs.upsd): Document pitfalls (#14938)
|
||||
* test(processors.snmp_lookup): Fix race in test (#14924)
|
||||
* feat(inputs.systemd_units): Allow to query unloaded/disabled units (#14814)
|
||||
* chore(deps): Bump github.com/eclipse/paho.golang from 0.20.0 to 0.21.0 (#14929)
|
||||
* chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.27.0 to 1.30.2 (#14932)
|
||||
* chore(deps): Bump super-linter/super-linter from 6.2.0 to 6.3.0 (#14934)
|
||||
* chore(deps): Bump github.com/prometheus/client_model from 0.5.0 to 0.6.0 (#14933)
|
||||
* chore(lint): Add gosec G602 - slice out of bounds (#14927)
|
||||
* docs(Changelog): Add note about removed deprecated plugin options (#14921)
|
||||
* chore(deps): Bump github.com/netsampler/goflow2 from v1.3.6 to v2.1.2 (#14923)
|
||||
* fix(inputs.netflow): Fallback to IPFIX mappings for Netflow v9 (#14910)
|
||||
* chore(deps): Bump github.com/vapourismo/knx-go from v0.0.0-20240107135439-816b70397a00 to v0.0.0-20240217175130-922a0d50c241 (#14918)
|
||||
* docs(specs): Add specification for custom-builder (#14901)
|
||||
* docs(spec): Add specification for deprecations (#14896)
|
||||
* fix(inputs.postgres*)!: Prevent leaking sensitive data in server tag (#14829)
|
||||
* chore(outputs.influxdb)!: Remove deprecated 'url' option (#14916)
|
||||
* chore(inputs.nats_consumer)!: Remove deprecated 'metric_buffer' option (#14915)
|
||||
* chore(inputs.mqtt_consumer)!: Remove deprecated 'metric_buffer' option (#14914)
|
||||
* chore(inputs.disk)!: Remove deprecated 'mountpoints' option (#14913)
|
||||
* feat(processors.snmp_lookup): New SNMP lookup processor (#14223)
|
||||
* chore(deps): Bump cloud.google.com/go/bigquery from 1.58.0 to 1.59.1 (#14894)
|
||||
* docs(changelog): Add note about removed deprecated plugins (#14898)
|
||||
* chore(deps): Bump github.com/microsoft/go-mssqldb from 1.6.0 to 1.7.0 (#14892)
|
||||
* chore(deps): Bump golang.org/x/crypto from 0.19.0 to 0.20.0 (#14891)
|
||||
* chore(deps): Bump super-linter/super-linter from 6.1.1 to 6.2.0 (#14897)
|
||||
* chore(deps): Bump go.mongodb.org/mongo-driver from 1.13.1 to 1.14.0 (#14893)
|
||||
* chore(deps): Bump github.com/peterbourgon/unixtransport from 0.0.3 to 0.0.4 (#14895)
|
||||
* fix(agent): Catch panics in inputs goroutine (#14840)
|
||||
* chore(inputs.cassandra)!: Remove deprecated plugin (#14859)
|
||||
* chore(inputs.httpjson)!: Remove deprecated plugin (#14860)
|
||||
* chore(inputs.io)!: Remove deprecated plugin (#14861)
|
||||
* chore(inputs.jolokia)!: Remove deprecated plugin (#14862)
|
||||
* chore(inputs.kafka_consumer_legacy)!: Remove deprecated plugin (#14863)
|
||||
* chore(inputs.snmp_legacy)!: Remove deprecated plugin (#14864)
|
||||
* chore(inputs.tcp_listener)!: Remove deprecated plugin (#14865)
|
||||
* chore(inputs.udp_listener)!: Remove deprecated plugin (#14866)
|
||||
* chore(inputs.riemann_legacy)!: Remove deprecated plugin (#14867)
|
||||
* docs(inputs.syslog): Document change of default read timeout to infinite (#14828)
|
||||
* chore(inputs.syslog): Use common/socket implementation (#14837)
|
||||
* feat(agent): Add option to skip re-running processors after aggregators (#14882)
|
||||
* fix(inputs.docker_log): Use correct name when matching container (#14874)
|
||||
* docs: Introduce spec overview and template (#14839)
|
||||
* docs(inputs.modbus): Remove extra comma (#14883)
|
||||
* fix(processors.override): Correct TOML tag name (#14880)
|
||||
* feat(serializers.csv): Allow specifying fixed column order (#14870)
|
||||
* test(config): Add unit-test for comments in arrays (#14875)
|
||||
* test(inputs.syslog): Add unit-tests for long app-names (#14876)
|
||||
* feat(inputs.amd_rocm_smi): Add startup_error_behavior config option (#14872)
|
||||
* feat(outputs.nebius_cloud_monitoring): Add 'service' configuration setting (#14658)
|
||||
* fix(inputs.phpfpm): Continue despite erroneous sockets (#14852)
|
||||
* chore(circleci): Use latest mingw (#14843)
|
||||
* chore(snmp): Refactor SNMP translation and data-structures (#14830)
|
||||
* chore(inputs.minecraft): Migrate plugin to new maintained version of rcon (#14868)
|
||||
* feat(inputs.sqlserver): Add stolen target memory ratio (#14792)
|
||||
* chore(deps): Bump github.com/srebhan/cborquery from v0.0.0-20230626165538-38be85b82316 to v1.0.1 (#14857)
|
||||
* fix(config): Reword error message about missing config option (#14858)
|
||||
* test(inputs.procstat): Resolve flaky test when PID exists (#14856)
|
||||
* test(internal): Try multiple timezone abbrevations (#14854)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 26 12:31:34 UTC 2024 - pgajdos@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define _config_dir %{_sysconfdir}/%{name}
|
||||
Name: telegraf
|
||||
Version: 1.29.5
|
||||
Version: 1.30.0
|
||||
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:992f7ef157b1b3b362670278f59f052dbe851af88920d117fba6ec9225ee8edd
|
||||
size 22783728
|
||||
oid sha256:1a600c5d9cf747ba6812aba7ffbc6e32df155e687b0acce75f31b99d3e564a88
|
||||
size 24111240
|
||||
|
Loading…
Reference in New Issue
Block a user