Skip to content
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

build(deps): update module github.com/influxdata/telegraf to v1.29.0 #177

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 4, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/influxdata/telegraf require minor v1.26.0 -> v1.29.0

Release Notes

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

v1.29.0

Compare Source

Important Changes
  • Removed useless, all-zero fields in inputs.procstat. Up to now, Telegraf
    reports the fields cpu_time_guest, cpu_time_guest_nice, cpu_time_idle,
    cpu_time_irq, cpu_time_nice, cpu_time_soft_irq and cpu_time_steal
    which are never set by the underlying library. As a consequence those fields
    were always zero. #​14224
    removes those useless fields. In case you reference them, please adapt your
    queries!
New Plugins
  • #​13995 inputs.ldap Add LDAP input plugin supporting OpenLDAP and 389ds
  • #​11958 outputs.opensearch Add OpenSearch output plugin
  • #​14330 processors.filter Add filter processor plugin
  • #​13657 secretstores Add systemd-credentials plugin
Features
  • #​14361 agent Allow separators for namepass and namedrop filters
  • #​14062 aggregators.final Allow to specify output strategy
  • #​14103 common.http Add support for connecting over unix-socket
  • #​14345 common.opcua Add option to include OPC-UA DataType as a field
  • #​14012 config Deprecate fieldpass and fielddrop modifiers
  • #​14004 input.intel_pmt Add pci_bdf tag to uniquely identify GPUs and other peripherals
  • #​14001 inputs.amqp_consumer Add secretstore support for username and password
  • #​13894 inputs.docker Add disk usage
  • #​14308 inputs.dpdk Add options to customize error-behavior and metric layout
  • #​14207 inputs.elasticsearch Use HTTPClientConfig struct
  • #​14207 inputs.elasticsearch_query Use HTTPClientConfig struct
  • #​14091 inputs.gnmi Rework plugin
  • #​14189 inputs.http_response Add body form config option
  • #​14363 inputs.intel_powerstat Extract business logic to external library
  • #​13924 inputs.kafka_consumer Add message headers as metric tags
  • #​14320 inputs.kafka_consumer Add option to set metric name from message header
  • #​14207 inputs.kibana Use HTTPClientConfig struct
  • #​13993 inputs.kube_inventory Support filtering pods and nodes by node name
  • #​13996 inputs.kube_inventory Support using kubelet to get pods data
  • #​14092 inputs.ldap Collect additional fields
  • #​14207 inputs.logstash Use HTTPClientConfig struct
  • #​14145 inputs.modbus Add support for string fields
  • #​14375 inputs.nats_consumer Add nkey-seed-file authentication
  • #​13923 inputs.opcua_listener Add monitoring params
  • #​14214 inputs.openweathermap Add per-city query scheme for current weather
  • #​13417 inputs.procstat Obtain process information through supervisor
  • #​13991 inputs.rabbitmq Add secretstore support for username and password
  • #​14143 inputs.redfish Allow specifying which metrics to collect
  • #​14111 inputs.snmp Hint to use source tag
  • #​14172 inputs.socket_listener Add vsock support to socket listener and writer
  • #​13978 inputs.sql Add Oracle driver
  • #​14200 inputs.sql Add IBM Netezza driver
  • #​14073 inputs.win_service Reduce required rights to GENERIC_READ
  • #​14401 migrations Add migration for fieldpass and fielddrop
  • #​14114 migrations Add migration for inputs.jolokia
  • #​14122 migrations Add migration for inputs.kafka_consumer_legacy
  • #​14123 migrations Add migration for inputs.snmp_legacy
  • #​14119 migrations Add migration for inputs.tcp_listener
  • #​14120 migrations Add migration for inputs.udp_listener
  • #​14121 migrations Add migration for outputs.riemann_legacy
  • #​14141 migrations Add option migration for inputs.disk
  • #​14233 migrations Add option migration for inputs.mqtt_consumer
  • #​14234 migrations Add option migration for inputs.nats_consumer
  • #​14341 migrations Add option migration for outputs.influxdb
  • #​14047 outputs.azure_data_explorer Set user agent string
  • #​14342 outputs.bigquery Allow to add metrics in one compact table
  • #​14086 outputs.bigquery Make project no longer a required field
  • #​13672 outputs.exec Add ability to exec command once per metric
  • #​14108 outputs.prometheus_client Support listening on vsock
  • #​14172 outputs.socket_writer Add vsock support to socket listener and writer
  • #​14017 outputs.stackdriver Add metric type config options
  • #​14275 outputs.stackdriver Enable histogram support
  • #​14136 outputs.wavefront Use common/http to configure http client
  • #​13903 parsers.avro Allow connection to https schema registry
  • #​13914 parsers.avro Get metric name from the message field
  • #​13945 parsers.avro Support multiple modes for union handling
  • #​14065 processors.dedup Add state persistence between runs
  • #​13971 processors.regex Allow batch transforms using named groups
  • #​13998 secrets Add unprotected secret implementation
Bugfixes
  • #​14331 common.oauth Initialize EndpointParams to avoid panic with audience settings
  • #​14350 inputs.http Use correct token variable
  • #​14420 inputs.intel_powerstat Fix unit tests to work on every CPU/platform
  • #​14388 inputs.modbus Split large request correctly at field borders
  • #​14373 inputs.netflow Handle malformed inputs gracefully
  • #​14394 inputs.s7comm Reconnect if query fails
  • #​14357 inputs.tail Retry opening file after permission denied
  • #​14419 license Correct spelling of jmhodges/clock license
  • #​14416 outputs.bigquery Correct use of auto-detected project ID
  • #​14340 outputs.opensearch Expose TLS setting correctly
  • #​14021 outputs.opensearch Migrate to new secrets API
  • #​14232 outputs.prometheus_client Ensure v1 collector data expires promptly
  • #​13961 parsers.avro Clean up Warnf error wrapping error
  • #​13939 parsers.avro Attempt to read CA cert file only if filename is not empty string
  • #​14351 parsers.json v2 Correct wrong name of config option
  • #​14344 parsers.json_v2 Reset state before parsing
  • #​14395 processors.starlark Avoid negative refcounts for tracking metrics
  • #​14137 processors.starlark Maintain tracking information post-apply
Dependency Updates
  • #​14352 deps Bump cloud.google.com/go/bigquery from 1.56.0 to 1.57.1
  • #​14324 deps Bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.26.0 to 1.27.2
  • #​14323 deps Bump github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor from 0.10.1 to 0.10.2
  • #​14354 deps Bump github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor from 0.10.2 to 0.11.0
  • #​14355 deps Bump github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources from 1.1.1 to 1.2.0
  • #​14382 deps Bump github.com/golang-jwt/jwt/v5 from 5.0.0 to 5.2.0
  • #​14385 deps Bump github.com/IBM/sarama from 1.41.3 to 1.42.1
  • #​14384 deps Bump github.com/influxdata/tail from 1.0.1-0.20210707231403-b283181d1fa7 to 1.0.1-0.20221130111531-19b97bffd978
  • #​14383 deps Bump github.com/jackc/pgconn from 1.14.0 to 1.14.1
  • #​14386 deps Bump github.com/nats-io/nats-server/v2 from 2.9.23 to 2.10.6
  • #​14321 deps Bump github.com/prometheus/prometheus from 0.46.0 to 0.48.0
  • #​14325 deps Bump github.com/vmware/govmomi from 0.32.0 to 0.33.1
  • #​14353 deps Bump golang.org/x/text from 0.13.0 to 0.14.0
  • #​14322 deps Bump k8s.io/api from 0.28.3 to 0.28.4
  • #​14349 deps Point kafka dependency to IBM organization

v1.28.5

Compare Source

Bugfixes
  • #​14294 inputs.ecs Correct v4 metadata URLs
  • #​14274 inputs.intel_rdt Do not fail on missing PIDs
  • #​14283 inputs.s7comm Truncate strings to reported length
  • #​14296 parsers.json_v2 Log inner errors
Dependency Updates
  • #​14287 deps Bump github.com/gosnmp/gosnmp from 1.35.1-0.20230602062452-f30602b8dad6 to 1.36.1
  • #​14286 deps Bump github.com/Masterminds/semver/v3 from 3.2.0 to 3.2.1
  • #​14285 deps Bump golang.org/x/sync from 0.4.0 to 0.5.0
  • #​14289 deps Bump golang.org/x/mod from 0.13.0 to 0.14.0
  • #​14288 deps Bump google.golang.org/api from 0.149.0 to 0.150.0

v1.28.4

Compare Source

Bugfixes
  • #​14240 config Fix comment removal in TOML files
  • #​14187 inputs.cgroup Escape backslashes in path
  • #​14267 inputs.disk Add inodes_used_percent field
  • #​14197 inputs.ecs Fix cgroupv2 CPU metrics
  • #​14194 inputs.ecs Test for v4 metadata endpoint
  • #​14262 inputs.ipset Parse lines with timeout
  • #​14243 inputs.mqtt_consumer Resolve could not mark message delivered
  • #​14195 inputs.netflow Fix sFlow metric timestamp
  • #​14191 inputs.prometheus Read bearer token from file every time
  • #​14068 inputs.s7comm Fix bit queries
  • #​14241 inputs.win_perf_counter Do not rely on returned buffer size
  • #​14176 inputs.zfs Parse metrics correctly on FreeBSD 14
  • #​14280 inputs.zfs Support gathering metrics on zfs 2.2.0 and later
  • #​14115 outputs.elasticsearch Print error status value
  • #​14213 outputs.timestream Clip uint64 values
  • #​14149 parsers.json_v2 Prevent race condition in parse function
