forked from cilium/cilium
-
Notifications
You must be signed in to change notification settings - Fork 2
chore(deps): update all-dependencies (main) #661
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
private-renovate
wants to merge
9
commits into
main
Choose a base branch
from
renovate/main-all-dependencies
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3b76419
to
46182e9
Compare
2c24ecd
to
b0f494f
Compare
46182e9
to
940233b
Compare
940233b
to
d3d59ce
Compare
Signed-off-by: André Martins <andre@cilium.io>
Signed-off-by: André Martins <andre@cilium.io>
Signed-off-by: André Martins <andre@cilium.io>
Signed-off-by: André Martins <andre@cilium.io>
d3d59ce
to
2424094
Compare
fe988a0
to
730e0d0
Compare
730e0d0
to
c562202
Compare
c562202
to
70e62c1
Compare
Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com>
70e62c1
to
f2669dc
Compare
3b46d0e
to
2ee29be
Compare
713d1f4
to
e811790
Compare
7ef058b
to
4d1ad0e
Compare
This pull request has been automatically marked as stale because it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
223ae04
->9ae97d3
19478ce
->340d9b0
cmd/protoc-gen-go-grpc/v1.2.0
->cmd/protoc-gen-go-grpc/v1.4.0
v27.1
->v27.2
v1.31.0
->v1.34.2
v1.29.6-1d6c2a79b0ff543bed0538ed2f9e236ef0d307af
->v1.29.7-65293a620dff50240ccf51368be65657f0cad98a
v1.29.6-1d6c2a79b0ff543bed0538ed2f9e236ef0d307af
->v1.29.7-65293a620dff50240ccf51368be65657f0cad98a
Release Notes
grpc/grpc-go (grpc/grpc-go)
vcmd/protoc-gen-go-grpc/v1.4.0
: protoc-gen-go-grpc v1.4.0Compare Source
New Features
use_generic_stream_experimental=true
option will cause the gRPC codegen to use prebuilt generic types to implement client and server stream objects, rather than generating new types and implementations for every RPC method. We intend to transition this to the default behavior in the next release. Please test it and provide any feedback.Dependencies
google.golang.org/protobuf
dependency to v1.34.1 to address CVE-2024-24786 (#7274)vcmd/protoc-gen-go-grpc/v1.3.0
: protoc-gen-go-grpc v1.3.0Compare Source
New features
protocolbuffers/protobuf (protocolbuffers/protobuf)
v27.2
: Protocol Buffers v27.2Compare Source
Announcements
Compiler
C++
Java
Csharp
Python
PHP
PHP C-Extension
Ruby
Ruby C-Extension
UPB (Python/PHP/Ruby C-Extension)
Other
protocolbuffers/protobuf-go (protocolbuffers/protobuf-go)
v1.34.2
Compare Source
Minor feature:
Minor bug fixes:
v1.34.1
Compare Source
Minor fixes for editions compliance:
v1.34.0
Compare Source
Notable changes
New Features
Protobuf editions are fully supported. You can now use
edition = "2023"
in .proto files together with theproto-gen-go
. Edition2023 does not introduce any new features but can be used to replacesyntax "proto2/3"
. Future editions might introduce new features. See https://protobuf.dev/editions/overview/ for more details on protobuf editions.Documentation
Various smaller changes to improve existing documentation and to add more examples.
Extensions
These are mostly performance improvements or preparations for performance improvements.
v1.33.0
Compare Source
This release contains one security fix:
encoding/protojson
:Unmarshal
could enter an infinite loop when unmarshaling certain forms of invalid JSON. This condition can occur when unmarshaling into a message which contains agoogle.protobuf.Any
value, or when theUnmarshalOptions.DiscardUnknown
option is set.Unmarshal
now correctly returns an error when handling these inputs. This is CVE-2024-24786.v1.32.0
Compare Source
Full Changelog: protocolbuffers/protobuf-go@v1.31.0...v1.32.0
This release contains commit protocolbuffers/protobuf-go@bfcd647, which fixes a denial of service vulnerability by preventing a stack overflow through a default maximum recursion limit. See https://github.com/golang/protobuf/issues/1583 and https://github.com/golang/protobuf/issues/1584 for details.
Configuration
📅 Schedule: Branch creation - "on sunday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.