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

chore(all): update all #69

Merged
merged 2 commits into from
Mar 22, 2022
Merged

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Mar 17, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
google.golang.org/genproto require digest 81c1377 -> 435b647
google.golang.org/protobuf require minor v1.27.1 -> v1.28.0

Release Notes

protocolbuffers/protobuf-go

v1.28.0

Compare Source

Overview

The release provides a new unmarshal option for limiting the recursion depth when unmarshalling nested messages to prevent stack overflows. (UnmarshalOptions.RecursionLimit).

Notable changes

New features:

  • CL/340489: testing/protocmp: add Message.Unwrap

Documentation improvements:

  • CL/339569: reflect/protoreflect: add more docs on Value aliasing

Updated supported versions:

UnmarshalOption RecursionLimit
  • CL/385854: all: implement depth limit for unmarshalling

The new UnmarshalOptions.RecursionLimit limits the maximum recursion depth when unmarshalling messages. The limit is applied for nested messages. When messages are nested deeper than the specified limit the unmarshalling will fail. If unspecified, a default limit of 10,000 is applied.

In addition to the configurable limit for message nesting a non-configurable recursion limit for group nesting of 10,000 was introduced.

Upcoming breakage changes

The default recursion limit of 10,000 introduced in the release is subject to change. We want to align this limit with implementations for other languages in the long term. C++ and Java use a limit of 100 which is also the target for the Go implementation.


Configuration

📅 Schedule: "before 3am on Monday" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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, click this checkbox.

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

@renovate-bot renovate-bot requested a review from a team as a code owner March 17, 2022 23:36
@forking-renovate
Copy link

forking-renovate bot commented Mar 17, 2022

⚠ 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: docker run --rm --name=renovate_go --label=renovate_child -v "/mnt/renovate/gh/googleapis/conformance-tests":"/mnt/renovate/gh/googleapis/conformance-tests" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -e GOPATH -e GOPROXY -e GOFLAGS -e CGO_ENABLED -e GIT_CONFIG_KEY_0 -e GIT_CONFIG_VALUE_0 -e GIT_CONFIG_KEY_1 -e GIT_CONFIG_VALUE_1 -e GIT_CONFIG_KEY_2 -e GIT_CONFIG_VALUE_2 -e GIT_CONFIG_COUNT -e GIT_CONFIG_KEY_3 -e GIT_CONFIG_VALUE_3 -e GIT_CONFIG_KEY_4 -e GIT_CONFIG_VALUE_4 -e GIT_CONFIG_KEY_5 -e GIT_CONFIG_VALUE_5 -w "/mnt/renovate/gh/googleapis/conformance-tests" docker.io/renovate/go:1.16.15 bash -l -c "go get -d -t ./... && go mod tidy && go mod tidy"
go: downloading github.com/golang/protobuf v1.5.2
go: downloading google.golang.org/protobuf v1.28.0
github.com/googleapis/conformance-tests/bigtable/v2 imports
	github.com/googleapis/conformance-tests/bigtable/v2/generated/google/cloud/conformance/bigtable/v2: cannot find module providing package github.com/googleapis/conformance-tests/bigtable/v2/generated/google/cloud/conformance/bigtable/v2
github.com/googleapis/conformance-tests/firestore/v1 imports
	github.com/googleapis/conformance-tests/firestore/v1/generated/google/cloud/conformance/firestore/v1: cannot find module providing package github.com/googleapis/conformance-tests/firestore/v1/generated/google/cloud/conformance/firestore/v1
github.com/googleapis/conformance-tests/storage/v1 imports
	github.com/googleapis/conformance-tests/storage/v1/generated/google/cloud/conformance/storage/v1: cannot find module providing package github.com/googleapis/conformance-tests/storage/v1/generated/google/cloud/conformance/storage/v1

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 17, 2022
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 17, 2022
@renovate-bot renovate-bot changed the title chore(all): update google.golang.org/genproto digest to 0efb43f chore(all): update google.golang.org/genproto digest to 435b647 Mar 22, 2022
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 22, 2022
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 22, 2022
@renovate-bot renovate-bot changed the title chore(all): update google.golang.org/genproto digest to 435b647 chore(all): update all Mar 22, 2022
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 22, 2022
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 22, 2022
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 22, 2022
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 22, 2022
@cojenco cojenco merged commit bd5e9f4 into googleapis:main Mar 22, 2022
@renovate-bot renovate-bot deleted the renovate/all branch March 22, 2022 21:57
BenWhitehead added a commit to googleapis/java-conformance-tests that referenced this pull request Mar 28, 2022
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.

3 participants