Dependency Updates
  • #​14253 deps Bump cloud.google.com/go/storage from 1.30.1 to 1.34.1
  • #​14218 deps Bump github.com/aws/aws-sdk-go-v2/config from 1.18.42 to 1.19.1
  • #​14167 deps Bump github.com/aws/aws-sdk-go-v2/credentials from 1.13.40 to 1.13.43
  • #​14249 deps Bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.23.5 to 1.26.0
  • #​14166 deps Bump github.com/antchfx/xmlquery from 1.3.17 to 1.3.18
  • #​14217 deps Bump github.com/antchfx/xpath from 1.2.5-0.20230505064641-588960cceeac to 1.2.5
  • #​14219 deps Bump github.com/benbjohnson/clock from 1.3.3 to 1.3.5
  • #​14216 deps Bump github.com/compose-spec/compose-go from 1.16.0 to 1.20.0
  • #​14211 deps Bump github.com/docker/docker from 24.0.6 to 24.0.7
  • #​14164 deps Bump github.com/hashicorp/consul/api from 1.24.0 to 1.25.1
  • #​14251 deps Bump github.com/hashicorp/consul/api from 1.25.1 to 1.26.1
  • #​14225 deps Bump github.com/nats-io/nkeys from 0.4.5 to 0.4.6
  • #​14168 deps Bump github.com/prometheus/client_golang from 1.16.0 to 1.17.0
  • #​14252 deps Bump github.com/rabbitmq/amqp091-go from 1.8.1 to 1.9.0
  • #​14250 deps Bump github.com/showwin/speedtest-go from 1.6.6 to 1.6.7
  • #​14192 deps Bump google.golang.org/grpc from 1.58.2 to 1.58.3
  • #​14165 deps Bump k8s.io/client-go from 0.28.2 to 0.28.3

v1.28.3

Compare Source

Bugfixes
  • #​14049 inputs.infiniband Handle devices without counters
  • #​14105 inputs.jenkins Filter after searching sub-folders
  • #​14132 inputs.jolokia2_agent Trim quotes around tags
  • #​14041 inputs.mqtt Reference correct password variable
  • #​14010 inputs.postgresql_extensible Restore default db name
  • #​14045 inputs.s7comm Allow PDU-size to be set as config option
  • #​14153 inputs.vault Use http client to handle redirects correctly
  • #​14131 metricpass Use correct logic expression in benchmark
  • #​14154 outputs.kafka Simplify send-error handling
  • #​14135 outputs.nebius_cloud_monitoring Use correct endpoint
  • #​14060 outputs.redistimeseries Handle string fields correctly
  • #​14150 serializers.json Append newline for batch-serialization
Dependency Updates
  • #​14036 deps Bump github.com/apache/arrow/go/v13 from 13.0.0-git to 13.0.0
  • #​14125 deps Bump github.com/google/cel-go from 0.14.1-git to 0.18.1
  • #​14127 deps Bump github.com/google/go-cmp from 0.5.9 to 0.6.0
  • #​14085 deps Bump github.com/jhump/protoreflect from 1.15.1 to 1.15.3
  • #​14039 deps Bump github.com/klauspost/compress from 1.16.7 to 1.17.0
  • #​14077 deps Bump github.com/miekg/dns from 1.1.55 to 1.1.56
  • #​14124 deps Bump github.com/nats-io/nats.go from 1.28.0 to 1.31.0
  • #​14146 deps Bump github.com/nats-io/nats-server/v2 from 2.9.9 to 2.9.23
  • #​14037 deps Bump github.com/netsampler/goflow2 from 1.3.3 to 1.3.6
  • #​14040 deps Bump github.com/signalfx/golib/v3 from 3.3.50 to 3.3.53
  • #​14076 deps Bump github.com/testcontainers/testcontainers-go from 0.22.0 to 0.25.0
  • #​14038 deps Bump github.com/yuin/goldmark from 1.5.4 to 1.5.6
  • #​14075 deps Bump golang.org/x/mod from 0.12.0 to 0.13.0
  • #​14095 deps Bump golang.org/x/net from 0.15.0 to 0.17.0
  • #​14074 deps Bump golang.org/x/oauth2 from 0.11.0 to 0.13.0
  • #​14078 deps Bump gonum.org/v1/gonum from 0.13.0 to 0.14.0
  • #​14126 deps Bump google.golang.org/api from 0.139.0 to 0.147.0

v1.28.2

Compare Source

Bugfixes
  • #​13963 inputs.cisco_telemetry_mdt Print string message on decode failure
  • #​13937 inputs.exec Clean up grandchildren processes
  • #​13977 inputs.intel_pmt Handle telem devices without numa_node attribute
  • #​13958 inputs.jti_openconfig_telemetry Do not block gRPC dial
  • #​13997 inputs.mock Align plugin with documentation
  • #​13982 inputs.nfsclient Avoid panics, better error messages
  • #​13962 inputs.nvidia_smi Add legacy power readings to v12 schema
  • #​14011 inputs.openstack Handle dependencies between enabled services and available endpoints
  • #​13972 inputs.postgresql_extensible Restore outputaddress behavior
  • #​13927 inputs.smart Remove parsing error message
  • #​13915 inputs.systemd_units Add missing upstream states
  • #​13930 outputs.cloudwatch Increase number of metrics per write
  • #​14009 outputs.stackdriver Do not shallow copy map
  • #​13931 outputs.stackdriver Drop metrics on InvalidArgument gRPC error
  • #​14008 parsers.json_v2 Handle optional fields properly
  • #​13947 processors.template Handle tracking metrics correctly
