Skip to content

fix(deps): update module google.golang.org/grpc to v1.72.1 #26

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 5, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
google.golang.org/grpc v1.71.0 -> v1.72.1 age adoption passing confidence
google.golang.org/grpc v1.65.0 -> v1.72.1 age adoption passing confidence
google.golang.org/grpc v1.70.0 -> v1.72.1 age adoption passing confidence
google.golang.org/grpc v1.68.0 -> v1.72.1 age adoption passing confidence

Release Notes

grpc/grpc-go (google.golang.org/grpc)

v1.72.1: Release 1.72.1

Compare Source

Bug Fixes

  • client: HTTP Proxy connections are no longer attempted for addresses with non-TCP network types. (#​8215)
  • client: Fix bug that causes RPCs to fail with status INTERNAL instead of CANCELLED or DEADLINE_EXCEEDED when receiving a RST_STREAM frame in the middle of the gRPC message. (#​8289)

v1.72.0: Release 1.72.0

Compare Source

Dependencies

  • Minimum supported Go version is now 1.23 (#​8108)

API Changes

  • resolver: add experimental AddressMapV2 with generics to ultimately replace AddressMap. Deprecate AddressMap for deletion (#​8187)
  • resolver: convert EndpointMap in place to use generics (#​8189)

New Features

  • xds: add grpc.xds_client.server_failure counter metric on xDS client to record connectivity errors (#​8203)
  • balancer/rls: allow maxAge to exceed 5 minutes if staleAge is set in the LB policy configuration (#​8137)
  • ringhash: implement gRFC A76 improvements. (#​8159)
  • pickfirst: The new pick first LB policy is made the default. The new LB policy implements the Happy Eyeballs algorithm. To disable the new policy set the environment variable GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST to false (case insensitive).

Bug Fixes

  • xds: fix support for circuit breakers and load reporting in LOGICAL_DNS clusters (#​8169, #​8170)
  • xds/cds: improve RPC error messages when resources are not found (#​8122)
  • balancer/priority: fix race that could leak balancers and goroutines during shutdown (#​8095)
  • stats/opentelemetry: fix trace attributes message sequence numbers to start from 0 (#​8237)
  • balancer/pickfirstleaf: fix panic if deprecated Address.Metadata field is set to a non-comparable value by ignoring the field (#​8227)

Behavior Changes

  • transport: make servers send an HTTP/2 RST_STREAM frame to cancel a stream when the deadline expires (#​8071)

Documentation

v1.71.2: Release 1.71.2

Compare Source

Bug Fixes

  • client: HTTP Proxy connections are no longer attempted for addresses with non-TCP network types. (#​8215)

v1.71.1: Release 1.71.1

Compare Source

Bug Fixes
  • grpc: fix a bug causing an extra Read from the compressor if a compressed message is the same size as the limit. This could result in a panic with the built-in gzip compressor (#​8178)
  • xds: restore the behavior of reading the bootstrap config before creating the first xDS client instead of at package init time (#​8164)
  • stats/opentelemetry: use TextMapPropagator and TracerProvider from TraceOptions instead of OpenTelemetry globals (#​8166)
  • client: fix races when an http proxy is configured that could lead to deadlocks or panics (#​8195)
  • client: fix bug causing RPC failures with message "no children to pick from" when using a custom resolver that calls the deprecated NewAddress API (#​8149)
  • wrr: fix slow processing of address updates that could result in problems including RPC failures for servers with a large number of backends (#​8179)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


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

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

Copy link
Contributor Author

renovate bot commented Jan 5, 2025

⚠️ Artifact update problem

Renovate failed to update artifacts 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: ansible/go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: downloading gopkg.in/yaml.v3 v3.0.1
go: dagger/ansible imports
	dagger/ansible/internal/dagger: package dagger/ansible/internal/dagger is not in std (/opt/containerbase/tools/golang/1.23.1/src/dagger/ansible/internal/dagger)

File name: crane/go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: dagger/crane imports
	dagger/crane/internal/dagger: package dagger/crane/internal/dagger is not in std (/opt/containerbase/tools/golang/1.23.6/src/dagger/crane/internal/dagger)

File name: docker/go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: downloading emperror.dev/errors v0.8.1
go: downloading github.com/coreos/go-semver v0.3.1
go: downloading github.com/creasty/defaults v1.8.0
go: downloading github.com/disaster37/dagger-library-go/lib v0.0.0-20250306101003-4662fcc8adbd
go: downloading github.com/gookit/validate v1.5.4
go: downloading github.com/pkg/errors v0.9.1
go: downloading go.uber.org/multierr v1.6.0
go: downloading dagger.io/dagger v0.16.1
go: downloading github.com/docker/docker v27.1.1+incompatible
go: downloading github.com/sirupsen/logrus v1.9.3
go: downloading github.com/urfave/cli/v2 v2.27.5
go: downloading github.com/x-cray/logrus-prefixed-formatter v0.5.2
go: downloading github.com/gookit/filter v1.2.2
go: downloading github.com/gookit/goutil v0.6.18
go: downloading go.uber.org/atomic v1.7.0
go: downloading github.com/Khan/genqlient v0.8.0
go: downloading github.com/vektah/gqlparser/v2 v2.5.22
go: downloading go.opentelemetry.io/otel v1.34.0
go: downloading go.opentelemetry.io/otel/trace v1.34.0
go: downloading github.com/docker/go-connections v0.5.0
go: downloading github.com/docker/go-units v0.5.0
go: downloading github.com/moby/docker-image-spec v1.3.1
go: downloading github.com/distribution/reference v0.6.0
go: downloading github.com/opencontainers/go-digest v1.0.0
go: downloading github.com/opencontainers/image-spec v1.1.0
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0
go: downloading github.com/containerd/containerd v1.7.20
go: downloading github.com/containerd/log v0.1.0
go: downloading github.com/klauspost/compress v1.17.9
go: downloading github.com/moby/patternmatcher v0.6.0
go: downloading github.com/moby/sys/sequential v0.6.0
go: downloading golang.org/x/sys v0.30.0
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.5
go: downloading github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1
go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
go: downloading golang.org/x/crypto v0.33.0
go: downloading golang.org/x/text v0.22.0
go: downloading github.com/adrg/xdg v0.5.3
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/99designs/gqlgen v0.17.66
go: downloading golang.org/x/sync v0.12.0
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/go-logr/logr v1.4.2
go: downloading go.opentelemetry.io/otel/metric v1.34.0
go: downloading github.com/Microsoft/go-winio v0.6.2
go: downloading github.com/felixge/httpsnoop v1.0.4
go: downloading github.com/moby/sys/user v0.2.0
go: downloading github.com/russross/blackfriday/v2 v2.1.0
go: downloading github.com/mattn/go-colorable v0.1.14
go: downloading golang.org/x/term v0.29.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.8.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.8.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.32.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.32.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.32.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.32.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.32.0
go: downloading go.opentelemetry.io/otel/log v0.8.0
go: downloading go.opentelemetry.io/otel/sdk v1.34.0
go: downloading go.opentelemetry.io/otel/sdk/log v0.8.0
go: downloading go.opentelemetry.io/otel/sdk/metric v1.34.0
go: downloading go.opentelemetry.io/proto/otlp v1.3.1
go: downloading google.golang.org/grpc v1.72.1
go: downloading github.com/sosodev/duration v1.3.1
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading go.opentelemetry.io/auto/sdk v1.1.0
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a
go: downloading google.golang.org/protobuf v1.36.5
go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.23.0
go: downloading golang.org/x/net v0.35.0
go: downloading github.com/cenkalti/backoff/v4 v4.3.0
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a
go: dagger/docker imports
	dagger/docker/internal/dagger: package dagger/docker/internal/dagger is not in std (/opt/containerbase/tools/golang/1.23.6/src/dagger/docker/internal/dagger)
go: warning: github.com/moby/sys/[email protected]: retracted by module author: Package github.com/moby/sys/user/userns was included in this module, but should've been a separate module; see https://github.com/moby/sys/pull/140#issuecomment-2250644304.
go: to switch to the latest unretracted version, run:
	go get github.com/moby/sys/user@latest

File name: gitlab/go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: dagger/gitlab imports
	dagger/gitlab/internal/dagger: package dagger/gitlab/internal/dagger is not in std (/opt/containerbase/tools/golang/1.23.6/src/dagger/gitlab/internal/dagger)

File name: go/go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: dagger/go imports
	dagger/go/internal/dagger: package dagger/go/internal/dagger is not in std (/opt/containerbase/tools/golang/1.23.1/src/dagger/go/internal/dagger)

File name: helm/go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: dagger/helm imports
	dagger/helm/internal/dagger: package dagger/helm/internal/dagger is not in std (/opt/containerbase/tools/golang/1.23.1/src/dagger/helm/internal/dagger)

File name: kyverno/go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: downloading dagger.io/dagger v0.18.7
go: downloading github.com/vektah/gqlparser/v2 v2.5.26
go: downloading github.com/99designs/gqlgen v0.17.73
go: downloading golang.org/x/sync v0.13.0
go: downloading golang.org/x/sys v0.32.0
go: downloading golang.org/x/net v0.39.0
go: downloading golang.org/x/text v0.24.0
go: dagger/kyverno imports
	dagger/kyverno/internal/dagger: package dagger/kyverno/internal/dagger is not in std (/opt/containerbase/tools/golang/1.23.6/src/dagger/kyverno/internal/dagger)

File name: packer/go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: dagger/packer imports
	dagger/packer/internal/dagger: package dagger/packer/internal/dagger is not in std (/opt/containerbase/tools/golang/1.23.8/src/dagger/packer/internal/dagger)

@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch from a006b6e to f08a253 Compare January 13, 2025 09:21
@renovate renovate bot changed the title fix(deps): update module google.golang.org/grpc to v1.69.2 fix(deps): update module google.golang.org/grpc to v1.69.4 Jan 13, 2025
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch from f08a253 to 9b74945 Compare January 23, 2025 21:46
@renovate renovate bot changed the title fix(deps): update module google.golang.org/grpc to v1.69.4 fix(deps): update module google.golang.org/grpc to v1.70.0 Jan 23, 2025
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch from 9b74945 to f4673dd Compare January 24, 2025 07:21
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch 2 times, most recently from a2e1395 to 731ec76 Compare March 4, 2025 23:37
@renovate renovate bot changed the title fix(deps): update module google.golang.org/grpc to v1.70.0 fix(deps): update module google.golang.org/grpc to v1.71.0 Mar 4, 2025
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch from 731ec76 to 36ce672 Compare March 14, 2025 10:56
@renovate renovate bot changed the title fix(deps): update module google.golang.org/grpc to v1.71.0 fix(deps): update module google.golang.org/grpc to v1.71.0 - autoclosed Mar 28, 2025
@renovate renovate bot closed this Mar 28, 2025
@renovate renovate bot deleted the renovate/google.golang.org-grpc-1.x branch March 28, 2025 16:24
@renovate renovate bot changed the title fix(deps): update module google.golang.org/grpc to v1.71.0 - autoclosed fix(deps): update module google.golang.org/grpc to v1.71.0 Mar 28, 2025
@renovate renovate bot reopened this Mar 28, 2025
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch 2 times, most recently from 36ce672 to 201fbd9 Compare April 1, 2025 13:05
@renovate renovate bot changed the title fix(deps): update module google.golang.org/grpc to v1.71.0 fix(deps): update module google.golang.org/grpc to v1.71.1 Apr 1, 2025
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch 2 times, most recently from ff56785 to 7681513 Compare April 21, 2025 06:14
@renovate renovate bot changed the title fix(deps): update module google.golang.org/grpc to v1.71.1 fix(deps): update module google.golang.org/grpc to v1.72.0 Apr 21, 2025
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch 2 times, most recently from 2ae4220 to 85e5c1c Compare April 28, 2025 13:05
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch 2 times, most recently from 53c6228 to 040fa7c Compare May 6, 2025 13:18
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch from 040fa7c to aaa4ed5 Compare May 14, 2025 17:23
@renovate renovate bot changed the title fix(deps): update module google.golang.org/grpc to v1.72.0 fix(deps): update module google.golang.org/grpc to v1.72.1 May 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants