Skip to content

Commit d2017d2

Browse files
renovate[bot]opentelemetrybotsongy23
authored
Update module github.com/IBM/sarama to v1.43.3 (#34631)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/IBM/sarama](https://togithub.com/IBM/sarama) | `v1.43.2` -> `v1.43.3` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fIBM%2fsarama/v1.43.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fIBM%2fsarama/v1.43.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fIBM%2fsarama/v1.43.2/v1.43.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fIBM%2fsarama/v1.43.2/v1.43.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>IBM/sarama (github.com/IBM/sarama)</summary> ### [`v1.43.3`](https://togithub.com/IBM/sarama/releases/tag/v1.43.3): Version 1.43.3 (2024-08-12) [Compare Source](https://togithub.com/IBM/sarama/compare/v1.43.2...v1.43.3) <!-- Release notes generated using configuration in .github/release.yaml at main --> #### What's Changed ##### 🐛 Fixes - fix: declare assignor variable for examples & clean up log format by [@&#8203;kumakichi](https://togithub.com/kumakichi) in [https://github.com/IBM/sarama/pull/2909](https://togithub.com/IBM/sarama/pull/2909) - fix(consumer): maintain ordering of offset commit requests by [@&#8203;prestona](https://togithub.com/prestona) in [https://github.com/IBM/sarama/pull/2947](https://togithub.com/IBM/sarama/pull/2947) - fix(producer): treat ErrKafkaStorageError as retriable by [@&#8203;richardartoul](https://togithub.com/richardartoul) in [https://github.com/IBM/sarama/pull/2939](https://togithub.com/IBM/sarama/pull/2939) ##### 📦 Dependency updates - chore(deps): bump the golang-org-x group across 1 directory with 2 updates by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/IBM/sarama/pull/2956](https://togithub.com/IBM/sarama/pull/2956) - chore(deps): bump github.com/eapache/go-resiliency from 1.6.0 to 1.7.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/IBM/sarama/pull/2944](https://togithub.com/IBM/sarama/pull/2944) - chore(deps): bump github.com/klauspost/compress from 1.17.8 to 1.17.9 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/IBM/sarama/pull/2926](https://togithub.com/IBM/sarama/pull/2926) ##### 🔧 Maintenance - fix(ci): correct docker-compose install by [@&#8203;dnwe](https://togithub.com/dnwe) in [https://github.com/IBM/sarama/pull/2954](https://togithub.com/IBM/sarama/pull/2954) ##### 📝 Documentation - fix(doc): correct JVM's config name corresponding to MaxWaitTime by [@&#8203;abhipranay](https://togithub.com/abhipranay) in [https://github.com/IBM/sarama/pull/2893](https://togithub.com/IBM/sarama/pull/2893) #### New Contributors - [@&#8203;abhipranay](https://togithub.com/abhipranay) made their first contribution in [https://github.com/IBM/sarama/pull/2893](https://togithub.com/IBM/sarama/pull/2893) - [@&#8203;kumakichi](https://togithub.com/kumakichi) made their first contribution in [https://github.com/IBM/sarama/pull/2909](https://togithub.com/IBM/sarama/pull/2909) - [@&#8203;richardartoul](https://togithub.com/richardartoul) made their first contribution in [https://github.com/IBM/sarama/pull/2939](https://togithub.com/IBM/sarama/pull/2939) **Full Changelog**: IBM/sarama@v1.43.2...v1.43.3 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]> Co-authored-by: Yang Song <[email protected]>
1 parent 7488a99 commit d2017d2

File tree

10 files changed

+76
-76
lines changed

10 files changed

+76
-76
lines changed

cmd/otelcontribcol/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ require (
368368
github.com/GoogleCloudPlatform/opentelemetry-operations-go/extension/googleclientauthextension v0.48.1 // indirect
369369
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.1 // indirect
370370
github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect
371-
github.com/IBM/sarama v1.43.2 // indirect
371+
github.com/IBM/sarama v1.43.3 // indirect
372372
github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c // indirect
373373
github.com/Microsoft/go-winio v0.6.2 // indirect
374374
github.com/ReneKroon/ttlcache/v2 v2.11.0 // indirect
@@ -447,7 +447,7 @@ require (
447447
github.com/docker/go-units v0.5.0 // indirect
448448
github.com/dustin/go-humanize v1.0.1 // indirect
449449
github.com/dvsekhvalnov/jose2go v1.6.0 // indirect
450-
github.com/eapache/go-resiliency v1.6.0 // indirect
450+
github.com/eapache/go-resiliency v1.7.0 // indirect
451451
github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 // indirect
452452
github.com/eapache/queue v1.1.0 // indirect
453453
github.com/elastic/elastic-transport-go/v8 v8.6.0 // indirect

cmd/otelcontribcol/go.sum

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exporter/kafkaexporter/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkae
33
go 1.22.0
44

55
require (
6-
github.com/IBM/sarama v1.43.2
6+
github.com/IBM/sarama v1.43.3
77
github.com/cenkalti/backoff/v4 v4.3.0
88
github.com/gogo/protobuf v1.3.2
99
github.com/jaegertracing/jaeger v1.60.0
@@ -35,7 +35,7 @@ require (
3535
github.com/beorn7/perks v1.0.1 // indirect
3636
github.com/cespare/xxhash/v2 v2.3.0 // indirect
3737
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
38-
github.com/eapache/go-resiliency v1.6.0 // indirect
38+
github.com/eapache/go-resiliency v1.7.0 // indirect
3939
github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 // indirect
4040
github.com/eapache/queue v1.1.0 // indirect
4141
github.com/fsnotify/fsnotify v1.7.0 // indirect
@@ -90,8 +90,8 @@ require (
9090
go.opentelemetry.io/otel/sdk v1.28.0 // indirect
9191
go.opentelemetry.io/otel/sdk/metric v1.28.0 // indirect
9292
go.opentelemetry.io/otel/trace v1.28.0 // indirect
93-
golang.org/x/crypto v0.25.0 // indirect
94-
golang.org/x/net v0.27.0 // indirect
93+
golang.org/x/crypto v0.26.0 // indirect
94+
golang.org/x/net v0.28.0 // indirect
9595
golang.org/x/sys v0.23.0 // indirect
9696
golang.org/x/text v0.17.0 // indirect
9797
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect

exporter/kafkaexporter/go.sum

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/kafka/go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/internal/kafka
33
go 1.22.0
44

55
require (
6-
github.com/IBM/sarama v1.43.2
6+
github.com/IBM/sarama v1.43.3
77
github.com/aws/aws-sdk-go v1.53.11
88
github.com/stretchr/testify v1.9.0
99
github.com/xdg-go/scram v1.1.2
@@ -14,7 +14,7 @@ require (
1414

1515
require (
1616
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
17-
github.com/eapache/go-resiliency v1.6.0 // indirect
17+
github.com/eapache/go-resiliency v1.7.0 // indirect
1818
github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 // indirect
1919
github.com/eapache/queue v1.1.0 // indirect
2020
github.com/fsnotify/fsnotify v1.7.0 // indirect
@@ -28,16 +28,16 @@ require (
2828
github.com/jcmturner/gokrb5/v8 v8.4.4 // indirect
2929
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
3030
github.com/jmespath/go-jmespath v0.4.0 // indirect
31-
github.com/klauspost/compress v1.17.8 // indirect
31+
github.com/klauspost/compress v1.17.9 // indirect
3232
github.com/pierrec/lz4/v4 v4.1.21 // indirect
3333
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
3434
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
3535
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
3636
github.com/xdg-go/stringprep v1.0.4 // indirect
3737
go.opentelemetry.io/collector/config/configopaque v1.13.0 // indirect
38-
golang.org/x/crypto v0.22.0 // indirect
39-
golang.org/x/net v0.24.0 // indirect
40-
golang.org/x/sys v0.19.0 // indirect
41-
golang.org/x/text v0.14.0 // indirect
38+
golang.org/x/crypto v0.26.0 // indirect
39+
golang.org/x/net v0.28.0 // indirect
40+
golang.org/x/sys v0.23.0 // indirect
41+
golang.org/x/text v0.17.0 // indirect
4242
gopkg.in/yaml.v3 v3.0.1 // indirect
4343
)

internal/kafka/go.sum

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

receiver/kafkametricsreceiver/go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kafkam
33
go 1.22.0
44

55
require (
6-
github.com/IBM/sarama v1.43.2
6+
github.com/IBM/sarama v1.43.3
77
github.com/google/go-cmp v0.6.0
88
github.com/open-telemetry/opentelemetry-collector-contrib/internal/kafka v0.107.0
99
github.com/stretchr/testify v1.9.0
@@ -25,7 +25,7 @@ require (
2525
github.com/beorn7/perks v1.0.1 // indirect
2626
github.com/cespare/xxhash/v2 v2.3.0 // indirect
2727
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
28-
github.com/eapache/go-resiliency v1.6.0 // indirect
28+
github.com/eapache/go-resiliency v1.7.0 // indirect
2929
github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 // indirect
3030
github.com/eapache/queue v1.1.0 // indirect
3131
github.com/fsnotify/fsnotify v1.7.0 // indirect
@@ -46,7 +46,7 @@ require (
4646
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
4747
github.com/jmespath/go-jmespath v0.4.0 // indirect
4848
github.com/json-iterator/go v1.1.12 // indirect
49-
github.com/klauspost/compress v1.17.8 // indirect
49+
github.com/klauspost/compress v1.17.9 // indirect
5050
github.com/knadh/koanf/maps v0.1.1 // indirect
5151
github.com/knadh/koanf/providers/confmap v0.1.0 // indirect
5252
github.com/knadh/koanf/v2 v2.1.1 // indirect
@@ -79,10 +79,10 @@ require (
7979
go.opentelemetry.io/otel/sdk v1.28.0 // indirect
8080
go.opentelemetry.io/otel/sdk/metric v1.28.0 // indirect
8181
go.opentelemetry.io/otel/trace v1.28.0 // indirect
82-
golang.org/x/crypto v0.24.0 // indirect
83-
golang.org/x/net v0.26.0 // indirect
84-
golang.org/x/sys v0.22.0 // indirect
85-
golang.org/x/text v0.16.0 // indirect
82+
golang.org/x/crypto v0.26.0 // indirect
83+
golang.org/x/net v0.28.0 // indirect
84+
golang.org/x/sys v0.23.0 // indirect
85+
golang.org/x/text v0.17.0 // indirect
8686
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
8787
google.golang.org/grpc v1.65.0 // indirect
8888
google.golang.org/protobuf v1.34.2 // indirect

0 commit comments

Comments
 (0)