Dependency Updates
  • #​13941 deps Bump github.com/aliyun/alibaba-cloud-sdk-go from 1.62.470 to 1.62.563
  • #​13988 deps Bump github.com/aws/aws-sdk-go-v2/config from 1.18.27 to 1.18.42
  • #​13943 deps Bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.20.9 to 1.23.5
  • #​13986 deps Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.80.1 to 1.120.0
  • #​13987 deps Bump github.com/aws/aws-sdk-go-v2/feature/ec2/imds from 1.13.8 to 1.13.11
  • #​13985 deps Bump github.com/eclipse/paho.mqtt.golang from 1.4.2 to 1.4.3
  • #​13989 deps Bump github.com/google/uuid from 1.3.0 to 1.3.1
  • #​13942 deps Bump github.com/shirou/gopsutil/v3 from 3.23.6 to 3.23.8
  • #​14022 deps Bump github.com/vmware/govmomi from 0.28.0 to 0.32.0
  • #​13940 deps Bump golang.org/x/net from 0.14.0 to 0.15.0
  • #​13944 deps Bump k8s.io/api from 0.28.1 to 0.28.2

v1.28.1

Compare Source

Bugfixes
  • #​13909 packaging Revert permission change on package configs
  • #​13910 inputs.redis Fix password typo
  • #​13907 inputs.vsphere Fix config name typo in example

v1.28.0

Compare Source

Important Changes
  • #​13791 metricpass
    Removed the Python compatibility support for "not", "and", and "or" keywords.
    This support was incorrectly removing these keywords from actual data. Users
    should instead use the standard "!", "&&", and "||" operators.
  • #​13856 parsers.avro
    The avro processor will no longer create a timestamp field by default unless
    explicitly provided in the parser config.
  • #​13778 packaging
    The default permissions on /etc/telegraf/telegraf.conf and
    /etc/telegraf/telegraf.d on new installs will drop read access for other.
    Updates and upgrades do not change permissions.
New Plugins
Features
  • #​13605 agent Add option to avoid filtering of global tags
  • #​13774 agent Watch default config files if none specified
  • #​13787 cli Add plugins subcommand to list available and deprecated
  • #​13496 inputs.amqp_consumer Add support to rabbitmq stream queue
  • #​13877 inputs.cisco_telemetry_mdt Add microbust support
  • #​13825 inputs.couchbase Add failover metrics
  • #​13452 inputs.fail2ban Allow specification of socket
  • #​13754 inputs.fibaro Support HC3 device types
  • #​13622 inputs.http Rework token options
  • #​13610 inputs.influxdb_listener Add token based authentication
  • #​13793 inputs.internal Add Go metric collection option
  • #​13649 inputs.jenkins Add option for node labels as tag
  • #​13709 inputs.jti_openconfig_telemetry Add keep-alive setting
  • #​13728 inputs.kernel Collect KSM metrics
  • #​13507 inputs.modbus Add per-metric configuration style
  • #​13733 inputs.nvidia_smi Add Nvidia DCGM MIG usage values
  • #​13783 inputs.nvidia_smi Add additional fields
  • #​13678 inputs.nvidia_smi Support newer data schema versions
  • #​13443 inputs.openstack Gather cinder services
  • #​13846 inputs.opentelemetry Add configurable log record dimensions
  • #​13436 inputs.pgbouncer Add show_commands to select the collected pgbouncer metrics
  • #​13620 inputs.postgresql_extensible Introduce max_version for query
  • #​13505 inputs.procstat Add status field
  • #​13624 inputs.prometheus Always apply kubernetes label and field selectors
  • #​13433 inputs.ravendb Add new disk metrics fields
  • #​13727 inputs.redfish Add additional chassis tags
  • #​13866 inputs.redis Add additional commandstat fields
  • #​13723 inputs.redis Support of redis 6.2 ERRORSTATS
  • #​13864 inputs.redis_sentinel Allow username and password
  • #​13699 inputs.solr Support version 7.x to 9.3
  • #​13448 inputs.sqlserver Add IsHadrEnabled server property
  • #​13890 inputs.vsphere Allow to set vSAN sampling interval
  • #​13720 inputs.vsphere Support explicit proxy setting
  • #​13471 internal Add gather_timeouts metric
  • #​13423 internal Add zstd to internal content_coding
  • #​13411 kafka Set and send SASL extensions
  • #​13532 migrations Add migration for inputs.httpjson
  • #​13536 migrations Add migration for inputs.io
  • #​13673 outputs.execd Add option for batch format
  • #​13245 outputs.file Add compression
  • #​13651 outputs.http Allow PATCH method
  • #​13763 outputs.postgresql Add option to create time column with timezone
  • #​13750 outputs.postgresql Add option to rename time column
  • #​13899 outputs.prometheus_client Add secretstore support for basic_password
  • #​13857 outputs.wavefront Add more auth options and update SDK
  • #​13607 parsers.avro Add support for JSON format
  • #​13419 parsers.influx Allow a user to set the timestamp precision
  • #​13506 parsers.value Add support for automatic fallback for numeric types
  • #​13480 parsers.xpath Add Concise Binary Object Representation parser
  • #​13690 parsers.xpath Add option to store fields as base64
  • #​13553 processors.parser Allow also non-string fields
  • #​13606 processors.template Unify template metric
  • #​13874 prometheus Allow to specify metric type
