From 0cb59b7892ff2335552eb8cbec11162ebcfa89d205487dcae8593dc221b50940 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Tue, 9 Apr 2024 04:54:27 +0000 Subject: [PATCH] Accepting request 1166268 from home:darix:apps - Update to version 1.30.1: OBS-URL: https://build.opensuse.org/request/show/1166268 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/telegraf?expand=0&rev=81 --- _service | 2 +- _servicedata | 2 +- telegraf-1.30.0.tar.xz | 3 -- telegraf-1.30.1.tar.xz | 3 ++ telegraf.changes | 64 ++++++++++++++++++++++++++++++++++++++++++ telegraf.spec | 2 +- vendor.tar.xz | 4 +-- 7 files changed, 72 insertions(+), 8 deletions(-) delete mode 100644 telegraf-1.30.0.tar.xz create mode 100644 telegraf-1.30.1.tar.xz diff --git a/_service b/_service index f6ee7ce..c370d21 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://github.com/influxdata/telegraf git .git - v1.30.0 + v1.30.1 @PARENT_TAG@ enable v(.*) diff --git a/_servicedata b/_servicedata index fe923f9..9238240 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/influxdata/telegraf - 3c03ddcf6ec4fee8d354a94a74f57e5a55253e12 \ No newline at end of file + fb76952e1ed35eb833f67909164cb99f5e98d7fa \ No newline at end of file diff --git a/telegraf-1.30.0.tar.xz b/telegraf-1.30.0.tar.xz deleted file mode 100644 index 26e3423..0000000 --- a/telegraf-1.30.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59e5120cfda7231cba105b0261d4565c388e04580bf2eb029c0079f4bf9dc643 -size 3108940 diff --git a/telegraf-1.30.1.tar.xz b/telegraf-1.30.1.tar.xz new file mode 100644 index 0000000..adb5844 --- /dev/null +++ b/telegraf-1.30.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a1197e8ea000a7cafc7048efa3f5f6766684c5e8aa4df4c86dab0d2bdeea1e9 +size 3117528 diff --git a/telegraf.changes b/telegraf.changes index 35b07f9..6dc49d7 100644 --- a/telegraf.changes +++ b/telegraf.changes @@ -1,3 +1,67 @@ +------------------------------------------------------------------- +Tue Apr 09 01:09:53 UTC 2024 - mrueckert@suse.de + +- Update to version 1.30.1: + * Telegraf v1.30.1 + * Update changelog for v1.30.1 + * Add go.sum + * Update build_version.txt for v1.30.1 + * chore(linters): Bump golangci-lint to v1.57.2 (#15080) + * docs(specs): Add specification for configuration migration (#15050) + * docs(outputs.cratedb): Document startup error behavior options (#15072) + * docs(inputs.win_services): Specify case-insensitive naming (#15077) + * chore(deps): Bump github.com/IBM/sarama from v1.42.2 to v1.43.1 (#15071) + * fix(inputs.mysql): Parse boolean values in metric v1 correctly (#15063) + * docs(outputs.kafka): Document startup error behavior options (#15070) + * chore(deps): Bump github.com/aws/aws-sdk-go-v2/config from 1.27.5 to 1.27.9 (#15058) + * chore(deps): Bump go.step.sm/crypto from 0.43.0 to 0.44.1 (#15061) + * chore(deps): Bump google.golang.org/api from 0.165.0 to 0.171.0 (#15057) + * chore(deps): Bump github.com/prometheus-community/pro-bing from 0.3.0 to 0.4.0 (#15059) + * chore(deps): Bump github.com/aws/aws-sdk-go-v2/feature/ec2/imds from 1.15.2 to 1.16.0 (#15060) + * chore: tweak wording and don't reference gpg key in SECURITY.md (#15056) + * test(inputs.syslog): Skip test on Windows (#15048) + * fix(inputs.phpfpm): Add timeout for fcgi (#15036) + * fix(windows): Ensure watch-config is passed to service (#15040) + * docs(specs): Add specification for state-persistence (#15037) + * docs(config): Clarify metric-routing example (#15033) + * chore(deps): Bump github.com/docker/docker from 25.0.0+incompatible to 25.0.5+incompatible (#15029) + * fix(inputs.ping): Add option to force ipv4 (#15011) + * fix(inputs.dns_query): Include the canonical CNAME target (#15025) + * fix(inputs.nvidia_smi): Add process info metrics (#15023) + * fix(inputs.prometheus): Initialize logger of parser (#15021) + * chore(deps): Bump gonum.org/v1/gonum from 0.14.0 to 0.15.0 (#15015) + * chore(deps): Bump tj-actions/changed-files from 42 to 43 (#15013) + * chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.149.3 to 1.151.1 (#15014) + * chore(deps): Bump github.com/jackc/pgtype from 1.14.0 to 1.14.2 (#15016) + * chore(deps): Bump github.com/aws/aws-sdk-go-v2 from 1.25.3 to 1.26.0 (#15017) + * chore(deps): Bump golang.org/x/crypto from 0.20.0 to 0.21.0 (#15018) + * fix(inputs.knx_listener): Ignore GroupValueRead requests (#15007) + * chore(readme_linter): Update plugin type guess logic (#15010) + * fix(inputs.diskio): Add missing udev properties (#15003) + * fix(inputs.mysql): Use correct column-types for Percona 8 userstats (#15012) + * chore(deps): Bump github.com/stretchr/testify v1.8.4 to v1.9.0 (#15009) + * fix(inputs.knx_listener): Reconnect after connection loss (#14959) + * fix(inputs.smart): Improve regexp to support flags with a plus (#14996) + * docs(specs): Add specification for output buffer persistence strategy (#14928) + * fix(inputs.dns_query): Fill out additional record fields (#14979) + * fix(secrets): Avoid count underflow by only counting initialized secrets (#14991) + * docs: Add how to parse guide (#14947) + * fix(inputs.openstack): Resolve regression in block storage and server info (#14977) + * fix(inputs.systemd_units): Handle disabled multi-instance units correctly (#14987) + * chore: Remove govulncheck (#14988) + * chore(deps): Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (#14989) + * chore(deps): Bump github.com/jackc/pgx/v4 from 4.18.1 to 4.18.2 (#14978) + * chore(inputs.win_wmi): Cleanup and refactor code (#14965) + * fix(outputs.bigquery): Add scope to bigquery and remove timeout context (#14958) + * chore(deps): Bump github.com/pion/dtls/v2 from 2.2.8 to 2.2.10 (#14967) + * chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/sts from 1.28.2 to 1.28.4 (#14971) + * chore(deps): Bump github.com/prometheus/procfs from 0.12.0 to 0.13.0 (#14970) + * chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.34.2 to 1.34.3 (#14969) + * chore(deps): Bump github.com/klauspost/compress from 1.17.6 to 1.17.7 (#14968) + * feat(inputs.chrony): Remove chronyc depdendency in documentation (#14966) + * chore: Update govulncheck timeout (#14960) + * chore(inputs.win_wmi): Cleanup unit-tests (#14955) + ------------------------------------------------------------------- Mon Mar 11 13:48:23 UTC 2024 - Jeff Kowalczyk diff --git a/telegraf.spec b/telegraf.spec index dea2696..b48a2eb 100644 --- a/telegraf.spec +++ b/telegraf.spec @@ -18,7 +18,7 @@ %define _config_dir %{_sysconfdir}/%{name} Name: telegraf -Version: 1.30.0 +Version: 1.30.1 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 656c829..3e665b4 100644 --- a/vendor.tar.xz +++ b/vendor.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1a600c5d9cf747ba6812aba7ffbc6e32df155e687b0acce75f31b99d3e564a88 -size 24111240 +oid sha256:6cd52278c77261f8fb1d05205091cf4f40c13d1905add1644c0d2e1ded3310c8 +size 24127528