From f2c523bc7e6bd6c1d05fbcef067c4d276a85a55ec211e8922c50d294f9e50033 Mon Sep 17 00:00:00 2001 From: Jeff Kowalczyk Date: Mon, 25 Jul 2022 19:36:52 +0000 Subject: [PATCH] Accepting request 991142 from home:jfkw:branches:devel:languages:go - Update to version 1.23.3: OBS-URL: https://build.opensuse.org/request/show/991142 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/telegraf?expand=0&rev=41 --- _service | 2 +- _servicedata | 2 +- harden_telegraf.service.patch | 6 +- telegraf-1.22.1.tar.xz | 3 - telegraf-1.23.3.tar.xz | 3 + telegraf.changes | 410 ++++++++++++++++++++++++++++++++++ telegraf.spec | 2 +- vendor.tar.xz | 4 +- 8 files changed, 421 insertions(+), 11 deletions(-) delete mode 100644 telegraf-1.22.1.tar.xz create mode 100644 telegraf-1.23.3.tar.xz diff --git a/_service b/_service index bd101f3..c42ed34 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://github.com/influxdata/telegraf git .git - v1.22.1 + v1.23.3 @PARENT_TAG@ enable v(.*) diff --git a/_servicedata b/_servicedata index 16436ae..8521bfb 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/influxdata/telegraf - f2a6653b57a11098b3dd37aed2345217c3209968 \ No newline at end of file + 978af6c2ffea1d0823fde63698f2bb11e5721e1f \ No newline at end of file diff --git a/harden_telegraf.service.patch b/harden_telegraf.service.patch index d37943a..ced0b23 100644 --- a/harden_telegraf.service.patch +++ b/harden_telegraf.service.patch @@ -1,9 +1,9 @@ diff --git a/scripts/telegraf.service b/scripts/telegraf.service -index c4eed38e..288dd806 100644 +index 1726913b0..e9ca1ff3f 100644 --- a/scripts/telegraf.service +++ b/scripts/telegraf.service -@@ -4,6 +4,19 @@ Documentation=https://github.com/influxdata/telegraf - After=network.target +@@ -5,6 +5,19 @@ After=network-online.target + Wants=network-online.target [Service] +# added automatically, for details please see diff --git a/telegraf-1.22.1.tar.xz b/telegraf-1.22.1.tar.xz deleted file mode 100644 index 25e9ae2..0000000 --- a/telegraf-1.22.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4babe127514b2b44515e582d7289cb758235f74c588669b524fd2fbef76761fa -size 2453288 diff --git a/telegraf-1.23.3.tar.xz b/telegraf-1.23.3.tar.xz new file mode 100644 index 0000000..0b177ce --- /dev/null +++ b/telegraf-1.23.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ce7d943b15faca8192a3ed31f18cdfafe48fd191b248d86f9b0736a2344fab2 +size 2501628 diff --git a/telegraf.changes b/telegraf.changes index 27f3656..aa81988 100644 --- a/telegraf.changes +++ b/telegraf.changes @@ -1,3 +1,413 @@ +------------------------------------------------------------------- +Mon Jul 25 19:00:16 UTC 2022 - Jeff Kowalczyk + +- Refresh harden_telegraf.service.patch + +------------------------------------------------------------------- +Mon Jul 25 17:49:11 UTC 2022 - jkowalczyk@suse.com + +- Update to version 1.23.3: + * Update changelog for v1.23.3 + * Update build_version.txt for v1.23.3 + * fix(inputs.snmp_trap): nil map panic when use snmp_trap with netsnmp translator (#11534) + * fix: add version number to MacOS packages + * 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: use reader over readcloser, regen cookie-jar (#11482) + * fix: correct init volume gatherer in openstack (#11481) + * fix: add version number to Mac packages (#11506) + * fix(parsers.prometheus): histogram infinity bucket must be allways present (#11490) (#11486) + * docs: Add example output section to HTTP plugin (#11497) + * docs: explain proxmox user/token and node_name (#11487) + * chore(deps): Bump github.com/antchfx/jsonquery from 1.1.5 to 1.2.0 (#11461) + +------------------------------------------------------------------- +Tue Jul 12 13:27:01 UTC 2022 - jkowalczyk@suse.com + +- Update to version 1.23.2: + * Update changelog for v1.23.2 + * Update build_version.txt for v1.23.2 + * Sync sample.conf and README.md files. + * 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) + * chore(gnmi): Add Metrics heading to README.md (#11476) + * fix(gnmi): refactor tag-only subs for complex keys (#11011) + * fix: use bigint for backupsize in sqlserver (#11448) + * docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#11463) + * chore(inputs.socket_listener): Remove parser from init (#11462) + * fix: Deprecation warnings for non-deprecated packages (#11460) + * chore(deps): Bump github.com/docker/docker (#11438) + * docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#11431) + * docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#11419) + * docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#11414) + * docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#11365) + * docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#11351) + * docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#11344) + * chore: Remove prefix to use the default `chore(deps)` (#11315) + +------------------------------------------------------------------- +Wed Jul 6 11:01:28 UTC 2022 - jkowalczyk@suse.com + +- Update to version 1.23.1: + * Update changelog for v1.23.1 + * Update build_version.txt for v1.23.1 + * Sync sample.conf into READMEs. + * Fix xpath config location. + * 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) + * chore(deps): Bump github.com/influxdata/influxdb-observability/otel2influx from 0.2.21 to 0.2.22 (#11416) + * 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) + * fix: Bring back old xpath section names (#11335) + * 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) + * fix: Sync back sample.confs for inputs.couchbase and outputs.groundwork. (#11413) + * fix: resolve jolokia2 panic on null response (#11397) + * 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) + * 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) + * fix: Restore sample configurations broken during initial migration (#11276) + * fix: don't require listeners to be present in overview (#9315) + * 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) + * 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) + * docs: explain directly connecting to mongo node (#11314) + * fix: Prevent concurrent map writes to c.UnusedFields (#11311) + * fix: bump cloud.google.com/go/monitoring from 1.2.0 to 1.5.0 (#11295) + +------------------------------------------------------------------- +Mon Jun 13 19:04:25 UTC 2022 - jkowalczyk@suse.com + +- Update to version 1.23.0: + * fix: Remove all rebase logic from CI (#11293) + * fix: Don't rebase on master when building packages (#11291) + * Update changelog for v1.23.0 + * test: add install go for linux, use in integration tests (#11281) + * fix(inputs/directory_monitor): Add support for multiline file parsing (#11234) + * chore: Fix readme linter errors for input plugins M-Z (#11274) + * fix: Always build README-embedder for host-architecture (#11253) + * feat: Migrate xpath parser to new style (#11218) + * fix: add missing build constraints for sqlite (#11272) + * fix: remove full access permissions (#11261) + * chore: Fix readme linter errors for input plugins E-L (#11214) + * chore: Fix readme linter errors for input plugins A-D (#10964) + * fix: update github.com/containerd/containerd from v1.5.11 to v1.5.13 (#11266) + * fix: bump github.com/tidwall/gjson from 1.10.2 to 1.14.1 (#11264) + * chore: Fix readme linter errors for processor, aggregator, and parser plugins (#10960) + * fix: update modernc.org/sqlite from v1.10.8 to v1.17.3 (#11260) + * docs: add missing word <3 (#11262) + * feat(intel_powerstat): add uncore frequency metrics (#11254) + * test: remove restore integration test cache (#11255) + * test: add circle ci integration testing on PRs (#11246) + * test: harden running of testcontainer integration tests (#11245) + * chore: update go from v1.18.1 to v1.18.3 (#11248) + * chore: rename circleci executor (#11247) + * chore: upgrade windows circleci size (#11249) + * fix: re-add event to splunk serializer (#11237) + * docs: update test-container docs (#11244) + * test: remove docker-compose.yml test file (#11243) + * fix: update moby/ipvs dependency from v1.0.1 to v1.0.2 (#11242) + * feat(inputs.sqlserver): Update query store and latch performance counters (#11216) + * test: migrate elasticsearch to testcontainers (#11207) + * chore: Bump apcupds and remove the replacement as issue is fixed upstream. (#11239) + * test: migrate postgres to testcontainers (#11209) + * test: migrate mcrouter to test-containers (#11208) + * test: migrate kafka to testcontainers (#11206) + * docs: Initial update of integration test docs (#11210) + * chore: Bump riemann-go-client and remove replacement (#11236) + * fix: Upgrade xpath and fix code (#11241) + * feat(inputs.nginx_plus_api): Gather slab metrics (#10448) + * fix(inputs/modbus): #11105 fix requests starting with an omitted field (#11202) + * fix: (outputs/sql) table existence cache (#10812) + * fix: Update sample.conf for prometheus (#11217) + * fix: bump github.com/nats-io/nats-server/v2 from 2.7.4 to 2.8.4 (#11221) + * test: enable logging with testcontainers (#11211) + * chore: update github.com/opencontainers/runc from v1.0.2 to v1.1.2 (#11212) + * chore: update gopkg.in/yaml.v3 from v3.0.0 to v3.0.1 (#11213) + * fix(inputs/snmp): switch new Reconnect method to be a value receiver (#11197) + * test: refactor testcontainer port lookup (#11198) + * test: actually skip flaky snmp test (#11199) + * chore: correctly spell embed (#11200) + * fix: bump go.opentelemetry.io/otel/metric from 0.28.0 to 0.30.0 (#11088) + * chore: update OpenTelmetry plugins (#11194) + * docs: remove recommendation for prometheus metric_version=2 (#11158) + * fix: bump github.com/sensu/sensu-go/api/core/v2 from 2.13.0 to 2.14.0 (#11021) + * test: migrate zookeeper to test-containers (#11185) + * fix(plugins/amqp): move from `streadway/amqp` to `rabbitmq/amqp091-go` (#11192) + * feat: Add constant 'algorithm' to the mock plugin (#11188) + * fix: redis plugin goroutine leak triggered by auto reload config mechanism (#11143) + * fix: update golangci-lint from v1.45.2 to v1.46.2 (#11191) + * fix(inputs/snmp): Reconnect TCP agents if needed (#11163) + * test: migrate pgbouncer to test-containers (#11186) + * test: remove rabbitmq container not used (#11175) + * chore: Embed sample configurations into README for aggregators (#11190) + * chore: Embed sample configurations into README for processors (#11189) + * chore: embed sample configurations into README for outputs (#11182) + * feat: Google API Auth (#11084) + * test: migrate openldap tests to test-containers (#11169) + * test: migrate nsq to test containers (#11173) + * test: migrate opcua to test-containers (#11171) + * feat: add field key option to set event partition key (#11076) + * test: migrate aerospike to test-containers (#11177) + * fix: Convert slab plugin to new sample.conf. (#11181) + * test: migrate memcached to test-containers (#11176) + * test: migrate redis to test-containers (#11174) + * test: migrate mqtt to test containers (#11172) + * test: migrate nats to test-containers (#11170) + * test: migrate crate to test-containers code (#11165) + * chore: Embed sample configurations into README for inputs (#11136) + * fix: search services file in /etc/services and fall back to /usr/etc/services (#11179) + * fix: Remove any content type from prometheus accept header (#11082) + * feat(inputs.cpu): Add tags with core id or physical id to cpus (#11141) + * chore: add readme linter to CI (#11020) + * feat(intel_powerstat): add Max Turbo Frequency and introduce improvements (#11035) + * test: avoid data race in tcp-listener test (#11144) + * fix: bump github.com/aws/aws-sdk-go-v2/config from 1.15.3 to 1.15.7 (#11166) + * test: add generic test-container code for re-use, migrate mysql (#11157) + * feat: add external huebridge input plugin (#11159) + * fix: Improve slab testing without sudo. (#11151) + * docs: update review docs (#11147) + * test: force elasticsearch to index batch data (#11153) + * test: update mongodb output to use test containers (#11137) + * test: switch internet speed to enable file download (#11146) + * fix: doc interval setting for internet speed plugin (#11150) + * fix(inputs.burrow): Move Dialer to variable and run `make fmt` (#11149) + * fix: avoid calling sadc with invalid 0 interval (#11140) + * 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) + * 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) + * chore(aggregators): migrate sample configs into separate files (#11130) + * chore(processors): migrate sample configs into separate files (#11125) + * test: use supported version of elasticsearch (#11111) + * test: remove unecessary flag in sql input (#11115) + * fix: elasticsearch output float handling test (#11120) + * test: remove unused riemann from docker-compose (#11118) + * fix(parsers/nagios): metrics will always return a supported status co… (#11062) + * feat: allow other fluentd metrics apart from retry_count, buffer_queu… (#11056) + * feat(parsers/logfmt): Add tag support (#11060) + * fix: log instance name in skip warnings (#10995) + * fix: bump github.com/wavefronthq/wavefront-sdk-go from 0.9.10 to 0.9.11 (#10970) + * fix: Update gopsutil from v3.22.3 to v3.22.4 to allow for HOST_PROC_MOUNTINFO. (#11107) + * chore(inputs/file): More clear error messages (#11104) + * test: add test for mysql gatherGlobalVariables using sql-mock (#10987) + * feat: Artifactory Webhook Receiver (#10918) + * docs: fix socket_writer output format link (#11101) + * fix: check net.Listen() error in tests (#11093) + * fix: Output erroneous namespace and continue instead of error out (#11069) + * Update changelog + * feat: add mount option filtering to disk plugin (#11039) + * feat(inputs.vsphere): Collect resource pools metrics and add resource pool tag in VM metrics (#10574) + * docs: note about listsnapshots cause zfs parse failures (#11091) + * fix: bump github.com/showwin/speedtest-go from 1.1.4 to 1.1.5 (#10722) + * fix(outputs.Wavefront): If no "host" tag is provided, do not add "telegraf.host" tag (#11078) + * chore: update opentelemetry plugins (#11085) + * docs: correct copy-and-paste of udp to tcp (#11080) + * refactor: replace strings.Replace with strings.ReplaceAll (#11079) + * feat(exec, execd): add an option to pass a custom environment to their child process (#11049) + * fix(inputs.couchbase): Don't assume metrics will all be of the same length (#11045) + * fix: deprecate useless database config option (#11044) + * fix: do not error when closing statsd network connection (#11043) + * fix: re-init azure monitor http client on context deadline error (#11030) + * feat: add influx semantic commits checker, checks only last commit. (#11037) + * fix: have telegraf service wait for network up (#11042) + * chore(inputs/disk): add deprecation notice to legacy mountpoints setting (#10948) + * style: align plugin renaming (#10868) + * Update changelog + * fix: datadog count metrics (#10979) + * feat(outputs.http): Support configuration of `MaxIdleConns` and `MaxIdleConnsPerHost` (#10954) + * chore: enable linting of shell scripts (#11031) + * chore: increase timeout for darwin packaging (#11041) + * fix: reduce log level in disk plugin (#10925) + * feat: create and push nightly docker images to quay.io (#11000) + * chore: remove influxdata/validate-semantic-github-messages github workflow (#11036) + * chore: Adding influx's semantic commit and PR message checker, so we … (#11009) + * fix: use external xpath parser for gnmi (#11024) + * fix: remove duplicate influxdb listener writes (#10976) + * Update changelog + * fix: bump github.com/aws/aws-sdk-go-v2/config from 1.13.1 to 1.15.3 (#10998) + * fix: add mutex to gnmi lookup map (#11008) + * fix(cmd): Also allow 0 outputs when using test-wait parameter (#11013) + * fix: allow Makefile to work on Windows (#11015) + * chore: Fix readme linter errors for output plugins (#10951) + * fix: use sprint to cast to strings in gnmi (#11010) + * docs: add openstack metadata external plugin (#10999) + * fix: use correct auth token with consul_agent (#11001) + * docs: correct influx parser type setting in README (#11004) + * fix: add mariadb_dialect to address the MariaDB differences in INNODB_METRICS (#10486) + * fix: correctly parse various numeric forms (#10923) + * chore: add readme linter (#10916) + * chore: update pull request with master when running CI (#10993) + * docs: add missing slash in mongodb readme (#10994) + * fix: update go.opentelemetry.io/collector/pdata from v0.48.0 to v0.49.0 (#10984) + * docs: regex processor only works on strings (#10982) + * fix: bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs (#10997) + * fix: bump github.com/aws/aws-sdk-go-v2/credentials from 1.8.0 to 1.11.2 (#10975) + * test: use `T.TempDir` to create temporary test directory (#10988) + * feat(processor/regex): Add ability to check every tag for regex replace (#10927) + * chore: go mod tidy (#10983) + * chore: Update Go to 1.18.1 (#10961) + * feat(inputs/teamspeak): allow to configure nickname (#10934) + * fix: update github.com/containerd/containerd from v1.5.9 to v1.5.11 (#10981) + * feat(inputs/sqlserver): add RecentBackups query (#10567) + * fix: bump github.com/miekg/dns from 1.1.46 to 1.1.48 (#10973) + * fix: ensure aliyuncms metrics accept array, fix discovery (#10850) + * fix(inputs/aerospike): Statistics query bug (#10930) + * fix: update github.com/Azure/azure-kusto-go from 0.5.0 to 0.60 (#10966) + * chore: add logging to graylog tests (#10896) + * chore: remove go generate from CI tests (#10977) + * fix: update github.com/gopcua/opcua from v0.3.1 to v0.3.3 (#10974) + * fix: bump github.com/aws/aws-sdk-go-v2/service/dynamodb (#10972) + * fix: bump github.com/xdg/scram from 1.0.3 to 1.0.5 (#10773) + * fix: bump go.mongodb.org/mongo-driver from 1.8.3 to 1.9.0 (#10971) + * fix: align the default value for msg size (#10947) + * fix: update opentelemetry from v0.2.10 to v0.2.17 (#10963) + * docs: update sql readme for creating login in windows (#10967) + * fix: remove overly verbose info message from cisco mdt (#10959) + * fix: update starlark 7a1108eaa012->d1966c6b9fcd (#10940) + * docs: update csv parser metadata descriptions (#10750) + * style: Add deprecation notice to renamed plugins (#10867) + * chore(inputs): add descriptions to config in README.md (#10962) + * feat: migrate input plugins to new sample config format (M-Z) (#10926) + * fix: update influxdb_v2 error message (#10958) + * fix(inputs.prometheus): moved from watcher to informer (#10932) + * feat: migrate input plugins to new sample config format (A-L) (#10924) + * feat: migrate output plugins to new sample config format (#10910) + * feat: migrate processor plugins to new sample config format (#10913) + * feat: migrate aggregator plugins to new sample config format (#10912) + * Update changelog + * feat: generate the plugins sample config (#10886) + * feat(inputs.mongodb): Add metrics about files currently open and currently active data handles (#7896) + * fix: bump gonum.org/v1/gonum from 0.9.3 to 0.11.0 (#10937) + * fix: bump github.com/golang-jwt/jwt/v4 from 4.2.0 to 4.4.1 (#10906) + * chore: add actions/setup-go@v2 to linter config (#10935) + * docs(external.psi): add psi plugin (#10462) + * fix: Update gopsutil and associated dependencies for improved OpenBSD supp… (#10931) + * docs: update rpm/deb instructions with stable URLs (#10905) + * fix: inconsistencies in sql*Requests queries (#10553) + * feat: add ANSI color filter for tail input plugin (#10880) + * feat: (outputs.elasticsearch) Add healthcheck timeout (#10853) + * feat: In Lustre input plugin, support collecting per-client stats. (#10607) + * fix: default value for logfile rotation interval (#10883) + * fix: redundant zfs pool tag (#10871) + * docs: update license of dependencies (#10914) + * fix: update vsphere info message to debug (#10903) + * docs: fix contribute button link (#10904) + * feat: add fritzbox as external plugin (#10818) + * docs: improve documentation around contribution (#10825) + * chore: set telegraf log as text block in bug reports (#10895) + * fix: include body in error message (#10866) + * feat: update etc/telegraf.conf and etc/telegraf_windows.conf (#10885) + * docs: clarify the k and fields topk params (#10830) + * chore: remove slow process test (#10856) + * chore: update slow file rotation tests (#10857) + * chore: switch HTTP 100 test case values (#10858) + * chore: fix slow running intel-pmu test (#10859) + * chore: skip longer/integration tests on -short mode (#10860) + * chore: remove CircleCI parallelism (#10862) + * chore: reduce timeouts and sleeps (#10861) + * Update CHANGELOG.md + * Update build version to 1.23.0 + * Update changelog + * Update CHANGELOG.md + +------------------------------------------------------------------- +Mon May 16 15:28:38 UTC 2022 - jkowalczyk@suse.com + +- Update to version 1.22.4: + * Update changelog + * update build version + * fix: bump github.com/showwin/speedtest-go from 1.1.4 to 1.1.5 (#10722) + * fix(outputs.Wavefront): If no "host" tag is provided, do not add "telegraf.host" tag (#11078) + * chore: update opentelemetry plugins (#11085) + * fix(inputs.couchbase): Don't assume metrics will all be of the same length (#11045) + * fix: do not error when closing statsd network connection (#11043) + * fix: re-init azure monitor http client on context deadline error (#11030) + * fix: have telegraf service wait for network up (#11042) + +------------------------------------------------------------------- +Thu Apr 28 13:09:15 UTC 2022 - jkowalczyk@suse.com + +- Update to version 1.22.3: + * go mod tidy + * Update changelog + * update build version + * chore: increase timeout for darwin packaging (#11041) + * fix: reduce log level in disk plugin (#10925) + * fix: use external xpath parser for gnmi (#11024) + * fix: remove duplicate influxdb listener writes (#10976) + * chore: go mod tidy (#10983) + * chore: Update Go to 1.18.1 (#10961) + +------------------------------------------------------------------- +Tue Apr 26 19:31:37 UTC 2022 - jkowalczyk@suse.com + +- Update to version 1.22.2: + * Update changelog + * update build version + * update build version + * fix: bump github.com/aws/aws-sdk-go-v2/config from 1.13.1 to 1.15.3 (#10998) + * fix: add mutex to gnmi lookup map (#11008) + * fix(cmd): Also allow 0 outputs when using test-wait parameter (#11013) + * fix: allow Makefile to work on Windows (#11015) + * fix: use sprint to cast to strings in gnmi (#11010) + * fix: use correct auth token with consul_agent (#11001) + * fix: add mariadb_dialect to address the MariaDB differences in INNODB_METRICS (#10486) + * fix: correctly parse various numeric forms (#10923) + * fix: update go.opentelemetry.io/collector/pdata from v0.48.0 to v0.49.0 (#10984) + * fix: bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs (#10997) + * fix: bump github.com/aws/aws-sdk-go-v2/credentials from 1.8.0 to 1.11.2 (#10975) + * fix: update github.com/containerd/containerd from v1.5.9 to v1.5.11 (#10981) + * fix: bump github.com/miekg/dns from 1.1.46 to 1.1.48 (#10973) + * fix: ensure aliyuncms metrics accept array, fix discovery (#10850) + * fix(inputs/aerospike): Statistics query bug (#10930) + * fix: update github.com/Azure/azure-kusto-go from 0.5.0 to 0.60 (#10966) + * fix: update github.com/gopcua/opcua from v0.3.1 to v0.3.3 (#10974) + * fix: bump github.com/aws/aws-sdk-go-v2/service/dynamodb (#10972) + * fix: bump github.com/xdg/scram from 1.0.3 to 1.0.5 (#10773) + * fix: bump go.mongodb.org/mongo-driver from 1.8.3 to 1.9.0 (#10971) + * fix: align the default value for msg size (#10947) + * fix: update opentelemetry from v0.2.10 to v0.2.17 (#10963) + * fix: remove overly verbose info message from cisco mdt (#10959) + * fix: update starlark 7a1108eaa012->d1966c6b9fcd (#10940) + * fix: update influxdb_v2 error message (#10958) + * fix(inputs.prometheus): moved from watcher to informer (#10932) + ------------------------------------------------------------------- Mon Apr 25 21:06:04 UTC 2022 - Jeff Kowalczyk diff --git a/telegraf.spec b/telegraf.spec index 10f5250..d69b8e1 100644 --- a/telegraf.spec +++ b/telegraf.spec @@ -18,7 +18,7 @@ %define _config_dir %{_sysconfdir}/%{name} Name: telegraf -Version: 1.22.1 +Version: 1.23.3 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 3298704..5924d70 100644 --- a/vendor.tar.xz +++ b/vendor.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8f27fca236fce8ab696c14784319824304945f44fee97b40b8c98b6a8f26867d -size 248872960 +oid sha256:31f9054bd2fec6c03f3bf701dfa09aa0651dce03bca243d4f9e7f214a5f55114 +size 33821160