forked from pool/telegraf
Accepting request 1033138 from devel:languages:go
- Update to version 1.24.3: (forwarded request 1033136 from jfkw) OBS-URL: https://build.opensuse.org/request/show/1033138 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/telegraf?expand=0&rev=18
This commit is contained in:
commit
3f5755feaf
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/influxdata/telegraf</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v1.24.2</param>
|
||||
<param name="revision">v1.24.3</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/influxdata/telegraf</param>
|
||||
<param name="changesrevision">9550e7a533dd00632e14435e87ed3eb4b04832c6</param></service></servicedata>
|
||||
<param name="changesrevision">ff7323e1567ec68dbb414fffbf83d7dfcc9a1c19</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dabbe4175632b88e4d66a2085805a56fa5db5db3fba692540a68cb442eec6e82
|
||||
size 2668632
|
3
telegraf-1.24.3.tar.xz
Normal file
3
telegraf-1.24.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f5fbce990df2cc2d875d52f6e8db02500ffcce0dd38fa127a2e2201fde9c7cd6
|
||||
size 2688020
|
@ -1,3 +1,101 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 03 16:12:25 UTC 2022 - jkowalczyk@suse.com
|
||||
|
||||
- Update to version 1.24.3:
|
||||
* Revert "feat: run govulncheck nightly on master branch (#11977)" (#12054)
|
||||
* Update build_version.txt for v1.24.3
|
||||
* Resolve conflict caused by earlier cherry pick error
|
||||
* 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)
|
||||
* 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: skip integration test with race (#12100)
|
||||
* chore: add kafka round trip integration test using inputs.kafka_consumer and outputs.kafka (#12058)
|
||||
* 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)
|
||||
* 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)
|
||||
* 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)
|
||||
* chore: Update golangci-lint Go version (#12055)
|
||||
* docs(inputs.mongodb): update supported versions (#12048)
|
||||
* 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)
|
||||
* 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)
|
||||
* 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)
|
||||
* 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)
|
||||
* fix(inputs.syslog): print error when no error or message given (#11997)
|
||||
* chore: resolve linter issues for confusing-naming and confusing-results (#11956)
|
||||
* 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)
|
||||
* 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)
|
||||
* 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)
|
||||
* 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)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 4 16:18:12 UTC 2022 - Jeff Kowalczyk <jkowalczyk@suse.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define _config_dir %{_sysconfdir}/%{name}
|
||||
Name: telegraf
|
||||
Version: 1.24.2
|
||||
Version: 1.24.3
|
||||
Release: 0
|
||||
Summary: The plugin-driven server agent for collecting & reporting metrics
|
||||
License: MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ef8a1a14efd49d59c4e44341ec1a97034c1720d8e32cbf41ac7ee75a2fee32e6
|
||||
size 35214016
|
||||
oid sha256:ad4490070a5919d9a41ee0370e5716746b3884e6b5d42efd65d4d8a6d1315593
|
||||
size 18771560
|
||||
|
Loading…
Reference in New Issue
Block a user