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

Update dependency influxdata/telegraf to v1.31.2 #171

Merged
merged 1 commit into from
Aug 7, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 10, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
influxdata/telegraf minor 1.30.3 -> 1.31.2

Release Notes

influxdata/telegraf (influxdata/telegraf)

v1.31.2

Compare Source

Bugfixes
  • #​15589 common.socket Switch to context to simplify closing
  • #​15601 inputs.ping Check addr length to avoid crash
  • #​15618 inputs.snmp Translate field correctly when not in table
  • #​15586 parsers.xpath Allow resolving extensions
  • #​15630 tools.custom_builder Handle multiple instances of the same plugin correctly
Dependency Updates
  • #​15582 deps Bump cloud.google.com/go/storage from 1.41.0 to 1.42.0
  • #​15623 deps Bump cloud.google.com/go/storage from 1.42.0 to 1.43.0
  • #​15607 deps Bump github.com/alitto/pond from 1.8.3 to 1.9.0
  • #​15625 deps Bump github.com/antchfx/xpath from 1.3.0 to 1.3.1
  • #​15622 deps Bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.34.3 to 1.37.3
  • #​15606 deps Bump github.com/hashicorp/consul/api from 1.26.1 to 1.29.1
  • #​15604 deps Bump github.com/jackc/pgx/v4 from 4.18.2 to 4.18.3
  • #​15581 deps Bump github.com/nats-io/nats-server/v2 from 2.10.16 to 2.10.17
  • #​15603 deps Bump github.com/openconfig/goyang from 1.0.0 to 1.5.0
  • #​15624 deps Bump github.com/sijms/go-ora/v2 from 2.8.4 to 2.8.19
  • #​15585 deps Bump github.com/testcontainers/testcontainers-go/modules/kafka from 0.30.0 to 0.31.0
  • #​15605 deps Bump github.com/tinylib/msgp from 1.1.9 to 1.2.0
  • #​15584 deps Bump github.com/urfave/cli/v2 from 2.27.1 to 2.27.2
  • #​15614 deps Bump google.golang.org/grpc from 1.64.0 to 1.64.1
  • #​15608 deps Bump super-linter/super-linter from 6.6.0 to 6.7.0

For versions earlier than v1.13 and earlier see
CHANGELOG-1.13.md.

v1.31.1

Compare Source

Bugfixes
  • #​15488 agent Ignore startup-errors in test mode
  • #​15568 inputs.chrony Handle ServerStats4 response
  • #​15551 inputs.chrony Support local (reference) sources
  • #​15565 inputs.gnmi Handle YANG namespaces in paths correctly
  • #​15496 inputs.http_response Fix for IPv4 and IPv6 addresses when interface is set
  • #​15493 inputs.mysql Handle custom TLS configs correctly
  • #​15514 logging Add back constants for backward compatibility
  • #​15531 secretstores.oauth2 Ensure endpoint params is not nil
Dependency Updates
  • #​15483 deps Bump cloud.google.com/go/monitoring from 1.18.1 to 1.19.0
  • #​15559 deps Bump github.com/Azure/azure-kusto-go from 0.15.2 to 0.15.3
  • #​15489 deps Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.5.1 to 1.6.0
  • #​15560 deps Bump github.com/Azure/go-autorest/autorest/azure/auth from 0.5.12 to 0.5.13
  • #​15480 deps Bump github.com/IBM/sarama from 1.43.1 to 1.43.2
  • #​15526 deps Bump github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.37.0 to 1.38.7
  • #​15527 deps Bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.30.2 to 1.32.9
  • #​15558 deps Bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.32.9 to 1.33.2
  • #​15448 deps Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.161.1 to 1.162.1
  • #​15557 deps Bump github.com/go-ldap/ldap/v3 from 3.4.6 to 3.4.8
  • #​15523 deps Bump github.com/linkedin/goavro/v2 from 2.12.0 to 2.13.0
  • #​15484 deps Bump github.com/microsoft/go-mssqldb from 1.7.0 to 1.7.2
  • #​15561 deps Bump github.com/nats-io/nats-server/v2 from 2.10.14 to 2.10.16
  • #​15524 deps Bump github.com/prometheus/common from 0.53.0 to 0.54.0
  • #​15481 deps Bump github.com/prometheus/procfs from 0.15.0 to 0.15.1
  • #​15482 deps Bump github.com/rabbitmq/amqp091-go from 1.9.0 to 1.10.0
  • #​15525 deps Bump go.step.sm/crypto from 0.44.1 to 0.47.1
  • #​15479 deps Bump super-linter/super-linter from 6.5.1 to 6.6.0

v1.31.0

Compare Source

Important Changes
  • PR #​15186 changes the
    meaning of inputs.procstat fields read_bytes and write_bytes on Linux
    to now contain all I/O operations for consistency with other
    operating-systems. The previous values are output as disk_read_bytes and
    disk_write_bytes measuring only the I/O on the storage layer.
New Plugins
Features
  • #​15433 agent Add uint support in cli test output
  • #​15377 agent Introduce CLI option to set config URL retry attempts
  • #​15388 agent Introduce CLI option to reload remote URL configs on change
  • #​15030 aggregators.basicstats Add last field
  • #​15268 aggregators.final Add option to disable appending _final
  • #​15319 aggregators.merge Allow to round metric timestamps
  • #​15426 cli List available parsers and serializers
  • #​15341 common.opcua Add session timeout as configuration option
  • #​15395 input.azure_monitor Use default Azure credentials chain when no secret provided
  • #​15233 inputs.ceph Use perf schema to determine metric type
  • #​14992 inputs.dns_query Allow ignoring errors of specific types
  • #​15400 inputs.exec Add option to ignore return code
  • #​15271 inputs.execd Add option to not restart program on error
  • #​15330 inputs.file Add tag with absolute path of file
  • #​15171 inputs.gnmi Add keepalive settings
  • #​15278 inputs.gnmi Add option to create more descriptive tags
  • #​15173 inputs.gnmi Add secret store support for username and password
  • #​15201 inputs.gnmi Add yang-model decoding of JSON IETF payloads
  • #​15256 inputs.gnmi Allow to pass accepted cipher suites
  • #​15454 inputs.http_listener Allow setting custom success return code
  • #​15110 inputs.http_response Add cookie authentication
  • #​15438 inputs.influxdb Add metrics for build, crypto and commandline
  • #​15361 inputs.influxdb_v2_listener Add support for rate limiting
  • #​15407 inputs.influxdb_v2_listener Support secret store for token
  • #​15329 inputs.internet_speed Introduce packet loss field
  • #​15368 inputs.kafka_consumer Add resolve canonical bootstrap server option
  • #​15169 inputs.knx_listener Add support for string data type
  • #​15069 inputs.knx_listener Allow usage of DPT string representation
  • #​15049 inputs.kubernetes Add option to node metric name
  • #​15044 inputs.lustre2 Add eviction_count field
  • #​15042 inputs.lustre2 Add health-check metric
  • #​14813 inputs.lustre2 Add support for bulk read/write stats
  • #​15045 inputs.lustre2 Skip brw_stats in case of insufficient permissions
  • #​15270 inputs.mock Add baseline option to sine
  • #​15314 inputs.netflow Add support for IPFIX option packets
  • #​15180 inputs.netflow Add support for netflow v9 option packets
  • #​15282 inputs.nvidia_smi Add power-limit field for v12 scheme
  • #​15460 inputs.openstack Use service catalog from v3 authentication if available
  • #​15231 inputs.opentelemetry Add option to set max receive message size
  • #​15299 inputs.procstat Add option to select properties to collect
  • #​14948 inputs.procstat Allow multiple selection criteria
  • #​15186 inputs.procstat Report consistent I/O on Linux
  • #​14981 inputs.radius Provide setting to set request IP address
  • #​15293 inputs.redis Add latency percentiles metric
  • #​15000 inputs.s7comm Add optional connection type setting
  • #​15439 inputs.snmp Convert octet string with invalid data to hex
  • #​15137 inputs.sqlserver Add persistent version store metrics
  • #​15380 inputs.statsd Add support for DogStatsD v1.2
  • #​15371 inputs.statsd Allow counters to report as float
  • #​15306 inputs.win_eventlog Add option to define event batch-size
  • #​14973 inputs.win_wmi Add support for remote queries
  • #​15300 inputs.win_wmi Allow to invoke methods
  • #​15145 inputs Add framework to retry on startup errors
  • #​15065 outputs.cratedb Allow configuration of startup error handling
  • #​15477 outputs.elasticsearch Allow settings extra headers for elasticsearch output
  • #​15225 outputs.influxdb Add option to define local address
  • #​15228 outputs.influxdb_v2 Add option to set local address
  • #​15475 outputs.influxdb_v2 Preserve custom query parameters on write
  • #​15429 outputs.mqtt Add client trace logging, resolve MQTT5 reconnect login
  • #​15041 outputs.postgresql Add secret store support
  • #​15073 outputs.postgresql Allow configuration of startup error handling
  • #​14884 outputs Add framework to retry on startup errors
  • #​14952 parser.prometheusremotewrite Parse and generate histogram buckets
  • #​14961 parsers.binary Allow base64-encoded input data
  • #​15328 processors.parser Add base64 decode for fields
  • #​15434 processors.printer Embed Influx serializer options
  • #​15170 processors.starlark Allow persistence of global state
  • #​15220 serializers.influx Add option to omit timestamp
  • #​14975 snmp Add secret support for auth_password and priv_password
