diff --git a/_constraints b/_constraints new file mode 100644 index 0000000..ba02297 --- /dev/null +++ b/_constraints @@ -0,0 +1,7 @@ + + + + 4 + + + diff --git a/_service b/_service index ecbe92f..e250b6e 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://github.com/influxdata/telegraf git .git - v1.23.4 + v1.24.2 @PARENT_TAG@ enable v(.*) diff --git a/_servicedata b/_servicedata index e7a9559..60758da 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/influxdata/telegraf - 8f4d488fd66b65903d5d356ce376f9038150f93e \ No newline at end of file + 9550e7a533dd00632e14435e87ed3eb4b04832c6 \ No newline at end of file diff --git a/telegraf-1.23.4.tar.xz b/telegraf-1.23.4.tar.xz deleted file mode 100644 index 286e818..0000000 --- a/telegraf-1.23.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc96b86304d46ba0bfd6dd85e5fb4074998eec92131b92feb6b8950cdb2b2c81 -size 2508136 diff --git a/telegraf-1.24.2.tar.xz b/telegraf-1.24.2.tar.xz new file mode 100644 index 0000000..7ee4dae --- /dev/null +++ b/telegraf-1.24.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dabbe4175632b88e4d66a2085805a56fa5db5db3fba692540a68cb442eec6e82 +size 2668632 diff --git a/telegraf.changes b/telegraf.changes index 15c87af..6f61f37 100644 --- a/telegraf.changes +++ b/telegraf.changes @@ -1,3 +1,356 @@ +------------------------------------------------------------------- +Tue Oct 4 16:18:12 UTC 2022 - Jeff Kowalczyk + +- Add _constraints minimum disk 4G to avoid build failures + +------------------------------------------------------------------- +Tue Oct 04 15:19:12 UTC 2022 - jkowalczyk@suse.com + +- Update to version 1.24.2: + * 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 (#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(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) + * 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) + * 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) + * chore(deps): Bump k8s.io/apimachinery from 0.25.0 to 0.25.1 (#11840) + +------------------------------------------------------------------- +Tue Oct 04 15:15:37 UTC 2022 - jkowalczyk@suse.com + +- Update to version 1.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) + * 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) + * 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) + +------------------------------------------------------------------- +Tue Oct 04 15:05:11 UTC 2022 - jkowalczyk@suse.com + +- Update to version 1.24.0: + * feat(inputs.directory_monitor): Support paths for files_to_ignore and files_to_monitor (#11784) + * chore(inputs.jolokia2): Move agent and proxy one level up (#11637) + * fix(outputs.execd): Fixing the execd behavior to not throw error when partially unserializable metrics are written. (#11767) + * fix: add missing entry json_transformation to missingTomlField (#11779) + * fix: Do not error out for parsing errors in datadog mode. (#11777) + * chore: update to go1.19.1 (#11776) + * fix(inputs.mongodb): add an option to bypass connection errors on start (#11629) + * feat(inputs.directory_monitor): Traverse sub-directories (#11773) + * fix(inputs.jolokia2): add optional origin header (#11692) + * chore(deps): Bump google.golang.org/grpc from 1.48.0 to 1.49.0 (#11746) + * docs: Add go report badge (#11774) + * feat(inputs.sqlserver): Improved filtering for active requests (#11709) + * chore(deps): Bump github.com/Azure/azure-kusto-go from 0.7.0 to 0.8.0 (#11770) + * docs(external): add hwinfo external plugin (#11757) + * chore(deps): Bump gonum.org/v1/gonum from 0.11.0 to 0.12.0 (#11764) + * chore(deps): Bump github.com/urfave/cli/v2 from 2.11.2 to 2.14.1 (#11763) + * fix: sort labels in prometheusremotewrite serializer (#11755) + * fix(inputs.opcua): Assign node id correctly (#11723) + * chore(deps): Bump github.com/aws/aws-sdk-go-v2/feature/ec2/imds (#11747) + * chore: Rename Telegraf receiver argument from a to t (#11742) + * chore(deps): Bump k8s.io/client-go from 0.24.3 to 0.25.0 (#11745) + * chore(deps): Bump github.com/gophercloud/gophercloud (#11744) + * chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/dynamodb (#11743) + * chore: update github.com/Shopify/sarama from v1.35 to v1.36 (#11713) + * chore(deps): Bump github.com/rabbitmq/amqp091-go from 1.3.4 to 1.4.0 (#11699) + * feat(outputs.postgresql): add Postgresql output (#11672) + * chore(deps): Bump github.com/tidwall/gjson from 1.14.1 to 1.14.3 (#11721) + * feat: Migrate to urfave/cli (#11700) + * chore(deps): Bump github.com/hashicorp/consul/api from 1.13.1 to 1.14.0 (#11717) + * feat(inputs.linux_cpu): Add plugin to collect CPU metrics on Linux (#8988) + * chore(deps): Bump github.com/aerospike/aerospike-client-go/v5 (#11716) + * chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/sts (#11711) + * chore(deps): Bump github.com/wavefronthq/wavefront-sdk-go (#11710) + * fix(inputs.sqlserver): fixing wrong filtering for sqlAzureMIRequests and sqlAzureDBRequests (#11701) + * fix: use os-agnositc systemd detection, remove sysv in RPM packaging (#10570) + * feat(inputs.mqtt_consumer): Add incoming mqtt message size calculation (#11426) + * feat: tool to build custom Telegraf builds (#11524) + * chore: Update golangci-lint (#11705) + * docs: update ms sql dsn example (#11704) + * feat(serializers.prometheus): Provide option to reduce payload size by removing HELP from payload (#11690) + * feat(inputs.sqlserver): Add db name to io stats for MI (#11688) + * fix: refactor telegraf version (#11656) + * fix(agent): add flushBatch method (#11615) + * chore(deps): Bump go.mongodb.org/mongo-driver from 1.9.1 to 1.10.1 (#11676) + * chore(deps): Bump github.com/aliyun/alibaba-cloud-sdk-go from 1.61.1695 to 1.61.1727 (#11695) + * fix(inputs.prometheus): plugin run outside k8s cluster error (#11673) + * chore: only lint changed READMEs (#11677) + * chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/timestreamwrite (#11679) + * fix: remove bare url in changelog that failed lint + * chore: Move aws credentials to plugins/common. (#11681) + * chore: Use build tags to select plugins (#11654) + * chore(deps): Bump github.com/urfave/cli/v2 from 2.3.0 to 2.11.2 (#11675) + * chore(deps): bump github.com/aws/aws-sdk-go-v2/service/ec2 (#11670) + * chore(deps): Bump github.com/Azure/go-autorest/autorest (#11669) + * chore(deps): Bump github.com/jackc/pgx/v4 from 4.16.1 to 4.17.0 (#11671) + * fix: Sync sql output and input build constraints to handle loong64 in go1.19. (#11664) + * docs: explain PowerShell 5 encoding (#11662) + * chore: update circle-ci orbs (#11618) + * docs(inputs.zookeeper): document use of prometheus plugin (#11658) + * feat(outputs.iotdb): Add new output plugin to support Apache IoTDB (#11557) + * chore(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs (#11653) + * chore(deps): bump github.com/aws/aws-sdk-go-v2/feature/ec2/imds (#11652) + * feat(outputs.amqp): Add proxy support (#11649) + * chore(deps): bump github.com/aws/aws-sdk-go-v2/service/ec2 (#11651) + * chore: Markdown fixes for inputs/[a-m]* (#11606) + * chore(deps): bump github.com/antchfx/xmlquery from 1.3.9 to 1.3.12 (#11644) + * fix: Bump github.com/lxc/lxd to latest git to fix https://github.com/lxc/lxd/issues/10738. (#11647) + * chore(deps): bump google.golang.org/api from 0.85.0 to 0.91.0 (#11643) + * chore(deps): Bump github.com/prometheus/client_golang from 1.12.2 to 1.13.0 (#11640) + * feat(common.tls): Implement minimum TLS version for clients (#11493) + * chore(deps): bump github.com/hashicorp/consul/api from 1.12.0 to 1.13.1 (#11641) + * chore(deps): Bump github.com/emicklei/go-restful from v2.9.5+incompatible to v3.8.0 (#11636) + * feat: Supervisord input plugin (#9015) + * chore(parsers.json_v2): Cleanup test by reusing testutil function (#11627) + * fix(inputs.mongodb): update version check for newer versions (#11635) + * feat: add coralogix dialect to opentelemetry (#11622) + * fix(inputs.x509): Multiple sources with non-overlapping DNS entries. (#11613) + * fix(parsers): Linter issues (#11607) + * feat (inputs/prometheus): add setting to set custom namespace label name to avoid conflicts (#11538) + * chore: workaround for failing "go list -m all" (#11624) + * feat(processors.starlark): Add starlark benchmark for tag-concatenation (#11306) + * chore(deps): bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 (#11616) + * chore: Update to go1.18.5 (#11621) + * chore: Using Windows, add exe extension to tools (#11608) + * docs: Add source tag best practices to the metric schema docs (#11620) + * feat(external): Add nsdp external plugin (#11619) + * chore: Fix support issue template (#11617) + * fix(inputs.kubernetes): refresh token from file at each read (#11578) + * feat(inputs.ntpq): Allow to specify `reach` output format (#11594) + * chore(deps): Update github.com/Shopify/sarama from 1.34.1 to 1.35.0 (#11603) + * chore(deps): update k8s.io/apimachinery from 0.24.2 to 0.24.3 (#11602) + * chore(deps): Update cloud.google.com/go/pubsub from 1.23.0 to 1.24.0 (#11604) + * chore(deps): Update github.com/BurntSushi/toml from 0.4.1 to 1.2.0 (#11605) + * chore: Migrate all issue templates to yaml (#11612) + * docs(inputs.exec): clarify parsing for ints (#11597) + * fix(outputs): Linter issues (#11595) + * fix(inputs.kube_inventory): send file location to enable token auto-refresh (#11577) + * feat(inputs.ntpq): Add possibility to query remote servers (#11592) + * feat(inputs.openstack): Add "allow_reauth" config option for openstack client (#11572) + * feat(inputs.ntpq): Add option to specify command flags (#11593) + * chore: update github.com/harlow/kinesis-consumer (#11599) + * chore(deps): Bump github.com/signalfx/golib/v3 from 3.3.43 to 3.3.45 (#11598) + * chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/dynamodb (#11584) + * chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/kinesis (#11585) + * chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/cloudwatch (#11586) + * chore(deps): Bump github.com/Azure/azure-event-hubs-go/v3 (#11590) + * test: fix openetelemtry test (#11573) + * fix(inputs): Linter issues (#11576) + * chore(deps): Bump github.com/pion/dtls/v2 from 2.0.13 to 2.1.5 (#11581) + * chore(deps): Bump github.com/Azure/go-autorest/autorest/adal (#11583) + * chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs (#11582) + * chore(deps): Bump github.com/shirou/gopsutil/v3 from 3.22.4 to 3.22.7 (#11580) + * fix(outputs.wavefront): update wavefront sdk and use non-deprecated APIs (#11560) + * chore(inputs.ntpq): Cleanup existing plugin (#11575) + * fix(inputs.cloudwatch): customizable batch size when querying (#10851) + * chore(deps): Bump github.com/eclipse/paho.mqtt.golang from 1.3.5 to 1.4.1 (#11347) + * chore(deps): Bump github.com/vmware/govmomi from 0.28.0 to 0.29.0 (#11568) + * chore(deps): Bump github.com/karrick/godirwalk from 1.16.1 to 1.17.0 (#11574) + * chore(deps): Bump github.com/go-ldap/ldap/v3 from 3.4.1 to 3.4.4 (#11569) + * chore(deps): Update all go.opentelemetry.io dependencies (#11494) + * chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.46.0 to 1.51.0 (#11567) + * chore(deps): Bump github.com/apache/thrift from 0.15.0 to 0.16.0 (#11565) + * chore(deps): Bump github.com/testcontainers/testcontainers-go from 0.12.0 to 0.13.0 (#11412) + * feat(outputs.sql): Add settings for go sql.DB settings (#11551) + * fix: Updating credentials file to not use endpoint_url parameter (#10841) + * fix: Remove shell execution for license-checker. (#11563) + * chore: More parser cleanup (#11532) + * feat: Add license checking tool (#11398) + * feat(parsers.xpath): Add support for returning underlying data-types (#11558) + * fix(inputs.opcua): return an error with mismatched types (#11539) + * feat(output.mqtt): Add support for MQTT protocol version 5 (#11284) + * fix(inputs.stackdriver): Handle when no buckets available (#11556) + * docs(inputs.mysql): Add link to docs on how to enable mysql's performance schema (#11555) + * chore: add missing section to kafka_consumer's sample.conf (#11553) + * docs: add timeout section (#11550) + * fix(inputs.sqlserver): set lower deadlock priority (#11548) + * feat(inputs.kafka_consumer): Option to set default fetch message bytes (#11220) + * docs(inputs.modbus): README changes regarding request.tags (#11541) + * feat(outputs.graphite): Retry connecting to servers with failed send attempts (#11439) + * feat(inputs.statsd): add median timing calculation to statsd input plugin (#11518) + * fix(inputs.snmp_trap): nil map panic when use snmp_trap with netsnmp translator (#11534) + * feat(parsers.json): Allow JSONata based transformations in JSON serializer (#11251) + * fix: Add version number to MacOS packages (#11512) + * feat(inputs.syslog): log remote host as source tag (#9440) + * feat(outputs.groundwork): Improve metric parsing to extend output (#11443) + * feat: added metrics for member and replica-set avg health of MongoDB (#11516) + * feat(outputs.redistimeseries): Add integration test (#11529) + * chore: update to go1.18.4 (#11526) + * fix(inputs.mqtt_consumer): topic parsing error when topic having prefix(/) (#11527) + * fix(inputs.sqlserver): set lower deadlock priority (#11522) + * fix: make docs + go.mod cleanup post-redis merge (#11521) + * feat: Add RedisTimeSeries plugin (#11054) + * docs: run make-docs (#11514) + * feat(inputs.cisco_telemetry_mdt): Add GRPC Keepalive/timeout config options (#11458) + * fix: use reader over readcloser, regen cookie-jar (#11482) + * fix: correct init volume gatherer in openstack (#11481) + * feat: Nats Jetstream consumer add simple support for jetstream subjects (#11373) + * Revert "fix: add version number to Mac packages (#11506)" (#11510) + * fix: add version number to Mac packages (#11506) + * fix(parsers.prometheus): histogram infinity bucket must be allways present (#11490) (#11486) + * feat(inputs.modbus): Error out on requests with no fields defined. (#11469) + * test: do not have leadership election during kafka test (#11404) + * docs: Add example output section to HTTP plugin (#11497) + * chore: cleanup go.mod and dependency licences (#11503) + * feat: add Stomp (Active MQ) output plugin (#7995) + * chore: Update CRLF line endings in agent.conf to LF (#11501) + * feat: add proxy support for outputs/cloudwatch (#11399) + * docs: explain proxmox user/token and node_name (#11487) + * chore: Check for readme changes in each PR (#11495) + * chore: Skip building artifacts on master branch (#11465) + * docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#11496) + * fix: Backport sync sample.conf and README.md files (#11489) + * feat(inputs.smart): Collect SSD endurance information where available in smartctl (#11391) + * chore(deps): Bump github.com/antchfx/jsonquery from 1.1.5 to 1.2.0 (#11461) + * feat(inputs.logstash): Record number of failures (#9185) + * docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#11483) + * fix: allow 201 for cookies, update header docs (#11472) + * fix(inputs.snmp): snmp UseUnconnectedUDPSocket when using udp (#10331) + * docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#11480) + * fix(inputs.upsd): Move to new sample.conf style (#11471) + * feat(rabbitmq): add support for head_message_timestamp metric (#11475) + * fix: Update prometheusremotewrite parser to be a new style parser plugin (#11456) + * chore(gnmi): Add Metrics heading to README.md (#11476) + * fix(gnmi): refactor tag-only subs for complex keys (#11011) + * chore: sign nightly artifacts to detect issues before release (#11464) + * feat(inputs.nginx_plus_api): Gather limit_reqs metrics (#10874) + * test: ignore return code on check-update (#11445) + * fix: use bigint for backupsize in sqlserver (#11448) + * feat: Migrate influx and influx_upstream parsers to new style (#11432) + * docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#11463) + * chore(inputs.socket_listener): Remove parser from init (#11462) + * feat(input): add upsd implementation (#9890) + * fix: Deprecation warnings for non-deprecated packages (#11460) + * chore(deps): Bump github.com/docker/docker (#11438) + * fix: Update prometheus parser to be a new style parser plugin (#11440) + * docs(inputs.mqtt_consumer): add pivot example to readme (#11195) + * test: Update wait statement for postgresql_extensible (#11447) + * docs: add firehose to EXTERNAL_PLUGINS.md (#11450) + * chore(deps): Bump github.com/prometheus/client_golang (#11437) + * chore(deps): Bump k8s.io/api from 0.24.1 to 0.24.2 (#11434) + * feat: Migrate nagios parser to new style (#11402) + * fix: add reset-mode flag for CSV parser (#11288) + * docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#11431) + * feat: adding aws metric streams input plugin (#11233) + * test: run check-update on dnf/yum (#11430) + * chore(deps): Bump github.com/influxdata/influxdb-observability/otel2influx from 0.2.21 to 0.2.22 (#11416) + * feat: migrate grok to new parser style (#11408) + * feat: Migrate dropwizard parser to new style (#11371) + * chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.15.4 to 1.15.8 (#11415) + * test: exchange confused parameters (expected vs actual) (#11422) + * feat: Migrate logfmt parser to new style (#11366) + * fix: Bring back old xpath section names (#11335) + * feat: Migrate graphite parser to new style (#11405) + * feat: migrate value parser to new style (#11407) + * docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#11419) + * feat(outputs/wavefront): make maximum http batch size configurable (#11201) + * feat: migrate form_urlencoded parser to new style (#11381) + * chore: move printing of sample config file out of config.go (#11409) + * chore(deps): Bump github.com/vmware/govmomi from 0.27.3 to 0.28.0 (#11396) + * chore(deps): Bump github.com/golang-jwt/jwt/v4 from 4.4.1 to 4.4.2 (#11395) + * docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#11414) + * fix: Sync back sample.confs for inputs.couchbase and outputs.groundwork. (#11413) + * fix: resolve jolokia2 panic on null response (#11397) + * test: add nightly package testing to amd64/linux (#11377) + * chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.1.0 to 1.46.0 (#11382) + * chore: Remove 'github.com/cisco-ie/nx-telemetry-proto' replacement (#11401) + * chore: Remove 'github.com/satori/go.uuid' replacement (#11240) + * chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/kinesis (#11380) + * chore(deps): Bump cloud.google.com/go/pubsub from 1.22.2 to 1.23.0 (#11394) + * feat: Migrate collectd parser to new style (#11367) + * feat: allow collecting node-level metrics for Couchbase buckets (#9717) + * feat: migrate wavefront parser to new style (#11374) + * chore(deps): Bump github.com/Azure/azure-kusto-go from 0.6.0 to 0.7.0 (#11378) + * chore(deps): Bump cloud.google.com/go/bigquery from 1.8.0 to 1.33.0 (#11379) + * chore(deps): Bump github.com/jackc/pgx/v4 from 4.15.0 to 4.16.1 (#11346) + * chore(deps): Bump go.opentelemetry.io/collector/pdata from 0.52.0 to 0.54.0 (#11369) + * docs: swap bytes sent/recv descriptions in nfsclient (#11376) + * chore(deps): Bump cloud.google.com/go/pubsub from 1.18.0 to 1.22.2 (#11349) + * chore(deps): Bump github.com/nats-io/nats.go from 1.15.0 to 1.16.0 (#11339) + * chore(deps): Bump github.com/dynatrace-oss/dynatrace-metric-utils-go from 0.3.0 to 0.5.0 (#11342) + * docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#11365) + * feat: Migrate json_v2 parser to new style (#11343) + * fix: Restore sample configurations broken during initial migration (#11276) + * feat: Add CSV serializer (#11307) + * fix: don't require listeners to be present in overview (#9315) + * docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#11351) + * feat: Migrate json parser to new style (#11226) + * chore: move agent config into seperate file (#11337) + * docs: Sync sample.conf for recent features (#11348) + * chore(deps): Bump github.com/Shopify/sarama from 1.32.0 to 1.34.1 (#11319) + * feat(x509_cert): add proxy support (#9319) + * feat(redis): add Redis 6 ACL auth support (#9333) + * docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#11344) + * chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/timestreamwrite from 1.3.2 to 1.13.6 (#11322) + * fix: filter out views in mongodb lookup (#11280) + * chore(deps): Bump github.com/fatih/color from 1.10.0 to 1.13.0 (#11340) + * chore: fix typo (recieve -> receive) (#11341) + * chore(deps): Bump google.golang.org/api from 0.74.0 to 0.84.0 (#11338) + * chore(deps): Bump github.com/gophercloud/gophercloud from 0.24.0 to 0.25.0 (#11321) + * chore(deps): Bump go.mongodb.org/mongo-driver from 1.9.0 to 1.9.1 (#11320) + * chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/dynamodb (#11328) + * test: add coveralls coverage to master (#11256) + * chore: make apt-get instructions consistent and add GPG fingerprint (#11326) + * chore(deps): Bump github.com/go-logfmt/logfmt from 0.5.0 to 0.5.1 (#11299) + * chore(deps): Bump k8s.io/client-go from 0.23.3 to 0.24.1 (#11223) + * chore(deps): Bump google.golang.org/grpc from 1.46.2 to 1.47.0 (#11318) + * chore(deps): Bump github.com/aws/aws-sdk-go-v2/credentials from 1.12.2 to 1.12.5 (#11297) + * test: mark integration tests correctly (#11317) + * test: update wait for statement for postgres (#11309) + * chore: Remove prefix to use the default `chore(deps)` (#11315) + * docs: explain directly connecting to mongo node (#11314) + * fix: Prevent concurrent map writes to c.UnusedFields (#11311) + * feat: Make the command "config" a subcommand (#11282) + * feat: add default appType as config option to groundwork output (#11300) + * fix(parsers/xpath): Reduce debug messages when empty selection is allowed (#11302) + * feat(inputs.x509_cert): add smtp protocol (#11271) + * fix: bump cloud.google.com/go/monitoring from 1.2.0 to 1.5.0 (#11295) + * fix: Remove all rebase logic from CI (#11293) + * fix: Don't rebase on master when building packages (#11291) + ------------------------------------------------------------------- Tue Aug 16 23:54:15 UTC 2022 - jkowalczyk@suse.com @@ -278,7 +631,7 @@ Mon Jun 13 19:04:25 UTC 2022 - jkowalczyk@suse.com * feat: [inputs/burrow] fill more http transport parameters (#6948) * feat: do not error if no nodes found for current config with xpath parser (#11102) * feat: add slab metrics input plugin (#11075) - * fix: use readers over closers in http input (#11083) + * fix: use readers over closers in http input (#11083) Refs boo#1203914 * chore(inputs_a-l): migrate sample configs into separate files (#11132) * chore(inputs_m-z): migrate sample configs into separate files (#11133) * chore(outputs): migrate sample configs into separate files (#11131) diff --git a/telegraf.spec b/telegraf.spec index 2623bfc..4ffdfb4 100644 --- a/telegraf.spec +++ b/telegraf.spec @@ -18,7 +18,7 @@ %define _config_dir %{_sysconfdir}/%{name} Name: telegraf -Version: 1.23.4 +Version: 1.24.2 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 a462ae5..1298176 100644 --- a/vendor.tar.xz +++ b/vendor.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5958c4dfbb36b400c474fbeff60b02eb6e4f15d22dadaef57055593645dc7ee7 -size 33926308 +oid sha256:ef8a1a14efd49d59c4e44341ec1a97034c1720d8e32cbf41ac7ee75a2fee32e6 +size 35214016