-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 google.golang.org/grpc to v1.68.1 #36760
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
added
dependencies
Pull requests that update a dependency file
renovatebot
labels
Dec 10, 2024
|
renovate
bot
requested review from
a team,
jmacd,
yurishkuro,
dashpole,
jpkrohling,
evan-bradley,
tigrannajaryan,
mwear,
MovieStoreGuy,
mx-psi and
codeboten
as code owners
December 10, 2024 12:41
github-actions
bot
added
cmd/telemetrygen
telemetrygen command
connector/exceptions
connector/routing
connector/spanmetrics
exporter/coralogix
exporter/googlecloudpubsub
exporter/opencensus
exporter/otelarrow
extension/asapauth
extension/basicauth
extension/bearertokenauth
extension/headerssetter
extension/healthcheckv2
extension/jaegerremotesampling
extension/oauth2clientauth
labels
Dec 10, 2024
github-actions
bot
added
exporter/honeycombmarker
exporter/kafka
exporter/logicmonitor
exporter/logzio
exporter/loki
Loki Exporter
exporter/prometheus
exporter/prometheusremotewrite
exporter/pulsar
exporter/rabbitmq
exporter/sapm
exporter/sentry
exporter/signalfx
exporter/splunkhec
exporter/sumologic
exporter/tencentcloudlogservice
exporter/zipkin
extension/encoding
labels
Dec 10, 2024
renovate
bot
force-pushed
the
renovate/google.golang.org-grpc-1.x
branch
from
December 10, 2024 14:39
7e7ff60
to
a2ce931
Compare
renovate
bot
force-pushed
the
renovate/google.golang.org-grpc-1.x
branch
from
December 10, 2024 15:15
5e693ee
to
eb2aede
Compare
codeboten
approved these changes
Dec 10, 2024
sbylica-splunk
pushed a commit
to sbylica-splunk/opentelemetry-collector-contrib
that referenced
this pull request
Dec 17, 2024
…metry#36760) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [google.golang.org/grpc](https://redirect.github.com/grpc/grpc-go) | `v1.67.1` -> `v1.68.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fgrpc/v1.68.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/google.golang.org%2fgrpc/v1.68.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/google.golang.org%2fgrpc/v1.67.1/v1.68.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fgrpc/v1.67.1/v1.68.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [google.golang.org/grpc](https://redirect.github.com/grpc/grpc-go) | `v1.68.0` -> `v1.68.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fgrpc/v1.68.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/google.golang.org%2fgrpc/v1.68.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/google.golang.org%2fgrpc/v1.68.0/v1.68.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fgrpc/v1.68.0/v1.68.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.68.1`](https://redirect.github.com/grpc/grpc-go/releases/tag/v1.68.1): Release 1.68.1 [Compare Source](https://redirect.github.com/grpc/grpc-go/compare/v1.68.0...v1.68.1) ### Bug Fixes - credentials/alts: avoid SRV and TXT lookups for handshaker service to work around hangs caused by buggy versions of systemd-resolved. ([#&open-telemetry#8203;7861](https://redirect.github.com/grpc/grpc-go/issues/7861)) ### Dependencies - Relax minimum Go version requirement from `go1.22.7` to `go1.22`. ([#&open-telemetry#8203;7831](https://redirect.github.com/grpc/grpc-go/issues/7831)) ### [`v1.68.0`](https://redirect.github.com/grpc/grpc-go/releases/tag/v1.68.0): Release 1.68.0 [Compare Source](https://redirect.github.com/grpc/grpc-go/compare/v1.67.2...v1.68.0) ### Behavior Changes - stats/opentelemetry/csm: Get mesh_id local label from "CSM_MESH_ID" environment variable, rather than parsing from bootstrap file ([#&open-telemetry#8203;7740](https://redirect.github.com/grpc/grpc-go/issues/7740)) - orca (experimental): if using an ORCA listener, it must now be registered only on a READY SubConn, and the listener will automatically be stopped when the connection is lost. ([#&open-telemetry#8203;7663](https://redirect.github.com/grpc/grpc-go/issues/7663)) - client: `ClientConn.Close()` now closes transports simultaneously and waits for transports to be closed before returning. ([#&open-telemetry#8203;7666](https://redirect.github.com/grpc/grpc-go/issues/7666)) - credentials: TLS credentials created via `NewTLS` that use `tls.Config.GetConfigForClient` will now have CipherSuites, supported TLS versions and ALPN configured automatically. These were previously only set for configs not using the `GetConfigForClient` option. ([#&open-telemetry#8203;7709](https://redirect.github.com/grpc/grpc-go/issues/7709)) ### Bug Fixes - transport: prevent deadlock in client transport shutdown when writing the GOAWAY frame hangs. ([#&open-telemetry#8203;7662](https://redirect.github.com/grpc/grpc-go/issues/7662)) - mem: reuse buffers more accurately by using slice capacity instead of length ([#&open-telemetry#8203;7702](https://redirect.github.com/grpc/grpc-go/issues/7702)) - Special Thanks: [@&open-telemetry#8203;PapaCharlie](https://redirect.github.com/PapaCharlie) - status: Fix regression caused by [#&open-telemetry#8203;6919](https://redirect.github.com/grpc/grpc-go/issues/6919) in status.Details() causing it to return a wrapped type when getting proto messages generated with protoc-gen-go < v1. ([#&open-telemetry#8203;7724](https://redirect.github.com/grpc/grpc-go/issues/7724)) ### Dependencies - Bump minimum supported Go version to `go1.22.7`. ([#&open-telemetry#8203;7624](https://redirect.github.com/grpc/grpc-go/issues/7624)) ### [`v1.67.2`](https://redirect.github.com/grpc/grpc-go/releases/tag/v1.67.2): Release 1.67.2 [Compare Source](https://redirect.github.com/grpc/grpc-go/compare/v1.67.1...v1.67.2) ### Bug Fixes - credentials/alts: avoid SRV and TXT lookups for handshaker service to work around hangs caused by buggy versions of systemd-resolved. ([#&open-telemetry#8203;7861](https://redirect.github.com/grpc/grpc-go/issues/7861)) </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 these updates 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-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS41OC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNTguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
cmd/telemetrygen
telemetrygen command
connector/count
connector/datadog
connector/exceptions
connector/routing
connector/spanmetrics
connector/sum
dependencies
Pull requests that update a dependency file
exporter/alibabacloudlogservice
Alibaba components
exporter/awsemf
awsemf exporter
exporter/awskinesis
exporter/awsxray
exporter/azuredataexplorer
exporter/azuremonitor
exporter/carbon
exporter/cassandra
exporter/clickhouse
exporter/coralogix
exporter/datadog
Datadog components
exporter/dataset
exporter/doris
exporter/elasticsearch
exporter/file
exporter/googlecloudpubsub
exporter/honeycombmarker
exporter/kafka
exporter/logicmonitor
exporter/logzio
exporter/loki
Loki Exporter
exporter/opencensus
exporter/otelarrow
exporter/prometheus
exporter/prometheusremotewrite
exporter/pulsar
exporter/rabbitmq
exporter/sapm
exporter/sentry
exporter/signalfx
exporter/splunkhec
exporter/sumologic
exporter/tencentcloudlogservice
exporter/zipkin
extension/asapauth
extension/basicauth
extension/bearertokenauth
extension/encoding
extension/headerssetter
extension/healthcheckv2
extension/jaegerremotesampling
extension/oauth2clientauth
extension/opamp
extension/sigv4auth
extension/solarwindsapmsettings
extension/sumologic
internal/core
internal/otelarrow
processor/routing
Routing processor
receiver/googlecloudpubsub
receiver/googlecloudspanner
receiver/jaeger
receiver/loki
receiver/opencensus
receiver/otelarrow
receiver/skywalking
testbed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.67.1
->v1.68.1
v1.68.0
->v1.68.1
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
grpc/grpc-go (google.golang.org/grpc)
v1.68.1
: Release 1.68.1Compare Source
Bug Fixes
Dependencies
go1.22.7
togo1.22
. (#7831)v1.68.0
: Release 1.68.0Compare Source
Behavior Changes
ClientConn.Close()
now closes transports simultaneously and waits for transports to be closed before returning. (#7666)NewTLS
that usetls.Config.GetConfigForClient
will now have CipherSuites, supported TLS versions and ALPN configured automatically. These were previously only set for configs not using theGetConfigForClient
option. (#7709)Bug Fixes
Dependencies
go1.22.7
. (#7624)v1.67.2
: Release 1.67.2Compare Source
Bug Fixes
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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.