opentelemetry-collector/consumer
renovate[bot] b2ac3f5e1d
fix(deps): update module google.golang.org/grpc to v1.75.1 (#13848)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs
from Renovate will soon appear from 'Mend'. Learn more
[here](https://redirect.github.com/renovatebot/renovate/discussions/37842).

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
| [google.golang.org/grpc](https://redirect.github.com/grpc/grpc-go) |
`v1.75.0` -> `v1.75.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fgrpc/v1.75.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fgrpc/v1.75.0/v1.75.1?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>grpc/grpc-go (google.golang.org/grpc)</summary>

###
[`v1.75.1`](https://redirect.github.com/grpc/grpc-go/releases/tag/v1.75.1):
Release 1.75.1

[Compare
Source](https://redirect.github.com/grpc/grpc-go/compare/v1.75.0...v1.75.1)

##### Bug Fixes

- transport: Fix a data race while copying headers for stats handlers in
the std lib http2 server transport.
([#&#8203;8519](https://redirect.github.com/grpc/grpc-go/issues/8519))
- xdsclient:
- Fix a data race caused while reporting load to LRS.
([#&#8203;8483](https://redirect.github.com/grpc/grpc-go/pull/8483))
- Fix regression preventing empty node IDs when creating an LRS client.
([#&#8203;8483](https://redirect.github.com/grpc/grpc-go/issues/8483))
- server: Fix a regression preventing streams from being cancelled or
timed out when blocked on flow control.
([#&#8203;8528](https://redirect.github.com/grpc/grpc-go/issues/8528))

</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://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
2025-09-16 13:12:04 +00:00
..
consumererror fix(deps): update module google.golang.org/grpc to v1.75.1 (#13848) 2025-09-16 13:12:04 +00:00
consumertest fix(deps): update module google.golang.org/grpc to v1.75.1 (#13848) 2025-09-16 13:12:04 +00:00
internal Avoid public APIs with internal params in custom Options (#11054) 2024-09-17 13:08:41 -07:00
xconsumer fix(deps): update module google.golang.org/grpc to v1.75.1 (#13848) 2025-09-16 13:12:04 +00:00
Makefile [consumer] split consumer into its own module (#6557) 2022-11-16 13:20:02 -08:00
consumer.go Avoid public APIs with internal params in custom Options (#11054) 2024-09-17 13:08:41 -07:00
doc.go [chore] some doc changes to consumer package (#9150) 2023-12-19 16:02:25 -08:00
go.mod fix(deps): update module google.golang.org/grpc to v1.75.1 (#13848) 2025-09-16 13:12:04 +00:00
go.sum fix(deps): update module google.golang.org/grpc to v1.75.1 (#13848) 2025-09-16 13:12:04 +00:00
logs.go Clarify that data cannot be accessed after Consume* func is called (#12284) 2025-02-06 16:50:29 +00:00
logs_test.go [chore]: enable require-error rule from testifylint (#11199) 2024-09-18 15:02:22 -07:00
metrics.go Clarify that data cannot be accessed after Consume* func is called (#12284) 2025-02-06 16:50:29 +00:00
metrics_test.go [chore]: enable require-error rule from testifylint (#11199) 2024-09-18 15:02:22 -07:00
package_test.go [chore] Enable goleak for all (passing) tests (#9173) 2024-01-03 08:35:58 -08:00
traces.go Clarify that data cannot be accessed after Consume* func is called (#12284) 2025-02-06 16:50:29 +00:00
traces_test.go [chore]: enable require-error rule from testifylint (#11199) 2024-09-18 15:02:22 -07:00