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

fix(deps): update module google.golang.org/grpc to v1.67.1 (master) #304

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

Conversation

phisco-renovate[bot]
Copy link

@phisco-renovate phisco-renovate bot commented Apr 20, 2024

This PR contains the following updates:

Package Type Update Change
google.golang.org/grpc require minor v1.61.0 -> v1.67.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.67.1: Release 1.67.1

Compare Source

Bug Fixes

  • transport: Fix a bug causing stream failures due to miscalculation of the flow control window in both clients and servers. (#​7667)
  • xds/server: Fix xDS Server memory leak. (#​7681)

v1.67.0: Release 1.67.0

Compare Source

Bug Fixes

  • ringhash: when used with multiple EDS priorities, fix bug that could prevent a higher priority from recovering from transient failure. (#​7364)

Behavior Changes

  • In accordance with RFC 7540, clients and servers will now reject TLS connections that don't support ALPN. This can be disabled by setting the environment variable GRPC_ENFORCE_ALPN_ENABLED to false (case insensitive). Please file a bug if you encounter any issues with this behavior. The environment variable to revert this behavior will be removed in an upcoming release. (#​7535)

v1.66.3: Release 1.66.3

Compare Source

Bug Fixes

  • transport: Fix a bug causing stream failures due to miscalculation of the flow control window in both clients and servers. (#​7667)
  • xds/server: Fix xDS Server memory leak. (#​7681)

v1.66.2: Release 1.66.2

Compare Source

Dependencies

  • Remove unintentional dependency on the testing package (#​7579)
  • Remove unintentional dependency on the flate package (#​7595)

Bug Fixes

  • client: fix a bug that prevented memory reuse after handling unary RPCs (#​7571)

v1.66.1

Compare Source

v1.66.0: Release 1.66.0

Compare Source

New Features

Bug Fixes

  • grpc: Clients now return status code INTERNAL instead of UNIMPLEMENTED when the server uses an unsupported compressor. This is consistent with the gRPC compression spec. (#​7461)
  • transport: Fix a bug which could result in writes busy looping when the underlying conn.Write returns errors (#​7394)
  • client: fix race that could lead to orphaned connections and associated resources. (#​7390)
  • xds: use locality from the connected address for load reporting with pick_first (#​7378)
    • without this fix, if a priority contains multiple localities with pick_first, load was reported for the wrong locality
  • client: prevent hanging during ClientConn.Close() when the network is unreachable (#​7540)

Performance Improvements

  • transport: double buffering is avoided when using an http connect proxy and the target server waits for client to send the first message. (#​7424)
  • codec: Implement a new Codec which uses buffer recycling for encoded message (#​7356)

v1.65.1: Release 1.65.1

Compare Source

Bug Fixes

v1.65.0: Release 1.65.0

Compare Source

Dependencies

  • Change support policy to cover only the latest TWO releases of Go, matching the policy for Go itself. See #​7249 for more information. (#​7250)
  • Update x/net/http2 to address CVE-2023-45288 (#​7282)

Behavior Changes

  • credentials/tls: clients and servers will now reject connections that don't support ALPN when environment variable GRPC_ENFORCE_ALPN_ENABLED is set to "true" (case insensitive). (#​7184)
    • NOTE: this behavior will become the default in a future release.
  • metadata: remove String method from MD to make printing more consistent (#​7373)

New Features

  • grpc: add WithMaxCallAttempts to configure gRPC's retry behavior per-channel. (#​7229)

Bug Fixes

  • ringhash: properly apply endpoint weights instead of ignoring them (#​7156)
  • xds: fix a bug that could cause xds-enabled servers to stop accepting new connections after handshaking errors (#​7128)

v1.64.1: Release 1.64.1

Compare Source

Dependencies

v1.64.0: Release 1.64.0

Compare Source

API Changes

  • stats: Deprecate InPayload.Data and OutPayload.Data; they were experimental and will be deleted in the next release (#​7121)

Behavior Changes

  • codec: Remove handling of environment variable GRPC_GO_ADVERTISE_COMPRESSORS to suppress setting supported compressors in grpc-accept-encoding header. Compressors will always be advertised, as they have been by default for some time (#​7203)

New Features

  • resolver/dns: Add SetMinResolutionInterval to set the minimum interval at which DNS re-resolutions may occur (#​6962)
  • peer/peer: Implement the fmt.Stringer interface for pretty printing Peer, and
  • metadata/metadata: Implement the fmt.Stringer interface for pretty printing MD (#​7137)

Performance Improvements

  • client: Improve RPC performance by reducing work while holding a lock (#​7132)

Bug Fixes

  • transport/server: Display the proper timeout value when keepalive pings are not ack'd in time (#​7038)
  • channelz: Fix bug that was causing the subchannel's target to be unset (#​7189)
  • stats: Fix bug where peer was not set in context when calling stats handler for OutPayload, InPayload, and End (#​7096)

Dependencies

  • deps: Remove dependency on deprecated github.com/golang/protobuf module (#​7122)

Documentation

  • grpc: Deprecate WithBlock, WithReturnConnectionError, FailOnNonTempDialError which are ignored by NewClient (#​7097)
  • grpc: Deprecate Dial and DialContext. These will continue to be supported throughout 1.x, but are deprecated to direct users to NewClient (See #​7090 for more information)
  • examples: Add custom lb example (#​6691)

v1.63.3: Release 1.63.3

Compare Source

Dependencies

v1.63.2: Release 1.63.2

Compare Source

Bugs

  • Fix the user agent string

v1.63.1: Release 1.63.1

Compare Source

Bugs

API Changes

  • grpc: remove Deprecated tag from Dial and DialContext; these will be deprecated in v1.64 instead (#​7103)

v1.63.0: Release 1.63.0

Compare Source

Behavior Changes

  • grpc: Return canonical target string from resolver.Address.String() (experimental) (#​6923)
  • client & server: when using write buffer pooling, use input value for buffer size instead of size*2 (#​6983)

New Features

  • grpc: add ClientConn.CanonicalTarget() to return the canonical target string. (#​7006)
  • xds: implement LRS named metrics support (gRFC A64) (#​7027)
  • grpc: introduce grpc.NewClient to allow users to create new clients in idle mode and with "dns" as the default resolver (#​7010)

API Changes

  • grpc: stabilize experimental method ClientConn.Target() (#​7006)

Bug Fixes

  • xds: fix an issue that would cause the client to send an empty list of resources for LDS/CDS upon reconnecting with the management server (#​7026)
  • server: Fix some errors returned by a server when using a grpc.Server as an http.Handler with the Go stdlib HTTP server (#​6989)
  • resolver/dns: add SetResolvingTimeout to allow configuring the DNS resolver's global timeout (#​6917)
  • Set the security level of Windows named pipes to NoSecurity (#​6956)

v1.62.2: Release 1.62.2

Compare Source

Dependencies

v1.62.1: Release 1.62.1

Compare Source

Bug Fixes

  • xds: fix a bug that results in no matching virtual host found RPC errors due to a difference between the target and LDS resource names (#​6997)
  • server: fixed stats handler data InPayload.Length for unary RPC calls (#​6766)
  • grpc: the experimental RecvBufferPool DialOption and ServerOption are now active during unary RPCs with compression (#​6766)
  • grpc: trim whitespaces in accept-encoding header before determining compressors

v1.62.0: Release 1.62.0

Compare Source

New Features

  • grpc: Add StaticMethod CallOption as a signal to stats handler that a method is safe to use as an instrument key (#​6986)

Behavior Changes

  • grpc: Return canonical target string from ClientConn.Target() and resolver.Address.String() (#​6923)

Bug Fixes

  • server: wait to close connection until incoming socket is drained (with timeout) to prevent data loss on client-side (#​6977)

Performance Improvements

  • *: Allow building without x/net/trace by using grpcnotrace to enable dead code elimination (#​6954)
  • rand: improve performance and simplify implementation of grpcrand by adopting math/rand's top-level functions for go version 1.21.0 and newer. (#​6925)

Dependencies

  • *: Use google.golang.org/protobuf/proto instead of github.com/golang/protobuf. (#​6919)

[!NOTE]
The above change in proto library usage introduces a minor behavior change within those libraries. The old github.com/golang/protobuf library would error if given a nil message to Marshal, while the new google.golang.org/protobuf library will successfully output zero bytes in this case. This means server method handlers that did return nil, nil will now return an empty message and no error, while it used to return an error. This also affects the client side, where clients sending nil messages used to fail without sending the RPC, and now they will send an empty message.

v1.61.2: Release 1.61.2

Compare Source

Dependencies

v1.61.1: Release 1.61.1

Compare Source

Bug Fixes

  • server: wait to close connection until incoming socket is drained (with timeout) to prevent data loss on client-side (#​6977)

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 this update again.


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

This PR has been generated by Renovate Bot.

@phisco-renovate
Copy link
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.mod
Command failed: make generate
# github.com/bufbuild/buf/private/pkg/protodescriptor
/go/pkg/mod/github.com/bufbuild/buf@v1.27.2/private/pkg/protodescriptor/protodescriptor.go:52:24: cannot use fileDescriptorProto (variable of type *descriptorpb.FileDescriptorProto) as FileDescriptor value in assignment: *descriptorpb.FileDescriptorProto does not implement FileDescriptor (wrong type for method GetEdition)
		have GetEdition() descriptorpb.Edition
		want GetEdition() string
/go/pkg/mod/github.com/bufbuild/buf@v1.27.2/private/pkg/protodescriptor/protodescriptor.go:71:32: impossible type assertion: fileDescriptor.(*descriptorpb.FileDescriptorProto)
	*descriptorpb.FileDescriptorProto does not implement FileDescriptor (wrong type for method GetEdition)
		have GetEdition() descriptorpb.Edition
		want GetEdition() string
/go/pkg/mod/github.com/bufbuild/buf@v1.27.2/private/pkg/protodescriptor/protodescriptor.go:97:33: cannot use proto.String(edition) (value of type *string) as *descriptorpb.Edition value in assignment
/go/pkg/mod/github.com/bufbuild/buf@v1.27.2/private/pkg/protodescriptor/protodescriptor.go:151:36: cannot use fileDescriptorProto (variable of type *descriptorpb.FileDescriptorProto) as FileDescriptor value in argument to ValidateFileDescriptor: *descriptorpb.FileDescriptorProto does not implement FileDescriptor (wrong type for method GetEdition)
		have GetEdition() descriptorpb.Edition
		want GetEdition() string
# github.com/bufbuild/buf/private/pkg/observabilityzap
/go/pkg/mod/github.com/bufbuild/buf@v1.27.2/private/pkg/observabilityzap/tracer_provider_closer.go:25:30: cannot use &tracerProviderCloser{} (value of type *tracerProviderCloser) as "go.opentelemetry.io/otel/trace".TracerProvider value in variable declaration: *tracerProviderCloser does not implement "go.opentelemetry.io/otel/trace".TracerProvider (missing method tracerProvider)
/go/pkg/mod/github.com/bufbuild/buf@v1.27.2/private/pkg/observabilityzap/observabilityzap.go:42:25: cannot use tracerProvider (variable of type *tracerProviderCloser) as "go.opentelemetry.io/otel/trace".TracerProvider value in argument to otel.SetTracerProvider: *tracerProviderCloser does not implement "go.opentelemetry.io/otel/trace".TracerProvider (missing method tracerProvider)
/go/pkg/mod/github.com/bufbuild/buf@v1.27.2/private/pkg/observabilityzap/observabilityzap.go:44:9: cannot use tracerProvider (variable of type *tracerProviderCloser) as TracerProviderCloser value in return statement: *tracerProviderCloser does not implement TracerProviderCloser (missing method tracerProvider)
apis/generate.go:73: running "go": exit status 1
make[1]: *** [build/makelib/golang.mk:240: go.generate] Error 1
make: *** [build/makelib/common.mk:434: generate] Error 2

@phisco-renovate phisco-renovate bot force-pushed the renovate/master-google.golang.org-grpc-1.x branch from a7be738 to b054f3f Compare April 21, 2024 10:12
@phisco-renovate phisco-renovate bot force-pushed the renovate/master-google.golang.org-grpc-1.x branch from b054f3f to f648141 Compare April 21, 2024 10:19
@phisco-renovate phisco-renovate bot force-pushed the renovate/master-google.golang.org-grpc-1.x branch from f648141 to bcbbf07 Compare April 21, 2024 16:38
@phisco-renovate phisco-renovate bot force-pushed the renovate/master-google.golang.org-grpc-1.x branch from bcbbf07 to 1a3cdbb Compare May 15, 2024 08:22
@phisco-renovate phisco-renovate bot changed the title fix(deps): update module google.golang.org/grpc to v1.63.2 (master) fix(deps): update module google.golang.org/grpc to v1.64.0 (master) May 15, 2024
@phisco-renovate
Copy link
Author

phisco-renovate bot commented May 15, 2024

⚠️ 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.mod
Command failed: make generate
go: downloading github.com/alecthomas/kong v0.8.1
go: downloading github.com/crossplane/crossplane-runtime v1.16.0-rc.1.0.20240226223305-2c81cc6326e5
go: downloading sigs.k8s.io/controller-runtime v0.17.0
go: downloading github.com/spf13/afero v1.11.0
go: downloading k8s.io/api v0.29.1
go: downloading k8s.io/apimachinery v0.29.1
go: downloading k8s.io/client-go v0.29.1
go: downloading github.com/pkg/errors v0.9.1
go: downloading k8s.io/utils v0.0.0-20230726121419-3b25d923346b
go: downloading k8s.io/cli-runtime v0.29.1
go: downloading k8s.io/metrics v0.29.1
go: downloading github.com/google/go-containerregistry v0.19.0
go: downloading github.com/emicklei/dot v1.6.1
go: downloading github.com/docker/docker v25.0.5+incompatible
go: downloading github.com/docker/go-connections v0.5.0
go: downloading google.golang.org/grpc v1.67.1
go: downloading google.golang.org/protobuf v1.34.2
go: downloading github.com/go-git/go-billy/v5 v5.5.0
go: downloading github.com/go-git/go-git/v5 v5.11.0
go: downloading k8s.io/apiextensions-apiserver v0.29.1
go: downloading github.com/golang-jwt/jwt/v5 v5.2.0
go: downloading github.com/upbound/up-sdk-go v0.1.1-0.20240122203953-2d00664aab8e
go: downloading golang.org/x/sync v0.8.0
go: downloading golang.org/x/term v0.23.0
go: downloading k8s.io/apiserver v0.29.1
go: downloading dario.cat/mergo v1.0.0
go: downloading github.com/google/go-cmp v0.6.0
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/Masterminds/semver v1.5.0
go: downloading golang.org/x/net v0.28.0
go: downloading sigs.k8s.io/yaml v1.4.0
go: downloading github.com/prometheus/client_golang v1.18.0
go: downloading github.com/google/go-containerregistry/pkg/authn/k8schain v0.0.0-20230919002926-dbcd01c402b2
go: downloading github.com/sirupsen/logrus v1.9.3
go: downloading github.com/docker/docker-credential-helpers v0.8.1
go: downloading github.com/bufbuild/buf v1.27.2
go: downloading github.com/jmattheis/goverter v1.3.2
go: downloading google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0
go: downloading k8s.io/code-generator v0.29.1
go: downloading sigs.k8s.io/controller-tools v0.14.0
go: downloading golang.org/x/text v0.17.0
go: downloading github.com/go-logr/logr v1.4.1
go: downloading github.com/go-logr/zapr v1.3.0
go: downloading go.uber.org/zap v1.26.0
go: downloading k8s.io/klog/v2 v2.110.1
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/google/gofuzz v1.2.0
go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.4.1
go: downloading sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de
go: downloading github.com/moby/term v0.5.0
go: downloading github.com/imdario/mergo v0.3.16
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/golang/protobuf v1.5.3
go: downloading github.com/google/gnostic-models v0.6.8
go: downloading github.com/evanphx/json-patch/v5 v5.8.0
go: downloading github.com/opencontainers/go-digest v1.0.0
go: downloading github.com/docker/go-units v0.5.0
go: downloading github.com/evanphx/json-patch v5.6.0+incompatible
go: downloading github.com/distribution/reference v0.5.0
go: downloading github.com/opencontainers/image-spec v1.1.0-rc5
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0
go: downloading go.opentelemetry.io/otel/trace v1.19.0
go: downloading github.com/cyphar/filepath-securejoin v0.2.4
go: downloading go.opentelemetry.io/otel v1.19.0
go: downloading golang.org/x/sys v0.24.0
go: downloading github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371
go: downloading github.com/sergi/go-diff v1.1.0
go: downloading golang.org/x/time v0.5.0
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
go: downloading golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3
go: downloading gomodules.xyz/jsonpatch/v2 v2.4.0
go: downloading github.com/docker/cli v24.0.7+incompatible
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/containerd/stargz-snapshotter/estargz v0.15.1
go: downloading k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00
go: downloading github.com/google/cel-go v0.17.7
go: downloading k8s.io/component-base v0.29.1
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/prometheus/client_model v0.5.0
go: downloading github.com/prometheus/common v0.45.0
go: downloading github.com/prometheus/procfs v0.12.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142
go: downloading github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20230510185313-f5e39e5f34c7
go: downloading github.com/chrismellard/docker-credential-acr-env v0.0.0-20230304212654-82a0ddb27589
go: downloading github.com/google/go-containerregistry/pkg/authn/kubernetes v0.0.0-20230516205744-dbecb1de8cfa
go: downloading github.com/spf13/cobra v1.8.0
go: downloading go.uber.org/multierr v1.11.0
go: downloading github.com/json-iterator/go v1.1.12
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/felixge/httpsnoop v1.0.4
go: downloading go.opentelemetry.io/otel/metric v1.19.0
go: downloading golang.org/x/crypto v0.26.0
go: downloading github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376
go: downloading github.com/pjbgf/sha1cd v0.3.0
go: downloading github.com/emirpasic/gods v1.18.1
go: downloading github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
go: downloading golang.org/x/oauth2 v0.22.0
go: downloading github.com/fsnotify/fsnotify v1.7.0
go: downloading github.com/docker/distribution v2.8.3+incompatible
go: downloading github.com/klauspost/compress v1.17.4
go: downloading github.com/vbatts/tar-split v0.11.5
go: downloading github.com/go-openapi/jsonreference v0.20.2
go: downloading github.com/go-openapi/swag v0.22.3
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142
go: downloading github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a
go: downloading github.com/stoewer/go-strcase v1.3.0
go: downloading github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0
go: downloading github.com/blang/semver/v4 v4.0.0
go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.12
go: downloading github.com/gobuffalo/flect v1.0.2
go: downloading golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d
go: downloading github.com/Azure/go-autorest/autorest v0.11.29
go: downloading github.com/fatih/color v1.16.0
go: downloading github.com/Azure/go-autorest v14.2.0+incompatible
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.2
go: downloading github.com/cloudflare/circl v1.3.7
go: downloading gopkg.in/warnings.v0 v0.1.2
go: downloading github.com/kevinburke/ssh_config v1.2.0
go: downloading github.com/skeema/knownhosts v1.2.1
go: downloading github.com/xanzy/ssh-agent v0.3.3
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/go-openapi/jsonpointer v0.19.6
go: downloading github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230512164433-5d1fd1a340c9
go: downloading github.com/mailru/easyjson v0.7.7
go: downloading github.com/aws/aws-sdk-go-v2 v1.18.0
go: downloading github.com/aws/aws-sdk-go-v2/config v1.18.25
go: downloading github.com/aws/aws-sdk-go-v2/service/ecr v1.18.11
go: downloading github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.16.2
go: downloading github.com/aws/smithy-go v1.19.0
go: downloading cloud.google.com/go/compute/metadata v0.5.0
go: downloading github.com/dave/jennifer v1.6.0
go: downloading github.com/Azure/azure-sdk-for-go v68.0.0+incompatible
go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.23
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.6
go: downloading github.com/Azure/go-autorest/logger v0.2.1
go: downloading github.com/dimchansky/utfbom v1.1.1
go: downloading connectrpc.com/connect v1.13.0
go: downloading connectrpc.com/otelconnect v0.6.0
go: downloading github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
go: downloading github.com/pkg/profile v1.7.0
go: downloading github.com/emicklei/go-restful/v3 v3.11.0
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading github.com/josharian/intern v1.0.0
go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.13.24
go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.3
go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.34
go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.12.10
go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.10
go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.19.0
go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.33
go: downloading github.com/jmespath/go-jmespath v0.4.0
go: downloading github.com/Azure/go-autorest/tracing v0.6.0
go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0
go: downloading github.com/golang-jwt/jwt/v4 v4.5.0
go: downloading github.com/bufbuild/protocompile v0.6.0
go: downloading github.com/jdx/go-netrc v1.0.0
go: downloading go.uber.org/atomic v1.11.0
go: downloading golang.org/x/mod v0.17.0
go: downloading github.com/tetratelabs/wazero v1.6.0
go: downloading github.com/rs/cors v1.10.1
go: downloading github.com/go-chi/chi/v5 v5.0.11
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.3
go: downloading go.opentelemetry.io/otel/sdk v1.19.0
go: downloading github.com/felixge/fgprof v0.9.3
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.27
go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.27
go: downloading github.com/klauspost/pgzip v1.2.6
go: downloading github.com/gofrs/uuid/v5 v5.0.0
go: downloading github.com/morikuni/aec v1.0.0
go: downloading github.com/russross/blackfriday/v2 v2.1.0
go: downloading github.com/google/pprof v0.0.0-20240117000934-35fc243c5815
# github.com/bufbuild/buf/private/pkg/protodescriptor
/home/ubuntu/go/pkg/mod/github.com/bufbuild/buf@v1.27.2/private/pkg/protodescriptor/protodescriptor.go:52:24: cannot use fileDescriptorProto (variable of type *descriptorpb.FileDescriptorProto) as FileDescriptor value in assignment: *descriptorpb.FileDescriptorProto does not implement FileDescriptor (wrong type for method GetEdition)
		have GetEdition() descriptorpb.Edition
		want GetEdition() string
/home/ubuntu/go/pkg/mod/github.com/bufbuild/buf@v1.27.2/private/pkg/protodescriptor/protodescriptor.go:71:32: impossible type assertion: fileDescriptor.(*descriptorpb.FileDescriptorProto)
	*descriptorpb.FileDescriptorProto does not implement FileDescriptor (wrong type for method GetEdition)
		have GetEdition() descriptorpb.Edition
		want GetEdition() string
/home/ubuntu/go/pkg/mod/github.com/bufbuild/buf@v1.27.2/private/pkg/protodescriptor/protodescriptor.go:97:33: cannot use proto.String(edition) (value of type *string) as *descriptorpb.Edition value in assignment
/home/ubuntu/go/pkg/mod/github.com/bufbuild/buf@v1.27.2/private/pkg/protodescriptor/protodescriptor.go:151:36: cannot use fileDescriptorProto (variable of type *descriptorpb.FileDescriptorProto) as FileDescriptor value in argument to ValidateFileDescriptor: *descriptorpb.FileDescriptorProto does not implement FileDescriptor (wrong type for method GetEdition)
		have GetEdition() descriptorpb.Edition
		want GetEdition() string
apis/generate.go:73: running "go": exit status 1
make[1]: *** [build/makelib/golang.mk:240: go.generate] Error 1
make: *** [build/makelib/common.mk:434: generate] Error 2

@phisco-renovate phisco-renovate bot force-pushed the renovate/master-google.golang.org-grpc-1.x branch from 1a3cdbb to 1e86844 Compare July 3, 2024 08:23
@phisco-renovate phisco-renovate bot changed the title fix(deps): update module google.golang.org/grpc to v1.64.0 (master) fix(deps): update module google.golang.org/grpc to v1.65.0 (master) Jul 3, 2024
@phisco-renovate phisco-renovate bot force-pushed the renovate/master-google.golang.org-grpc-1.x branch from 1e86844 to b50ebdf Compare August 29, 2024 08:24
@phisco-renovate phisco-renovate bot changed the title fix(deps): update module google.golang.org/grpc to v1.65.0 (master) fix(deps): update module google.golang.org/grpc to v1.66.0 (master) Aug 29, 2024
@phisco-renovate phisco-renovate bot force-pushed the renovate/master-google.golang.org-grpc-1.x branch from b50ebdf to bce5c8b Compare September 10, 2024 08:27
@phisco-renovate phisco-renovate bot changed the title fix(deps): update module google.golang.org/grpc to v1.66.0 (master) fix(deps): update module google.golang.org/grpc to v1.66.1 (master) Sep 10, 2024
@phisco-renovate phisco-renovate bot force-pushed the renovate/master-google.golang.org-grpc-1.x branch from bce5c8b to a7397b1 Compare September 11, 2024 08:25
@phisco-renovate phisco-renovate bot changed the title fix(deps): update module google.golang.org/grpc to v1.66.1 (master) fix(deps): update module google.golang.org/grpc to v1.66.0 (master) Sep 11, 2024
@phisco-renovate phisco-renovate bot force-pushed the renovate/master-google.golang.org-grpc-1.x branch from a7397b1 to c5e4503 Compare September 12, 2024 08:24
@phisco-renovate phisco-renovate bot changed the title fix(deps): update module google.golang.org/grpc to v1.66.0 (master) fix(deps): update module google.golang.org/grpc to v1.66.2 (master) Sep 12, 2024
@phisco-renovate phisco-renovate bot force-pushed the renovate/master-google.golang.org-grpc-1.x branch from c5e4503 to 6b369ab Compare September 20, 2024 08:26
@phisco-renovate phisco-renovate bot changed the title fix(deps): update module google.golang.org/grpc to v1.66.2 (master) fix(deps): update module google.golang.org/grpc to v1.67.0 (master) Sep 20, 2024
@phisco-renovate phisco-renovate bot force-pushed the renovate/master-google.golang.org-grpc-1.x branch from 6b369ab to 96a80c5 Compare October 1, 2024 08:27
@phisco-renovate phisco-renovate bot changed the title fix(deps): update module google.golang.org/grpc to v1.67.0 (master) fix(deps): update module google.golang.org/grpc to v1.67.1 (master) Oct 1, 2024
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.

0 participants