Skip to content

Releases: influxdata/telegraf

v1.28.0

11 Sep 16:39
3ef34be
Compare
Choose a tag to compare

v1.28.0 [2023-09-11]

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

  • #13801 inputs.intel_pmt Intel PMT
  • #13731 inputs.s7comm S7comm
  • #12747 inputs.tacacs Tacacs
  • #13785 processors.split Split metrics
  • #13621 secretstores.oauth2 OAuth2 services
  • #13656 serializers.template Template based serializer

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

Packages

Arch Platform Package SHA256
arm64 CentOS telegraf-1.28.0-1.aarch64.rpm e6e36...
Read more

v1.27.4

21 Aug 15:00
c0f0866
Compare
Choose a tag to compare

v1.27.4 [2023-08-21]

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

Packages

Arch Platform Package SHA256
arm64 CentOS telegraf-1.27.4-1.aarch64.rpm 24ae3a87c870c12d35a976f2a2efab288e81b057419fcdff4912650e4261619b
armel CentOS telegraf-1.27.4-1.armel.rpm 4d72f42a83ab51c8f5be173e5feea8ba4e1144954fc2e718a65517c6f2712a77
armv6hl CentOS telegraf-1.27.4-1.armv6hl.rpm ac69d73a3f19c939b5b0ed4c36e5d17cf456a3804e262102a5a8c644275d6ab6
i386 CentOS telegraf-1.27.4-1.i386.rpm b6b15d7b38d7cb3be4e05c25891b91c91bd67bfd65424bf836a7000014c8996e
ppc64le CentOS telegraf-1.27.4-1.ppc64le.rpm a2df9241e24ce4f87af4ac047b02fb7269a1d1be0584eea7c1040c2ed991a126
riscv64 CentOS telegraf-1.27.4-1.riscv64.rpm 7c664c1213853643898d38f6580cce80250feaa22d2fab216041a2d33e9eb4cd
s390x CentOS telegraf-1.27.4-1.s390x.rpm f97dc464fd6623a433c977046ea902ae6e4542c82256f13efec6478f9ee9b8b1
amd64 CentOS telegraf-1.27.4-1.x86_64.rpm 126575d52a4b252986542991c092f84bcee01f75a0a4b2f4038b96c4036ebdc2
amd64 macOS telegraf-1.27.4_darwin_amd64.dmg 9c187094258281f29af0b21be0490b6b312fc69ff9d365f41093266783a266a2
amd64 macOS telegraf-1.27.4_darwin_amd64.tar.gz a8aa18d2bdca37f7485b5c84e1d6e23fe3910560b1db6a9d794ecb3d21b5cb5d
arm64 macOS telegraf-1.27.4_darwin_arm64.dmg ec4830be7730b5d963eb4311fd458371b8bf0f90a07e9586ac6a9a25ba894296
arm64 macOS telegraf-1.27.4_darwin_arm64.tar.gz 75b12dbeacab88442dc7116f5fac46c4291d3284972fa5a264c0cbca3e61e314
amd64 FreeBSD telegraf-1.27.4_freebsd_amd64.tar.gz 54990ea48868cf99c73b4781413d43fc2310762228117b28b80ff300aa37eb25
armv7 FreeBSD telegraf-1.27.4_freebsd_armv7.tar.gz 4a22a692cc2832929024476ac07b4845162e630a58da8399ed408936e39a7dc5
i386 FreeBSD telegraf-1.27.4_freebsd_i386.tar.gz 0a8a6b5f47d922bc83ea8f2572a836e7d5ab8a6117b5828639ec35fe005b1a85
amd64 Linux telegraf-1.27.4_linux_amd64.tar.gz ca99e20b4884ac1274700c7c2167972c5cefda16af6e0a9348b0fc2dc8e58359
arm64 Linux telegraf-1.27.4_linux_arm64.tar.gz cbfe69b2f76f892e403bf0ce897f58272b84a5783e024b4b127b72b5f2b3e154
armel Linux telegraf-1.27.4_linux_armel.tar.gz cbe008ad0c590db9b6f7ba919462abe1b9fb9530ca649bd96656e43a0076c309
armhf Linux telegraf-1.27.4_linux_armhf.tar.gz 10aaab1f7e5fb8fc2d6f8c626b55cb861635ed5db5c22ed4f671c9cd77dcf3a9
i386 Linux telegraf-1.27.4_linux_i386.tar.gz b01218215b9afb020fd08f7bad3ce8d69ccd3a1f8465f052468b71e6bb2773fd
mips Linux telegraf-1.27.4_linux_mips.tar.gz ff60db7a10a5eb569926ed61c902cd76feab2b4a37d07839bf2c5f1efe587335
mipsel Linux telegraf-1.27.4_linux_mipsel.tar.gz 3d5ad1a835d035ebd556ce9b8a781f924966f3d4c9865af282f6203ad7e2869f
ppc64le Linux telegraf-1.27.4_linux_ppc64le.tar.gz 388e6f53f2458ed5a4ef4d811062e42b9392e11ff0f9ac5ae58db1be552d2d9c
riscv64 Linux telegraf-1.27.4_linux_riscv64.tar.gz 90cc357bad4ede0b6c85c97868fdc19bc3cdf44e01341f0216f67c1c42a80434
s390x Linux telegraf-1.27.4_linux_s390x.tar.gz 720bb371925215549956cc5310aa1da7d56df378df6b89e8befbc8bd1209fdb7
amd64 Windows telegraf-1.27.4_windows_amd64.zip ab0fc8e490c834d1999f5fd266b0686e05d8d01a3f5bf9ed91152beb00716b14
arm64 Windows telegraf-1.27.4_windows_arm64.zip 0b1b57bf810361726be07f1b19949922a089bcd1584ce3d896417f80e9fa4efe
i386 Windows telegraf-1.27.4_windows_i386.zip 819613c6719b47ba6060691ea8aa41612aaa014ddfb7df82a3b0faddddabf38b
amd64 Debian telegraf_1.27.4-1_amd64.deb a8961789d483dd539797785f4d0ae3dc09370f8273cbc247a98e9c542f91d3d6
arm64 Debian telegraf_1.27.4-1_arm64.deb fcbd9441ab5b452717955bb406de312f7e502eddd1a0abf98714eb2686ee3e0e
armel Debian telegraf_1.27.4-1_armel.deb 4b56f6638dcd44d75d97fe2f8c9fc61ce6f120b85e5576dff8539380e8ec06de
armhf Debian telegraf_1.27.4-1_armhf.deb e66ebc3213204c88641bbda80c36720755e4f1acd0445e0820a3fee4208b0bcd
i386 Debian telegraf_1.27.4-1_i386.deb 4fa0217cb8cae6f07c7107975b8740d07f8b70db254237d4c0af3016b1a1525b
mips Debian telegraf_1.27.4-1_mips.deb 99aa0293bb38ff12341b666754369c88e88cac99aa7a9335f6b322cbd11fbf4b
mipsel Debian telegraf_1.27.4-1_mipsel.deb 484a39d012347b42b6199853fc02d91307a215389fc01d441eb49e71da39e14f
ppc64el Debian telegraf_1.27.4-1_ppc64el.deb bd2a845baf60e6442f0abbc267fc97f6a117be4e74a4e55a3ec206f6323c7457
riscv64 Debian telegraf_1.27.4-1_riscv64.deb 71878981dbb7694cf5663b369c853ae25b7f9aa1024a1d0321c7e7fed1170b8...
Read more