Bugfixes
  • #​13849 Change the systemd KillMode from control-group to mixed
  • #​13777 inputs.amqp_consumer Print error on connection failure
  • #​13886 inputs.kafka_consumer Use per-message parser to avoid races
  • #​13840 inputs.opcua Verify groups or root nodes included in config
  • #​13602 inputs.postgresql Fix default database definition
  • #​13779 inputs.procstat Collect swap via /proc/$pid/smaps
  • #​13870 inputs.sqlserver Cast max_size to bigint
  • #​13833 inputs.sysstat Remove tmpfile to avoid file-descriptor leak
  • #​13791 metricpass Remove python logic compatibility
  • #​13875 outputs.sql Move conversion_style config option to the right place
  • #​13856 parsers.avro Do not force addition of timestamp as a field
  • #​13855 parsers.avro Handle timestamp format checking correctly
  • #​13865 sql Allow sqlite on Windows (amd64 and arm64)
Dependency Updates
  • #​13808 deps Bump github.com/aws/aws-sdk-go-v2/service/kinesis from 1.18.2 to 1.18.5
  • #​13811 deps Bump github.com/hashicorp/consul/api from 1.20.0 to 1.24.0
  • #​13809 deps Bump github.com/nats-io/nats.go from 1.27.0 to 1.28.0
  • #​13765 deps Bump github.com/prometheus/prometheus from 0.42.0 to 0.46.0
  • #​13895 deps Bump github.com/showwin/speedtest-go from 1.6.2 to 1.6.6
  • #​13810 deps Bump k8s.io/api from 0.27.4 to 0.28.1

v1.27.4

Compare Source

Bugfixes
  • #​13693 inputs.cisco_telemetry_mdt Fix MDT source field overwrite
  • #​13682 inputs.opcua Register node IDs again on reconnect
  • #​13742 inputs.opcua_listener Avoid segfault when subscription was not successful
  • #​13745 outputs.stackdriver Regenerate time interval for unknown metrics
  • #​13719 parsers.xpath Handle protobuf maps correctly
  • #​13722 serializers.nowmetric Add option for JSONv2 format
Dependency Updates
  • #​13766 deps Bump cloud.google.com/go/pubsub from 1.32.0 to 1.33.0
  • #​13767 deps Bump github.com/aws/aws-sdk-go-v2/credentials from 1.13.26 to 1.13.32
  • #​13703 deps Bump github.com/aws/aws-sdk-go-v2/feature/ec2/imds from 1.13.4 to 1.13.7
  • #​13702 deps Bump github.com/aws/aws-sdk-go-v2/service/kinesis from 1.17.14 to 1.18.0
  • #​13769 deps Bump github.com/aws/aws-sdk-go-v2/service/kinesis from 1.18.0 to 1.18.2
  • #​13734 deps Bump github.com/aws/aws-sdk-go-v2/service/sts from 1.19.3 to 1.21.2
  • #​13735 deps Bump github.com/gophercloud/gophercloud from 1.2.0 to 1.5.0
  • #​13737 deps Bump github.com/microsoft/go-mssqldb from 1.3.1-0.20230630170514-78ad89164253 to 1.5.0
  • #​13768 deps Bump github.com/miekg/dns from 1.1.51 to 1.1.55
  • #​13706 deps Bump github.com/openconfig/gnmi from 0.9.1 to 0.10.0
  • #​13705 deps Bump github.com/santhosh-tekuri/jsonschema/v5 from 5.3.0 to 5.3.1
  • #​13736 deps Bump go.mongodb.org/mongo-driver from 1.11.6 to 1.12.1
  • #​13738 deps Bump golang.org/x/oauth2 from 0.10.0 to 0.11.0
  • #​13704 deps Bump google.golang.org/api from 0.129.0 to 0.134.0

v1.27.3

Compare Source

Bugfixes
  • #​13614 agent Respect processor order in file
  • #​13675 config Handle escaping and quotation correctly
  • #​13671 config Setup logger for secret-stores
  • #​13646 inputs.docker Add restart count
  • #​13647 inputs.jti_openconfig_telemetry Reauthenticate connection on reconnect
  • #​13663 inputs.mqtt_consumer Add client trace logs via option
  • #​13629 inputs.prometheus Do not collect metrics from finished pods
  • #​13627 inputs.prometheus Fix missing metrics when multiple plugin instances specified
  • #​13597 outputs.nebius_cloud_monitoring Replace reserved label names
  • #​13292 outputs.opentelemetry Group metrics by age and timestamp
  • #​13575 outputs.stackdriver Add tag as resource label option
  • #​13662 parsers.xpath Ensure precedence of explicitly defined tags and fields
  • #​13665 parsers.xpath Fix field-names for arrays of simple types
  • #​13660 parsers.xpath Improve handling of complex-type nodes
  • #​13604 tools.custom_builder Ignore non-plugin sections during configuration
Dependency Updates
  • #​13668 deps Bump github.com/aliyun/alibaba-cloud-sdk-go 1.62.389 to 1.62.470
  • #​13640 deps Bump github.com/antchfx/jsonquery from 1.3.1 to 1.3.2
  • #​13639 deps Bump github.com/antchfx/xmlquery from 1.3.15 to 1.3.17
  • #​13679 deps Bump github.com/antchfx/xpath from v1.2.4 to latest master
  • #​13589 deps Bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.17.3 to 1.20.0
  • #​13669 deps Bump github.com/aws/aws-sdk-go-v2/service/sts from 1.19.2 to 1.19.3
  • #​13670 deps Bump github.com/eclipse/paho.golang from 0.10.0 to 0.11.0
  • #​13588 deps Bump github.com/go-ldap/ldap/v3 from 3.4.4 to 3.4.5
  • #​13603 deps Bump github.com/jaegertracing/jaeger from 1.38.0 to 1.47.0
  • #​13586 deps Bump github.com/opensearch-project/opensearch-go/v2 from 2.2.0 to 2.3.0
  • #​13585 deps Bump github.com/prometheus-community/pro-bing from 0.2.0 to 0.3.0
  • #​13666 deps Bump github.com/shirou/gopsutil/v3 from 3.23.5 to 3.23.6
  • #​13638 deps Bump github.com/thomasklein94/packer-plugin-libvirt from 0.3.4 to 0.5.0
  • #​13667 deps Bump k8s.io/api from 0.27.2 to 0.27.4
  • #​13587 deps Bump k8s.io/apimachinery from 0.27.2 to 0.27.3
  • #​13641 deps Bump modernc.org/sqlite from 1.23.1 to 1.24.0

v1.27.2

Compare Source

Bugfixes
  • #​13570 config Replace environment variables if existing but empty
  • #​13525 inputs.cloud_pubsub Properly lock for decompression
  • #​13517 inputs.gnmi Add option to explicitly trim field-names
  • #​13497 inputs.internet_speed Add location as a field
  • #​13485 inputs.modbus Check number of register for datatype
  • #​13486 inputs.modbus Fix optimization of overlapping requests and add warning
  • #​13478 inputs.mqtt_consumer Correctly handle semaphores on messages
  • #​13574 inputs.mqtt_consumer Print warning on no metrics generated
  • #​13514 inputs.opcua Ensure connection after reconnect
  • #​13495 inputs.phpfpm Check address length to avoid crash
  • #​13542 inputs.snmp_trap Copy GoSNMP global defaults to prevent side-effects
  • #​13557 inputs.vpshere Compare versions as a string
  • #​13527 outputs.graphite Rework connection handling
  • #​13562 outputs.influxdb_v2 Expose HTTP/2 client timeouts
  • #​13454 outputs.stackdriver Options to use official path and types
  • #​13522 outputs.sumologic Unwrap serializer for type check
  • #​13547 parsers.binary Fix binary parser example in README.md
  • #​13526 parsers.grok Use UTC as the default timezone
  • #​13550 parsers.xpath Handle explicitly defined fields correctly
  • #​13564 processors.printer Convert output to string
  • #​13489 secretstores Skip dbus connection with kwallet
  • #​13511 serializers.splunkmetric Fix TOML option name for multi-metric
  • #​13563 tools.custom_builder Error out for unknown plugins in configuration
Dependency Updates
  • #​13524 Replace github.com/denisenkom/go-mssqldb with github.com/microsoft/go-mssqldb
  • #​13501 deps Bump cloud.google.com/go/bigquery from 1.51.1 to 1.52.0
  • #​13500 deps Bump github.com/aliyun/alibaba-cloud-sdk-go from 1.62.337 to 1.62.389
  • #​13504 deps Bump github.com/aws/aws-sdk-go-v2/config from 1.18.8 to 1.18.27
  • #​13537 deps Bump github.com/aws/aws-sdk-go-v2/service/kinesis from 1.17.8 to 1.17.14
  • #​13509 deps Bump github.com/gopcua/opcua from 0.3.7 to 0.4.0
  • #​13502 deps Bump github.com/prometheus/client_golang from 1.15.1 to 1.16.0
  • #​13544 deps Bump github.com/snowflakedb/gosnowflake from 1.6.13 to 1.6.22
  • #​13541 deps Bump github.com/urfave/cli/v2 from 2.25.5 to 2.25.7
  • #​13538 deps Bump golang.org/x/text from 0.9.0 to 0.10.0
  • #​13554 deps Bump golang.org/x/text from 0.10.0 to 0.11.0
  • #​13540 deps Bump google.golang.org/api from 0.126.0 to 0.129.0

v1.27.1

Compare Source

Bugfixes
  • #​13434 Handle compression level correctly for different algorithms
  • #​13457 config Restore old environment var behavior with option
  • #​13446 custom_builder Correctly handle serializers and parsers
Dependency Updates
  • #​13469 deps Bump github.com/aws/aws-sdk-go-v2/credentials from 1.13.20 to 1.13.26
  • #​13468 deps Bump github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.25.9 to 1.26.2
  • #​13465 deps Bump github.com/aws/aws-sdk-go-v2/service/timestreamwrite from 1.16.0 to 1.17.2
  • #​13466 deps Bump github.com/go-sql-driver/mysql from 1.6.0 to 1.7.1
  • #​13427 deps Bump github.com/jackc/pgx/v4 from 4.17.1 to 4.18.1
  • #​13429 deps Bump github.com/nats-io/nats.go from 1.24.0 to 1.27.0
  • #​13467 deps Bump github.com/prometheus-community/pro-bing from 0.1.0 to 0.2.0
  • #​13428 deps Bump golang.org/x/crypto from 0.8.0 to 0.9.0
  • #​13431 deps Bump golang.org/x/term from 0.8.0 to 0.9.0
  • #​13430 deps Bump modernc.org/sqlite from 1.21.0 to 1.23.1

v1.27.0

Compare Source

Important Changes
  • Fix parsing of timezone abbreviations such as MST. Up to now, when parsing
    times with abbreviated timezones (i.e. the format ) the timezone information
    is ignored completely and the timestamp is located in UTC. This is a golang
    issue (see #​9617 or
    #​56528). If you worked around
    that issue, please remove the workaround before using v1.27+. In case you
    experience issues with abbreviated timezones please file an issue!
  • Removal of old-style parser creation. This should not directly affect users as
    it is an API change. All parsers in Telegraf are already ported to the new
    framework. If you experience any issues with not being able to create parsers
    let us know!
New Plugins
  • #​11155 inputs.ctrlx_datalayer ctrlX Data Layer
  • #​13397 inputs.intel_baseband Intel Baseband Accelerator
  • #​13220 outputs.clarify Clarify
  • #​13379 outputs.nebius_cloud_monitoring Nebius Cloud Monitoring
  • #​13061 processors.scale Scale
  • #​13035 secretstores.docker Docker Store
  • #​13150 secretstores.http HTTP Store
  • #​13224 serializers.cloudevents CloudEvents
Features
  • #​13144 Add common expression language metric filtering
  • #​13364 agent Add option to avoid filtering of explicit plugin tags
  • #​13118 aggregators.basicstats Add percentage change
  • #​13094 cloud_pubsub Add support for gzip compression
  • #​12863 common.opcua Add support for secret-store secrets
  • #​13262 common.tls Add support for passphrase-protected private key
  • #​13377 config Add framework for migrating deprecated plugins
  • #​13229 config Support shell like syntax for environment variable substitution
  • #​12448 inputs.cloudwatch Add support for cross account observability
  • #​13089 inputs.directory_monitor Improve internal stats
  • #​13163 inputs.filecount Add oldestFileTimestamp and newestFileTimestamp
  • #​13326 inputs.gnmi Allow canonical field names
  • #​13116 inputs.gnmi Support Juniper GNMI Extension Header
  • #​12797 inputs.internet_speed Support multi-server test
  • #​11831 inputs.kafka_consumer Add regular expression support for topics
  • #​13040 inputs.kubernetes Extend kube_inventory plugin to include and extend resource quota, secret, node, and pod measurement
  • #​13293 inputs.nats_consumer Add receiver subject as tag
  • #​13047 inputs.netflow Add sFlow decoder
  • #​13360 inputs.netflow Allow custom PEN field mappings
  • #​13133 inputs.nvidia_smi Add additional memory related fields
  • #​13404 inputs.opentelemetry Add configurable span dimensions
  • #​12851 inputs.prometheus Control which pod metadata is added as tags
  • #​13289 inputs.sql Add disconnected_servers_behavior field in the configuration
  • #​13091 inputs.sql Add FlightSQL support
  • #​13261 inputs.sqlserver Add Azure Arc-enabled SQL MI support
  • #​13284 inputs.sqlserver Check SQL Server encryptionEnforce with xp_instance_regread
  • #​13087 inputs.statsd Add optional temporality and start_time tag for statsd metrics
  • #​13048 inputs.suricata Add ability to parse drop or rejected
  • #​11955 inputs.vsphere Add vSAN extension
  • #​13316 internal Add additional faster compression options
  • [#​13157](https://togithub.com/influxdata

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Apr 4, 2023
@renovate renovate bot enabled auto-merge (squash) April 4, 2023 04:14
renovate-approve[bot]
renovate-approve bot previously approved these changes Apr 4, 2023
@renovate renovate bot requested a review from ykzts April 4, 2023 11:53
@renovate renovate bot force-pushed the renovate/github.com-influxdata-telegraf-1.x branch from d0b31da to f29b806 Compare April 24, 2023 14:38
renovate-approve[bot]
renovate-approve bot previously approved these changes Apr 24, 2023
@renovate renovate bot changed the title build(deps): update module github.com/influxdata/telegraf to v1.26.1 build(deps): update module github.com/influxdata/telegraf to v1.26.2 Apr 24, 2023
@renovate renovate bot force-pushed the renovate/github.com-influxdata-telegraf-1.x branch from f29b806 to 32c49be Compare May 4, 2023 00:51
renovate-approve[bot]
renovate-approve bot previously approved these changes May 4, 2023
@renovate renovate bot force-pushed the renovate/github.com-influxdata-telegraf-1.x branch from 32c49be to d251cd1 Compare May 19, 2023 01:32
renovate-approve[bot]
renovate-approve bot previously approved these changes May 19, 2023
@renovate renovate bot force-pushed the renovate/github.com-influxdata-telegraf-1.x branch from d251cd1 to 3146256 Compare May 22, 2023 17:35
renovate-approve[bot]
renovate-approve bot previously approved these changes May 22, 2023
@renovate renovate bot changed the title build(deps): update module github.com/influxdata/telegraf to v1.26.2 build(deps): update module github.com/influxdata/telegraf to v1.26.3 May 22, 2023
@renovate renovate bot force-pushed the renovate/github.com-influxdata-telegraf-1.x branch from 3146256 to 6470938 Compare May 23, 2023 17:55
renovate-approve[bot]
renovate-approve bot previously approved these changes May 23, 2023
@renovate renovate bot force-pushed the renovate/github.com-influxdata-telegraf-1.x branch from 6470938 to a7c5be2 Compare May 30, 2023 13:15
renovate-approve[bot]
renovate-approve bot previously approved these changes May 30, 2023
@renovate renovate bot force-pushed the renovate/github.com-influxdata-telegraf-1.x branch from a7c5be2 to 7d490b1 Compare May 30, 2023 20:48
renovate-approve[bot]
renovate-approve bot previously approved these changes May 30, 2023
@renovate renovate bot force-pushed the renovate/github.com-influxdata-telegraf-1.x branch from 7d490b1 to b915225 Compare June 12, 2023 14:44
@renovate renovate bot changed the title build(deps): update module github.com/influxdata/telegraf to v1.26.3 build(deps): update module github.com/influxdata/telegraf to v1.27.0 Jun 12, 2023
@renovate renovate bot force-pushed the renovate/github.com-influxdata-telegraf-1.x branch from 5e2b1d7 to a979f3a Compare July 24, 2023 23:21
renovate-approve[bot]
renovate-approve bot previously approved these changes Jul 24, 2023
@renovate renovate bot changed the title build(deps): update module github.com/influxdata/telegraf to v1.27.2 build(deps): update module github.com/influxdata/telegraf to v1.27.3 Jul 31, 2023
@renovate renovate bot force-pushed the renovate/github.com-influxdata-telegraf-1.x branch from a979f3a to 9c02738 Compare July 31, 2023 20:22
@renovate renovate bot force-pushed the renovate/github.com-influxdata-telegraf-1.x branch 2 times, most recently from 4e98e9a to e570f16 Compare August 15, 2023 00:05
@renovate renovate bot changed the title build(deps): update module github.com/influxdata/telegraf to v1.27.3 build(deps): update module github.com/influxdata/telegraf to v1.27.4 Aug 21, 2023
@renovate renovate bot force-pushed the renovate/github.com-influxdata-telegraf-1.x branch from e570f16 to 21f89f6 Compare August 21, 2023 16:49
@renovate renovate bot force-pushed the renovate/github.com-influxdata-telegraf-1.x branch from 21f89f6 to 010d371 Compare September 8, 2023 20:13
@renovate renovate bot changed the title build(deps): update module github.com/influxdata/telegraf to v1.27.4 build(deps): update module github.com/influxdata/telegraf to v1.28.0 Sep 11, 2023
@renovate renovate bot force-pushed the renovate/github.com-influxdata-telegraf-1.x branch 3 times, most recently from d4585ce to bd6842e Compare September 12, 2023 20:10
@renovate renovate bot changed the title build(deps): update module github.com/influxdata/telegraf to v1.28.0 build(deps): update module github.com/influxdata/telegraf to v1.28.1 Sep 12, 2023
@renovate renovate bot force-pushed the renovate/github.com-influxdata-telegraf-1.x branch 2 times, most recently from 4c51ef0 to 05cac13 Compare September 26, 2023 02:11
@renovate renovate bot force-pushed the renovate/github.com-influxdata-telegraf-1.x branch from 05cac13 to dc262cb Compare October 2, 2023 23:02
@renovate renovate bot changed the title build(deps): update module github.com/influxdata/telegraf to v1.28.1 build(deps): update module github.com/influxdata/telegraf to v1.28.2 Oct 2, 2023
@renovate renovate bot force-pushed the renovate/github.com-influxdata-telegraf-1.x branch from dc262cb to ce149b9 Compare October 12, 2023 21:12
@renovate renovate bot force-pushed the renovate/github.com-influxdata-telegraf-1.x branch from ce149b9 to b8182d6 Compare October 23, 2023 15:23
@renovate renovate bot changed the title build(deps): update module github.com/influxdata/telegraf to v1.28.2 build(deps): update module github.com/influxdata/telegraf to v1.28.3 Oct 23, 2023
@renovate renovate bot force-pushed the renovate/github.com-influxdata-telegraf-1.x branch from b8182d6 to 76fb4a0 Compare November 13, 2023 23:34
@renovate renovate bot changed the title build(deps): update module github.com/influxdata/telegraf to v1.28.3 build(deps): update module github.com/influxdata/telegraf to v1.28.4 Nov 13, 2023
@renovate renovate bot changed the title build(deps): update module github.com/influxdata/telegraf to v1.28.4 build(deps): update module github.com/influxdata/telegraf to v1.28.5 Nov 15, 2023
@renovate renovate bot force-pushed the renovate/github.com-influxdata-telegraf-1.x branch from 76fb4a0 to 091e1e4 Compare November 15, 2023 19:23
@renovate renovate bot force-pushed the renovate/github.com-influxdata-telegraf-1.x branch from 091e1e4 to 17d5c8f Compare December 11, 2023 16:34
@renovate renovate bot changed the title build(deps): update module github.com/influxdata/telegraf to v1.28.5 build(deps): update module github.com/influxdata/telegraf to v1.29.0 Dec 11, 2023
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants