SHA256
1
0
forked from pool/telegraf

Accepting request 1065938 from home:darix:apps

- Update to version 1.25.2:

OBS-URL: https://build.opensuse.org/request/show/1065938
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/telegraf?expand=0&rev=53
This commit is contained in:
Jeff Kowalczyk 2023-02-16 08:01:10 +00:00 committed by Git OBS Bridge
parent 503fe7e006
commit cb13f0e3bd
7 changed files with 71 additions and 9 deletions

View File

@ -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.25.1</param>
<param name="revision">v1.25.2</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</param>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/influxdata/telegraf</param>
<param name="changesrevision">e1a0d74e473aaad0b3d1c490d21abf32090d72ab</param></service></servicedata>
<param name="changesrevision">67c08c519349c4ec563ce3fce437e4cb93e78482</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d4623b3fa61cae12ecf43c496835d623b6710580cbdbdee8422de9e4000cbec9
size 2819652

3
telegraf-1.25.2.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:21abebfddb0b1015e76ca1854d2eb5d9051f7a3e43060785566967e2007a5442
size 2826812

View File

@ -1,3 +1,65 @@
-------------------------------------------------------------------
Wed Feb 15 11:38:14 UTC 2023 - mrueckert@suse.de
- Update to version 1.25.2:
* Telegraf v1.25.2
* Update changelog for v1.25.2
* Update build_version.txt for v1.25.2
* chore(deps): Bump github.com/antchfx/xmlquery from 1.3.12 to 1.3.15 (#12634)
* docs: Tracking metrics (#12663)
* fix(inputs.x509_cert): Fix Windows path handling (#12629)
* fix(inputs.cloudwatch): enable custom endpoint support (#12657)
* test: Use `t.Setenv` to set env vars (#12621)
* fix: Rename the Prometheus Input Plugin Timeout variable (#12626)
* docs(inputs.cisco_telemetry_mdt): remove new feature
* docs: remove trailing whitespace (#12660)
* docs: fix remaining markdownlinter issues (#12658)
* docs: remove whitespace (#12655)
* chore: Prevent RPM from changing permissions on telegraf.d (#12643)
* chore(deps): Bump github.com/antchfx/xpath from 1.2.2 to 1.2.3 (#12633)
* chore(deps): Bump github.com/moby/ipvs from 1.0.2 to 1.1.0 (#12632)
* chore(deps): Bump google.golang.org/grpc from 1.52.0 to 1.52.3 (#12631)
* chore(deps): Bump cloud.google.com/go/bigquery from 1.44.0 to 1.45.0 (#12630)
* docs: Update all readme to pass linter (#12615)
* fix(inputs.gnmi): Handle both new-style `tag_subscription` and old-style `tag_only` (#12512)
* fix(inputs.cisco_telemetry_mdt): check subfield sizes to avoid panics (#12637)
* fix(inputs.tail): fix typo in the README (#12648)
* docs(inputs.syslog): add BSD syslog to readme intro (#12647)
* fix(secretstores): check store id format and presence (#12644)
* docs(inputs.procstat): add ppid field (#12641)
* docs(inputs.snmp): Explain different snmp backends (#12627)
* chore: Update OpenTelemetry (#12638)
* chore: Fix linter findings for tenv (#12622)
* chore: Fix linter findings for nolintlint (part3) (#12613)
* chore: Show file names and line numbers for found issues in github action logs (#12618)
* fix(inputs.conntrack): Resolve segfault when setting collect field (#12603)
* docs: Show TOML inline table syntax for tags/tagpass/tagdrop (#12636)
* docs(inputs.prometheus): fix incorrect headers option (#12625)
* fix(agent): Only read the config once (#12607)
* chore: bump go to 1.20 for golangci-lint-action (#12614)
* chore: Bump golangci-lint from v1.50.1 to v1.51.0 (#12605)
* fix(inputs.mongodb): SIGSEGV when restarting MongoDB node (#12604)
* chore: Update to go1.20 (#12593)
* fix(inputs.mongodb): Improve error logging (#12599)
* chore: Lint whole codebase both in PR and master branch (#12590)
* docs(inputs.postgresql): Provide socket connection details (#12584)
* chore: clean up import shadowing issues (#12588)
* chore(internal.gzip): cleanup CompressWithGzip (#12587)
* chore(inputs.opentelemetry): Update OpenTelemetry input plugin (#12561)
* fix(docs): fix link to license for Google flatbuffers (#12586)
* chore(deps): google.golang.org/grpc v1.51.0 to v1.52.0 (#12583)
* chore(deps): update golang/x dependencies (#12582)
* chore(deps): update github.com/prometheus/client_golang from 1.13.1 to 1.14.0 (#12581)
* chore(deps): update gopsutil dependency from 3.22.9 to 3.22.12 (#12580)
* chore(inputs.x509_cert): fix linter warning (#12577)
* fix(inputs.mysql): avoid side-effects for TLS between plugin instances (#12576)
* fix(inputs.upsd): Add additional fields (#12543)
* fix(outputs.prometheus_client): Expire with ticker, not add/collect (#12560)
* chore(deps): Bump github.com/multiplay/go-ts3 from 1.0.1 to 1.1.0 (#12572)
* chore(deps): Bump github.com/coreos/go-semver from 0.3.0 to 0.3.1 (#12571)
* chore(deps): Bump go.mongodb.org/mongo-driver from 1.11.0 to 1.11.1 (#12570)
* chore(deps): Bump github.com/99designs/keyring from 1.2.1 to 1.2.2 (#12568)
-------------------------------------------------------------------
Mon Jan 30 20:34:00 UTC 2023 - mrueckert@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package telegraf
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%define _config_dir %{_sysconfdir}/%{name}
Name: telegraf
Version: 1.25.1
Version: 1.25.2
Release: 0
Summary: The plugin-driven server agent for collecting & reporting metrics
License: MIT

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c69fa6331413d909c16fee916d8585b5eac74fcc49dbd2c7b8c40fa01570484d
size 18835192
oid sha256:ea618daa2796aa488f33686655f90b8176eae37941f5be95cc2fce06c2a486d3
size 18914064