diff --git a/_service b/_service index f334298..09e439c 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://github.com/influxdata/telegraf git .git - v1.24.3 + v1.25.0 @PARENT_TAG@ enable v(.*) diff --git a/_servicedata b/_servicedata index 2864e38..22dd215 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/influxdata/telegraf - ff7323e1567ec68dbb414fffbf83d7dfcc9a1c19 \ No newline at end of file + 4d17ec799643cbb9f8e66c6821af1af05b89d8c0 \ No newline at end of file diff --git a/telegraf-1.24.3.tar.xz b/telegraf-1.24.3.tar.xz deleted file mode 100644 index b77bfeb..0000000 --- a/telegraf-1.24.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f5fbce990df2cc2d875d52f6e8db02500ffcce0dd38fa127a2e2201fde9c7cd6 -size 2688020 diff --git a/telegraf-1.25.0.tar.xz b/telegraf-1.25.0.tar.xz new file mode 100644 index 0000000..95259ab --- /dev/null +++ b/telegraf-1.25.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5214fb5f01d7f587e92c4f0547efb41d074ddc085f43f2cec5b62eecb572d68 +size 2814732 diff --git a/telegraf.changes b/telegraf.changes index 323e48c..e4012de 100644 --- a/telegraf.changes +++ b/telegraf.changes @@ -1,3 +1,340 @@ +------------------------------------------------------------------- +Tue Dec 20 20:45:39 UTC 2022 - mrueckert@suse.de + +- Update to version 1.25.0: + * Telegraf v1.25.0 + * Update changelog for v1.25.0 + * feat(inputs.powerdns_recursor): Support for new PowerDNS recursor control protocol (#9633) + * feat(parsers.csv): suport null delimiters (#12247) + * fix(common.opcua): parse full range of status codes with uint32 (#12376) + * chore: fix linter findings for makezero (part3) (#12371) + * chore: update OpenTelemetry from v0.2.30 to v0.2.33 (#12372) + * test(inputs.statsd): increase sleep + expiration on test (#12354) + * feat(inputs.netflow): add netflow plugin (#12108) + * feat(inputs.sqlserver): add @@SERVICENAME and SERVERPROPERTY(''IsClustered'') in measurement sqlserver_server_properties (#12351) + * fix(inputs.modbus): fix default value of transmission mode (#12367) + * fix(inputs.kube_inventory): Change default token path, use in-cluster config by default (#12284) + * feat(inputs.kubernetes): Allow fetching kublet metrics remotely (#12301) + * feat(inputs.smart): Add additional SMART metrics that indicate/predict device failure (#12329) + * fix(inputs.mongodb): Fix connection leak triggered by config reload (#12330) + * chore: Fix linter findings for makezero (part2) (#12362) + * fix(inputs.filecount): Revert library version (#12295) + * chore: Move host-endianness definition to `internal` (#12360) + * feat: secret-store implementation (#11232) + * fix(inputs.sql): cast measurement_column to string (#12323) + * fix(processors.parser): handle empty metric names correctly (#12357) + * chore(deps): bump github.com/aliyun/alibaba-cloud-sdk-go (#12334) from 1.61.1836 to 1.62.77 + * feat(agent): Deprecate active usage of netsnmp translator (#12358) + * chore(deps): Bump github.com/gosnmp/gosnmp from 1.34.0 to 1.35.0 (#12355) + * feat(parsers.grok): add option to allow multiline messages (#12320) + * chore: update github.com/wavefrontHQ/wavefront-sdk-go from v0.10.4 to v0.11.0 (#12309) + * chore: update to go1.19.4 (#12347) + * docs: add document on debugging with delve (#12346) + * chore(outputs.wavefront): Reduce code duplication (#12332) + * fix(inputs.vsphere): Eliminated duplicate samples (#12259) + * feat(inputs.cgroups): do not abort on first error, print message once (#12342) + * feat(inputs.modbus): add support for half-precision float (float16) (#12340) + * feat(tls): allow setting renegotiation method (#12302) + * fix(inputs.modbus): Fix Windows COM-port path (#12339) + * feat(inputs.sqlserver): introduce timeout for query execution (#12319) + * fix(inputs.zfs): Unbreak datasets stats gathering in case listsnaps is enabled on a zfs pool (#12307) + * feat(inputs.kafka_consumer): Add sarama debug logs (#12304) + * feat(inputs.http_response): Add User-Agent header (#12324) + * feat(inputs.sqlserver): add metric available_physical_memory_kb in sqlserver_server_properties (#12292) + * docs: specify the time for nightly builds (#12312) + * feat(inputs.modbus): optimize grouped requests (#11106) + * chore: improve processor ordering (#12308) + * fix(readme): update bigbluebutton-telegraf-plugin url (#12310) + * feat(parsers.csv): add option for overwrite tags (#12008) + * chore(inputs.gnmi): Degrade empty-name error to a warning and add instructions. (#12305) + * Update changelog for v1.24.4 + * fix(inputs.directory_monitor): Close input file before removal (#12294) + * fix(inputs.gnmi): Do not provide empty prefix for subscription request. (#12275) + * fix(outputs.azure_data_explorer): update test call to NewSerializer (#12291) + * chore(deps): bump go.mongodb.org/mongo-driver from 1.10.2 to 1.11.0 (#12266) + * fix(inputs.prometheus): correctly default to 9102 port (#12282) + * feat(inputs.tail): add option to preserve newlines for multiline data (#12281) + * docs(inputs.kube_inventory): update k3s integration guide (#12285) + * feat: add method to inform of deprecated plugin option values (#11987) + * refactor(outputs.azure_data_explorer): removed deprecated code (#11951) + * chore(deps): bump cloud.google.com/go/pubsub from 1.25.1 to 1.26.0 (#12267) + * chore(deps): bump github.com/yuin/goldmark from 1.5.2 to 1.5.3 (#12268) + * chore(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.12.21 to 1.13.2 (#12269) + * fix(inputs.promethes): respect selectors when scraping pods (#12278) + * fix(inputs.socket_listener): ensure closed connection (#12280) + * feat(inputs.snmp): convert enum values (#11872) + * chore(inputs.gnmi): Bump github.com/google/gnxi to latest master to allow Sonic-style paths. (#12272) + * feat(inputs.prometheus): Allow explicit scrape configuration without annotations (#11962) + * feat(inputs.prometheus): Add support for custom header (#12050) + * fix(output.datadog): log response in case of non 2XX response from API (#12201) + * chore: Fix linter findings for prealloc (part3) (#12246) + * chore: Fix linter findings for errname (#12253) + * chore: Fix linter findings for makezero (part1) (#12254) + * fix(inputs.gnmi): Fix empty name for Sonic device (#12258) + * feat(parsers.xpath): Allow to specify byte-array fields to encode in HEX (#11999) + * chore(deps): Bump github.com/showwin/speedtest-go from 1.1.5 to 1.2.1 (#12248) + * test(outputs.sql): print out what we get, bump time required (#12262) + * feat(inputs.modbus): Add 8-bit integer types (#12255) + * chore(inputs.x509_cert): Cleanup code (#12250) + * chore: update readme linter changed files version (#12251) + * test(outputs.sql): do not write to file during testing (#12203) + * fix(input.modbus): Add workaround to read field in separate requests (#12235) + * feat(serializers.json): Support serializing JSON nested in string fields (#12260) + * feat(outputs.graylog): implement optional connection retries (#11950) + * feat(inputs.socket_ listener): Allow to specify message separator for streams (#12187) + * feat: Add Azure Monitor input plugin (#10103) + * fix(input.redis_sentinel): fix sentinel and replica stats gathering (#12229) + * feat(parsers.binary): handle hex-encoded inputs (#12232) + * feat(inputs.sqlserver): add data and log used space metrics for Azure SQL DB (#12126) + * docs(inputs.x509_cert): Add documentation for 'exclude_root_certs' option. (#12249) + * feat(inputs.tail): Allow handling of quoted strings spanning multiple lines (#11762) + * chore: Fix linter findings for prealloc (part1) (#12228) + * fix: Cleanup and add sample.conf embedding (#12244) + * feat(inputs.ethtool): Gather statistics from namespaces (#11895) + * chore(deps): bump github.com/Azure/azure-event-hubs-go/v3 from 3.3.18 to 3.3.20 (#12239) + * chore(deps): bump github.com/urfave/cli/v2 from 2.16.3 to 2.23.5 (#12238) + * chore(deps): bump github.com/aws/aws-sdk-go-v2/service/sts from 1.16.19 to 1.17.2 (#12237) + * chore(deps): bump github.com/gofrs/uuid from v4.3.0 to v4.3.1 (#12236) + * test(inputs.mongodb): update integration test logic (#12241) + * chore: Fix linter findings for prealloc (part2) (#12242) + * chore(package_lxd_test): create valid config, additional debug output (#12225) + * feat(inputs.modbus): Optimize requests (#11273) + * docs: add telegraf Homebrew formula link (#12233) + * chore: enable lll linter (#12226) + * docs(inputs.modbus): delete sample.conf (#12223) + * chore: wrap long lines in other locations (#12219) + * chore: wrap long lines in plugins/inputs/[l-s]* (#12217) + * chore: wrap long lines in plugins/inputs/[t-z]* (#12218) + * chore: enable interfacebloat linter (#12174) + * docs: add Contributor Covenant Code of Conduct (#12215) + * docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#12205) + * docs(outputs.postgresql): fix example template queries that manage a view (#12190) + * docs(outputs.kafka): specify broker behavior (#12161) + * fix: Run processors in config order (#12113) + * feat: add arm64 Windows builds (#12130) + * chore: Wrap long lines in plugins/inputs/[i-k]* (#12199) + * chore: Wrap long lines in plugins/inputs/[e-h]* (#12186) + * chore: fix linter findings for unparam and revive.unused-parameter (#12150) + * chore: Wrap long lines in plugins/parsers (#12180) + * docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#12194) + * chore: Wrap long lines in plugins/aggregators (#12183) + * chore: Wrap long lines in plugins/inputs/[a-d]* (#12185) + * chore: Wrap long lines in plugins/common (#12182) + * chore: Wrap long lines in plugins/processors (#12181) + * chore: log errors when adding to quantile aggregator (#12191) + * chore: Wrap long lines in plugins/outputs (#12179) + * fix(inputs.ping): Avoid -x/-X on FreeBSD 13 and newer with ping6 (#12171) + * chore(deps): bump github.com/aws/aws-sdk-go-v2/feature/ec2/imds (#12198) + * chore(deps): bump github.com/aws/aws-sdk-go-v2/service/timestreamwrite (#12196) + * chore(deps): bump github.com/prometheus/client_golang (#12197) + * test(inputs.opcua_listener): harden tests (#12193) + * fix(agent): watch for changes in configuration files in config directories (#12127) + * chore: update golang.org/x/text from v0.3.7 to v0.3.8 (#12195) + * fix: Add support for opcua datetime values (#12101) + * chore(deps): bump github.com/aliyun/alibaba-cloud-sdk-go from 1.61.1818 to 1.61.1836 (#12132) + * fix(outputs.prometheus): expire during add (#12160) + * chore: Move influxdb_v2 to be first in sample config (#12163) + * feat!: Disable [[outputs.influxdb]] in sample config (#12158) + * test(outputs.sql): simplify clickhouse test (#12189) + * docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#12188) + * fix(inputs.cloudwatch): Fix multiple namespaces issue (#12177) + * fix(outputs.yandex_cloud_monitoring): catch int64 values (#12156) + * feat(inputs.tomcat): add source tag (#12170) + * chore: Use depguard instead of revive.imports-blacklist (#12153) + * docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#12157) + * chore: Enable asciicheck, asasalint, bidichk and exportloopref linters (#12169) + * chore: Enable tparallel linter (#12175) + * docs(inputs.syslog): mention usage of tcp4/6 (#12168) + * docs: update commands and flags page (#12162) + * chore: Cleanup printer.go (#12164) + * chore: Ignore usages of deprecated fields from gnmi lib (#12154) + * feat: Add exponential backoff when connecting or reconnecting and allow plugin to start without making initial connection (#12111) + * fix: inputs.gnmi add support for decimal_val as per gnmi v0.8.0 (#12140) + * test(outputs.sql): wait for db dump file to exist (#12149) + * feat(inputs.system): collect unique user count logged in (#12147) + * Update changelog for v1.24.3 + * chore: update to go v1.19.3 (#12142) + * fix(inputs.directory_monitor): allow cross filesystem directories (#12124) + * fix(serializers.splunkmetric): provide option to remove event metric tag (#12024) + * chore(inputs.socket_listener): Reorganize plugin code (#12031) + * chore: Fix linter findings introduced in last PRs (#12131) + * chore(deps): bump github.com/nats-io/nats-server/v2 from 2.8.4 to 2.9.4 (#12134) + * chore(deps): bump cloud.google.com/go/monitoring from 1.5.0 to 1.7.0 (#12135) + * chore(parsers.xpath): Add correct deprecation tags (#11986) + * feat(parsers): Add binary parser (#11552) + * chore: update OpenTelemetry v0.2.30 / v0.63.0 (#12119) + * docs: ran make docs (#12120) + * docs(aggregators.derivative): Remove incorrect comment (#12026) + * docs(serializers.json): specify version of jsonata used (#12117) + * fix(processors.parser): Keep name of original metric if parser doesn't return one (#12116) + * docs: add global configuration header (#12107) + * fix(inputs.modbus): Handle field-measurement definitions correctly on duplicate field check (#12109) + * test(outputs.graylog): skip tcp/udp tests on windows & darwin (#12110) + * chore(common.shim): check err of s.writeProcessedMetrics for the linter (#12103) + * chore: Increase golangci-lint timeout (#12106) + * chore: shut down plugins gracefully to prevent race (#12102) + * chore: Review of //nolint comments (#12088) + * docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#12059) + * chore: skip integration test with race (#12100) + * feat(inputs.opcua_listener): OPC UA Event subscriptions (#11786) + * chore: add kafka round trip integration test using inputs.kafka_consumer and outputs.kafka (#12058) + * feat(ethtool): Possibility to skip gathering metrics for downed interfaces (#12087) + * chore(deps): bump github.com/prometheus/client_model from 0.2.0 to 0.3.0 (#12097) + * chore(deps): bump github.com/gopcua/opcua from 0.3.3 to 0.3.7 (#12095) + * chore(deps): bump google.golang.org/api from 0.95.0 to 0.100.0 (#12096) + * chore(deps): bump github.com/aws/aws-sdk-go-v2/service/dynamodb (#12098) + * feat(tools): Allow to markdown includes for sections (#12075) + * fix(config): set default parser (#12076) + * fix(processors): Correctly setup processors (#12081) + * fix: update systemd unit description (#12093) + * chore(deps): update modernc.org/libc from v1.20.3 to v1.21.2 (#12090) + * feat(inputs.apcupsd): Added new fields to apcupsd (#12014) + * test(outputs.sql): further wait for clickhouse writes (#12086) + * test: update integration test occurrences (#12085) + * fix(agent): panic as tickers slice was off-by-one in size (#12077) + * test(inputs.mcrouter): add eventually to pause for metrics (#12074) + * fix: Restore warning on unused config option(s) (#12063) + * fix(inputs.kafka): switch to sarama's new consumer group rebalance strategy setting (#12064) + * docs(inputs.http): add use system proxy config option (#12069) + * fix(inputs.modbus): add slave id to failing connection (#12038) + * docs(aggregators.starlark): corrected typo mentioning wrong func name (#12066) + * fix(inputs.conntrack): Skip gather tests if conntrack kernel module is not loaded. (#12062) + * chore: Resolve deprecated linter issues (#12051) + * fix(inputs.zookeeper): add the ability to parse floats as floats (#12023) + * test: add additional checks, waits in integration tests (#12056) + * Revert "feat: run govulncheck nightly on master branch (#11977)" (#12054) + * chore: Update golangci-lint Go version (#12055) + * docs(inputs.mongodb): update supported versions (#12048) + * fix(inputs.mongodb): ServerStatus int64 to float(#12049) + * feat(inputs.modbus): add config option to pause after connect (#11983) + * chore(deps): bump testcontainers-go from 0.13.0 to 0.14.0 and address breaking change (#12039) + * chore(deps): bump github.com/Shopify/sarama from 1.36.0 to 1.37.2 (#11980) + * docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#12032) + * chore(deps): bump github.com/aliyun/alibaba-cloud-sdk-go (#12036) + * chore(deps): bump github.com/aws/aws-sdk-go-v2/service/kinesis (#12037) + * chore(deps): Bump cloud.google.com/go/bigquery from 1.40.0 to 1.42.0 (#11937) + * chore(deps): bump github.com/yuin/goldmark from 1.4.13 to 1.5.2 (#12035) + * chore(deps): bump github.com/signalfx/golib/v3 from 3.3.45 to 3.3.46 (#12034) + * feat: run govulncheck nightly on master branch (#11977) + * feat: New Intel DLB input plugin (#11824) + * docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#12005) + * chore(deps): bump modernc.org/sqlite from 1.17.3 to 1.19.2 (#12030) + * chore(deps): bump k8s.io/api from 0.25.2 to 0.25.3 (#12029) + * chore(deps): bump k8s.io/api from 0.25.0 to 0.25.2 (#12001) + * docs(inputs.tomcat): clean up fields (#12018) + * fix(regression): Fixes problem with metrics not exposed by plugins. (#12016) + * refactor: Prevent import from going the wrong way (#12004) + * feat: New input plugin for libvirt (#11814) + * test: add dovecot integration test (#11996) + * chore: Fix installgo_mac.sh using correct hash (#12002) + * chore(deps): bump k8s.io/apimachinery from 0.25.1 to 0.25.2 (#11938) + * chore: resolve linter issues for unhandled-error (#11969) + * chore: Tool to update Telegraf to use new Go version (#11968) + * test: add integration test for recovering after invalid data (#11994) + * docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#11998) + * fix(inputs.syslog): print error when no error or message given (#11997) + * docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#11992) + * chore: resolve linter issues for confusing-naming and confusing-results (#11956) + * feat(inputs.conntrack): Parse conntrack stats (#8958) + * fix(parsers.json_v2): Remove BOM before parsing (#11926) + * chore: Resolve linter issues for ineffassign, nilerr, gosimple... (#11966) + * fix(inputs.opcua): Add metric tags to node (#11993) + * feat(outputs.event_hubs): Expose max message size batch option (#11991) + * chore(inputs.powerdns): Don't run flaky test on Windows (#11982) + * chore(inputs.cloud_pubsub_push): Don't run flaky test on Windows (#11984) + * chore(ci): Migrate to scheduled pipeline (#11981) + * chore: Resolve linter issues for plugins/common package (#11964) + * feat(parsers.xpath): Add option to skip (header) bytes (#11933) + * chore(deps): bump github.com/aws/aws-sdk-go-v2/config (#11979) + * chore(inputs.socket_listener): Reorganize test to be table-based. (#11970) + * chore(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudwatch (#11972) + * docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#11965) + * chore: Bump golangci-lint to 1.50.0 (#11957) + * chore: update OpenTelemetry plugins to latest release (#11943) + * fix: Setting `enable_tls` has incorrect default value (#11941) + * chore: update to go1.19.2 (#11940) + * chore(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.12.5 to 1.12.21 (#11936) + * chore(deps): Update github.com/hashicorp/consul/api from 1.14.0 to 1.15.2 (#11894) + * chore(deps): update github.com/gofrs/uuid from 4.2.0+incompatible to 4.3.0+incompatible (#11935) + * fix(inputs.modbus): Improve duplicate field checks (#11912) + * chore(deps): update github.com/sensu/sensu-go/api/core/v2 from 2.14.0 to 2.15.0 (#11928) + * docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#11915) + * chore: Resolve linter issues in config.go and config_test.go (#11929) + * docs: add libvirt plugin to external input plugins list (#11828) + * build(rpm): Allow building RPMs cross-OS (#11904) + * chore(deps): Bump github.com/snowflakedb/gosnowflake from 1.6.2 to 1.6.13 (#11886) + * Update changelog for 1.24.2 release + * feat(outputs.azure_data_explorer): Added support for streaming ingestion for ADX output plugin (#11874) + * fix(parser.xpath): Handle floating-point times correctly (#11875) + * fix(cli): Support old style of filtering sample configs (#11896) + * chore: update github.com/shirou/gopsutil from v3.22.8 to v3.22.9 (#11923) + * fix(inputs.influxdb_listener): error on invalid precision (#11866) + * docs: Ran `make docs` (#11914) + * docs(inputs.opcua): fix typo (#11897) + * chore(lint): Removed deprecated varcheck linter (#11910) + * docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#11900) + * feat(inputs.diskio): Allow selecting devices by ID (#11703) + * docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#11885) + * chore(deps): github.com/docker/distribution from v2.7.1 ti v2.8.1 (#11893) + * chore(deps): Bump github.com/rabbitmq/amqp091-go from 1.4.0 to 1.5.0 (#11891) + * chore(inputs.opcua): rename regular reads to unregistered reads (#11892) + * chore(deps): Bump github.com/aws/smithy-go from 1.13.2 to 1.13.3 (#11890) + * chore(deps): Bump go.mongodb.org/mongo-driver from 1.10.1 to 1.10.2 (#11887) + * chore(processors): Convert processors to `ParserPlugin`s (#11600) + * feat(inputs.amqp_consumer): Determine content encoding automatically (#11860) + * chore(deps): Replace go-ping by pro-bing (#11836) + * chore(deps): Bump github.com/nats-io/nats.go from 1.16.0 to 1.17.0 (#11839) + * fix(common.kafka): Enable TLS in Kafka plugins without custom config (#11519) + * docs(inputs.cpu): explain macos cpu support requires cgo (#11883) + * docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#11884) + * feat(inputs.opcua): add use regular reads workaround (#11630) + * fix(inputs.mqtt_consumer): rework connection and message tracking (#10696) + * docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#11881) + * fix(inputs.internet_speed): rename enable_file_download to match upstream intent (#11877) + * build: github Workflows security hardening (#11843) + * docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#11859) + * fix: Update dependencies for OpenBSD support (#11861) + * chore: Remove deprecated build tags (#11867) + * fix(inputs.mongodb): actually start plugin correctly (#11849) + * fix: re-allow specifying the influx parser type (#11806) + * chore: update github.com/jackc/pgx/v4 from v4.17.0 to v4.17.1 (#11858) + * chore: update github.com/lxc/lxd to latest (#11848) + * chore(deps): Bump github.com/aerospike/aerospike-client-go/v5 from 5.9.0 to 5.10.0 (#11844) + * chore: remove deprecated io/ioutils (#11678) + * fix(internal.ethtool): avoid internal name conflict with aws (#11696) + * docs(inputs.nvidia_smi): Example of how to enable nvidia-smi via docker compose (#11833) + * docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#11842) + * chore(deps): Bump k8s.io/apimachinery from 0.25.0 to 0.25.1 (#11840) + * feat(outputs.timestream): Support ingesting multi-measures (#11385) + * docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#11838) + * feat(inputs.gcs): Google Cloud Storage Input Plugin (#8413) + * Update changelog for v1.24.1 + * fix(parsers.csv): Remove direct checks for the parser type (#11825) + * fix(inputs.ntpq): Handle pools with "-" when (#11827) + * docs: update customization docs (#11822) + * fix(parsers): Unwrap parser and remove some special handling (#11826) + * fix: Enable global confirmation for installing mingw (#11835) + * fix(parsers): Memory leak for plugins using ParserFunc. (#11815) + * fix(inputs.modbus): Do not fail if a single slave reports errors (#11785) + * fix(parsers.xpath): Add array index when expanding names. (#11781) + * fix(inputs.ceph): Modernize Ceph input plugin metrics (#10797) + * docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#11800) + * chore(deps): Bump cloud.google.com/go/bigquery from 1.33.0 to 1.40.0 (#11796) + * feat(inputs.knx_listener): support TCP as transport protocol (#11783) + * chore(deps): Bump github.com/wavefronthq/wavefront-sdk-go (#11799) + * docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#11798) + * chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/ec2 (#11789) + * feat(inputs.prometheus): use system wide proxy settings (#11729) + * docs: Remove warning not to remove go:embed (#11797) + * fix: Clear error message when provided config is not a text file (#11787) + * chore(deps): Bump github.com/urfave/cli/v2 from 2.14.1 to 2.16.3 (#11794) + * chore(deps): Bump cloud.google.com/go/pubsub from 1.24.0 to 1.25.1 (#11788) + * docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#11792) + * chore: Run amd64 package on master so config is generated (#11790) + * feat(processors.parser): Add option to parse tags (#11228) + * Update changelog for v1.24.0 + * Update build version to 1.25.0 + ------------------------------------------------------------------- Thu Nov 03 16:12:25 UTC 2022 - jkowalczyk@suse.com diff --git a/telegraf.spec b/telegraf.spec index 0af5fe5..1b8cd97 100644 --- a/telegraf.spec +++ b/telegraf.spec @@ -18,7 +18,7 @@ %define _config_dir %{_sysconfdir}/%{name} Name: telegraf -Version: 1.24.3 +Version: 1.25.0 Release: 0 Summary: The plugin-driven server agent for collecting & reporting metrics License: MIT diff --git a/vendor.tar.xz b/vendor.tar.xz index e5c3b9a..02b7b93 100644 --- a/vendor.tar.xz +++ b/vendor.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ad4490070a5919d9a41ee0370e5716746b3884e6b5d42efd65d4d8a6d1315593 -size 18771560 +oid sha256:0c3483fc22d1898af054048c0d2e2689ff86e4261790091e97ef5111bd26fc53 +size 18822172