fix(deps): update module github.com/influxdata/telegraf to v1.35.0 (main) #17217
+51,495
−11,252
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.34.1
->v1.35.0
Release Notes
influxdata/telegraf (github.com/influxdata/telegraf)
v1.35.0
Compare Source
Deprecation Removals
This release removes the following deprecated plugin aliases:
inputs.cisco_telemetry_gnmi
in #17101inputs.http_listener
in #17102inputs.KNXListener
in #17168inputs.logparser
in #17170Furthermore, the following deprecated plugin options are removed:
ssl_ca
,ssl_cert
andssl_key
of common TLS settings in #17119url
ofinputs.amqp_consumer
in #17149namespace
ofinputs.cloudwatch
in #17123datacentre
ofinputs.consul
in #17150container_names
,perdevice
andtotal
ofinputs.docker
in #17148http_timeout
ofinputs.elasticsearch
in #17124directory
ofinputs.filecount
in #17152guess_path_tag
andenable_tls
ofinputs.gnmi
in #17151bearer_token
ofinputs.http
in #17153path
andport
ofinputs.http_listener_v2
in #17158address
ofinputs.http_response
in #17157object_type
ofinputs.icinga2
in #17163max_line_size
ofinputs.influxdb_listener
in #17162enable_file_download
ofinputs.internet_speed
in #17165bearer_token_string
ofinputs.kube_inventory
in #17110bearer_token_string
ofinputs.kubernetes
in #17109server
ofinputs.nsq_consumer
in #17166dns_lookup
ofinputs.ntpq
in #17159ssl
ofinputs.openldap
in #17103name
andqueues
ofinputs.rabbitmq
in #17105path
ofinputs.smart
in #17113azuredb
andquery_version
ofinputs.sqlserver
in #17112parse_data_dog_tags
andudp_packet_size
ofinputs.statsd
in #17171force_discover_on_init
ofinputs.vsphere
in #17169database
,precision
,retention_policy
andurl
ofoutputs.amqp
in #16950precision
ofoutputs.influxdb
in #17160partitionkey
anduse_random_partitionkey
ofoutputs.kinesis
in #17167source_tag
ofoutputs.librato
in #17174batch
andtopic_prefix
ofoutputs.mqtt
in #17176trace
ofoutputs.remotefile
in #17173host
,port
andstring_to_number
ofoutputs.wavefront
in #17172Replacements 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
inputs.fritzbox
Add plugininputs.mavlink
Add plugininputs.whois
Add pluginoutputs.inlong
Add pluginoutputs.microsoft_fabric
Add pluginprocessors.cumulative_sum
Add pluginFeatures
agent
Add debounce for watch eventscommon.kafka
Add AWS-MSK-IAM SASL authenticationcommon.ratelimiter
Implement means to reserve memory for concurrent usecommon.shim
Add batch to shiminputs.amqp_consumer
Allow string values in queue argumentsinputs.opcua
Allow forcing reconnection on every gather cycleinputs.opcua_listener
Allow to subscribe to OPCUA eventsinputs.prometheus
Add HTTP service discovery supportinputs.s7comm
Add support for LREAL and LINT data typesinputs.unbound
Collect histogram statisticsinputs.whois
Support IDN domainsmigrations
Add migration for common.tls ssl optionsmigrations
Add migration for inputs.cisco_telemetry_gnmimigrations
Add migration for inputs.cloudwatchmigrations
Add migration for inputs.dockermigrations
Add migration for inputs.elasticsearchmigrations
Add migration for inputs.http_listenermigrations
Add migration for inputs.influxdb_listenermigrations
Add migration for inputs.kube_inventorymigrations
Add migration for inputs.kubernetesmigrations
Add migration for inputs.openldapmigrations
Add migration for inputs.rabbitmqmigrations
Add migration for inputs.smartmigrations
Add migration for inputs.sqlservermigrations
Add migration for outputs.amqpmigrations
Add migration for outputs.influxdbmigrations
Add migration for inputs.amqp_consumermigrations
Add migration for inputs.consulmigrations
Add migration for inputs.filecountmigrations
Add migration for inputs.gnmimigrations
Add migration for inputs.httpmigrations
Add migration for inputs.http_listener_v2migrations
Add migration for inputs.http_responsemigrations
Add migration for inputs.icinga2migrations
Add migration for inputs.internet_speedmigrations
Add migration for inputs.nsq_consumermigrations
Add migration for inputs.ntpqmigrations
Add migration for inputs.statsdmigrations
Add migration for inputs.vspheremigrations
Add migration for outputs.kinesismigrations
Add migration for outputs.libratomigrations
Add migration for outputs.mqttmigrations
Add migration for outputs.remotefilemigrations
Add migration for outputs.wavefrontmigrations
Add migration for inputs.KNXListenermigrations
Add migration for inputs.logparseroutputs.health
Add max time between metrics checkoutputs.http
Include body sample in non-retryable error logsoutputs.influxdb_v2
Implement concurrent writesoutputs.influxdb_v2
Support secrets in http_headers valuesoutputs.nats
Allow asynchronous publishing for Jetstreamoutputs.sql
Add option to automate table schema updatesoutputs.sql
Support secret for dsnoutputs.stackdriver
Ensure quota is charged to configured projectprocessors.defaults
Add support for specifying default tagsprocessors.enum
Add multiple tag mappingprocessors.enum
Allow mapping to be applied to multiple fieldsserializer.prometheusremotewrite
Allow sending native histogramsBugfixes
inputs.opcua
Fix integration testinputs.procstat
Resolve remote usernames on Posix systemsinputs.win_wmi
Free resources to avoid leaksmigrations
Update table content for general plugin migrationsDependency Updates
deps
Bump cloud.google.com/go/bigquery from 1.68.0 to 1.69.0deps
Bump cloud.google.com/go/storage from 1.53.0 to 1.54.0deps
Bump cloud.google.com/go/storage from 1.54.0 to 1.55.0deps
Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.9.0 to 1.10.0deps
Bump github.com/ClickHouse/clickhouse-go/v2 from 2.34.0 to 2.35.0deps
Bump github.com/ClickHouse/clickhouse-go/v2 from 2.35.0 to 2.36.0deps
Bump github.com/IBM/nzgo/v12 from 12.0.9 to 12.0.10deps
Bump github.com/IBM/sarama from 1.45.1 to 1.45.2deps
Bump github.com/apache/inlong/inlong-sdk/dataproxy-sdk-twins/dataproxy-sdk-golang from 1.0.0 to 1.0.1deps
Bump github.com/apache/inlong/inlong-sdk/dataproxy-sdk-twins/dataproxy-sdk-golang from 1.0.1 to 1.0.2deps
Bump github.com/apache/inlong/inlong-sdk/dataproxy-sdk-twins/dataproxy-sdk-golang from 1.0.2 to 1.0.3deps
Bump github.com/apache/thrift from 0.21.0 to 0.22.0deps
Bump github.com/aws/aws-msk-iam-sasl-signer-go from 1.0.1 to 1.0.3deps
Bump github.com/aws/aws-msk-iam-sasl-signer-go from 1.0.3 to 1.0.4deps
Bump github.com/aws/aws-sdk-go-v2/config from 1.29.14 to 1.29.15deps
Bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.67 to 1.17.68deps
Bump github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.44.3 to 1.45.0deps
Bump github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.45.0 to 1.45.1deps
Bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.49.0 to 1.50.0deps
Bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.50.0 to 1.50.1deps
Bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.43.1 to 1.43.2deps
Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.218.0 to 1.219.0deps
Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.220.0 to 1.222.0deps
Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.222.0 to 1.224.0deps
Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.224.0 to 1.225.0deps
Bump github.com/aws/aws-sdk-go-v2/service/kinesis from 1.35.0 to 1.35.1deps
Bump github.com/bluenviron/gomavlib/v3 from 3.1.0 to 3.2.1deps
Bump github.com/creack/goselect from 0.1.2 to 0.1.3deps
Bump github.com/docker/docker from 28.1.1+incompatible to 28.2.2+incompatibledeps
Bump github.com/gosnmp/gosnmp from 1.40.0 to 1.41.0deps
Bump github.com/linkedin/goavro/v2 from 2.13.1 to 2.14.0deps
Bump github.com/lxc/incus/v6 from 6.12.0 to 6.13.0deps
Bump github.com/microsoft/go-mssqldb from 1.8.1 to 1.8.2deps
Bump github.com/nats-io/nats-server/v2 from 2.11.3 to 2.11.4deps
Bump github.com/nats-io/nats.go from 1.42.0 to 1.43.0deps
Bump github.com/netsampler/goflow2/v2 from 2.2.2 to 2.2.3deps
Bump github.com/prometheus/common from 0.63.0 to 0.64.0deps
Bump github.com/rclone/rclone from 1.69.2 to 1.69.3deps
Bump github.com/redis/go-redis/v9 from 9.8.0 to 9.9.0deps
Bump github.com/shirou/gopsutil/v4 from 4.25.4 to 4.25.5deps
Bump github.com/sijms/go-ora/v2 from 2.8.24 to 2.9.0deps
Bump github.com/snowflakedb/gosnowflake from 1.14.0 to 1.14.1deps
Bump github.com/tinylib/msgp from 1.2.5 to 1.3.0deps
Bump github.com/vmware/govmomi from 0.50.0 to 0.51.0deps
Bump github.com/yuin/goldmark from 1.7.11 to 1.7.12deps
Bump go.mongodb.org/mongo-driver from 1.17.3 to 1.17.4deps
Bump go.opentelemetry.io/collector/pdata from 1.31.0 to 1.33.0deps
Bump go.step.sm/crypto from 0.63.0 to 0.64.0deps
Bump golang.org/x/crypto from 0.38.0 to 0.39.0deps
Bump golang.org/x/mod from 0.24.0 to 0.25.0deps
Bump google.golang.org/api from 0.232.0 to 0.233.0deps
Bump google.golang.org/api from 0.233.0 to 0.234.0deps
Bump google.golang.org/api from 0.234.0 to 0.235.0deps
Bump google.golang.org/grpc from 1.72.0 to 1.72.1deps
Bump google.golang.org/grpc from 1.72.1 to 1.72.2deps
Bump google.golang.org/grpc from 1.72.2 to 1.73.0deps
Bump k8s.io/api from 0.33.0 to 0.33.1deps
Bump k8s.io/apimachinery from 0.33.0 to 0.33.1deps
Bump k8s.io/client-go from 0.33.0 to 0.33.1deps
Bump super-linter/super-linter from 7.3.0 to 7.4.0v1.34.4
Compare Source
Bugfixes
inputs.cloudwatch
Restore filtering to match all dimensionsinputs.nfsclient
Handle errors during mountpoint filteringinputs.opcua
Fix type mismatch in unit testinputs.opcua
Handle session invalidation between gather cyclesinputs.tail
Prevent leaking file descriptorsinputs.win_eventlog
Handle large events to avoid they get dropped silentlyparsers.json_v2
Handle measurements with multiple objects correctlyDependency Updates
deps
Bump cloud.google.com/go/bigquery from 1.67.0 to 1.68.0deps
Bump cloud.google.com/go/storage from 1.52.0 to 1.53.0deps
Bump github.com/Azure/azure-sdk-for-go/sdk/storage/azqueue from 1.0.0 to 1.0.1deps
Bump github.com/SAP/go-hdb from 1.13.5 to 1.13.6deps
Bump github.com/apache/arrow-go/v18 from 18.2.0 to 18.3.0deps
Bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.47.3 to 1.48.0deps
Bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.48.0 to 1.49.0deps
Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.212.0 to 1.214.0deps
Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.215.0 to 1.218.0deps
Bump github.com/aws/aws-sdk-go-v2/service/kinesis from 1.33.3 to 1.35.0deps
Bump github.com/aws/aws-sdk-go-v2/service/timestreamwrite from 1.30.2 to 1.31.0deps
Bump github.com/ebitengine/purego from 0.8.2 to 0.8.3deps
Bump github.com/hashicorp/consul/api from 1.32.0 to 1.32.1deps
Bump github.com/microsoft/go-mssqldb from 1.8.0 to 1.8.1deps
Bump github.com/miekg/dns from 1.1.65 to 1.1.66deps
Bump github.com/nats-io/nats-server/v2 from 2.11.2 to 2.11.3deps
Bump github.com/nats-io/nats.go from 1.41.2 to 1.42.0deps
Bump github.com/rclone/rclone from 1.69.1 to 1.69.2deps
Bump github.com/redis/go-redis/v9 from 9.7.3 to 9.8.0deps
Bump github.com/shirou/gopsutil/v4 from 4.25.3 to 4.25.4deps
Bump github.com/snowflakedb/gosnowflake from 1.13.3 to 1.14.0deps
Bump github.com/vishvananda/netlink from 1.3.1-0.20250221194427-0af32151e72b to 1.3.1deps
Bump go.step.sm/crypto from 0.62.0 to 0.63.0deps
Bump golang.org/x/crypto from 0.37.0 to 0.38.0deps
Bump golang.org/x/net from 0.39.0 to 0.40.0deps
Bump google.golang.org/api from 0.230.0 to 0.231.0deps
Switch to maintained azure testcontainer modulev1.34.3
Compare Source
Bugfixes
agent
Correctly truncate the disk buffercommon.ratelimiter
Only grow the buffer but never shrinkinputs.cloudwatch
Handle metric includes/excludes correctly to prevent panicinputs.lustre2
Skip empty filesinputs.opcua
Handle node array valuesinputs.win_wmi
Replace hard-coded class-name with correct config settinginputs.win_wmi
Restrict threading model to APARTMENTTHREADEDoutputs.quix
Allow empty certificate for new cloud managed instancesDependency Updates
deps
Bump cloud.google.com/go/bigquery from 1.66.2 to 1.67.0deps
Bump cloud.google.com/go/monitoring from 1.24.0 to 1.24.2deps
Bump cloud.google.com/go/pubsub from 1.48.0 to 1.49.0deps
Bump cloud.google.com/go/storage from 1.51.0 to 1.52.0deps
Bump github.com/BurntSushi/toml from 1.4.0 to 1.5.0deps
Bump github.com/aliyun/alibaba-cloud-sdk-go from 1.63.104 to 1.63.106deps
Bump github.com/aliyun/alibaba-cloud-sdk-go from 1.63.106 to 1.63.107deps
Bump github.com/antchfx/xpath from 1.3.3 to 1.3.4deps
Bump github.com/apache/arrow-go/v18 from 18.1.0 to 18.2.0deps
Bump github.com/apache/iotdb-client-go from 1.3.3 to 1.3.4deps
Bump github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.44.1 to 1.44.3deps
Bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.45.3 to 1.47.3deps
Bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.42.2 to 1.42.4deps
Bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.42.4 to 1.43.1deps
Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.210.1 to 1.211.3deps
Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.211.3 to 1.212.0deps
Bump github.com/aws/aws-sdk-go-v2/service/kinesis from 1.33.2 to 1.33.3deps
Bump github.com/aws/aws-sdk-go-v2/service/timestreamwrite from 1.27.4 to 1.30.2deps
Bump github.com/clarify/clarify-go from 0.3.1 to 0.4.0deps
Bump github.com/docker/docker from 28.0.4+incompatible to 28.1.1+incompatibledeps
Bump github.com/go-ldap/ldap/v3 from 3.4.10 to 3.4.11deps
Bump github.com/go-sql-driver/mysql from 1.8.1 to 1.9.2deps
Bump github.com/gofrs/uuid/v5 from 5.3.0 to 5.3.2deps
Bump github.com/google/cel-go from 0.24.1 to 0.25.0deps
Bump github.com/gopcua/opcua from 0.7.1 to 0.7.4deps
Bump github.com/gopcua/opcua from 0.7.4 to 0.8.0deps
Bump github.com/gosmnp/gosnmp from 1.39.0 to 1.40.0deps
Bump github.com/gosnmp/gosnmp from 1.39.0 to 1.40.0deps
Bump github.com/hashicorp/consul/api from 1.31.2 to 1.32.0deps
Bump github.com/jedib0t/go-pretty/v6 from 6.6.5 to 6.6.7deps
Bump github.com/lxc/incus/v6 from 6.11.0 to 6.12.0deps
Bump github.com/microsoft/go-mssqldb from 1.7.2 to 1.8.0deps
Bump github.com/miekg/dns from 1.1.64 to 1.1.65deps
Bump github.com/nats-io/nats-server/v2 from 2.10.25 to 2.10.27deps
Bump github.com/nats-io/nats-server/v2 from 2.10.27 to 2.11.2deps
Bump github.com/nats-io/nats.go from 1.41.1 to 1.41.2deps
Bump github.com/openconfig/gnmi from 0.11.0 to 0.14.1deps
Bump github.com/openconfig/goyang from 1.6.0 to 1.6.2deps
Bump github.com/prometheus-community/pro-bing from 0.4.1 to 0.7.0deps
Bump github.com/prometheus/client_golang from 1.21.1 to 1.22.0deps
Bump github.com/prometheus/client_model from 0.6.1 to 0.6.2deps
Bump github.com/prometheus/procfs from 0.16.0 to 0.16.1deps
Bump github.com/safchain/ethtool from 0.3.0 to 0.5.10deps
Bump github.com/seancfoley/ipaddress-go from 1.7.0 to 1.7.1deps
Bump github.com/shirou/gopsutil/v4 from 4.25.1 to 4.25.3deps
Bump github.com/snowflakedb/gosnowflake from 1.11.2 to 1.13.1deps
Bump github.com/snowflakedb/gosnowflake from 1.13.1 to 1.13.3deps
Bump github.com/srebhan/cborquery from 1.0.3 to 1.0.4deps
Bump github.com/srebhan/protobufquery from 1.0.1 to 1.0.4deps
Bump github.com/testcontainers/testcontainers-go from 0.36.0 to 0.37.0deps
Bump github.com/testcontainers/testcontainers-go/modules/kafka from 0.34.0 to 0.36.0deps
Bump github.com/testcontainers/testcontainers-go/modules/kafka from 0.36.0 to 0.37.0deps
Bump github.com/vmware/govmomi from 0.49.0 to 0.50.0deps
Bump github.com/yuin/goldmark from 1.7.8 to 1.7.9deps
Bump github.com/yuin/goldmark from 1.7.9 to 1.7.11deps
Bump go.mongodb.org/mongo-driver from 1.17.0 to 1.17.3deps
Bump go.opentelemetry.io/collector/pdata from 1.29.0 to 1.30.0deps
Bump go.opentelemetry.io/collector/pdata from 1.30.0 to 1.31.0deps
Bump go.step.sm/crypto from 0.60.0 to 0.61.0deps
Bump go.step.sm/crypto from 0.61.0 to 0.62.0deps
Bump golangci-lint from v2.0.2 to v2.1.2deps
Bump gonum.org/v1/gonum from 0.15.1 to 0.16.0deps
Bump google.golang.org/api from 0.228.0 to 0.229.0deps
Bump google.golang.org/api from 0.229.0 to 0.230.0deps
Bump google.golang.org/grpc from 1.71.1 to 1.72.0deps
Bump k8s.io/client-go from 0.32.3 to 0.33.0deps
Bump modernc.org/sqlite from 1.36.2 to 1.37.0v1.34.2
Compare Source
Bugfixes
aggregators
Handle time drift when calculating aggregation windowsDependency Updates
deps
Bump cloud.google.com/go/pubsub from 1.45.3 to 1.48.0deps
Bump cloud.google.com/go/storage from 1.50.0 to 1.51.0deps
Bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.17.0 to 1.18.0deps
Bump github.com/Azure/azure-sdk-for-go/sdk/messaging/azeventhubs from 1.2.3 to 1.3.1deps
Bump github.com/Azure/azure-sdk-for-go/sdk/messaging/azeventhubs from 1.3.1 to 1.3.2deps
Bump github.com/ClickHouse/clickhouse-go/v2 from 2.30.3 to 2.34.0deps
Bump github.com/IBM/sarama from v1.43.3 to v1.45.1deps
Bump github.com/SAP/go-hdb from 1.9.10 to 1.13.5deps
Bump github.com/aliyun/alibaba-cloud-sdk-go from 1.62.721 to 1.63.104deps
Bump github.com/antchfx/jsonquery from 1.3.3 to 1.3.6deps
Bump github.com/aws/aws-sdk-go-v2/config from 1.29.6 to 1.29.13deps
Bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.59 to 1.17.65deps
Bump github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.43.14 to 1.44.1deps
Bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.40.0 to 1.42.2deps
Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.203.1 to 1.210.1deps
Bump github.com/aws/aws-sdk-go-v2/service/kinesis from 1.32.6 to 1.33.2deps
Bump github.com/cloudevents/sdk-go/v2 from 2.15.2 to 2.16.0deps
Bump github.com/google/cel-go from 0.23.0 to 0.24.1deps
Bump github.com/gophercloud/gophercloud/v2 from 2.0.0-rc.3 to 2.6.0deps
Bump github.com/gorcon/rcon from 1.3.5 to 1.4.0deps
Bump github.com/gosnmp/gosnmp from 1.38.0 to 1.39.0deps
Bump github.com/lxc/incus/v6 from 6.9.0 to 6.11.0deps
Bump github.com/nats-io/nats.go from 1.39.1 to 1.41.1deps
Bump github.com/netsampler/goflow2/v2 from 2.2.1 to 2.2.2deps
Bump github.com/p4lang/p4runtime from 1.4.0 to 1.4.1deps
Bump github.com/prometheus/common from 0.62.0 to 0.63.0deps
Bump github.com/rclone/rclone from 1.68.2 to 1.69.1deps
Bump github.com/sijms/go-ora/v2 from 2.8.22 to 2.8.24deps
Bump github.com/testcontainers/testcontainers-go from 0.35.0 to 0.36.0deps
Bump github.com/tinylib/msgp from 1.2.0 to 1.2.5deps
Bump github.com/urfave/cli/v2 from 2.27.2 to 2.27.6deps
Bump github.com/vmware/govmomi from v0.45.1 to v0.49.0deps
Bump go.opentelemetry.io/collector/pdata from 1.25.0 to 1.29.0deps
Bump go.step.sm/crypto from 0.59.1 to 0.60.0deps
Bump golang.org/x/crypto from 0.36.0 to 0.37.0deps
Bump golangci-lint from v1.64.5 to v2.0.2deps
Bump google.golang.org/api from 0.224.0 to 0.228.0deps
Bump k8s.io/client-go from 0.32.1 to 0.32.3deps
Bump tj-actions/changed-files from 46.0.1 to 46.0.3deps
Bump tj-actions/changed-files from 46.0.3 to 46.0.4deps
Bump tj-actions/changed-files from 46.0.4 to 46.0.5Configuration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.