Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module github.com/influxdata/telegraf to v1.33.2 (main) #16179

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 11, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/influxdata/telegraf v1.33.1 -> v1.33.2 age adoption passing confidence

Release Notes

influxdata/telegraf (github.com/influxdata/telegraf)

v1.33.2

Compare Source

Important Changes
  • PR #​16423 converts the ClickHouse drivers to the v2 version.
    This new version also requires a
    new format for the DSN. The plugin
    tries its best to convert the old DSN to the new format but might not be able to do so. Please check for warnings in
    your log file and convert to the new format as soon as possible.
  • PR #​16403 ensures consistency of the NetFlow plugin's
    ip_version field type by enforcing "IPv4", "IPv6", or "unknown" string values. Previously the ip_version could
    become an (unsigned) integer when parsing raw-packets' headers especially with SFlow v5 input. Please watch
    out for type-conflicts on the output side!
Bugfixes
  • #​16477 agent Avoid panic by checking for skip_processors_after_aggregators
  • #​16489 agent Set godebug x509negativeserial=1 as a workaround
  • #​16403 inputs.netflow Ensure type consistency for sFlow's IP version field
  • #​16447 inputs.x509_cert Add config to left-pad serial number to 128-bits
  • #​16448 outputs.azure_monitor Prevent infinite send loop for outdated metrics
  • #​16472 outputs.sql Fix insert into ClickHouse
  • #​16454 service Set address to prevent orphaned dbus-session processes
Dependency Updates
  • #​16442 deps Bump cloud.google.com/go/storage from 1.47.0 to 1.50.0
  • #​16414 deps Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.7.0 to 1.8.1
  • #​16416 deps Bump github.com/apache/iotdb-client-go from 1.3.2 to 1.3.3
  • #​16415 deps Bump github.com/aws/aws-sdk-go-v2 from 1.32.8 to 1.33.0
  • #​16394 deps Bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.38.0 to 1.45.3
  • #​16468 deps Bump github.com/aws/aws-sdk-go-v2/service/sts from 1.33.10 to 1.33.12
  • #​16439 deps Bump github.com/aws/aws-sdk-go-v2/service/sts from 1.33.2 to 1.33.10
  • #​16395 deps Bump github.com/eclipse/paho.golang from 0.21.0 to 0.22.0
  • #​16470 deps Bump github.com/go-ldap/ldap/v3 from 3.4.8 to 3.4.10
  • #​16440 deps Bump github.com/google/cel-go from 0.21.0 to 0.23.0
  • #​16445 deps Bump github.com/lxc/incus/v6 from 6.6.0 to 6.9.0
  • #​16466 deps Bump github.com/nats-io/nats-server/v2 from 2.10.17 to 2.10.25
  • #​16453 deps Bump github.com/prometheus/common from 0.61.0 to 0.62.0
  • #​16417 deps Bump github.com/shirou/gopsutil/v4 from 4.24.10 to 4.24.12
  • #​16369 deps Bump github.com/shirou/gopsutil/v4 from v4.24.10 to v4.24.12
  • #​16397 deps Bump github.com/showwin/speedtest-go from 1.7.9 to 1.7.10
  • #​16467 deps Bump github.com/yuin/goldmark from 1.6.0 to 1.7.8
  • #​16360 deps Bump golangci-lint from v1.62.2 to v1.63.4
  • #​16469 deps Bump google.golang.org/api from 0.214.0 to 0.219.0
  • #​16396 deps Bump k8s.io/api from 0.31.3 to 0.32.1
  • #​16482 deps Update Apache arrow from 0.0-20240716144821-cf5d7c7ec3cf to 18.1.0
  • #​16423 deps Update ClickHouse SQL driver from 1.5.4 to to 2.30.1

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner February 11, 2025 10:12
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 11, 2025
@renovate renovate bot enabled auto-merge (squash) February 11, 2025 10:12
Copy link
Contributor Author

renovate bot commented Feb 11, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go mod tidy
go: downloading gotest.tools/v3 v3.0.3
go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
go: downloading github.com/jmespath/go-jmespath/internal/testify v1.5.1
go: downloading github.com/hashicorp/consul/sdk v0.16.1
go: downloading github.com/fortytw2/leaktest v1.3.0
go: downloading cloud.google.com/go/kms v1.20.5
go: downloading gonum.org/v1/gonum v0.15.1
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
go: downloading github.com/hexops/gotextdiff v1.0.3
go: downloading github.com/efficientgo/e2e v0.13.1-0.20220922081603-45de9fc588a8
go: downloading github.com/fullstorydev/emulators/storage v0.0.0-20240401123056-edc69752f474
go: downloading github.com/bsm/ginkgo/v2 v2.12.0
go: downloading github.com/bsm/gomega v1.27.10
go: downloading github.com/Azure/go-autorest/autorest/mocks v0.4.2
go: downloading go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.29.0
go: downloading github.com/onsi/ginkgo v1.16.5
go: downloading github.com/onsi/gomega v1.35.1
go: downloading github.com/chengxilo/virtualterm v1.0.4
go: downloading github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24
go: downloading github.com/kr/pretty v0.3.1
go: downloading github.com/frankban/quicktest v1.14.6
go: downloading github.com/hashicorp/go-version v1.7.0
go: downloading github.com/jcmturner/goidentity/v6 v6.0.1
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity/cache v0.3.1
go: downloading github.com/Azure/azure-sdk-for-go v68.0.0+incompatible
go: downloading github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/internal/v2 v2.0.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v1.2.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.29.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.29.0
go: downloading go.einride.tech/aip v0.68.1
go: downloading github.com/pascaldekloe/goe v0.1.0
go: downloading github.com/HdrHistogram/hdrhistogram-go v1.1.2
go: downloading github.com/hetznercloud/hcloud-go/v2 v2.13.1
go: downloading github.com/ionos-cloud/sdk-go/v6 v6.2.1
go: downloading github.com/linode/linodego v1.40.0
go: downloading github.com/hashicorp/nomad/api v0.0.0-20240717122358-3d93bd3778f3
go: downloading github.com/ovh/go-ovh v1.6.0
go: downloading github.com/scaleway/scaleway-sdk-go v1.0.0-beta.30
go: downloading github.com/kolo/xmlrpc v0.0.0-20220921171641-a4b6fa1dd06b
go: downloading github.com/vultr/govultr/v2 v2.17.2
go: downloading github.com/bluele/gcache v0.0.2
go: downloading github.com/go-redis/redis v6.15.9+incompatible
go: downloading github.com/go-redis/redis/v7 v7.4.1
go: downloading github.com/go-redis/redis/v8 v8.11.5
go: downloading github.com/gomodule/redigo v1.8.9
go: downloading github.com/redis/rueidis v1.0.19
go: downloading github.com/stvp/tempredis v0.0.0-20181119212430-b82af8480203
go: downloading github.com/bitly/go-hostpool v0.1.0
go: downloading github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0.49.0
go: downloading github.com/go-playground/assert/v2 v2.2.0
go: downloading github.com/alecthomas/assert/v2 v2.11.0
go: downloading github.com/alecthomas/repr v0.4.0
go: downloading github.com/kr/text v0.2.0
go: downloading github.com/rogpeppe/go-internal v1.13.1
go: downloading github.com/AzureAD/microsoft-authentication-extensions-for-go/cache v0.1.1
go: downloading go.opentelemetry.io/proto/otlp v1.3.1
go: downloading github.com/xyproto/randomstring v1.0.5
go: downloading github.com/go-resty/resty/v2 v2.13.1
go: downloading gopkg.in/ini.v1 v1.67.0
go: downloading github.com/hashicorp/cronexpr v1.1.2
go: downloading github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage v1.5.0
go: downloading cloud.google.com/go/logging v1.13.0
go: downloading cloud.google.com/go/trace v1.11.3
go: downloading github.com/google/martian/v3 v3.3.3
go: downloading github.com/google/martian v2.1.0+incompatible
go: downloading github.com/nxadm/tail v1.4.8
go: downloading github.com/creack/pty v1.1.18
go: downloading github.com/keybase/go-keychain v0.0.0-20231219164618-57a3676c3af6
go: downloading github.com/onsi/ginkgo/v2 v2.21.0
go: downloading github.com/cenkalti/backoff/v4 v4.3.0
go: downloading github.com/cenkalti/backoff v2.2.1+incompatible
go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0
go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
go: downloading github.com/tencentyun/cos-go-sdk-v5 v0.7.40
go: downloading github.com/huaweicloud/huaweicloud-sdk-go-obs v3.23.3+incompatible
go: downloading github.com/oracle/oci-go-sdk/v65 v65.41.1
go: downloading github.com/clbanning/mxj v1.8.4
go: downloading github.com/mozillazg/go-httpheader v0.2.1
go: downloading github.com/sony/gobreaker v0.5.0
go: downloading github.com/go-task/slim-sprig/v3 v3.0.0
go: finding module for package github.com/prometheus/common/promlog
go: github.com/grafana/loki/v3/pkg/analytics imports
	github.com/prometheus/prometheus/web/api/v1 tested by
	github.com/prometheus/prometheus/web/api/v1.test imports
	github.com/prometheus/common/promlog: module github.com/prometheus/common@latest found (v0.62.0), but does not contain package github.com/prometheus/common/promlog

@renovate renovate bot force-pushed the deps-update/main-github.cominfluxdatatelegraf branch 24 times, most recently from 9dd6222 to 0570fc0 Compare February 13, 2025 06:12
@renovate renovate bot force-pushed the deps-update/main-github.cominfluxdatatelegraf branch 7 times, most recently from 909b271 to 418ff58 Compare February 13, 2025 13:06
@renovate renovate bot force-pushed the deps-update/main-github.cominfluxdatatelegraf branch from 418ff58 to 760c722 Compare February 13, 2025 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants