diff --git a/_service b/_service index 4b89b5b..d694deb 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://github.com/influxdata/telegraf git .git - v1.25.1 + v1.25.2 @PARENT_TAG@ enable v(.*) diff --git a/_servicedata b/_servicedata index 740abdc..2bec6a9 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/influxdata/telegraf - e1a0d74e473aaad0b3d1c490d21abf32090d72ab \ No newline at end of file + 67c08c519349c4ec563ce3fce437e4cb93e78482 \ No newline at end of file diff --git a/telegraf-1.25.1.tar.xz b/telegraf-1.25.1.tar.xz deleted file mode 100644 index f048c7d..0000000 --- a/telegraf-1.25.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4623b3fa61cae12ecf43c496835d623b6710580cbdbdee8422de9e4000cbec9 -size 2819652 diff --git a/telegraf-1.25.2.tar.xz b/telegraf-1.25.2.tar.xz new file mode 100644 index 0000000..885b7ae --- /dev/null +++ b/telegraf-1.25.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21abebfddb0b1015e76ca1854d2eb5d9051f7a3e43060785566967e2007a5442 +size 2826812 diff --git a/telegraf.changes b/telegraf.changes index 479e0fc..2e075c2 100644 --- a/telegraf.changes +++ b/telegraf.changes @@ -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 diff --git a/telegraf.spec b/telegraf.spec index 57a3d26..85f0da5 100644 --- a/telegraf.spec +++ b/telegraf.spec @@ -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 diff --git a/vendor.tar.xz b/vendor.tar.xz index 6d030c0..0962522 100644 --- a/vendor.tar.xz +++ b/vendor.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c69fa6331413d909c16fee916d8585b5eac74fcc49dbd2c7b8c40fa01570484d -size 18835192 +oid sha256:ea618daa2796aa488f33686655f90b8176eae37941f5be95cc2fce06c2a486d3 +size 18914064