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

Update go updates #164

Merged
merged 1 commit into from
Apr 2, 2024
Merged

Update go updates #164

merged 1 commit into from
Apr 2, 2024

Conversation

platform-engineering-bot
Copy link
Contributor

@platform-engineering-bot platform-engineering-bot commented Mar 11, 2024

This PR contains the following updates:

Package Type Update Change
github.com/cenkalti/backoff/v4 indirect minor v4.2.1 -> v4.3.0
github.com/distribution/reference indirect minor v0.5.0 -> v0.6.0
github.com/docker/docker indirect major v25.0.3+incompatible -> v26.0.0+incompatible
github.com/emicklei/go-restful/v3 indirect minor v3.11.0 -> v3.12.0
github.com/fxamacker/cbor/v2 indirect minor v2.5.0 -> v2.6.0
github.com/go-openapi/jsonpointer indirect minor v0.20.3 -> v0.21.0
github.com/go-openapi/jsonreference indirect minor v0.20.5 -> v0.21.0
github.com/go-openapi/swag indirect minor v0.22.10 -> v0.23.0
github.com/golang/protobuf indirect patch v1.5.3 -> v1.5.4
golang.org/x/net indirect minor v0.21.0 -> v0.22.0
golang.org/x/oauth2 indirect minor v0.17.0 -> v0.18.0
golang.org/x/tools indirect minor v0.18.0 -> v0.19.0
google.golang.org/appengine indirect major v1.6.8 -> v2.0.5
google.golang.org/grpc indirect patch v1.62.0 -> v1.62.1
google.golang.org/protobuf indirect minor v1.32.0 -> v1.33.0
gopkg.in/yaml.v2 indirect major v2.4.0 -> v3.0.1
k8s.io/api indirect patch v0.29.2 -> v0.29.3
k8s.io/apimachinery indirect patch v0.29.2 -> v0.29.3
k8s.io/client-go indirect patch v0.29.2 -> v0.29.3
k8s.io/kube-openapi indirect digest 70dd376 -> b815d83
k8s.io/utils indirect digest 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

  • better not have 2 tags on one commit

v3.11.2

Compare Source

  • fix by restoring custom JSON handler functions (Mike Beaumont #​540)

v3.11.1

Compare Source

  • fix by restoring custom JSON handler functions (Mike Beaumont #​540)
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

🚀 Notable Optimizations

🛠 Improvements

🐞 Bug Fixes

📖 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

  • update descriptor.proto to latest version
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.2

Compare Source

What's Changed

New Contributors

Full Changelog: golang/appengine@v2.0.1...v2.0.2

v2.0.1: Version 2.0.1

Compare Source

  • delay: let user use unique function keys using delay.MustRegister
  • aefix: fix v2/aefix to work with appengine/v2
  • Clean up interfaces for legacy APIs that will be supported for Go 1.12+
grpc/grpc-go (google.golang.org/grpc)

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
protocolbuffers/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 a google.protobuf.Any value, or when the UnmarshalOptions.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.


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

This PR has been generated by Renovate Bot.

@platform-engineering-bot platform-engineering-bot force-pushed the renovate/go-updates branch 3 times, most recently from 5978a69 to adc0808 Compare March 16, 2024 00:47
Signed-off-by: Platform Engineering Bot <[email protected]>
Copy link
Contributor

@webbnh webbnh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 on behalf of the team in concert.

@webbnh webbnh merged commit 1f7900c into main Apr 2, 2024
5 checks passed
@webbnh webbnh deleted the renovate/go-updates branch April 2, 2024 20:26
@mfleader mfleader self-assigned this May 30, 2024
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