Skip to content

fix(deps): update module github.com/influxdata/telegraf to v1.35.0 (main) #17217

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 14, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/influxdata/telegraf v1.34.1 -> v1.35.0 age adoption passing confidence

Release Notes

influxdata/telegraf (github.com/influxdata/telegraf)

v1.35.0

Compare Source

Deprecation Removals

This release removes the following deprecated plugin aliases:

Furthermore, the following deprecated plugin options are removed:

  • ssl_ca, ssl_cert and ssl_key of common TLS settings in #​17119
  • url of inputs.amqp_consumer in #​17149
  • namespace of inputs.cloudwatch in #​17123
  • datacentre of inputs.consul in #​17150
  • container_names, perdevice and total of inputs.docker in #​17148
  • http_timeout of inputs.elasticsearch in #​17124
  • directory of inputs.filecount in #​17152
  • guess_path_tag and enable_tls of inputs.gnmi in #​17151
  • bearer_token of inputs.http in #​17153
  • path and port of inputs.http_listener_v2 in #​17158
  • address of inputs.http_response in #​17157
  • object_type of inputs.icinga2 in #​17163
  • max_line_size of inputs.influxdb_listener in #​17162
  • enable_file_download of inputs.internet_speed in #​17165
  • bearer_token_string of inputs.kube_inventory in #​17110
  • bearer_token_string of inputs.kubernetes in #​17109
  • server of inputs.nsq_consumer in #​17166
  • dns_lookup of inputs.ntpq in #​17159
  • ssl of inputs.openldap in #​17103
  • name and queues of inputs.rabbitmq in #​17105
  • path of inputs.smart in #​17113
  • azuredb and query_version of inputs.sqlserver in #​17112
  • parse_data_dog_tags and udp_packet_size of inputs.statsd in #​17171
  • force_discover_on_init of inputs.vsphere in #​17169
  • database, precision, retention_policy and url of outputs.amqp in #​16950
  • precision of outputs.influxdb in #​17160
  • partitionkey and use_random_partitionkey of outputs.kinesis in #​17167
  • source_tag of outputs.librato in #​17174
  • batch and topic_prefix of outputs.mqtt in #​17176
  • trace of outputs.remotefile in #​17173
  • host, port and string_to_number of outputs.wavefront in #​17172

Replacements do exist, so please migrate your configuration in case you are
still using one of those plugins or options. The telegraf config migrate
command might be able to assist with the procedure.

New Plugins
Features
  • #​17048 agent Add debounce for watch events
  • #​16524 common.kafka Add AWS-MSK-IAM SASL authentication
  • #​16867 common.ratelimiter Implement means to reserve memory for concurrent use
  • #​16148 common.shim Add batch to shim
  • #​17121 inputs.amqp_consumer Allow string values in queue arguments
  • #​17051 inputs.opcua Allow forcing reconnection on every gather cycle
  • #​16532 inputs.opcua_listener Allow to subscribe to OPCUA events
  • #​16882 inputs.prometheus Add HTTP service discovery support
  • #​16999 inputs.s7comm Add support for LREAL and LINT data types
  • #​16452 inputs.unbound Collect histogram statistics
  • #​16700 inputs.whois Support IDN domains
  • #​17119 migrations Add migration for common.tls ssl options
  • #​17101 migrations Add migration for inputs.cisco_telemetry_gnmi
  • #​17123 migrations Add migration for inputs.cloudwatch
  • #​17148 migrations Add migration for inputs.docker
  • #​17124 migrations Add migration for inputs.elasticsearch
  • #​17102 migrations Add migration for inputs.http_listener
  • #​17162 migrations Add migration for inputs.influxdb_listener
  • #​17110 migrations Add migration for inputs.kube_inventory
  • #​17109 migrations Add migration for inputs.kubernetes
  • #​17103 migrations Add migration for inputs.openldap
  • #​17105 migrations Add migration for inputs.rabbitmq
  • #​17113 migrations Add migration for inputs.smart
  • #​17112 migrations Add migration for inputs.sqlserver
  • #​16950 migrations Add migration for outputs.amqp
  • #​17160 migrations Add migration for outputs.influxdb
  • #​17149 migrations Add migration for inputs.amqp_consumer
  • #​17150 migrations Add migration for inputs.consul
  • #​17152 migrations Add migration for inputs.filecount
  • #​17151 migrations Add migration for inputs.gnmi
  • #​17153 migrations Add migration for inputs.http
  • #​17158 migrations Add migration for inputs.http_listener_v2
  • #​17157 migrations Add migration for inputs.http_response
  • #​17163 migrations Add migration for inputs.icinga2
  • #​17165 migrations Add migration for inputs.internet_speed
  • #​17166 migrations Add migration for inputs.nsq_consumer
  • #​17159 migrations Add migration for inputs.ntpq
  • #​17171 migrations Add migration for inputs.statsd
  • #​17169 migrations Add migration for inputs.vsphere
  • #​17167 migrations Add migration for outputs.kinesis
  • #​17174 migrations Add migration for outputs.librato
  • #​17176 migrations Add migration for outputs.mqtt
  • #​17173 migrations Add migration for outputs.remotefile
  • #​17172 migrations Add migration for outputs.wavefront
  • #​17168 migrations Add migration for inputs.KNXListener
  • #​17170 migrations Add migration for inputs.logparser
  • #​16646 outputs.health Add max time between metrics check
  • #​16597 outputs.http Include body sample in non-retryable error logs
  • #​16741 outputs.influxdb_v2 Implement concurrent writes
  • #​16746 outputs.influxdb_v2 Support secrets in http_headers values
  • #​16582 outputs.nats Allow asynchronous publishing for Jetstream
  • #​16544 outputs.sql Add option to automate table schema updates
  • #​16678 outputs.sql Support secret for dsn
  • #​16583 outputs.stackdriver Ensure quota is charged to configured project
  • #​16717 processors.defaults Add support for specifying default tags
  • #​16701 processors.enum Add multiple tag mapping
  • #​16030 processors.enum Allow mapping to be applied to multiple fields
  • #​16494 serializer.prometheusremotewrite Allow sending native histograms