Bugfixes
  • #​15402 agent Warn on multiple agent configuration tables seen
  • #​15440 inputs.cloudwatch Add accounts when enabled
  • #​15428 inputs.cloudwatch Ensure account list is larger than index
  • #​15456 inputs.ecs Check for nil pointer before use
  • #​15401 inputs.postgresql_extensible Use same timestamp for each gather
  • #​15260 inputs.procstat Do not report dead processes as running for orphan PID files
  • #​15332 inputs.smartctl Add additional fields
  • #​15466 processors.snmp_lookup Return empty tag-map on error to avoid panic
Dependency Updates
  • #​15385 deps Bump cloud.google.com/go/storage from 1.40.0 to 1.41.0
  • #​15446 deps Bump github.com/awnumar/memguard from 0.22.4 to 0.22.5
  • #​15413 deps Bump github.com/fatih/color from 1.16.0 to 1.17.0
  • #​15410 deps Bump github.com/jhump/protoreflect from 1.15.6 to 1.16.0
  • #​15441 deps Bump github.com/lxc/incus v0.4.0 to v6.2.0
  • #​15381 deps Bump github.com/miekg/dns from 1.1.58 to 1.1.59
  • #​15444 deps Bump github.com/openzipkin/zipkin-go from 0.4.2 to 0.4.3
  • #​15412 deps Bump github.com/prometheus/common from 0.52.2 to 0.53.0
  • #​15362 deps Bump github.com/showwin/speedtest-go from 1.7.5 to 1.7.6
  • #​15382 deps Bump github.com/showwin/speedtest-go from 1.7.6 to 1.7.7
  • #​15384 deps Bump github.com/snowflakedb/gosnowflake from 1.7.2 to 1.10.0
  • #​15470 deps Bump go from v1.22.3 to v1.22.4
  • #​15411 deps Bump golang.org/x/crypto from 0.22.0 to 0.23.0
  • #​15447 deps Bump golang.org/x/net from 0.24.0 to 0.25.0
  • #​15383 deps Bump k8s.io/* from 0.29.3 to 0.30.1
  • #​15445 deps Bump modernc.org/sqlite from 1.29.10 to 1.30.0
  • #​15409 deps Bump modernc.org/sqlite from 1.29.5 to 1.29.10
  • #​15386 deps Bump super-linter/super-linter from 6.4.1 to 6.5.0
  • #​15408 deps Bump super-linter/super-linter from 6.5.0 to 6.5.1
  • #​15393 deps Switch to github.com/leodido/go-syslog
  • #​15403 deps Update OpenTelemetry dependencies

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/influxdata-telegraf-1.x branch from 2f66efd to 69f1636 Compare July 1, 2024 23:13
@renovate renovate bot changed the title Update dependency influxdata/telegraf to v1.31.0 Update dependency influxdata/telegraf to v1.31.1 Jul 1, 2024
@renovate renovate bot force-pushed the renovate/influxdata-telegraf-1.x branch from 69f1636 to 0498fc6 Compare July 22, 2024 17:13
@renovate renovate bot changed the title Update dependency influxdata/telegraf to v1.31.1 Update dependency influxdata/telegraf to v1.31.2 Jul 22, 2024
@platan platan merged commit d67e060 into master Aug 7, 2024
@renovate renovate bot deleted the renovate/influxdata-telegraf-1.x branch August 7, 2024 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant