Accepting request 1224959 from devel:languages:go

- Update to version 1.32.3:
  * Telegraf v1.32.3
  * Update changelog for v1.32.3
  * Update build_version.txt for v1.32.3
  * chore: Make docs
  * fix(inputs.snmp_trap): Remove timeout deprecation (#16145)
  * fix(inputs.netflow): Cast TCP ports to uint16 (#16197)
  * fix(common.socket): Use read buffer size config setting as a datagram reader buffer size (#16156)
  * chore: Update go to v1.23.3 (#16180)
  * chore: Fix linter findings for `revive:exported` in `plugins/inputs/m*` (#16191)
  * chore: Enable `revive:enforce-repeated-arg-type-style` rule (#16182)
  * chore(deps): Bump github.com/rclone/rclone from 1.67.0 to 1.68.1 (#16178)
  * chore: Enable `testifylint:go-require` checker (#16158)
  * chore: Enable `revive:enforce-slice-style` rule (#16173)
  * fix(agent): Restore setup order of stateful plugins to Init() then SetState() (#16123)
  * chore(deps): Bump golangci-lint from v1.61.0 to v1.62.0 (#16172)
  * chore(deps): Bump github.com/tidwall/gjson from 1.17.1 to 1.18.0 (#16174)
  * chore(deps): Bump golang.org/x/text from 0.19.0 to 0.20.0 (#16177)
  * chore(deps): Bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.37 to 1.17.44 (#16175)
  * chore(deps): Bump github.com/sijms/go-ora/v2 from 2.8.19 to 2.8.22 (#16176)
  * chore: Fix linter findings for `revive:exported` in `plugins/inputs/l*` (#16167)
  * chore(parsers.prometheus): Do not warn about unknown format without headers (#16166)
  * fix(inputs.gnmi): Register connection statistics before creating client (#16171)
  * chore: Fix linter findings for `revive:enforce-slice-style` in `plugins/inputs/[a-d]*` and `plugins/common` (#16161)
  * chore(processors.regex): Change logging severity to debug (#16151)
  * fix(inputs.snmp): Fix crash when trying to format fields from unknown OIDs (#16155)
  * chore(outputs.influxdb_v2): Cleanup code and tests (#16147)
  * docs(specs): Add specification for partial-write errors (#16034)
  * chore(deps): Bump github.com/vmware/govmomi from 0.39.0 to 0.45.1 (#16135)
  * chore(deps): Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 (#16136) (forwarded request 1224958 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1224959
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/telegraf?expand=0&rev=41
This commit is contained in:
2024-11-19 21:16:44 +00:00
committed by Git OBS Bridge
7 changed files with 62 additions and 8 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.32.2</param>
<param name="revision">v1.32.3</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">160548d795bbfd3889b30fffb27c71ea08e5ca6e</param></service></servicedata>
<param name="changesrevision">2fd5bf4f2651d47fe574304e7064162e667d373d</param></service></servicedata>

View File

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

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

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

View File

@@ -1,3 +1,57 @@
-------------------------------------------------------------------
Mon Nov 18 20:40:42 UTC 2024 - Jeff Kowalczyk <jkowalczyk@suse.com>
- Update to version 1.32.3:
* Telegraf v1.32.3
* Update changelog for v1.32.3
* Update build_version.txt for v1.32.3
* chore: Make docs
* fix(inputs.snmp_trap): Remove timeout deprecation (#16145)
* fix(inputs.netflow): Cast TCP ports to uint16 (#16197)
* fix(common.socket): Use read buffer size config setting as a datagram reader buffer size (#16156)
* chore: Update go to v1.23.3 (#16180)
* chore: Fix linter findings for `revive:exported` in `plugins/inputs/m*` (#16191)
* chore: Enable `revive:enforce-repeated-arg-type-style` rule (#16182)
* chore(deps): Bump github.com/rclone/rclone from 1.67.0 to 1.68.1 (#16178)
* chore: Enable `testifylint:go-require` checker (#16158)
* chore: Enable `revive:enforce-slice-style` rule (#16173)
* fix(agent): Restore setup order of stateful plugins to Init() then SetState() (#16123)
* chore(deps): Bump golangci-lint from v1.61.0 to v1.62.0 (#16172)
* chore(deps): Bump github.com/tidwall/gjson from 1.17.1 to 1.18.0 (#16174)
* chore(deps): Bump golang.org/x/text from 0.19.0 to 0.20.0 (#16177)
* chore(deps): Bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.37 to 1.17.44 (#16175)
* chore(deps): Bump github.com/sijms/go-ora/v2 from 2.8.19 to 2.8.22 (#16176)
* chore: Fix linter findings for `revive:exported` in `plugins/inputs/l*` (#16167)
* chore(parsers.prometheus): Do not warn about unknown format without headers (#16166)
* fix(inputs.gnmi): Register connection statistics before creating client (#16171)
* chore: Fix linter findings for `revive:enforce-slice-style` in `plugins/inputs/[a-d]*` and `plugins/common` (#16161)
* chore(processors.regex): Change logging severity to debug (#16151)
* fix(inputs.snmp): Fix crash when trying to format fields from unknown OIDs (#16155)
* chore(outputs.influxdb_v2): Cleanup code and tests (#16147)
* docs(specs): Add specification for partial-write errors (#16034)
* chore(deps): Bump github.com/vmware/govmomi from 0.39.0 to 0.45.1 (#16135)
* chore(deps): Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 (#16136)
* chore(deps): Bump github.com/testcontainers/testcontainers-go/modules/kafka from 0.33.0 to 0.34.0 (#16134)
* chore(deps): Bump github.com/jackc/pgtype from 1.14.3 to 1.14.4 (#16133)
* chore(deps): Bump github.com/shirou/gopsutil/v4 from 4.24.9 to 4.24.10 (#16132)
* chore(deps): Bump github.com/openconfig/gnmi from 0.10.0 to 0.11.0 (#16131)
* test(models): Cleanup tests, unexport stuff and unify naming in tests (#16116)
* fix(inputs.ntpq): Avoid panic on empty lines and make sure -p is present (#16110)
* chore(inputs.modbus): Add device or controller information to error messages (#16114)
* fix(logger): Avoid setting the log-format default too early (#16108)
* chore: Fix linter findings for `revive:enforce-slice-style` in `plugins/inputs/[e-j]*` (#16088)
* chore: Fix linter findings for `revive:exported` in `plugins/inputs/k*` (#16091)
* docs(inputs): Add plugin metadata and update description for a* to f* (#16097)
* fix(common.socket): Make sure the scanner buffer matches the read-buffer size (#16111)
* chore(deps): Bump github.com/gofrs/uuid/v5 from 5.2.0 to 5.3.0 (#16096)
* fix(inputs.bind): Convert counters to uint64 (#16015)
* docs(aggregators): Add plugin metadata and update description (#16089)
* chore(linters): Fix findings found by `testifylint`: `go-require` for handlers for `plugins/inputs/[n-z]` (#16098)
* chore(deps): Bump cloud.google.com/go/pubsub from 1.42.0 to 1.45.1 (#16093)
* chore(deps): Bump golang.org/x/sys from 0.25.0 to 0.26.0 (#16095)
* chore(deps): Bump github.com/gopacket/gopacket from 1.2.0 to 1.3.0 (#16094)
* chore(deps): Bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 (#16092)
-------------------------------------------------------------------
Mon Oct 28 22:15:23 UTC 2024 - mrueckert@suse.de

View File

@@ -18,7 +18,7 @@
%define _config_dir %{_sysconfdir}/%{name}
Name: telegraf
Version: 1.32.2
Version: 1.32.3
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:7931c34c771b5778b1ededa8abe255156d5c1c1bb45091796bccda6eacb54c43
size 27165008
oid sha256:7a612edd55859cc0c30240bbfea39cd8cc5bba8ebd8c082555f503c95ac7ae76
size 26970984