Bugfixes
  • #​17044 inputs.opcua Fix integration test
  • #​16986 inputs.procstat Resolve remote usernames on Posix systems
  • #​16699 inputs.win_wmi Free resources to avoid leaks
  • #​17118 migrations Update table content for general plugin migrations
Dependency Updates
  • #​17089 deps Bump cloud.google.com/go/bigquery from 1.68.0 to 1.69.0
  • #​17026 deps Bump cloud.google.com/go/storage from 1.53.0 to 1.54.0
  • #​17095 deps Bump cloud.google.com/go/storage from 1.54.0 to 1.55.0
  • #​17034 deps Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.9.0 to 1.10.0
  • #​17065 deps Bump github.com/ClickHouse/clickhouse-go/v2 from 2.34.0 to 2.35.0
  • #​17145 deps Bump github.com/ClickHouse/clickhouse-go/v2 from 2.35.0 to 2.36.0
  • #​17062 deps Bump github.com/IBM/nzgo/v12 from 12.0.9 to 12.0.10
  • #​17083 deps Bump github.com/IBM/sarama from 1.45.1 to 1.45.2
  • #​17040 deps Bump github.com/apache/inlong/inlong-sdk/dataproxy-sdk-twins/dataproxy-sdk-golang from 1.0.0 to 1.0.1
  • #​17060 deps Bump github.com/apache/inlong/inlong-sdk/dataproxy-sdk-twins/dataproxy-sdk-golang from 1.0.1 to 1.0.2
  • #​17127 deps Bump github.com/apache/inlong/inlong-sdk/dataproxy-sdk-twins/dataproxy-sdk-golang from 1.0.2 to 1.0.3
  • #​17061 deps Bump github.com/apache/thrift from 0.21.0 to 0.22.0
  • #​16954 deps Bump github.com/aws/aws-msk-iam-sasl-signer-go from 1.0.1 to 1.0.3
  • #​17041 deps Bump github.com/aws/aws-msk-iam-sasl-signer-go from 1.0.3 to 1.0.4
  • #​17128 deps Bump github.com/aws/aws-sdk-go-v2/config from 1.29.14 to 1.29.15
  • #​17129 deps Bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.67 to 1.17.68
  • #​17057 deps Bump github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.44.3 to 1.45.0
  • #​17132 deps Bump github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.45.0 to 1.45.1
  • #​17029 deps Bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.49.0 to 1.50.0
  • #​17131 deps Bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.50.0 to 1.50.1
  • #​17143 deps Bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.43.1 to 1.43.2
  • #​17037 deps Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.218.0 to 1.219.0
  • #​17067 deps Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.220.0 to 1.222.0
  • #​17093 deps Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.222.0 to 1.224.0
  • #​17136 deps Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.224.0 to 1.225.0
  • #​17139 deps Bump github.com/aws/aws-sdk-go-v2/service/kinesis from 1.35.0 to 1.35.1
  • #​16996 deps Bump github.com/bluenviron/gomavlib/v3 from 3.1.0 to 3.2.1
  • #​16987 deps Bump github.com/creack/goselect from 0.1.2 to 0.1.3
  • #​17097 deps Bump github.com/docker/docker from 28.1.1+incompatible to 28.2.2+incompatible
  • #​17133 deps Bump github.com/gosnmp/gosnmp from 1.40.0 to 1.41.0
  • #​17126 deps Bump github.com/linkedin/goavro/v2 from 2.13.1 to 2.14.0
  • #​17087 deps Bump github.com/lxc/incus/v6 from 6.12.0 to 6.13.0
  • #​17085 deps Bump github.com/microsoft/go-mssqldb from 1.8.1 to 1.8.2
  • #​17064 deps Bump github.com/nats-io/nats-server/v2 from 2.11.3 to 2.11.4
  • #​17140 deps Bump github.com/nats-io/nats.go from 1.42.0 to 1.43.0
  • #​17134 deps Bump github.com/netsampler/goflow2/v2 from 2.2.2 to 2.2.3
  • #​17028 deps Bump github.com/prometheus/common from 0.63.0 to 0.64.0
  • #​17066 deps Bump github.com/rclone/rclone from 1.69.2 to 1.69.3
  • #​17096 deps Bump github.com/redis/go-redis/v9 from 9.8.0 to 9.9.0
  • #​17088 deps Bump github.com/shirou/gopsutil/v4 from 4.25.4 to 4.25.5
  • #​17135 deps Bump github.com/sijms/go-ora/v2 from 2.8.24 to 2.9.0
  • #​17094 deps Bump github.com/snowflakedb/gosnowflake from 1.14.0 to 1.14.1
  • #​17035 deps Bump github.com/tinylib/msgp from 1.2.5 to 1.3.0
  • #​17054 deps Bump github.com/vmware/govmomi from 0.50.0 to 0.51.0
  • #​17039 deps Bump github.com/yuin/goldmark from 1.7.11 to 1.7.12
  • #​17130 deps Bump go.mongodb.org/mongo-driver from 1.17.3 to 1.17.4
  • #​17056 deps Bump go.opentelemetry.io/collector/pdata from 1.31.0 to 1.33.0
  • #​17058 deps Bump go.step.sm/crypto from 0.63.0 to 0.64.0
  • #​17141 deps Bump golang.org/x/crypto from 0.38.0 to 0.39.0
  • #​17144 deps Bump golang.org/x/mod from 0.24.0 to 0.25.0
  • #​17033 deps Bump google.golang.org/api from 0.232.0 to 0.233.0
  • #​17055 deps Bump google.golang.org/api from 0.233.0 to 0.234.0
  • #​17086 deps Bump google.golang.org/api from 0.234.0 to 0.235.0
  • #​17036 deps Bump google.golang.org/grpc from 1.72.0 to 1.72.1
  • #​17059 deps Bump google.golang.org/grpc from 1.72.1 to 1.72.2
  • #​17137 deps Bump google.golang.org/grpc from 1.72.2 to 1.73.0
  • #​17031 deps Bump k8s.io/api from 0.33.0 to 0.33.1
  • #​17038 deps Bump k8s.io/apimachinery from 0.33.0 to 0.33.1
  • #​17030 deps Bump k8s.io/client-go from 0.33.0 to 0.33.1
  • #​17025 deps Bump super-linter/super-linter from 7.3.0 to 7.4.0

v1.34.4

Compare Source

Bugfixes
  • #​17009 inputs.cloudwatch Restore filtering to match all dimensions
  • #​16978 inputs.nfsclient Handle errors during mountpoint filtering
  • #​17021 inputs.opcua Fix type mismatch in unit test
  • #​16854 inputs.opcua Handle session invalidation between gather cycles
  • #​16879 inputs.tail Prevent leaking file descriptors
  • #​16815 inputs.win_eventlog Handle large events to avoid they get dropped silently
  • #​16878 parsers.json_v2 Handle measurements with multiple objects correctly
Dependency Updates
  • #​16991 deps Bump cloud.google.com/go/bigquery from 1.67.0 to 1.68.0
  • #​16963 deps Bump cloud.google.com/go/storage from 1.52.0 to 1.53.0
  • #​16955 deps Bump github.com/Azure/azure-sdk-for-go/sdk/storage/azqueue from 1.0.0 to 1.0.1
  • #​16989 deps Bump github.com/SAP/go-hdb from 1.13.5 to 1.13.6
  • #​16998 deps Bump github.com/apache/arrow-go/v18 from 18.2.0 to 18.3.0
  • #​16952 deps Bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.47.3 to 1.48.0
  • #​16995 deps Bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.48.0 to 1.49.0
  • #​16974 deps Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.212.0 to 1.214.0
  • #​16993 deps Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.215.0 to 1.218.0
  • #​16968 deps Bump github.com/aws/aws-sdk-go-v2/service/kinesis from 1.33.3 to 1.35.0
  • #​16988 deps Bump github.com/aws/aws-sdk-go-v2/service/timestreamwrite from 1.30.2 to 1.31.0
  • #​17013 deps Bump github.com/ebitengine/purego from 0.8.2 to 0.8.3
  • #​16972 deps Bump github.com/hashicorp/consul/api from 1.32.0 to 1.32.1
  • #​16992 deps Bump github.com/microsoft/go-mssqldb from 1.8.0 to 1.8.1
  • #​16990 deps Bump github.com/miekg/dns from 1.1.65 to 1.1.66
  • #​16975 deps Bump github.com/nats-io/nats-server/v2 from 2.11.2 to 2.11.3
  • #​16967 deps Bump github.com/nats-io/nats.go from 1.41.2 to 1.42.0
  • #​16964 deps Bump github.com/rclone/rclone from 1.69.1 to 1.69.2
  • #​16973 deps Bump github.com/redis/go-redis/v9 from 9.7.3 to 9.8.0
  • #​16962 deps Bump github.com/shirou/gopsutil/v4 from 4.25.3 to 4.25.4
  • #​16969 deps Bump github.com/snowflakedb/gosnowflake from 1.13.3 to 1.14.0
  • #​16994 deps Bump github.com/vishvananda/netlink from 1.3.1-0.20250221194427-0af32151e72b to 1.3.1
  • #​16958 deps Bump go.step.sm/crypto from 0.62.0 to 0.63.0
  • #​16960 deps Bump golang.org/x/crypto from 0.37.0 to 0.38.0
  • #​16966 deps Bump golang.org/x/net from 0.39.0 to 0.40.0
  • #​16957 deps Bump google.golang.org/api from 0.230.0 to 0.231.0
  • #​16853 deps Switch to maintained azure testcontainer module

v1.34.3

Compare Source

Bugfixes
  • #​16697 agent Correctly truncate the disk buffer
  • #​16868 common.ratelimiter Only grow the buffer but never shrink
  • #​16812 inputs.cloudwatch Handle metric includes/excludes correctly to prevent panic
  • #​16911 inputs.lustre2 Skip empty files
  • #​16594 inputs.opcua Handle node array values
  • #​16782 inputs.win_wmi Replace hard-coded class-name with correct config setting
  • #​16781 inputs.win_wmi Restrict threading model to APARTMENTTHREADED
  • #​16857 outputs.quix Allow empty certificate for new cloud managed instances
Dependency Updates
  • #​16804 deps Bump cloud.google.com/go/bigquery from 1.66.2 to 1.67.0
  • #​16835 deps Bump cloud.google.com/go/monitoring from 1.24.0 to 1.24.2
  • #​16785 deps Bump cloud.google.com/go/pubsub from 1.48.0 to 1.49.0
  • #​16897 deps Bump cloud.google.com/go/storage from 1.51.0 to 1.52.0
  • #​16840 deps Bump github.com/BurntSushi/toml from 1.4.0 to 1.5.0
  • #​16838 deps Bump github.com/aliyun/alibaba-cloud-sdk-go from 1.63.104 to 1.63.106
  • #​16908 deps Bump github.com/aliyun/alibaba-cloud-sdk-go from 1.63.106 to 1.63.107
  • #​16789 deps Bump github.com/antchfx/xpath from 1.3.3 to 1.3.4
  • #​16807 deps Bump github.com/apache/arrow-go/v18 from 18.1.0 to 18.2.0
  • #​16844 deps Bump github.com/apache/iotdb-client-go from 1.3.3 to 1.3.4
  • #​16839 deps Bump github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.44.1 to 1.44.3
  • #​16836 deps Bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.45.3 to 1.47.3
  • #​16846 deps Bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.42.2 to 1.42.4
  • #​16905 deps Bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.42.4 to 1.43.1
  • #​16842 deps Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.210.1 to 1.211.3
  • #​16900 deps Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.211.3 to 1.212.0
  • #​16903 deps Bump github.com/aws/aws-sdk-go-v2/service/kinesis from 1.33.2 to 1.33.3
  • #​16793 deps Bump github.com/aws/aws-sdk-go-v2/service/timestreamwrite from 1.27.4 to 1.30.2
  • #​16802 deps Bump github.com/clarify/clarify-go from 0.3.1 to 0.4.0
  • #​16849 deps Bump github.com/docker/docker from 28.0.4+incompatible to 28.1.1+incompatible
  • #​16830 deps Bump github.com/go-ldap/ldap/v3 from 3.4.10 to 3.4.11
  • #​16801 deps Bump github.com/go-sql-driver/mysql from 1.8.1 to 1.9.2
  • #​16806 deps Bump github.com/gofrs/uuid/v5 from 5.3.0 to 5.3.2
  • #​16895 deps Bump github.com/google/cel-go from 0.24.1 to 0.25.0
  • #​16797 deps Bump github.com/gopcua/opcua from 0.7.1 to 0.7.4
  • #​16894 deps Bump github.com/gopcua/opcua from 0.7.4 to 0.8.0
  • #​16660 deps Bump github.com/gosmnp/gosnmp from 1.39.0 to 1.40.0
  • #​16902 deps Bump github.com/gosnmp/gosnmp from 1.39.0 to 1.40.0
  • #​16841 deps Bump github.com/hashicorp/consul/api from 1.31.2 to 1.32.0
  • #​16891 deps Bump github.com/jedib0t/go-pretty/v6 from 6.6.5 to 6.6.7
  • #​16892 deps Bump github.com/lxc/incus/v6 from 6.11.0 to 6.12.0
  • #​16786 deps Bump github.com/microsoft/go-mssqldb from 1.7.2 to 1.8.0
  • #​16851 deps Bump github.com/miekg/dns from 1.1.64 to 1.1.65
  • #​16808 deps Bump github.com/nats-io/nats-server/v2 from 2.10.25 to 2.10.27
  • #​16888 deps Bump github.com/nats-io/nats-server/v2 from 2.10.27 to 2.11.2
  • #​16909 deps Bump github.com/nats-io/nats.go from 1.41.1 to 1.41.2
  • #​16790 deps Bump github.com/openconfig/gnmi from 0.11.0 to 0.14.1
  • #​16799 deps Bump github.com/openconfig/goyang from 1.6.0 to 1.6.2
  • #​16848 deps Bump github.com/prometheus-community/pro-bing from 0.4.1 to 0.7.0
  • #​16795 deps Bump github.com/prometheus/client_golang from 1.21.1 to 1.22.0
  • #​16845 deps Bump github.com/prometheus/client_model from 0.6.1 to 0.6.2
  • #​16901 deps Bump github.com/prometheus/procfs from 0.16.0 to 0.16.1
  • #​16792 deps Bump github.com/safchain/ethtool from 0.3.0 to 0.5.10
  • #​16791 deps Bump github.com/seancfoley/ipaddress-go from 1.7.0 to 1.7.1
  • #​16794 deps Bump github.com/shirou/gopsutil/v4 from 4.25.1 to 4.25.3
  • #​16828 deps Bump github.com/snowflakedb/gosnowflake from 1.11.2 to 1.13.1
  • #​16904 deps Bump github.com/snowflakedb/gosnowflake from 1.13.1 to 1.13.3
  • #​16787 deps Bump github.com/srebhan/cborquery from 1.0.3 to 1.0.4
  • #​16837 deps Bump github.com/srebhan/protobufquery from 1.0.1 to 1.0.4
  • #​16893 deps Bump github.com/testcontainers/testcontainers-go from 0.36.0 to 0.37.0
  • #​16803 deps Bump github.com/testcontainers/testcontainers-go/modules/kafka from 0.34.0 to 0.36.0
  • #​16890 deps Bump github.com/testcontainers/testcontainers-go/modules/kafka from 0.36.0 to 0.37.0
  • #​16850 deps Bump github.com/vmware/govmomi from 0.49.0 to 0.50.0
  • #​16784 deps Bump github.com/yuin/goldmark from 1.7.8 to 1.7.9
  • #​16896 deps Bump github.com/yuin/goldmark from 1.7.9 to 1.7.11
  • #​16832 deps Bump go.mongodb.org/mongo-driver from 1.17.0 to 1.17.3
  • #​16800 deps Bump go.opentelemetry.io/collector/pdata from 1.29.0 to 1.30.0
  • #​16907 deps Bump go.opentelemetry.io/collector/pdata from 1.30.0 to 1.31.0
  • #​16831 deps Bump go.step.sm/crypto from 0.60.0 to 0.61.0
  • #​16886 deps Bump go.step.sm/crypto from 0.61.0 to 0.62.0
  • #​16816 deps Bump golangci-lint from v2.0.2 to v2.1.2
  • #​16852 deps Bump gonum.org/v1/gonum from 0.15.1 to 0.16.0
  • #​16805 deps Bump google.golang.org/api from 0.228.0 to 0.229.0
  • #​16898 deps Bump google.golang.org/api from 0.229.0 to 0.230.0
  • #​16834 deps Bump google.golang.org/grpc from 1.71.1 to 1.72.0
  • #​16889 deps Bump k8s.io/client-go from 0.32.3 to 0.33.0
  • #​16843 deps Bump modernc.org/sqlite from 1.36.2 to 1.37.0

v1.34.2

Compare Source

Bugfixes
  • #​16375 aggregators Handle time drift when calculating aggregation windows
Dependency Updates
  • #​16689 deps Bump cloud.google.com/go/pubsub from 1.45.3 to 1.48.0
  • #​16769 deps Bump cloud.google.com/go/storage from 1.50.0 to 1.51.0
  • #​16771 deps Bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.17.0 to 1.18.0
  • #​16708 deps Bump github.com/Azure/azure-sdk-for-go/sdk/messaging/azeventhubs from 1.2.3 to 1.3.1
  • #​16764 deps Bump github.com/Azure/azure-sdk-for-go/sdk/messaging/azeventhubs from 1.3.1 to 1.3.2
  • #​16777 deps Bump github.com/ClickHouse/clickhouse-go/v2 from 2.30.3 to 2.34.0
  • #​16707 deps Bump github.com/IBM/sarama from v1.43.3 to v1.45.1
  • #​16739 deps Bump github.com/SAP/go-hdb from 1.9.10 to 1.13.5
  • #​16754 deps Bump github.com/aliyun/alibaba-cloud-sdk-go from 1.62.721 to 1.63.104
  • #​16767 deps Bump github.com/antchfx/jsonquery from 1.3.3 to 1.3.6
  • #​16758 deps Bump github.com/aws/aws-sdk-go-v2/config from 1.29.6 to 1.29.13
  • #​16710 deps Bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.59 to 1.17.65
  • #​16685 deps Bump github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.43.14 to 1.44.1
  • #​16773 deps Bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.40.0 to 1.42.2
  • #​16688 deps Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.203.1 to 1.210.1
  • #​16772 deps Bump github.com/aws/aws-sdk-go-v2/service/kinesis from 1.32.6 to 1.33.2
  • #​16711 deps Bump github.com/cloudevents/sdk-go/v2 from 2.15.2 to 2.16.0
  • #​16687 deps Bump github.com/google/cel-go from 0.23.0 to 0.24.1
  • #​16712 deps Bump github.com/gophercloud/gophercloud/v2 from 2.0.0-rc.3 to 2.6.0
  • #​16738 deps Bump github.com/gorcon/rcon from 1.3.5 to 1.4.0
  • #​16737 deps Bump github.com/gosnmp/gosnmp from 1.38.0 to 1.39.0
  • #​16752 deps Bump github.com/lxc/incus/v6 from 6.9.0 to 6.11.0
  • #​16761 deps Bump github.com/nats-io/nats.go from 1.39.1 to 1.41.1
  • #​16753 deps Bump github.com/netsampler/goflow2/v2 from 2.2.1 to 2.2.2
  • #​16760 deps Bump github.com/p4lang/p4runtime from 1.4.0 to 1.4.1
  • #​16766 deps Bump github.com/prometheus/common from 0.62.0 to 0.63.0
  • #​16686 deps Bump github.com/rclone/rclone from 1.68.2 to 1.69.1
  • #​16770 deps Bump github.com/sijms/go-ora/v2 from 2.8.22 to 2.8.24
  • #​16709 deps Bump github.com/testcontainers/testcontainers-go from 0.35.0 to 0.36.0
  • #​16763 deps Bump github.com/tinylib/msgp from 1.2.0 to 1.2.5
  • #​16757 deps Bump github.com/urfave/cli/v2 from 2.27.2 to 2.27.6
  • #​16724 deps Bump github.com/vmware/govmomi from v0.45.1 to v0.49.0
  • #​16768 deps Bump go.opentelemetry.io/collector/pdata from 1.25.0 to 1.29.0
  • #​16765 deps Bump go.step.sm/crypto from 0.59.1 to 0.60.0
  • #​16756 deps Bump golang.org/x/crypto from 0.36.0 to 0.37.0
  • #​16683 deps Bump golangci-lint from v1.64.5 to v2.0.2
  • #​16759 deps Bump google.golang.org/api from 0.224.0 to 0.228.0
  • #​16755 deps Bump k8s.io/client-go from 0.32.1 to 0.32.3
  • #​16684 deps Bump tj-actions/changed-files from 46.0.1 to 46.0.3
  • #​16736 deps Bump tj-actions/changed-files from 46.0.3 to 46.0.4
  • #​16751 deps Bump tj-actions/changed-files from 46.0.4 to 46.0.5

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner April 14, 2025 16:40
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Apr 14, 2025
@renovate renovate bot enabled auto-merge (squash) April 14, 2025 16:40
Copy link
Contributor Author

renovate bot commented Apr 14, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 17 additional dependencies were updated

Details:

Package Change
github.com/gorilla/websocket v1.5.3 -> v1.5.4-0.20250319132907-e064f32e3674
k8s.io/utils v0.0.0-20241210054802-24370beab758 -> v0.0.0-20250502105355-0f33e8f1c979
github.com/fxamacker/cbor/v2 v2.7.0 -> v2.8.0
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 -> v0.0.0-20250506013437-ce4c2cf36ca6
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.9.0 -> v1.10.0
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.3.2 -> v1.6.0
github.com/aws/aws-sdk-go-v2/config v1.29.14 -> v1.29.15
github.com/aws/aws-sdk-go-v2/credentials v1.17.67 -> v1.17.68
github.com/aws/aws-sdk-go-v2/service/sts v1.33.19 -> v1.33.20
github.com/go-logr/logr v1.4.2 -> v1.4.3
github.com/miekg/dns v1.1.65 -> v1.1.66
github.com/opencontainers/image-spec v1.1.0 -> v1.1.1
github.com/prometheus/procfs v0.15.1 -> v0.16.1
github.com/spf13/cast v1.7.1 -> v1.8.0
go.mongodb.org/mongo-driver v1.17.2 -> v1.17.4
k8s.io/api v0.32.3 -> v0.33.1
k8s.io/client-go v0.32.3 -> v0.33.1

@renovate renovate bot force-pushed the deps-update/main-github.cominfluxdatatelegraf branch 24 times, most recently from f692c1d to dafc7b2 Compare April 16, 2025 14:31
@renovate renovate bot force-pushed the deps-update/main-github.cominfluxdatatelegraf branch 27 times, most recently from 7297529 to 70e10f7 Compare June 16, 2025 18:51
@renovate renovate bot changed the title fix(deps): update module github.com/influxdata/telegraf to v1.34.4 (main) fix(deps): update module github.com/influxdata/telegraf to v1.35.0 (main) Jun 17, 2025
@renovate renovate bot force-pushed the deps-update/main-github.cominfluxdatatelegraf branch from 70e10f7 to 734e84d Compare June 17, 2025 00:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file size/L
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants