From bb42bdbe4fe526ad208e26bbcf48aeaa1f63024338cbedd88a2cfad74fe58734 Mon Sep 17 00:00:00 2001 From: Jeff Kowalczyk Date: Wed, 17 Mar 2021 22:26:34 +0000 Subject: [PATCH] Accepting request 879749 from home:jfkw:branches:devel:languages:go - Update to version 1.18.0: OBS-URL: https://build.opensuse.org/request/show/879749 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/telegraf?expand=0&rev=28 --- _service | 2 +- _servicedata | 2 +- telegraf-1.17.3.tar.gz | 3 - telegraf-1.18.0.tar.gz | 3 + telegraf.changes | 171 +++++++++++++++++++++++++++++++++++++++++ telegraf.spec | 2 +- vendor.tar.gz | 4 +- 7 files changed, 179 insertions(+), 8 deletions(-) delete mode 100644 telegraf-1.17.3.tar.gz create mode 100644 telegraf-1.18.0.tar.gz diff --git a/_service b/_service index b3da26a..11664ab 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://github.com/influxdata/telegraf git .git - v1.17.3 + v1.18.0 @PARENT_TAG@ enable v(.*) diff --git a/_servicedata b/_servicedata index f7f85e4..bae88a5 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/influxdata/telegraf - 3e8cf10a86eadf24c713f839f9e5825542827964 \ No newline at end of file + 0d0f78da00ac25d8286457802bd739e6b6c61052 \ No newline at end of file diff --git a/telegraf-1.17.3.tar.gz b/telegraf-1.17.3.tar.gz deleted file mode 100644 index a5efaa5..0000000 --- a/telegraf-1.17.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da25eda025e4374739decd05e3821fc896569fcaf30ac4dfb04806ed51096f8e -size 2131246 diff --git a/telegraf-1.18.0.tar.gz b/telegraf-1.18.0.tar.gz new file mode 100644 index 0000000..63601b8 --- /dev/null +++ b/telegraf-1.18.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:832252c95f84b698ce3d93e7d28b401381ae4fef45161184ee018f799c1ec498 +size 2697832 diff --git a/telegraf.changes b/telegraf.changes index eaaa1fd..6ff2611 100644 --- a/telegraf.changes +++ b/telegraf.changes @@ -1,3 +1,174 @@ +------------------------------------------------------------------- +Wed Mar 17 22:04:14 UTC 2021 - jkowalczyk@suse.com + +- Update to version 1.18.0: + * fix segfaults in sflow plugin by checking if protocol headers are set (#8995) + * Teamspeak input plugin query clients (#8950) + * Improve xml parser's handling of missing values (#8971) + * chore: remove references to outdated InfluxDB settings. (#8754) + * nats_output: use the configured credentials file (#8986) + * Bigquery output Plugin (#8634) + * feat: Adding Plex Webhooks external plugin (#8898) + * accurate state documentation for Starlark + * Filter data out from system databases for Azure SQL DB only (#8849) + * Mac entry script: Add space before calling path so that zsh doesn't remove first character of path when prompting for update. (#8976) + * Include DMG files when syncing release artifacts to AWS (#8972) + * fix ping tests + * add more logging to ping plugin + * Writing unit tests for Kinesis output plugin Write method (#8930) + * Fix output name to match directory name for sensu output plugin (#8960) + * New plugins readme cleanup (#8956) + * Reset the flush interval timer when flush is requested or batch is ready. (#8953) + * Add Starlark parsing example of nested JSON (#8675) + * NFS Client input plugin README cleanup (#8943) + * Fix max open requests to one if idempotent writes is set to true (#8954) + * Prometheus [Input] plugin - Optimizing for bigger kubernetes clusters (500+ pods) when scraping thru 'monitor_kubernetes_pods' (#8762) + * Set $HOSTIP in default URL (#8721) + * Correct Q+A about state (#8918) + * Add field key length output by field type in schema_sizing Starlark script (#8934) + * Mac Packaging / Notarization (#8878) + * Nfsclient input: (Reopen of PR 1491 and 1684) (#4615) + * chore: update docs link in influxdbv2listener (#8939) + * fix: Beat readme title (#8938) + * Get Tail tests to pass on windows (#8927) + * chore: update csgo readme title (#8933) + * Add XML parser using XPath queries (#8931) + * Clearing LGTM alerts and warnings (#8923) + * Input plugin for RavenDB (#8834) + * Add Derivative Aggregator Plugin (#3762) + * Add CSGO SRCDS input plugin (#8525) + * [plugins/input/docker] Make perdevice affect also cpu and add class granularity through perdevice_include/total_include (#7312) + * Sensu Go Output Plugin for Telegraf (#8398) + * Switching kinesis output plugin to use telegraf.Logger (#8929) + * Add PPID field to procstat input plugin (#8887) + * Adding a new directory monitor input plugin. (#8751) + * Add Starlark script for estimating Line Protocol cardinality (#8852) + * Dynatrace Plugin: Make conversion to counters possible / Changed large bulk handling (#8397) + * plugin: output loki (#8450) + * SqlServer - fix for default server list (#8655) + * Add MessagePack output data format (#8828) + * Use consistent container name in docker input plugin (#8703) + * Revive fixes - part 3 (#8872) + * Fix max_repetitions signedness issues #8823 (#8902) + * outputs.kinesis - log record error count (#8817) + * Bug Fix - SQL Server HADR queries for SQL Versions (#8833) + * add proxy (#8915) + * Display error message on badly formatted config string array (eg. namepass) (#8910) + * fix: reading multiple holding registers in modbus input plugin (#8628) + * Non systemd support with unittest (#8785) + * Fix statsd concurrency bug (#8885) + * SignalFx Output (#6714) + * Support more snmpv3 authentication protocols (#8850) + * add SMCIPMITool input to external plugin list (#8897) + * SQL Perfmon counters - synced queries from v2 to all db types (#8393) + * Fix mutex locking around ifname cache (#8873) + * Run revive linter in CI (#8798) + * Add quantile aggregator plugin (#8594) + * plugins/filestat: Skip missing files (#7316) + * added member_id as tag(as it is a unique value) for redfish plugin and added address of the server when the status is other than 200 for better debugging (#8813) + * Revive fixes - part 2 (#8835) + * Bump github.com/gopcua/opcua from 0.1.12 to 0.1.13 (#8744) + * Support exclamation mark to create non-matching list in tail plugin (#8613) + * Add support for datadog distributions metric (#8179) + * outputs/warp10: url encode comma in tags value (#8657) + * inputs.x509_cert: Fix timeout issue (#8824) + * update min Go version in Telegraf readme (#8846) + * Add default retry for load config via url (#8803) + * Code Signing for Windows (#8816) + * Fix reconnection issues mqtt (#8821) + * Validate the response from InfluxDB after writing/creating a database to avoid json parsing panics/errors (#8775) + * Move windows tests to circle-ci, remove appveyor (#8844) + * Expose v4/v6-only connection-schemes through GosnmpWrapper (#8804) + * adds missing & to flush_jitter output ref (#8838) + * Sort and timeout is deadline (#8839) + * Revive fixes - part 1 (#8797) + * Update README for inputs.ping with correct cmd for native ping on Linux (#8787) + * Increase build verbosity with go mod download -x (#8496) + * AWS EC2 metadata processor Using StreamingProcessor (#8707) + * Update go-ping to latest version (#8771) + * Allow to provide constants to a starlark script (#8772) + * Add HTTP proxy setting to New Relic output plugin (#8749) + * Set interface for native (#8770) + * Resolve regression, re-add missing function (#8764) + * [outputs.influxdb_v2] add exponential backoff, and respect client error responses (#8662) + * add line about measurement being specified in docs (#8734) + * Fix issue with elasticsearch output being really noisy about some errors (#8748) + * Add geoip external project reference + * improve mntr regex to match user specific keys. (#7533) + * Fix crash in lustre2 input plugin, when field name and value (#7967) + * Update grok-library to v1.0.1 with dots and dash-patterns fixed. (#8673) + * Use go-ping for "native" execution in Ping plugin (#8679) + * Integration test audit (#8725) + * fix x509 cert timeout issue (#8741) + * Add setting to enable caching in ipmitool (#8335) + * Bump github.com/nsqio/go-nsq from 1.0.7 to 1.0.8 (#8714) + * Bump github.com/Shopify/sarama from 1.27.1 to 1.27.2 (#8715) + * fix: remove ambiguity on '\v' from line-protocol parser (#8720) + * add kafka connect example to jolokia2 input (#8709) + * Bump github.com/newrelic/newrelic-telemetry-sdk-go from 0.2.0 to 0.5.1 (#8712) + * Create dependabot.yml (#8614) + * Add Event Log support for Windows (#8616) + * update readme: prometheus remote write (#8683) + * Fix Redis output field type inconsistencies (#8678) + * GNMI plugin should not take off the first character of field keys when no 'alias path' exists. (#8659) + * Update template, remove CLA checkbox (#8680) + * Use the 'measurement' json field from the particle webhook as the measurment name, or if it's blank, use the 'name' field of the event's json. (#8609) + * Procstat input plugin should use the same timestamp in all metrics in the same Gather() cycle. (#8658) + * update data formats output docs (#8674) + * Add timestamp column support to postgresql_extensible (#8602) + * Added ability to define skip values in csv parser (#8627) + * Removing .lgtm.yml (#8664) + * fix some annoying tests due to ports in use + * Add Beat input plugin (#6653) + * add todo note about wavefront dependencies + * Optimize SeriesGrouper & aggregators.merge (#8391) + * Using mime-type in prometheus parser to handle protocol-buffer responses (#8545) + * Input SNMP plugin - upgrade gosnmp library to version 1.29.0 (#8588) + * Provide test environment for kibana input plugin (#8629) + * Upgrade circle-ci config to v2.1 (#8621) + * remove redundant reference to docs in data formats docs (#8652) + * alphabetize external plugins list (#8647) + * Open Hardware Monitor (#8646) + * outputs/http: add option to control idle connection timeout (#8055) + * Lgtm config (#8625) + * update influxdb_v2 config documentation in main (#8618) + * update intel powerstat readme (#8600) + * common/tls: Allow specifying SNI hostnames (#7897) + * Fix spelling and clarify docs (#8164) + * fixed formatting (+1 squashed commit) (#8541) + * Provide method to include core count when reporting cpu_usage in procstat input (#6165) + * Add support for an inclusive job list in Jenkins plugin (#8287) + * improve the error log message for snmp trap (#8552) + * [http_listener_v2] Stop() succeeds even if fails to start (#8502) + * Unify comments style in the CPU input (#8605) + * Fix readme link for line protocol in influx parser (#8610) + * Add hex_key parameter for IPMI input plugin connection (#8524) + * Add configurable number of 'most recent' date-stamped indices to gather in Elasticsearch input (#8543) + * Add more verbose errors to influxdb output (#6061) + * Allow globs (wildcards) in config for tags/fields in enum processor (#8598) + * [ethtool] interface_up field added (#8590) + * changed TestThreadStats acc to wait for 2 and added warning comment (#8592) + * Add wildcard tags json parser support (#8579) + * update inputs.influxdb readme (#8569) + * Revert "Update grok package to support for field names containing '-' and '.' (#8276)" + * Revert "disable flakey grok test for now" + * fix potential issue with race condition (#8577) + * fix issue with mqtt concurrent map write (#8562) + * Added Glob pattern matching for "Windows Services" plugin (#8575) + * Add prometheus remote write serializer (#8360) + * Typo in INPUTS.md (#8573) + * Remove duplicated field "revision" from ecs_task because it's already defined as a tag there (#8574) + * fix crash when socket_listener receiving invalid data (#8551) + * Graphite tags parser (#8564) + * Update json parser readme (#8532) + * Add per user metrics to mysql input (#6132) + * Fix typo in CONTRIBUTING.md (#8528) + * Fixing issue with missing metrics when pod has only pending containers (#8472) + * fix edge case in aerospike plugin where an expected hex string was converted to integer if all digits (#8542) + * [inputs.github] Add query of pull-request statistics (#8500) + * New Intel PowerStat input plugin (#8488) + * Update string parsing of allocatable cpu cores in kube_inventory (#8512) + ------------------------------------------------------------------- Wed Mar 03 20:09:09 UTC 2021 - Johannes Kastl diff --git a/telegraf.spec b/telegraf.spec index ccbcf7c..1099687 100644 --- a/telegraf.spec +++ b/telegraf.spec @@ -18,7 +18,7 @@ %define _config_dir %{_sysconfdir}/%{name} Name: telegraf -Version: 1.17.3 +Version: 1.18.0 Release: 0 Summary: The plugin-driven server agent for collecting & reporting metrics License: MIT diff --git a/vendor.tar.gz b/vendor.tar.gz index 4c63bd2..851294c 100644 --- a/vendor.tar.gz +++ b/vendor.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c695b32a0fb97031d897f2008945bc947d490e2275a084570210e374f0e2a5e9 -size 19564546 +oid sha256:cd64082a59e7062b755ce66b4849504f2b13d00ea0fa0f4a516ee4006ef936cb +size 21733895