Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

chore(deps): update dependency influxdata/telegraf to v1.27.0 #6437

Merged
merged 1 commit into from
Jun 16, 2023

Conversation

nicholasdille-bot
Copy link
Collaborator

This PR contains the following updates:

Package Update Change
influxdata/telegraf minor 1.26.3 -> 1.27.0

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

influxdata/telegraf

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 outputs.loki Add option for metric name label
  • #​13349 outputs.wavefront Add TLS and HTTP Timeout configuration fields
  • #​13167 parsers.opentsdb Add OpenTSDB data format parser
  • #​13075 processors.aws_ec2 Add caching of imds and ec2 tags
  • #​13147 processors.parser Add merge with timestamp option
  • #​13227 processors.scale Add scaling by factor and offset
  • #​13253 processors.template Allow tag to be a template
  • #​12971 serializer.prometheusremote Improve performance
  • #​13275 test Allow to capture all messages during test
Bugfixes
  • #​13238 inputs.cloud_pubsub Fix gzip decompression
  • #​13304 inputs.gnmi Allow optional origin for update path
  • #​13332 inputs.gnmi Handle canonical field-name correctly for non-explicit subscriptions
  • #​13350 inputs.mqtt ACK messages when persistence is enabled
  • #​13361 inputs.mysql Update MariaDB Dialect regex version check
  • #​13325 inputs.netflow Fix field mappings
  • #​13320 inputs.netflow Handle PEN messages correctly
  • #​13231 inputs.prometheus Avoid race when creating informer factory
  • #​13288 inputs.socket_listener Avoid noisy logs on closed connection
  • #​13307 inputs.temp Ignore warnings and instead return only errors
  • #​13412 inputs.upsd Handle float battery.runtime value
  • #​13363 internal Fix time parsing for abbreviated timezones
  • #​13408 outputs.sql Use config.duration to correctly to parse toml config
  • #​13252 outputs.wavefront Flush metric buffer before reaching overflow
  • #​13301 processors.lookup Do not strip tracking info
  • #​13164 serializers.influx Restore disabled uint support by default
  • #​13394 tests Replace last 'cat' instance in tests
Dependency Updates
  • #​13359 deps Bump cloud.google.com/go/monitoring from 1.13.0 to 1.14.0
  • #​13312 deps Bump github.com/aliyun/alibaba-cloud-sdk-go from 1.62.193 to 1.62.337
  • #​13390 deps Bump github.com/aws/aws-sdk-go-v2/feature/ec2/imds from 1.13.2 to 1.13.3
  • #​13391 deps Bump github.com/aws/aws-sdk-go-v2/service/sts from 1.18.9 to 1.19.0
  • #​13313 deps Bump github.com/Azure/azure-event-hubs-go/v3 from 3.4.0 to 3.5.0
  • #​13314 deps Bump github.com/Azure/go-autorest/autorest from 0.11.28 to 0.11.29
  • #​13265 deps Bump github.com/influxdata/influxdb-observability libraries from 0.3.3 to 0.3.15
  • #​13311 deps Bump github.com/jackc/pgconn from 1.13.0 to 1.14.0
  • #​13357 deps Bump github.com/jackc/pgtype from 1.12.0 to 1.14.0
  • #​13392 deps Bump github.com/Mellanox/rdmamap to 1.1.0
  • #​13356 deps Bump github.com/pion/dtls/v2 from 2.2.6 to 2.2.7
  • #​13389 deps Bump github.com/prometheus/common from 0.43.0 to 0.44.0
  • #​13355 deps Bump github.com/rabbitmq/amqp091-go from 1.8.0 to 1.8.1
  • #​13396 deps Bump github.com/shirou/gopsutil from 3.23.4 to 3.23.5
  • #​13369 deps Bump github.com/showwin/speedtest-go from 1.5.2 to 1.6.2
  • #​13388 deps Bump github.com/urfave/cli/v2 from 2.23.5 to 2.25.5
  • #​13315 deps Bump k8s.io/client-go from 0.26.2 to 0.27.2

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 Renovate Bot.

@nicholasdille nicholasdille merged commit 80a1401 into main Jun 16, 2023
@nicholasdille nicholasdille deleted the renovate/influxdata-telegraf-1.x branch June 16, 2023 10:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants