From 610ee302ae5d89b9fdf0f98d1126dcbbb7a157703402010710462afe2b00d8c3 Mon Sep 17 00:00:00 2001 From: Jeff Kowalczyk Date: Mon, 11 Mar 2024 15:06:53 +0000 Subject: [PATCH] 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 --- _service | 2 +- _servicedata | 2 +- telegraf-1.29.5.tar.xz | 3 -- telegraf-1.30.0.tar.xz | 3 ++ telegraf.changes | 73 ++++++++++++++++++++++++++++++++++++++++++ telegraf.spec | 2 +- vendor.tar.xz | 4 +-- 7 files changed, 81 insertions(+), 8 deletions(-) delete mode 100644 telegraf-1.29.5.tar.xz create mode 100644 telegraf-1.30.0.tar.xz diff --git a/_service b/_service index b899c36..f6ee7ce 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://github.com/influxdata/telegraf git .git - v1.29.5 + v1.30.0 @PARENT_TAG@ enable v(.*) diff --git a/_servicedata b/_servicedata index 331b14d..fe923f9 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/influxdata/telegraf - 138d0d54add1e3dcd70592d069bed4218bae2bd2 \ No newline at end of file + 3c03ddcf6ec4fee8d354a94a74f57e5a55253e12 \ No newline at end of file diff --git a/telegraf-1.29.5.tar.xz b/telegraf-1.29.5.tar.xz deleted file mode 100644 index 721cdfa..0000000 --- a/telegraf-1.29.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38b5547a45f576545cb970363d5f5eec909b47b34f4f702585fbd8f29e5daba3 -size 3079772 diff --git a/telegraf-1.30.0.tar.xz b/telegraf-1.30.0.tar.xz new file mode 100644 index 0000000..26e3423 --- /dev/null +++ b/telegraf-1.30.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59e5120cfda7231cba105b0261d4565c388e04580bf2eb029c0079f4bf9dc643 +size 3108940 diff --git a/telegraf.changes b/telegraf.changes index 659b34f..35b07f9 100644 --- a/telegraf.changes +++ b/telegraf.changes @@ -1,3 +1,76 @@ +------------------------------------------------------------------- +Mon Mar 11 13:48:23 UTC 2024 - Jeff Kowalczyk + +- 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 diff --git a/telegraf.spec b/telegraf.spec index 154d2f2..dea2696 100644 --- a/telegraf.spec +++ b/telegraf.spec @@ -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 diff --git a/vendor.tar.xz b/vendor.tar.xz index efa5b9f..656c829 100644 --- a/vendor.tar.xz +++ b/vendor.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:992f7ef157b1b3b362670278f59f052dbe851af88920d117fba6ec9225ee8edd -size 22783728 +oid sha256:1a600c5d9cf747ba6812aba7ffbc6e32df155e687b0acce75f31b99d3e564a88 +size 24111240