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

Update module github.com/IBM/sarama to v1.43.3 #34631

Merged
merged 3 commits into from
Aug 14, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 13, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/IBM/sarama v1.43.2 -> v1.43.3 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

IBM/sarama (github.com/IBM/sarama)

v1.43.3: Version 1.43.3 (2024-08-12)

Compare Source

What's Changed

🐛 Fixes
📦 Dependency updates
🔧 Maintenance
📝 Documentation

New Contributors

Full Changelog: IBM/sarama@v1.43.2...v1.43.3


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.


  • 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 added the dependencies Pull requests that update a dependency file label Aug 13, 2024
@renovate renovate bot requested a review from MovieStoreGuy as a code owner August 13, 2024 04:44
@renovate renovate bot added the renovatebot label Aug 13, 2024
@renovate renovate bot requested a review from a team August 13, 2024 04:44
Copy link
Contributor Author

renovate bot commented Aug 13, 2024

ℹ Artifact update notice

File name: receiver/kafkareceiver/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
github.com/eapache/go-resiliency v1.6.0 -> v1.7.0
golang.org/x/crypto v0.25.0 -> v0.26.0
golang.org/x/net v0.27.0 -> v0.28.0
File name: receiver/kafkametricsreceiver/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 6 additional dependencies were updated

Details:

Package Change
github.com/eapache/go-resiliency v1.6.0 -> v1.7.0
github.com/klauspost/compress v1.17.8 -> v1.17.9
golang.org/x/crypto v0.24.0 -> v0.26.0
golang.org/x/net v0.26.0 -> v0.28.0
golang.org/x/sys v0.22.0 -> v0.23.0
golang.org/x/text v0.16.0 -> v0.17.0
File name: internal/kafka/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 6 additional dependencies were updated

Details:

Package Change
github.com/eapache/go-resiliency v1.6.0 -> v1.7.0
github.com/klauspost/compress v1.17.8 -> v1.17.9
golang.org/x/crypto v0.22.0 -> v0.26.0
golang.org/x/net v0.24.0 -> v0.28.0
golang.org/x/sys v0.19.0 -> v0.23.0
golang.org/x/text v0.14.0 -> v0.17.0
File name: exporter/kafkaexporter/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
github.com/eapache/go-resiliency v1.6.0 -> v1.7.0
golang.org/x/crypto v0.25.0 -> v0.26.0
golang.org/x/net v0.27.0 -> v0.28.0

@github-actions github-actions bot added the cmd/otelcontribcol otelcontribcol command label Aug 13, 2024
@codeboten codeboten merged commit d2017d2 into main Aug 14, 2024
154 checks passed
@codeboten codeboten deleted the renovate/github.com-ibm-sarama-1.x branch August 14, 2024 18:05
@github-actions github-actions bot added this to the next release milestone Aug 14, 2024
f7o pushed a commit to f7o/opentelemetry-collector-contrib that referenced this pull request Sep 12, 2024
[![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
[@&open-telemetry#8203;kumakichi](https://togithub.com/kumakichi) in
[IBM/sarama#2909
- fix(consumer): maintain ordering of offset commit requests by
[@&open-telemetry#8203;prestona](https://togithub.com/prestona) in
[IBM/sarama#2947
- fix(producer): treat ErrKafkaStorageError as retriable by
[@&open-telemetry#8203;richardartoul](https://togithub.com/richardartoul) in
[IBM/sarama#2939

##### 📦 Dependency updates

- chore(deps): bump the golang-org-x group across 1 directory with 2
updates by [@&open-telemetry#8203;dependabot](https://togithub.com/dependabot) in
[IBM/sarama#2956
- chore(deps): bump github.com/eapache/go-resiliency from 1.6.0 to 1.7.0
by [@&open-telemetry#8203;dependabot](https://togithub.com/dependabot) in
[IBM/sarama#2944
- chore(deps): bump github.com/klauspost/compress from 1.17.8 to 1.17.9
by [@&open-telemetry#8203;dependabot](https://togithub.com/dependabot) in
[IBM/sarama#2926

##### 🔧 Maintenance

- fix(ci): correct docker-compose install by
[@&open-telemetry#8203;dnwe](https://togithub.com/dnwe) in
[IBM/sarama#2954

##### 📝 Documentation

- fix(doc): correct JVM's config name corresponding to MaxWaitTime by
[@&open-telemetry#8203;abhipranay](https://togithub.com/abhipranay) in
[IBM/sarama#2893

#### New Contributors

- [@&open-telemetry#8203;abhipranay](https://togithub.com/abhipranay) made their first
contribution in
[IBM/sarama#2893
- [@&open-telemetry#8203;kumakichi](https://togithub.com/kumakichi) made their first
contribution in
[IBM/sarama#2909
- [@&open-telemetry#8203;richardartoul](https://togithub.com/richardartoul) made their
first contribution in
[IBM/sarama#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 <107717825+opentelemetrybot@users.noreply.github.com>
Co-authored-by: Yang Song <songy23@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants