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:
v4.2.1
->v4.3.0
v0.5.0
->v0.6.0
v25.0.3+incompatible
->v26.0.0+incompatible
v3.11.0
->v3.12.0
v2.5.0
->v2.6.0
v0.20.3
->v0.21.0
v0.20.5
->v0.21.0
v0.22.10
->v0.23.0
v1.5.3
->v1.5.4
v0.21.0
->v0.22.0
v0.17.0
->v0.18.0
v0.18.0
->v0.19.0
v1.6.8
->v2.0.5
v1.62.0
->v1.62.1
v1.32.0
->v1.33.0
v2.4.0
->v3.0.1
v0.29.2
->v0.29.3
v0.29.2
->v0.29.3
v0.29.2
->v0.29.3
70dd376
->b815d83
e7106e6
->4693a02
Release Notes
cenkalti/backoff (github.com/cenkalti/backoff/v4)
v4.3.0
Compare Source
distribution/reference (github.com/distribution/reference)
v0.6.0
Compare Source
What's Changed
New Contributors
Full Changelog: distribution/reference@v0.5.0...v0.6.0
docker/docker (github.com/docker/docker)
v26.0.0+incompatible
Compare Source
v25.0.5+incompatible
Compare Source
v25.0.4+incompatible
Compare Source
emicklei/go-restful (github.com/emicklei/go-restful/v3)
v3.12.0
Compare Source
v3.11.3
Compare Source
v3.11.2
Compare Source
v3.11.1
Compare Source
fxamacker/cbor (github.com/fxamacker/cbor/v2)
v2.6.0
Compare Source
This release adds important new features, optimizations, bug fixes, and 3 new contributors. Fuzz tests passed 5+ billion execs for CBOR encoding and decoding functions. Minimum officially supported Go is bumped to Go 1.17.
⭐ Features and Optimizations
interface{}
as*big.Int
by @fxamacker in https://github.com/fxamacker/cbor/pull/456interface{}
by @fxamacker in https://github.com/fxamacker/cbor/pull/457any
by @ssuriyan7 in https://github.com/fxamacker/cbor/pull/475🚀 Notable Optimizations
Improve memory allocs 🗜️ and speed 🚀 of encoding maps by using Go 1.18-1.20 features by @dinhxuanvu in https://github.com/fxamacker/cbor/pull/468
📊 Benchmarks
benchstat
results provided by @dinhxuanvuNOTE: Go 1.17 is the minimum version supported by v2.6.0. Go 1.20+ will use optimizations introduced by PR 468.
🛠 Improvements
UnrecognizedTagToAny
option toTestDecOptions
by @fxamacker in https://github.com/fxamacker/cbor/pull/484🐞 Bug Fixes
*cbor.SimpleValue
by @fxamacker in https://github.com/fxamacker/cbor/pull/461📖 Docs and CI
New Contributors
Full Changelog: fxamacker/cbor@v2.5.0...v2.6.0
go-openapi/jsonpointer (github.com/go-openapi/jsonpointer)
v0.21.0
Compare Source
go-openapi/jsonreference (github.com/go-openapi/jsonreference)
v0.21.0
Compare Source
go-openapi/swag (github.com/go-openapi/swag)
v0.23.0
Compare Source
golang/protobuf (github.com/golang/protobuf)
v1.5.4
Compare Source
Notable changes
golang/appengine (google.golang.org/appengine)
v2.0.5
Compare Source
What's Changed
New Contributors
Full Changelog: golang/appengine@v2.0.4...v2.0.5
v2.0.4
Compare Source
What's Changed
New Contributors
Full Changelog: golang/appengine@v2.0.3...v2.0.4
v2.0.3
Compare Source
What's Changed
New Contributors
Full Changelog: golang/appengine@v2.0.2...v2.0.3
v2.0.2
: Release App Engine golang SDK v2.0.2Compare Source
What's Changed
New Contributors
Full Changelog: golang/appengine@v2.0.1...v2.0.2
v2.0.1
: Version 2.0.1Compare Source
grpc/grpc-go (google.golang.org/grpc)
v1.62.1
: Release 1.62.1Compare Source
Bug Fixes
no matching virtual host found
RPC errors due to a difference between the target and LDS resource names (#6997)InPayload.Length
for unary RPC calls (#6766)RecvBufferPool
DialOption
andServerOption
are now active during unary RPCs with compression (#6766)accept-encoding
header before determining compressorsprotocolbuffers/protobuf-go (google.golang.org/protobuf)
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.go-yaml/yaml (gopkg.in/yaml.v2)
v3.0.1
Compare Source
v3.0.0
Compare Source
kubernetes/api (k8s.io/api)
v0.29.3
Compare Source
kubernetes/apimachinery (k8s.io/apimachinery)
v0.29.3
Compare Source
kubernetes/client-go (k8s.io/client-go)
v0.29.3
Compare Source
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.