v1.27.3

31 Jul 17:03
Compare
Choose a tag to compare

v1.27.3 [2023-07-31]

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

Packages

Arch Platform Package SHA256
arm64 CentOS telegraf-1.27.3-1.aarch64.rpm 917f20c2670bcb39e534028be5d17e595482f933a591db67e471579211752d6f
armel CentOS telegraf-1.27.3-1.armel.rpm 107eb2d72bf36b4e916170216e40a6066466654196029aa3f873330c15847df2
armv6hl CentOS telegraf-1.27.3-1.armv6hl.rpm e61f87b371dbe1ccb998a3142192a44cd3eee3369622d5e90a767e3902579ab2
i386 CentOS telegraf-1.27.3-1.i386.rpm 6e62b99765724534cc8709b8427bdb45fc5f318d2f98dd9b8082a32f1e669c9c
ppc64le CentOS telegraf-1.27.3-1.ppc64le.rpm b17638f1ff8e8ddcfe755b2cf176e105f29e01e7d8d89f09a01ba62b27e7c174
riscv64 CentOS telegraf-1.27.3-1.riscv64.rpm 4846d2c47ac4b5e6e61211fa16dbeb833a0651a233b9bc3f71ff40106011b362
s390x CentOS telegraf-1.27.3-1.s390x.rpm 3b1431ca150ff34b30b263336afeeee7bcf9cbc4291500e24ff89f1c9417af6f
amd64 CentOS telegraf-1.27.3-1.x86_64.rpm 1b95176adfc0929eb895029be09a1b6b4381d4257f7ecf6417c4632f545a1023
amd64 macOS telegraf-1.27.3_darwin_amd64.dmg 11e31c085fc9bb94ede22486c99d7129d248890aee8ad825092acb51f2a0b328
amd64 macOS telegraf-1.27.3_darwin_amd64.tar.gz d048d0b40f8f145a8d9455d473a1372a08e0e7c408ed36afb8aadb4b3ea8ff6e
arm64 macOS telegraf-1.27.3_darwin_arm64.dmg b70969f1722ea70e2ba2af9af1189231ee33fbb40b02df78838927f067199122
arm64 macOS telegraf-1.27.3_darwin_arm64.tar.gz d1f5f1ec6a0fcdf55c9b029ec4c26c21b28ad0ddf8093956d6a0b8c7a7116241
amd64 FreeBSD telegraf-1.27.3_freebsd_amd64.tar.gz ec815cb293fec43a7e54785eedeb3f6e3cf8e983d1899ed55beecde08051050d
armv7 FreeBSD telegraf-1.27.3_freebsd_armv7.tar.gz 5892887e84b9303d01af28fffc72234f100acbf9a1eb2507a54693ee5a50f295
i386 FreeBSD telegraf-1.27.3_freebsd_i386.tar.gz b573c47729263d5f03d5239d221b3a471205cc56e297b081882178c7f1e5d6d9
amd64 Linux telegraf-1.27.3_linux_amd64.tar.gz 0fd16252c4c3ebc0a6d057c4e3db1805c6c4601f414a835163564caf97b28ef5
arm64 Linux telegraf-1.27.3_linux_arm64.tar.gz 3ab9a77392a5c3280c2500f7b1662315ce19fd8239ff8ff80273ada43972730e
armel Linux telegraf-1.27.3_linux_armel.tar.gz a632ed17df4028f82901599a9b72e57c5626b0e3560d9f4928a2e883488a197b
armhf Linux telegraf-1.27.3_linux_armhf.tar.gz 76de3823a4f8c785de0d72b64ef0c6ecbd76b39bf43401c9a6a5f9d284fdd8e9
i386 Linux telegraf-1.27.3_linux_i386.tar.gz 829be007ad2a7990ff45b4f825b03a7384f3c8ef16b69bdbe7bc238504bf551b
mips Linux telegraf-1.27.3_linux_mips.tar.gz ab61875b3c2c5d26660759a7b17dff6332366ef9d073ec88e18c0718d38d2f1d
mipsel Linux telegraf-1.27.3_linux_mipsel.tar.gz 2131412741e29337a1be533ed01ade5f491ac2bf64b285ed427ccb22ad9f10bf
ppc64le Linux telegraf-1.27.3_linux_ppc64le.tar.gz 43e942e5088be0237e809b031bb09eb4f078aa0f2d2a8c4da1db603277ba4a26
riscv64 Linux telegraf-1.27.3_linux_riscv64.tar.gz b382a77510f1f33c4e9fe335b6bae145895256c4bd49066158c5c18fa16288b6
s390x Linux telegraf-1.27.3_linux_s390x.tar.gz 3fc3fb79f33cf8099f58c78cdd8cfd58fb98dc1c1800c06fc84bccb0efeb8f10
amd64 Windows telegraf-1.27.3_windows_amd64.zip 967639f9d9eb8b436633c347fec706ab07d5754a836d446ff40f1670523be6a2
arm64 Windows telegraf-1.27.3_windows_arm64.zip 7e6d097e742474c4e8341110d95ceaed6a43b95b6dfdf7d5957e9e4cb599fa83
i386 Windows telegraf-1.27.3_windows_i386.zip 4e5a1ff6dbe147a4cabe6af33f9f5859af1b13ff349bdcd62b5c5cea5e50bcd1
amd64 Debian telegraf_1.27.3-1_amd64.deb 59f38391696c6e2ad4227c6ca77882d09db77e34508a9eddf6ffde9098f620d4
arm64 Debian telegraf_1.27.3-1_arm64.deb 91941fbd32f963e0aeb1d21c8bdc672ca16f6563398f4f74cf80ce965e6f879a
armel Debian [telegraf_1.27.3-1_a...
Read more

v1.27.2

10 Jul 17:18
Compare
Choose a tag to compare

v1.27.2 [2023-07-10]

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

Packages

Arch Platform Package SHA256
arm64 CentOS telegraf-1.27.2-1.aarch64.rpm fe56183ddce5962252fed2b96a1fe7843b3af5a8c6cad18482d18aa56c2c8509
armel CentOS telegraf-1.27.2-1.armel.rpm 14dd66a1de82c4732d1e50bc61d99229ed1e4f799f432416e523ed2920e1cf5f
armv6hl CentOS telegraf-1.27.2-1.armv6hl.rpm 3dc25425f235c4d3140d4b9d7e27173e4d5dde425dc5764f5b7bda55349bd0ac
i386 CentOS telegraf-1.27.2-1.i386.rpm 466a9cd3ab8040c95ccefd85989c29487aff90efc786ed35be25c3d8452a7d3b
ppc64le CentOS telegraf-1.27.2-1.ppc64le.rpm 5015f5cde8cda562592d2295275cc2440bfe8b127b2c6eeaee227bc1ed0ebd65
riscv64 CentOS telegraf-1.27.2-1.riscv64.rpm fac97d92bc1152d77a43dff7cf1cf06834ba995e9567eeaa1841edc3498a70da
s390x CentOS telegraf-1.27.2-1.s390x.rpm 9e408eb72e2235deae8027671dfd40b6c9319dd00f290c7b3f395a0ce4258748
amd64 CentOS telegraf-1.27.2-1.x86_64.rpm a823510496d1a0042fd8397309e1aed916e0ebfd9f76c53d72418335ff1e2ef9
amd64 macOS telegraf-1.27.2_darwin_amd64.dmg 1e74fc5889681cc2a186e9c97a3766b578febbf367d953de675902101606aa53
amd64 macOS telegraf-1.27.2_darwin_amd64.tar.gz d7ce62fce1f84878b15c9b960cb797822f81b3e665c2c6e34ee18bc76eaa5c8c
arm64 macOS telegraf-1.27.2_darwin_arm64.dmg 345044c372d38b4c478a145660e7457e0d6941e1cc3618de2e08badd681a8796
arm64 macOS telegraf-1.27.2_darwin_arm64.tar.gz 0a729a6837a18eb0041444f673fcb62e23c7759b6e940fc0ebf2c8cbed4827e9
amd64 FreeBSD telegraf-1.27.2_freebsd_amd64.tar.gz 00e07260633ed499456d6297208a1b58e79c892d175a6b7e39abea0fe6191680
armv7 FreeBSD telegraf-1.27.2_freebsd_armv7.tar.gz f9c04e748947c6b704c43ddb51a44536420de5d989a6b9f1eed4ea7ba98b37eb
i386 FreeBSD telegraf-1.27.2_freebsd_i386.tar.gz 4516dc3f92f6038e40501a780de127b0e94ec6fe0baef84c85f53facec240a4a
amd64 Linux telegraf-1.27.2_linux_amd64.tar.gz 2a051e5113898cea52c6bbb4835fd73bf835c5a5976dd7901108ea68adae2749
arm64 Linux telegraf-1.27.2_linux_arm64.tar.gz da73c06c7961f790e23f8a69a9f52198a9c136b2c47ea7da76a6461f6719539a
armel Linux telegraf-1.27.2_linux_armel.tar.gz 80fdd58774f3a06f2f0a91b1443c3e542152d820de7fe7503cf05a4a2d4ea2ee
armhf Linux telegraf-1.27.2_linux_armhf.tar.gz 889741efc226b5efa785c681c4ef96ee80b4e8f2a575f1fc366c7a7787ef42b3
i386 Linux telegraf-1.27.2_linux_i386.tar.gz aa47d86f67dae8d3c76c7fa1bc22485bc39f4e6b2ebb955b4e2983dcac32b4a5
mips Linux telegraf-1.27.2_linux_mips.tar.gz f79b5b2b9618a9bbb546416b1c5cf2cdbe091d6f2448895c45e12bc190d4cd42
mipsel Linux telegraf-1.27.2_linux_mipsel.tar.gz 1411a275646fe2c9a7b4edc78b139c4d943d9ea133964d1a1ee0c6b1cb375533
ppc64le Linux telegraf-1.27.2_linux_ppc64le.tar.gz a241f816c744f5838e37afe5548c334abc3e1ad549baa29e644888c89abe3d36
riscv64 Linux telegraf-1.27.2_linux_riscv64.tar.gz 45056bf3edcc4159a1a3b4d4c7cd0bac2af7930638c24e5665eb23ba741535e7
s390x Linux telegraf-1.27.2_linux_s390x.tar.gz 7fa101ed9c289259faabe8e15715096c74b35dbe15d485f35479e94c7da4e478
amd64 Windows telegraf-1.27.2_windows_amd64.zip bc6e131bafe38e77b70eb7342b6fc47af24732b985818ebdee671acaa1512638
arm64 Windows telegraf-1.27.2_windows_arm64.zip 95cf5cc58918e0d6cd2b8b3a6db882118848803d57568126be4bbfb2b0afcc4a
i386 Windows telegraf-1.27.2_windows_i386.zip c4b4782981546300bf4a7658b23293f046f91d2404fb2ef5aeff27ab09baf8bd
amd64 ...
Read more

v1.27.1

21 Jun 19:47
Compare
Choose a tag to compare

v1.27.1 [2023-06-21]

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

Packages

Arch Platform Package SHA256
arm64 CentOS telegraf-1.27.1-1.aarch64.rpm eb6c103ba8dbf2603f6f59844335de4d3fc4e0410f745512b59f7d0e09e6d790
armel CentOS telegraf-1.27.1-1.armel.rpm e42ee7b5e6045c020f19c646e208771e049ba9062d0bdac0d74f60bee3f4c951
armv6hl CentOS telegraf-1.27.1-1.armv6hl.rpm b96f48c030927de4d2d66ae9bab0c4a27a5b092d511f8307ea26cd82e748d0d2
i386 CentOS telegraf-1.27.1-1.i386.rpm b72dac6e6b808a92639a1e7cb1562b98c34ea04b7d7fac449df4860ce10bb139
ppc64le CentOS telegraf-1.27.1-1.ppc64le.rpm e9b89525d4e22b2ab768bb5d709c75ca3a8e9acf0559de6957b5d72a1852c101
riscv64 CentOS telegraf-1.27.1-1.riscv64.rpm 2adbb31ae1a323cfcc8b51cb69ee21f0ac1a2df37ec7c0155e365847af6d3a7a
s390x CentOS telegraf-1.27.1-1.s390x.rpm 605a086053a0baf0d02209b4c7d0d7a93a07a5609a206d0f34a43f1501d4b649
amd64 CentOS telegraf-1.27.1-1.x86_64.rpm 2120fda84cb9711a3cb94476bf57f90ffb776a4a41f52bce78839eb7d174d73c
amd64 macOS telegraf-1.27.1_darwin_amd64.dmg ff511ba83459875e5de17db4251f3ee449328b439e8e36bd56e1627d70d2faf7
amd64 macOS telegraf-1.27.1_darwin_amd64.tar.gz f882a2dc51c42778fe6bc9a9b6205d6376782650a36f97d8f196a49c8be6d28c
arm64 macOS telegraf-1.27.1_darwin_arm64.dmg 0ceb1b1f024ef0e4a708f06a2af909cf9af530f88b2be2dc3c3c7863a79267fa
arm64 macOS telegraf-1.27.1_darwin_arm64.tar.gz 7921a712fc569a45c1edf1ece970df1d3727b7b05aacf28d0380d3d661604531
amd64 FreeBSD telegraf-1.27.1_freebsd_amd64.tar.gz 42844a96f8bb9a86e2d0ea3402c8835990e43f97040e8a9d70e6cf6608219107
armv7 FreeBSD telegraf-1.27.1_freebsd_armv7.tar.gz 058b20f32efdc16521df67a862d356df2154bb02ea6cceb7ca2bf4dc7dbdc655
i386 FreeBSD telegraf-1.27.1_freebsd_i386.tar.gz 6d1184b193b02687d464adef36ed1fed74b505c30e11b31cbc7df78584a8334e
amd64 Linux telegraf-1.27.1_linux_amd64.tar.gz 5c3970ca5d4135d3a211cd0b251c3e8f408439890c7cf68c0556515d7a95f4f1
arm64 Linux telegraf-1.27.1_linux_arm64.tar.gz 72df1cb14b768b04d3c0173330bf91092ba225933e3443d9cfce4ed4e327d9a0
armel Linux telegraf-1.27.1_linux_armel.tar.gz 6e72800b525bf25189ea8e014efc61e11d73e0665792598e554d217a8123c2a1
armhf Linux telegraf-1.27.1_linux_armhf.tar.gz 88c86fd6319e6789acfd40f713803284f801811e6be15f09ea272497822cf9d5
i386 Linux telegraf-1.27.1_linux_i386.tar.gz a20a43cedbee0a34592dd5245fd1ccb312d66ea1a28dadd2b35b86ed185556af
mips Linux telegraf-1.27.1_linux_mips.tar.gz 97fb21212506fddb5f6feeca09336109be18ef9a0587a0793121ee01e597e056
mipsel Linux telegraf-1.27.1_linux_mipsel.tar.gz e238bc2f892a3b9778da094c2aee9767b525fe5f0c80d720245d409fce23a24b
ppc64le Linux telegraf-1.27.1_linux_ppc64le.tar.gz ecb6ba553311624064513c1cfc76ffd5f4e9289ab8e9f37cf45deff09a9f2aa9
riscv64 Linux telegraf-1.27.1_linux_riscv64.tar.gz df406830fabba1c8fe8ee840c54b4b890a83f4f93c42d6e1b094567c89a55f29
s390x Linux telegraf-1.27.1_linux_s390x.tar.gz 9455c33bede94aeb980a8ed22b001f2c6526773539fb8eb2c6cb75b9aba81524
amd64 Windows telegraf-1.27.1_windows_amd64.zip d5d5e33333a558c03876b7e0c0f457229aca27559266f1784f1095bffaf6d64b
arm64 Windows telegraf-1.27.1_windows_arm64.zip 149e03edd9a47d874d1c2ed4a22a53ff309f8f7c3cd5ebd52b9b1888a1de4d36
i386 Windows telegraf-1.27.1_windows_i386.zip 2babaefb3b827f25da6d4ee2e0ab028d7d6dcda6e7c74b99fd878cb7295bde85
amd64 Debian telegraf_1.27.1-1_amd64.deb 85a421e2e507cbf64ee07d5c595ac4f978fde9dae77f71e05f2e27a2d59c4b0c
arm64 Debian telegraf_1.27.1-1_arm64.deb fd95182e98bbd4b3626519f94be5cba3da4af62532aa77e665018314f3f0d36d
armel Debian telegraf_1.27.1-1_armel.deb ef16505af325970588071805c72b24d4a4a018e474cdf2f98722ed65211af037
armhf Debian telegraf_1.27.1-1_armhf.deb da1d9b4c91f1e57265dcfd5c148b1bb189886809f3145ec9eec7aa7ed0d3a746
i386 Debian telegraf_1.27.1-1_i386.deb e2cbbb7f4593976e6b2b9bd201346792050bff5c400600a87dd3b18dd633dc48
mips Debian telegraf_1.27.1-1_mips.deb 50636054496c51e44ffa50eba672516f21a88dd83bc8a9db09c33100a879ddba
mipsel Debian telegraf_1.27.1-1_mipsel.deb 582e6ed419eb1c450dc67e2871bcb371cfd5ad34279bb84dd4d1d939c5da1573
ppc64el Debian telegraf_1.27.1-1_ppc64el.deb a02aac996110d638a24d8656eb152f28a897a5c49163c7cddd7738acba6a172b
riscv64 Debian telegraf_1.27.1-1_riscv64.deb f8b661a3b66f8a0cb3b06cfbb18e281fb0da69ea8c15cd8cc749fbdb63214781
s390x Debian telegraf_1.27.1-1_s390x.deb 7f77f63c75f5a95d231b66f0743a15aaeed20567d45cb7bb1d89eb8481ed6768

v1.27.0

12 Jun 15:12
Compare
Choose a tag to compare

v1.27.0 [2023-06-12]

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.4...
Read more

v1.26.3

22 May 15:06
Compare
Choose a tag to compare

v1.26.3 [2023-05-22]

Bugfixes

  • #13149 inputs.gnmi Create selfstat to track connection state
  • #13139 inputs.intel_pmu Fix handling of the json perfmon format
  • #13056 inputs.socket_listener Fix loss of connection tracking
  • #13300 inputs.socket_listener Fix race in tests
  • #13286 inputs.vsphere Specify the correct option for disconnected_servers_behavior
  • #13239 outputs.graphite Fix logic to reconnect with servers that were not up on agent startup
  • #13169 outputs.prometheus_client Fix export_timestamp for v1 metric type
  • #13168 outputs.stackdriver Allow for custom metric type prefix
  • #12994 outputs.stackdriver Group batches by timestamp
  • #13126 outputs.warp10 Support Infinity/-Infinity/NaN values
  • #13156 processors.starlark Do not reject tracking metrics twice

Dependency Updates

  • #13256 deps Bump cloud.google.com/go/pubsub from 1.30.0 to 1.30.1
  • #13258 deps Bump github.com/aerospike/aerospike-client-go/v5 from 5.10.0 to 5.11.0
  • #13242 deps Bump github.com/antchfx/xpath to latest master for string-join()
  • #13255 deps Bump github.com/aws/aws-sdk-go-v2 from 1.17.8 to 1.18.0
  • #13215 deps Bump github.com/Azure/go-autorest/autorest/adal from 0.9.22 to 0.9.23
  • #13254 deps Bump github.com/benbjohnson/clock from 1.3.0 to 1.3.3
  • #13269 deps Bump github.com/docker/distribution from 2.8.1 to 2.8.2
  • #13216 deps Bump github.com/fatih/color from 1.13.0 to 1.15.0
  • #13104 deps Bump github.com/netsampler/goflow2 from 1.1.1 to 1.3.3
  • #13138 deps Bump github.com/yuin/goldmark from 1.5.3 to 1.5.4
  • #13257 deps Bump go.opentelemetry.io/collector/pdata from 1.0.0-rc7 to 1.0.0-rcv0011
  • #13137 deps Bump golang.org/x/net from 0.8.0 to 0.9.0
  • #13276 deps Bump golang.org/x/net from 0.9.0 to 0.10.0
  • #13217 deps Bump golang.org/x/oauth2 from 0.5.0 to 0.7.0
  • #13170 deps Bump google.golang.org/api from 0.106.0 to 0.120.0
  • #13223 deps Bump govulncheck-action from 0.10.0 to 0.10.1
  • #13225 deps Bump prometheus from v1.8.2 to v2.42.0
  • #13230 deps Bump signalfx/golib from 3.3.46 to 3.3.50
Arch Platform Package SHA256
arm64 CentOS telegraf-1.26.3-1.aarch64.rpm 082b6a5d07355f5063059d7ce691b0538f93784dcda11ab5781516983b0de242
amd64 Debian telegraf_1.26.3-1_amd64.deb 4b73265988c8d735f3f3fd4d1c9423a85eb3bd6fa904df63800aca706a9c4efc
arm64 Debian telegraf_1.26.3-1_arm64.deb 947ffeb6d70c000f54ac57038aa5abe76bccba86d3ac1a0898ac6797916f242f
armel Debian telegraf_1.26.3-1_armel.deb d7c5ba08fdcdeecfdb8fe7feda781184d6c6affe9e71d68679b3ea52de1e5dda
armel CentOS telegraf-1.26.3-1.armel.rpm 4547c31198eed43fc1fd3af1a48062448a552119bdb98f07893124c28f28e1d6
armhf Debian telegraf_1.26.3-1_armhf.deb 49d7958e3641bcd82623c965e4a202b249ccbab21799aeadf78aa0467c8a9d27
armv6hl CentOS telegraf-1.26.3-1.armv6hl.rpm 8ca3f78b6676ebe25c90bd47058cc5e9bbb83dab69a59f33814f7ad35da37838
i386 Debian telegraf_1.26.3-1_i386.deb 7f9838c85097bc7bb087c9fc597f9e52867177b5221ea00488c59e104e43b809
i386 CentOS telegraf-1.26.3-1.i386.rpm 1823bef29f4bf40ad80b08868576b7672c3014f93e48cd100ebcea7f204c0c2b
mips Debian telegraf_1.26.3-1_mips.deb 7ff6d0644a11a75360933eb22c7739444685b8c248b42c1a4880e4aa4af1188c
mipsel Debian telegraf_1.26.3-1_mipsel.deb fcde978ffb9db25816a890904372d923ad13cf57055007162ab13281360157eb
ppc64el Debian telegraf_1.26.3-1_ppc64el.deb dc4671d14bc8a490ac1b401c4cee032ed762f2939f17457b00e7a3f56e336bb0
ppc64le CentOS telegraf-1.26.3-1.ppc64le.rpm 3d6832bdce4f00274195a5f5ce90d72c77867dbf077f5d39efeb726ee2265c34
riscv64 Debian telegraf_1.26.3-1_riscv64.deb d9b0cb5d340b645ea86faf7fdb4a50760cfa44f05aa5afda7c666f39ec6bfaf5
riscv64 CentOS telegraf-1.26.3-1.riscv64.rpm 99bb2dcff8b5768df9332e301a321d4e6bc5f9feadc58d5294cea32b52c92266
s390x Debian telegraf_1.26.3-1_s390x.deb 2206696dccbcdab6297127a078290652c154d2a1cf6e6cd1317f928e7847bb96
s390x CentOS telegraf-1.26.3-1.s390x.rpm a8104f63c7b1d010587eeff4a55c1be93e1d313b8094febf04d7d0098c763fbe
amd64 CentOS telegraf-1.26.3-1.x86_64.rpm 9280db78dfcf1f08c0aeb5d9c3c5f2b8816ade44bb44a3e182fe1f559b931c1e
amd64 macOS telegraf-1.26.3_darwin_amd64.dmg 9cdb00363ace6ca5bb8729e2c796399b2a23ca66076c1ddd01a74abc9b1bee0e
amd64 macOS telegraf-1.26.3_darwin_amd64.tar.gz 4b8ccbe202ba59654009b9678d1dd6b2ff57f38004d607276c70c42ab1e5ac8c
arm64 macOS telegraf-1.26.3_darwin_arm64.dmg e3a14dead7967d2a30e828e8b3475ca162cf1187b27f03ea708c9014c0902df0
arm64 macOS telegraf-1.26.3_darwin_arm64.tar.gz ec89c1bdc1776a69b9c4f1bcb40a812da2b734556dd44e01f9e60857eaebcea6
amd64 FreeBSD telegraf-1.26.3_freebsd_amd64.tar.gz 66a76f69d10e40f2c58c557b41a9831efd21ac11c9ec8f6acbe054a06b7ee1e4
armv7 FreeBSD telegraf-1.26.3_freebsd_armv7.tar.gz 5f419a58a605c91cde8ff85c3c8bf98f12611935341388e240b1728d5ebc1569
i386 FreeBSD telegraf-1.26.3_freebsd_i386.tar.gz 1817fbffaf84e49eafd20e215865d72b504450afe592775dbd804791e87a607f
amd64 Linux telegraf-1.26.3_linux_amd64.tar.gz fbb966e23c7305bf871ccdaf90968f05c95545af295cbb9af92d6ccbafcbbf1a
arm64 Linux telegraf-1.26.3_linux_arm64.tar.gz 738f0981f398f2e84fe3cdbe8c845a665df674602a8cd9c6e7025eaceb3b9373
armel Linux telegraf-1.26.3_linux_armel.tar.gz 172065392359346adc725bf9c48eff294fc993dfb173229d61fbb5c1d04c19d8
armhf Linux telegraf-1.26.3_linux_armhf.tar.gz be0e435cd2f54963756891aace3fe6ef5ab6b1c7fec628cda20f02132a729dd8
i386 Linux telegraf-1.26.3_linux_i386.tar.gz 77e3e3e19c8a106784c063404ac0b3d4dd7b1228c618ad6dfd097cb2b7c815ec
mipsel Linux telegraf-1.26.3_linux_mipsel.tar.gz e5f6352291d6890e0c01040b0f225b161d5b736093446bb625f83253d70a71c1
mips Linux [telegraf-1.26.3_linux_mips.tar.gz](https://dl.influxdata.com/telegraf/releases/telegraf-1.26.3_linux...
Read more

v1.26.2

24 Apr 15:44
Compare
Choose a tag to compare

v1.26.2 [2023-04-24]

Bugfixes

  • #13020 agent Pass quiet flag earlier
  • #13063 inputs.prometheus Add namespace option in k8s informer factory
  • #13059 inputs.socket_listener Fix tracking of unix sockets
  • #13078 parsers.grok Fix nil metric for multiline inputs
  • #13092 processors.lookup Fix tracking metrics

Dependency Updates

  • #13106 deps Bump github.com/aws/aws-sdk-go-v2/credentials from 1.13.15 to 1.13.20
  • #13072 deps Bump github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.21.6 to 1.25.9
  • #13107 deps Bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.15.13 to 1.20.9
  • #13027 deps Bump github.com/aws/aws-sdk-go-v2/service/kinesis from 1.15.19 to 1.17.8
  • #13069 deps Bump github.com/aws/aws-sdk-go-v2/service/sts from 1.18.5 to 1.18.9
  • #13105 deps Bump github.com/docker/docker from 23.0.0 to 23.0.4
  • #13024 deps Bump github.com/openconfig/gnmi from 0.0.0-20220920173703-480bf53a74d2 to 0.9.1
  • #13026 deps Bump github.com/prometheus/common from 0.41.0 to 0.42.0
  • #13025 deps Bump github.com/safchain/ethtool from 0.2.0 to 0.3.0
  • #13023 deps Bump github.com/tinylib/msgp from 1.1.6 to 1.1.8
  • #13071 deps Bump github.com/vishvananda/netns from 0.0.2 to 0.0.4
  • #13070 deps Bump github.com/wavefronthq/wavefront-sdk-go from 0.11.0 to 0.12.0
Arch Platform Package SHA256
amd64 CentOS telegraf-1.26.2-1.x86_64.rpm 833f3cbf0d7f47b69bc2261a530ee1e73a91aba90f2c122b9ee4eb06f832bead
arm64 CentOS telegraf-1.26.2-1.aarch64.rpm ead1fc4b0670bbc167b1996745febcda4dd02c1ad956d2074bb382d10edd2ebe
armel CentOS telegraf-1.26.2-1.armel.rpm 64d6bd3c3627a31cc05d4ea3f66ebaa5ed1bab220268a17e1d3b0390a7d14be1
armv6hl CentOS telegraf-1.26.2-1.armv6hl.rpm 24ba88bb28586c9f276d1ef865346cb68cbd71be5748d235f4c6a2a194870c4d
i386 CentOS telegraf-1.26.2-1.i386.rpm 5362d45cf952e2efd65e42cb219ee0bea973b2d2332ce0448b1a4b782e120e36
ppc64le CentOS telegraf-1.26.2-1.ppc64le.rpm 3d2038eeae34814e0073ea07c6e4926b5327dfbc35b8a18c6d72deb686c3db86
riscv64 CentOS telegraf-1.26.2-1.riscv64.rpm bf6c8a4604133ba0e65efcab714c41304984d0781bbb96e2e124dd269a0ecf3b
s390x CentOS telegraf-1.26.2-1.s390x.rpm 2d454a433d79d9b1189b9cdc35caf757f3bc57fe6280d3f2977aec68ca4c3b5c
amd64 macOS telegraf-1.26.2_darwin_amd64.dmg 926c3d1087f14f476b1b01fb6549efbc8ea352805a4500fdb071d728324a8857
amd64 macOS telegraf-1.26.2_darwin_amd64.tar.gz a517d411cfe4f2c6f2b1a67e90515e4fade516f23412c4a11520a14beb33eb12
arm64 macOS telegraf-1.26.2_darwin_arm64.dmg d474d885217657f2f9bb814685cf45a0fb5116a4f33c85b4971444e2610f98b6
arm64 macOS telegraf-1.26.2_darwin_arm64.tar.gz 1c4762f17781f3225e42c8579476350f2dfda55838871c1152049fb981841f9c
amd64 FreeBSD telegraf-1.26.2_freebsd_amd64.tar.gz b4b4448710cf4a8cc46f7a9369d135db8ddf288f29b108b65bd70280c31a928d
armv7 FreeBSD telegraf-1.26.2_freebsd_armv7.tar.gz 7fab07faba2269530d20b61ab84df8b517c2cddddd2a6db389d8bba29de90698
i386 FreeBSD telegraf-1.26.2_freebsd_i386.tar.gz a88cfc67e26dd0ddfba4712fb0dd3e706682def600b5a77c550a4accf92bb6a7
amd64 Linux telegraf-1.26.2_linux_amd64.tar.gz 139b41ba79deadc26a4d73c9e77fcc3b84f847720423a14c1e7ac6cec2275375
arm64 Linux telegraf-1.26.2_linux_arm64.tar.gz 9dc330e41cdbc7437bf4f64975ac46caca3833a4b39cfbf96cb2bb8e3088fcaa
armel Linux telegraf-1.26.2_linux_armel.tar.gz 3542e96153980f438fda068106c266758de90e983ae43428436cce2bb762a0f8
armhf Linux telegraf-1.26.2_linux_armhf.tar.gz 0de6aecf6d976f846a3bdbc6f0a218a7a1a14b63930fd0f286d9bb7e16fcc6ee
i386 Linux telegraf-1.26.2_linux_i386.tar.gz 3d8d2fad2d3a8eaad29148c5e389551824effe83f07094c1ff96a7ea9cc2a984
mipsel Linux telegraf-1.26.2_linux_mipsel.tar.gz de1a7c432e35326b7026a2c0d76f42d18db5b7d86e274aa67cf15ac31db9aa64
mips Linux telegraf-1.26.2_linux_mips.tar.gz c2e8e9900d507214f3986e73fae67af33544af6ee3aac882d6c7a33090dcc020
ppc64le Linux telegraf-1.26.2_linux_ppc64le.tar.gz 51f39b5e2edeae01a952a80c711720a0d1ea7efcd61739fa30316c33fc701336
riscv64 Linux telegraf-1.26.2_linux_riscv64.tar.gz ed6841c8f5c35c1924a4654bad5d614c8763cfd6b5b14faccd0f7718994cc064
s390x Linux telegraf-1.26.2_linux_s390x.tar.gz 2fd077d6027be52d369996274c02bdf5b425556546d573e613f2bc58fe901fcf
amd64 Windows telegraf-1.26.2_windows_amd64.zip 9f85bb97a8a0f9c2dd581a0f9341b8903477208e81637e5810e31ea4686c367e
arm64 Windows telegraf-1.26.2_windows_arm64.zip a103d376e4749816faf1d8ece88f684e0c1ba0c3bb6ab5df9483880d61628ec7
i386 Windows telegraf-1.26.2_windows_i386.zip ed04b0d90d6485cf313450e697425f8f650477d192666ace88d59f6d8f46831b
amd64 Debian telegraf_1.26.2-1_amd64.deb a4a19b55126c80ca338db8d6792ec53eb51d951e42dfd8c2258e45a3dfa04789
arm64 Debian telegraf_1.26.2-1_arm64.deb 90af4991298db9c50c05778cb1075fd19a4c16551f637bff85d74e0f38ba4220
armel Debian telegraf_1.26.2-1_armel.deb 0a1bf3a61d3446fdb6de9dd11e1932195e1e52b4e6af0f2ef3e82471a2d2503c
armhf Debian telegraf_1.26.2-1_armhf.deb f06f01c7378ac322f712f14a1928627fc8b4ee3fbeaa2919aea57c0b624ebf3f
i386 Debian telegraf_1.26.2-1_i386.deb e81ae49c43bf6b721c64529e2401d485d09305e7ff26f6995201e2eb8c9cfd7a
mips Debian telegraf_1.26.2-1_mips.deb 04089969a7825e06c8bc83a6b07eba8f233c50e4fbb24efaed0398ae3745545f
mipsel Debian telegraf_1.26.2-1_mipsel.deb 55890d03f88c223bd3a853de9a14ef51804b1152c39f74f0ef8de70d8ca441af
ppc64el Debian telegraf_1.26.2-1_ppc64el.deb b595595907c57483fa7c55d465499add8bbc5354dec1e45c741fc5651f857d41
riscv64 Debian telegraf_1.26.2-1_riscv64.deb a2f8fd5eceef81fd96db3eaca7119c0d342a6d9311a2b14ab145eaa7b9be3c79
s390x Debian telegraf_1.26.2-1_s390x.deb 42c3660c78d7b2d52098e5fa584a3955e25dc94295b0159c6e456d18d6ff0032

v1.26.1

03 Apr 20:33
Compare
Choose a tag to compare

v1.26.1 [2023-04-03]

Bugfixes

  • #12880 config Return error on order set as string
  • #12867 inputs.ethtool Check for nil
  • #12935 inputs.execd Add option to set buffer size
  • #12877 inputs.internet_speed Rename host tag to source
  • #12918 inputs.kubernetes Apply timeout for the whole HTTP request
  • #13006 inputs.netflow Use correct name in the build tag
  • #13015 inputs.procstat Return tags of pids if lookup_error
  • #12864 inputs.prometheus Correctly set timeout param
  • #12907 inputs.prometheus Use set over add for custom headers
  • #12961 inputs.upsd Include ups.real_power
  • #12908 outputs.graphite Add custom regex to outputs
  • #13012 secrets Add function to set a secret
  • #13002 secrets Minimize secret holding time
  • #12993 secrets Warn if OS limit for locked memory is too low
  • #12919 secrets Handle array of secrets correctly
  • #12835 serializers.graphite Allow for specifying regex to sanitize
  • #12990 systemd Increase lock memory for service to 8192kb

Dependency Updates

  • #12857 deps Bump github.com/antchfx/xpath from 1.2.3 to 1.2.4
  • #12909 deps Bump github.com/apache/thrift from 0.16.0 to 0.18.1
  • #12856 deps Bump github.com/Azure/azure-event-hubs-go/v3 from 3.3.20 to 3.4.0
  • #12966 deps Bump github.com/Azure/go-autorest/autorest/azure/auth from 0.5.11 to 0.5.12
  • #12964 deps Bump github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.5.0
  • #12967 deps Bump github.com/jhump/protoreflect from 1.8.3-0.20210616212123-6cc1efa697ca to 1.15.1
  • #12855 deps Bump github.com/nats-io/nats.go from 1.19.0 to 1.24.0
  • #12981 deps Bump github.com/opencontainers/runc from 1.1.4 to 1.1.5
  • #12913 deps Bump github.com/pion/dtls/v2 from 2.2.4 to 2.2.6
  • #12968 deps Bump github.com/rabbitmq/amqp091-go from 1.7.0 to 1.8.0
  • #13017 deps Bump github.com/shirou/gopsutil from 3.23.2 to 3.23.3
  • #12853 deps Bump github.com/Shopify/sarama from 1.37.2 to 1.38.1
  • #12854 deps Bump github.com/sensu/sensu-go/api/core/v2 from 2.15.0 to 2.16.0
  • #12911 deps Bump github.com/tidwall/gjson from 1.14.3 to 1.14.4
  • #12912 deps Bump golang.org/x/net from 0.7.0 to 0.8.0
  • #12910 deps Bump modernc.org/sqlite from 1.19.2 to 1.21.0

Packages

Arch Platform Package SHA256
arm64 CentOS telegraf-1.26.1-1.aarch64.rpm 18e9136bfa12faf024f4d9fec2876c5c791925db9e7d19317d525525f96143ed
armel CentOS telegraf-1.26.1-1.armel.rpm 2744029611c1937c9135b12dc231fe3d30ab4043ae0bee49c02e2607cc8a1db2
armv6hl CentOS telegraf-1.26.1-1.armv6hl.rpm 4086ac2569bcfd312fd6b5e8fc70c6c9ba33c2e412ad491f98674766c72dd1df
i386 CentOS telegraf-1.26.1-1.i386.rpm 60d75a5331b47b8d55261ab4197257e9cdcbdd745720e1077283ac28ed34790b
ppc64le CentOS telegraf-1.26.1-1.ppc64le.rpm 40b6a38e49d9af6a54fac6ca3336f7a43eda63c70da13882860b1af41f70a409
riscv64 CentOS telegraf-1.26.1-1.riscv64.rpm 87536c5e0509e706bf0f7ada8e21f00f33b849aeb49381a1355cb11bc9fdae48
s390x CentOS telegraf-1.26.1-1.s390x.rpm f084380e0dbb8497a0e5204c4a4924dee6310b37ad4ebd53180b7e06dfb2e4e6
amd64 CentOS telegraf-1.26.1-1.x86_64.rpm 0cbd233f69da0b95511e6c6430fb44186ec2b815d9fb8f466ad64a9a5a049dc0
amd64 macOS telegraf-1.26.1_darwin_amd64.dmg d0bbf63ba044dcea0c56071f83f967244dd34364ec23d727a862127ad9afcf0a
amd64 macOS telegraf-1.26.1_darwin_amd64.tar.gz 8b8d3d465e3827c87adba2bc1090d24ba349742bc241933cb0e267038ca844ff
arm64 macOS telegraf-1.26.1_darwin_arm64.dmg 14319a69246e2e21263fb31edc869b352ab27c4957b583b034fbe88368dc2f97
arm64 macOS telegraf-1.26.1_darwin_arm64.tar.gz f78e1ce6b6b258ad439be551303244e836dd55f4c75ecc4bb16e881e9bd0afbc
amd64 FreeBSD telegraf-1.26.1_freebsd_amd64.tar.gz 6c7d199331bb83d5ab6a2bc33cbecbfa94812aae1937fcc178e56d31588f363f
armv7 FreeBSD telegraf-1.26.1_freebsd_armv7.tar.gz 5ceb2079bd2f355c00e3352d6cc215863b45308078fda5172a090faf9b1c5898
i386 FreeBSD telegraf-1.26.1_freebsd_i386.tar.gz 109c9f22443d455993e6fdea0c7c485d26b43d3fa145db97f76e438ab34528be
amd64 Linux telegraf-1.26.1_linux_amd64.tar.gz dc1dc8f6caa77d7cf47e6421354f23b0475b1380a8d33a42305fa885754b1e78
arm64 Linux telegraf-1.26.1_linux_arm64.tar.gz ffee2fac3adf7709ca0ee413c2f850340d93ae7e2c77e747df72682331367da7
armel Linux telegraf-1.26.1_linux_armel.tar.gz ed97e2b5ed1835e6462b38dbdabe3881f231d8a1c1b3d9b29f3707b25e0edfa9
armhf Linux telegraf-1.26.1_linux_armhf.tar.gz d24194b1ced62c9b3405d1c2a808b4c8f8d1b24303fd3a5babcfdafc4e11a037
i386 Linux telegraf-1.26.1_linux_i386.tar.gz 8cec5a15559735b4d792051e61d2af17ced70065be2ff06777cba09736303603
mips Linux telegraf-1.26.1_linux_mips.tar.gz 919c10e5fae25c18c12eac4a01a51518941f25e5b6b7b490244951013547b586
mipsel Linux telegraf-1.26.1_linux_mipsel.tar.gz 37385b1668dd80d49244b8583e9bc2969d05b274c5d45969bb0dff7c92dd3c09
ppc64le Linux telegraf-1.26.1_linux_ppc64le.tar.gz 9e0bd1f2090db91339ad8cb166ab37825ec0bb74dab939b025fb2e0106424092
riscv64 Linux telegraf-1.26.1_linux_riscv64.tar.gz 827bae084e6481c4001249015103461ad0d4b74425d17993ed658fb8f4391a90
s390x Linux telegraf-1.26.1_linux_s390x.tar.gz 0812c22c042ca6134ee42c7826a780587e2cf5869273f50424c8d802a4414d7a
amd64 Windows telegraf-1.26.1_windows_amd64.zip c22777c2c9635284d935175281734591148f7ae9355fd8b0d2d8441827473f31
arm64 Windows telegraf-1.26.1_windows_arm64.zip dfd9fb56850a35bb153172640c956c59630cec2fb044ad4c5a20215ce1db0a16
i386 Windows telegraf-1.26.1_windows_i386.zip a36bfd4b3a9a3a3b2672cf22842ab04416a54afcbfcf1398aa73456133544048
amd64 Debian telegraf_1.26.1-1_amd64.deb d3fb108d77a9b86d04b17aaee37e9f54e25fcb1c420345dcb7cc78e50f31a99d
arm64 Debian [telegraf_1.26.1-1_arm64.deb](https://dl.in...
Read more

v1.26.0

13 Mar 22:10
064650c
Compare
Choose a tag to compare

v1.26.0 [2023-03-13]

Important Changes

  • Static Builds: Linux builds are now statically built. Other operating systems
    were cross-built in the past and as a result, already static. Users should
    not notice any change in behavior. The _static specific Linux binary is no
    longer produced as a result.
  • Default Configuration: The telegraf config command and default config file
    provided by Telegraf now includes all plugins and produces the same output
    across all operating systems. Plugin comments specify what platforms are
    supported or not.
  • State Persistence: State persistence is now available in select plugins. This
    will allow plugins to start collecting data, where they left off. A
    configuration with state persistence cannot change or it will not be able to
    recover.

New Plugins

  • #12393 inputs.opensearch_query Opensearch Query
  • #12473 inputs.p4runtime P4Runtime
  • #12736 inputs.radius Radius Auth Response Time
  • #11250 inputs.win_wmi Windows Management Instrumentation (WMI)
  • #12809 processors.lookup Lookup

Features

  • #12600 Always disable cgo support (static builds)
  • #12166 Plugin state-persistence
  • #12608 agent Add /etc/telegraf/telegraf.d to default config locations
  • #12827 agent Print loaded configs
  • #12821 common.oauth Add audience parameter
  • #12727 common.tls Add enable flag
  • #12579 config Accept durations given in days (e.g. 7d)
  • #12798 inputs.cgroup Added support for cpu.stat
  • #12345 inputs.cisco_telemetry_mdt Include delete field
  • #12696 inputs.disk Add label as tag
  • #12519 inputs.dns_query Add IP field(s)
  • #12775 inputs.docker_log Add state-persistence capabilities
  • #12814 inputs.ethtool Add support for link speed, duplex, etc.
  • #12550 inputs.example Add secret-store sample code
  • #12495 inputs.gnmi Set max gRPC message size
  • #12680 inputs.haproxy Add support for tcp endpoints in haproxy plugin
  • #12645 inputs.http_listener_v2 Add custom server http headers
  • #12506 inputs.icinga2 Support collecting hosts, services, and endpoint metrics
  • #12493 inputs.influxdb Collect uptime statistics
  • #12452 inputs.intel_powerstat Add CPU base frequency metric and add support for new platforms
  • #12707 inputs.internet_speed Add the best server selection via latency and jitter field
  • #12617 inputs.internet_speed Server ID include and exclude filter
  • #12730 inputs.jti_openconfig_telemetry Set timestamp from data
  • #12786 inputs.modbus Add RS485 specific config options
  • #12408 inputs.modbus Add workaround to enforce reads from zero for coil registers
  • #12825 inputs.modbus Allow to convert coil and discrete registers to boolean
  • #12591 inputs.mysql Add secret-store support
  • #12466 inputs.openweathermap Add snow parameter
  • #12628 inputs.processes Add use_sudo option for BSD
  • #12777 inputs.prometheus Use namespace annotations to filter pods to be scraped
  • #12496 inputs.redfish Add power control metric
  • #12400 inputs.sqlserver Get database pages performance counter
  • #12377 inputs.stackdriver Allow filtering by resource metadata labels
  • #12318 inputs.statsd Add pending messages stat and allow to configure number of threads
  • #12828 inputs.vsphere Flag for more lenient behavior when connect fails on startup
  • #12790 inputs.win_eventlog Add state-persistence capabilities
  • #12556 inputs.win_perf_counters Add remote system support
  • #12729 inputs.wireguard Add allowed_peer_cidr field
  • #12444 inputs.x509_cert Add OCSP stapling information for leaf certificates (#10550)
  • #12656 inputs.x509_cert Add tag for certificate type-classification
  • #12697 outputs.mqtt Add option to specify topic layouts
  • #12678 outputs.mqtt Add support for MQTT 5 publish properties
  • #12224 outputs.mqtt Enhance routing capabilities
  • #11816 parsers.avro Add Apache Avro parser
  • #12820 parsers.xpath Add timezone handling
  • #12767 processors.converter Convert tag or field as metric timestamp
  • #12659 processors.unpivot Add mode to create new metrics
  • #12812 secretstores Add command-line option to specify password
  • #12067 secretstores Add support for additional input plugins
  • #12497 secretstores Convert many output plugins

Bugfixes

  • #12781 agent Allow graceful shutdown on interrupt (e.g. Ctrl-C)
  • #12740 agent Only rotate log on SIGHUP if needed
  • #12818 inputs.amqp_consumer Avoid deprecations when handling defaults
  • #12817 inputs.amqp_consumer Fix panic on Stop() if not connected successfully
  • #12815 inputs.ethtool Close namespace file to prevent crash
  • #12778 inputs.statsd On close, verify listener is not nil

Dependency Updates

  • #12805 deps Bump cloud.google.com/go/storage from 1.28.1 to 1.29.0
  • #12804 deps Bump github.com/Azure/go-autorest/autorest/adal from 0.9.21 to 0.9.22
  • #12757 deps Bump github.com/aliyun/alibaba-cloud-sdk-go from 1.62.77 to 1.62.193
  • #12808 deps Bump github.com/aws/aws-sdk-go-v2/credentials from 1.13.2 to 1.13.15
  • #12756 deps Bump github.com/aws/aws-sdk-go-v2/service/timestreamwrite from 1.14.5 to 1.16.0
  • #12754 deps Bump github.com/coocood/freecache from 1.2.2 to 1.2.3
  • #12852 deps Bump github.com/opencontainers/runc from 1.1.3 to 1.1.4
  • #12806 deps Bump github.com/opensearch-project/opensearch-go/v2 from 2.1.0 to 2.2.0
  • #12753 deps Bump github.com/openzipkin-contrib/zipkin-go-opentracing from 0.4.5 to 0.5.0
  • #12755 deps Bump github.com/rabbitmq/amqp091-go from 1.5.0 to 1.7.0
  • #12822 deps Bump github.com/shirou/gopsutil from v3.22.12 to v3.23.2
  • #12807 deps Bump github.com/stretchr/testify from 1.8.1 to 1.8.2
  • #12840 deps Bump OpenTelemetry from 0.3.1 to 0.3.3
  • #12801 deps Downgrade github.com/karrick/godirwalk from v1.17.0 to v1.16.2

Packages

Arch Platform Package SHA256
arm64 CentOS [telegraf-1.26.0-1.aarch64.rpm](https://dl.inf...
Read more