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 patch digest dependencies (master) #252

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 15, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
github.com/longhorn/backupstore require digest 5ec9a30 -> e98e31e age adoption passing confidence
github.com/longhorn/types require digest ef450e1 -> f11ba48 age adoption passing confidence
google.golang.org/protobuf require patch v1.34.1 -> v1.34.2 age adoption passing confidence

Release Notes

protocolbuffers/protobuf-go (google.golang.org/protobuf)

v1.34.2

Compare Source

Minor feature:

  • CL/589336: gofeatures: allow setting legacy_unmarshal_json_enum feature at file level

Minor bug fixes:

  • CL/588875: types/descriptorpb: regenerate using latest protobuf v27.0 release
  • CL/586396: internal/impl: fix size cache semantics with lazy decoding
  • CL/585736: reflect/protodesc: remove obsolete JSON name check from desc validator
  • CL/588976: reflect/protoreflect: FieldDescriptor.Kind should never be GroupKind for maps or fields of map entry

Configuration

📅 Schedule: Branch creation - "after 10am on saturday,on sunday" in timezone Asia/Taipei, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Mend Renovate. View repository job log here.

Copy link
Contributor Author

renovate bot commented Jun 15, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 2 additional dependencies were updated

Details:

Package Change
google.golang.org/grpc v1.63.2 -> v1.64.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de -> v0.0.0-20240318140521-94a12d6c2237

@renovate renovate bot force-pushed the renovate/master-patch-digest-dependencies branch 2 times, most recently from 5fef0e9 to 71d910d Compare June 16, 2024 13:18
@derekbit
Copy link
Member

pkg/util/util.go:98:4: SA1019: grpc.WithBlock is deprecated: this DialOption is not supported by NewClient. Will be supported throughout 1.x. (staticcheck)
			grpc.WithBlock(),
			^
pkg/util/util.go:100:16: SA1019: grpc.DialContext is deprecated: use NewClient instead.  Will be supported throughout 1.x. (staticcheck)
		conn, err := grpc.DialContext(ctx, address, grpcOpts...)
		             ^
time="2024-06-16T13:21:21Z" level=fatal msg="exit status 1"
make: *** [Makefile:11: ci] Error 1
Error: Process completed with exit code 2.

Have to check if there is alternatives to grpc.WithBlock.

cc @FrankYang0529

@renovate renovate bot force-pushed the renovate/master-patch-digest-dependencies branch 8 times, most recently from 48f4568 to 3a98c45 Compare June 24, 2024 10:28
@renovate renovate bot force-pushed the renovate/master-patch-digest-dependencies branch from 3a98c45 to 1fbeddf Compare June 25, 2024 05:05
@renovate renovate bot force-pushed the renovate/master-patch-digest-dependencies branch from 1fbeddf to cb20903 Compare June 25, 2024 05:26
@mergify mergify bot merged commit ebf0493 into master Jun 25, 2024
7 checks passed
@mergify mergify bot deleted the renovate/master-patch-digest-dependencies branch June 25, 2024 05:45
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.

1 participant