Skip to content

fix(deps): update module google.golang.org/grpc to v1.83.0 - #45

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/google.golang.org-grpc-1.x
Aug 1, 2026
Merged

fix(deps): update module google.golang.org/grpc to v1.83.0#45
renovate[bot] merged 1 commit into
mainfrom
renovate/google.golang.org-grpc-1.x

Conversation

@renovate

@renovate renovate Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
google.golang.org/grpc v1.82.1v1.83.0 age confidence

Release Notes

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

v1.83.0: Release 1.83.0

Compare Source

Security

  • server: Stop reading from connections when flooded by HTTP/2 frames to mitigate resource exhaustion. The default value for this limit is 100 frames, excluding DATA and HEADERS, and may be changed by setting environment variable GRPC_GO_EXPERIMENTAL_CONTROL_BUFFER_THROTTLE_LIMIT.
  • xds/rbac: Support Metadata and RequestedServerName permissions matcher fields. If present in a DENY rule, previously these would be ignored and fail-open.
  • xds/rbac: Fix panic when parsing unsupported fields in NotRule/NotId permissions.
  • xds/rbac: Support the deprecated source_ip principal identifier by treating it as equivalent to direct_remote_ip.
  • xds: Fix panic when parsing route header matchers configured with empty exact_match, prefix_match, or suffix_match strings. (#​9223)

New Features

  • xds/googlec2p: Enable DirectPath over Interconnect support for on-premises clients via the force-xds target URI query parameter. (#​9133)
  • xds: Enable xDS configuration to control which fields get propagated from ORCA backend metric reports to LRS load reports. (#​9145)
  • authz: Add OnPolicyUpdate callback to FileWatcherOptions to notify when an authz policy is loaded or updated. (#​9142)
  • xds: Add support for the GCP Authentication HTTP Filter, which automatically fetches and attaches GCP Service Account Identity JWT tokens to outgoing RPCs.
    • This feature can be enabled by setting environment variable GRPC_EXPERIMENTAL_XDS_GCP_AUTHENTICATION_FILTER=true. (#​9119)
  • xds: Add support for xDS-based HTTP CONNECT proxies.
    • This feature can be enabled by setting environment variable GRPC_EXPERIMENTAL_XDS_HTTP_CONNECT=true. (#​9151)
  • xds: Add support for contains_match in route header matchers. (#​9223)

Bug Fixes

  • credentials/alts: Fix panic when processing malformed frames by validating that the message frame length exceeds the message type field size. (#​9197)
  • grpc: Fix compilation on Plan 9 targets (GOOS=plan9), broken since v1.81.0. (#​9255)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 enabled auto-merge (squash) August 1, 2026 09:32
@renovate

renovate Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact 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: go.sum
Command failed: go get -t ./...
go: downloading github.com/ghodss/yaml v1.0.0
go: downloading k8s.io/apimachinery v0.36.3
go: downloading sigs.k8s.io/controller-tools v0.21.0
go: downloading github.com/devsy-org/apiserver v1.5.3
go: downloading github.com/urfave/cli/v3 v3.10.1
go: downloading k8s.io/klog/v2 v2.140.0
go: downloading k8s.io/api v0.36.3
go: downloading github.com/devsy-org/admin-apis v1.0.0
go: downloading github.com/devsy-org/agentapi v1.0.1
go: downloading k8s.io/apiserver v0.36.3
go: downloading k8s.io/metrics v0.36.3
go: downloading sigs.k8s.io/controller-runtime v0.24.1
go: downloading k8s.io/client-go v11.0.0+incompatible
go: downloading google.golang.org/grpc v1.83.0
go: downloading google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af
go: downloading k8s.io/kube-openapi v0.0.0-20260721132016-d427ff9ee9ad
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/gobuffalo/flect v1.0.3
go: downloading k8s.io/apiextensions-apiserver v0.36.0
go: downloading golang.org/x/tools v0.44.0
go: downloading k8s.io/gengo/v2 v2.0.0-20260408192533-25e2208e0dc3
go: downloading github.com/go-logr/logr v1.4.3
go: downloading sigs.k8s.io/structured-merge-diff/v6 v6.4.1
go: downloading k8s.io/utils v0.0.0-20260319190234-28399d86e0b5
go: downloading sigs.k8s.io/randfill v1.0.0
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading github.com/golang/protobuf v1.5.4
go: downloading golang.org/x/net v0.55.0
go: downloading golang.org/x/time v0.15.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20260526163538-3dc84a4a5aaa
go: downloading github.com/emicklei/go-restful/v3 v3.13.0
go: downloading github.com/go-openapi/jsonreference v1.0.0
go: downloading github.com/go-openapi/swag v0.27.1
go: downloading github.com/google/gnostic-models v0.7.1
go: downloading golang.org/x/sync v0.20.0
go: downloading github.com/coreos/go-systemd/v22 v22.7.0
go: downloading github.com/google/uuid v1.6.0
go: downloading golang.org/x/crypto v0.51.0
go: downloading gopkg.in/evanphx/json-patch.v4 v4.13.0
go: downloading k8s.io/component-base v0.36.3
go: downloading sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730
go: downloading github.com/json-iterator/go v1.1.12
go: downloading go.yaml.in/yaml/v2 v2.4.4
go: downloading github.com/evanphx/json-patch/v5 v5.9.11
go: downloading go.opentelemetry.io/otel/trace v1.44.0
go: downloading go.opentelemetry.io/otel v1.44.0
go: downloading github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.1.0
go: downloading go.etcd.io/etcd/client/pkg/v3 v3.6.8
go: downloading go.etcd.io/etcd/client/v3 v3.6.8
go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.65.0
go: downloading go.uber.org/zap v1.27.1
go: downloading sigs.k8s.io/yaml v1.6.0
go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
go: downloading golang.org/x/oauth2 v0.36.0
go: downloading golang.org/x/sys v0.45.0
go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
go: downloading github.com/go-openapi/jsonpointer v1.0.0
go: downloading github.com/go-openapi/swag/cmdutils v0.27.1
go: downloading github.com/go-openapi/swag/conv v0.27.1
go: downloading github.com/go-openapi/swag/fileutils v0.27.1
go: downloading github.com/go-openapi/swag/jsonutils v0.27.1
go: downloading github.com/go-openapi/swag/loading v0.27.1
go: downloading github.com/go-openapi/swag/mangling v0.27.1
go: downloading github.com/go-openapi/swag/netutils v0.27.1
go: downloading github.com/go-openapi/swag/stringutils v0.27.1
go: downloading github.com/go-openapi/swag/typeutils v0.27.1
go: downloading github.com/go-openapi/swag/yamlutils v0.27.1
go: downloading go.yaml.in/yaml/v3 v3.0.4
go: downloading golang.org/x/mod v0.35.0
go: downloading github.com/google/cel-go v0.26.0
go: downloading github.com/fxamacker/cbor/v2 v2.9.1
go: downloading golang.org/x/text v0.37.0
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.65.0
go: downloading k8s.io/streaming v0.36.3
go: downloading github.com/fsnotify/fsnotify v1.10.0
go: downloading sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.34.0
go: downloading github.com/spf13/pflag v1.0.10
go: downloading github.com/spf13/cobra v1.10.2
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.40.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.40.0
go: downloading go.opentelemetry.io/otel/sdk v1.44.0
go: downloading github.com/NYTimes/gziphandler v1.1.1
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee
go: downloading go.etcd.io/etcd/api/v3 v3.6.8
go: downloading github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.3
go: downloading github.com/prometheus/client_golang v1.23.2
go: downloading github.com/coreos/go-semver v0.3.1
go: downloading go.opentelemetry.io/otel/metric v1.44.0
go: downloading go.uber.org/multierr v1.11.0
go: downloading github.com/blang/semver/v4 v4.0.0
go: downloading github.com/prometheus/client_model v0.6.2
go: downloading github.com/prometheus/procfs v0.20.1
go: downloading golang.org/x/term v0.43.0
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20260526163538-3dc84a4a5aaa
go: downloading cel.dev/expr v0.25.2
go: downloading github.com/antlr4-go/antlr/v4 v4.13.1
go: downloading github.com/x448/float16 v0.8.4
go: downloading github.com/stoewer/go-strcase v1.3.0
go: downloading github.com/felixge/httpsnoop v1.0.4
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading go.opentelemetry.io/proto/otlp v1.9.0
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/prometheus/common v0.67.5
go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7
go: downloading golang.org/x/exp v0.0.0-20251219203646-944ab1f22d93
go: downloading github.com/cenkalti/backoff/v5 v5.0.3
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading go.opentelemetry.io/auto/sdk v1.2.1
go: downloading github.com/kylelemons/godebug v1.1.0
go: downloading github.com/go-openapi/swag/pools v0.27.1
go: downloading github.com/evanphx/json-patch v0.5.2
go: downloading github.com/googleapis/gnostic v0.7.1
go: downloading github.com/imdario/mergo v1.0.2
go: downloading k8s.io/client-go v0.36.3
go: downloading k8s.io/klog v1.0.0
go: github.com/imdario/mergo@v1.0.2: parsing go.mod:
	module declares its path as: dario.cat/mergo
	        but was required as: github.com/imdario/mergo
	trying github.com/imdario/mergo@v1.0.1
go: github.com/imdario/mergo@v1.0.1: parsing go.mod:
	module declares its path as: dario.cat/mergo
	        but was required as: github.com/imdario/mergo
	trying github.com/imdario/mergo@v1.0.0
go: github.com/imdario/mergo@v1.0.0: parsing go.mod:
	module declares its path as: dario.cat/mergo
	        but was required as: github.com/imdario/mergo
	trying github.com/imdario/mergo@v0.3.16
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/imdario/mergo v0.3.16
go: github.com/devsy-org/api/pkg/clientset/versioned/typed/management/v1 imports
	k8s.io/client-go/gentype: cannot find module providing package k8s.io/client-go/gentype
go: github.com/devsy-org/api/pkg/listers/management/v1 imports
	k8s.io/client-go/listers: cannot find module providing package k8s.io/client-go/listers
go: github.com/devsy-org/api/pkg/clientset/versioned imports
	k8s.io/client-go/discovery imports
	github.com/googleapis/gnostic/OpenAPIv2: cannot find module providing package github.com/googleapis/gnostic/OpenAPIv2
go: github.com/devsy-org/api/pkg/clientset/versioned imports
	k8s.io/client-go/util/flowcontrol imports
	k8s.io/apimachinery/pkg/util/clock: cannot find module providing package k8s.io/apimachinery/pkg/util/clock
go: github.com/devsy-org/api/pkg/apis/management imports
	github.com/devsy-org/apiserver/pkg/managerfactory imports
	sigs.k8s.io/controller-runtime/pkg/client imports
	k8s.io/client-go/metadata: cannot find module providing package k8s.io/client-go/metadata
go: github.com/devsy-org/api/pkg/apis/management imports
	github.com/devsy-org/apiserver/pkg/managerfactory imports
	sigs.k8s.io/controller-runtime/pkg/client imports
	k8s.io/client-go/util/apply: cannot find module providing package k8s.io/client-go/util/apply
go: github.com/devsy-org/api/pkg/clientset/versioned imports
	k8s.io/client-go/discovery imports
	k8s.io/client-go/kubernetes/scheme imports
	k8s.io/api/auditregistration/v1alpha1: cannot find module providing package k8s.io/api/auditregistration/v1alpha1
go: github.com/devsy-org/api/pkg/clientset/versioned imports
	k8s.io/client-go/discovery imports
	k8s.io/client-go/kubernetes/scheme imports
	k8s.io/api/autoscaling/v2beta1: cannot find module providing package k8s.io/api/autoscaling/v2beta1
go: github.com/devsy-org/api/pkg/clientset/versioned imports
	k8s.io/client-go/discovery imports
	k8s.io/client-go/kubernetes/scheme imports
	k8s.io/api/autoscaling/v2beta2: cannot find module providing package k8s.io/api/autoscaling/v2beta2
go: github.com/devsy-org/api/pkg/clientset/versioned imports
	k8s.io/client-go/discovery imports
	k8s.io/client-go/kubernetes/scheme imports
	k8s.io/api/batch/v2alpha1: cannot find module providing package k8s.io/api/batch/v2alpha1
go: github.com/devsy-org/api/pkg/clientset/versioned imports
	k8s.io/client-go/discovery imports
	k8s.io/client-go/kubernetes/scheme imports
	k8s.io/api/scheduling/v1alpha1: cannot find module providing package k8s.io/api/scheduling/v1alpha1
go: github.com/devsy-org/api/pkg/clientset/versioned imports
	k8s.io/client-go/discovery imports
	k8s.io/client-go/kubernetes/scheme imports
	k8s.io/api/settings/v1alpha1: cannot find module providing package k8s.io/api/settings/v1alpha1
go: github.com/devsy-org/api/pkg/apis imports
	github.com/devsy-org/apiserver/pkg/builders imports
	k8s.io/apiserver/pkg/registry/generic/registry imports
	k8s.io/apiserver/pkg/storage/cacher imports
	k8s.io/client-go/util/consistencydetector: cannot find module providing package k8s.io/client-go/util/consistencydetector
go: github.com/devsy-org/api/pkg/apis imports
	github.com/devsy-org/apiserver/pkg/builders imports
	k8s.io/apiserver/pkg/registry/generic/registry imports
	k8s.io/apiserver/pkg/storage/cacher imports
	k8s.io/client-go/util/watchlist: cannot find module providing package k8s.io/client-go/util/watchlist
go: github.com/devsy-org/api/pkg/apis imports
	github.com/devsy-org/apiserver/pkg/builders imports
	k8s.io/apiserver/pkg/server imports
	k8s.io/apiserver/pkg/server/dynamiccertificates imports
	k8s.io/client-go/tools/events: cannot find module providing package k8s.io/client-go/tools/events
go: github.com/devsy-org/api/pkg/apis imports
	github.com/devsy-org/apiserver/pkg/builders imports
	k8s.io/apiserver/pkg/server imports
	k8s.io/apiserver/pkg/util/flowcontrol imports
	k8s.io/client-go/applyconfigurations/flowcontrol/v1: cannot find module providing package k8s.io/client-go/applyconfigurations/flowcontrol/v1
go: github.com/devsy-org/api/pkg/apis imports
	github.com/devsy-org/apiserver/pkg/builders imports
	k8s.io/apiserver/pkg/server imports
	k8s.io/apiserver/pkg/util/flowcontrol imports
	k8s.io/client-go/kubernetes/typed/flowcontrol/v1: cannot find module providing package k8s.io/client-go/kubernetes/typed/flowcontrol/v1
go: github.com/devsy-org/api/pkg/apis imports
	github.com/devsy-org/apiserver/pkg/builders imports
	k8s.io/apiserver/pkg/server imports
	k8s.io/apiserver/pkg/util/flowcontrol imports
	k8s.io/client-go/listers/flowcontrol/v1: cannot find module providing package k8s.io/client-go/listers/flowcontrol/v1
go: github.com/devsy-org/api/pkg/apis imports
	github.com/devsy-org/apiserver/pkg/builders imports
	k8s.io/apiserver/pkg/server imports
	k8s.io/apiserver/pkg/admission/plugin/policy/mutating imports
	k8s.io/apiserver/pkg/admission/plugin/policy/mutating/patch imports
	k8s.io/client-go/openapi: cannot find module providing package k8s.io/client-go/openapi
go: github.com/devsy-org/api/pkg/apis imports
	github.com/devsy-org/apiserver/pkg/builders imports
	k8s.io/apiserver/pkg/server imports
	k8s.io/apiserver/pkg/admission/plugin/webhook/mutating imports
	k8s.io/apiserver/pkg/admission/configuration imports
	k8s.io/client-go/listers/admissionregistration/v1: cannot find module providing package k8s.io/client-go/listers/admissionregistration/v1
go: github.com/devsy-org/api/pkg/apis imports
	github.com/devsy-org/apiserver/pkg/builders imports
	k8s.io/apiserver/pkg/server imports
	k8s.io/apiserver/pkg/admission/plugin/webhook/mutating imports
	k8s.io/apiserver/pkg/admission/configuration imports
	k8s.io/client-go/tools/cache/synctrack: cannot find module providing package k8s.io/client-go/tools/cache/synctrack
go: warning: k8s.io/client-go@v11.0.0+incompatible: retracted by module author: pre-module versions are obsolete
go: to switch to the latest unretracted version, run:
	go get k8s.io/client-go@latest

@renovate
renovate Bot merged commit 7102cf1 into main Aug 1, 2026
2 of 6 checks passed
@renovate
renovate Bot deleted the renovate/google.golang.org-grpc-1.x branch August 1, 2026 09:32
@devsy-app devsy-app Bot mentioned this pull request Aug 1, 2026
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