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

Bump the go group with 3 updates #64

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2024

Bumps the go group with 3 updates: github.com/envoyproxy/go-control-plane, github.com/envoyproxy/protoc-gen-validate and google.golang.org/grpc.

Updates github.com/envoyproxy/go-control-plane from 0.12.0 to 0.13.0

Release notes

Sourced from github.com/envoyproxy/go-control-plane's releases.

v0.13.0

What's Changed

New Contributors

Full Changelog: envoyproxy/go-control-plane@v0.12.0...v0.13.0

Commits
  • dbb674e Mirrored from envoyproxy/envoy @ 9516f7ca43466ae8fce4e0c13923e54333a79aa6
  • 6ec64f7 Mirrored from envoyproxy/envoy @ 03561251fbc50e9d16b35e02ae6032e073c16430
  • 7af9962 Mirrored from envoyproxy/envoy @ 5b22dced91c062fc409153777c287f053dac0cbe
  • 62d8e59 Mirrored from envoyproxy/envoy @ bf65ad3ab24a6c3cb2b60cdb2e043dea6e32c2ac
  • 9e8d770 Mirrored from envoyproxy/envoy @ d283802bf8a26e4cb5f8ecdc07809f48a9464b7d
  • af217d0 Mirrored from envoyproxy/envoy @ 520d88e4cb4e8c5014531281a88dcc8076e18bfd
  • 9e1fdd0 Mirrored from envoyproxy/envoy @ b5bbfba79379eaf4824c3a96c4d9d19bd498a31a
  • 69480c4 Mirrored from envoyproxy/envoy @ 3757d99a26c5ad11c096c4ddbbb0f484d6cf3bb9
  • 864e6a5 Mirrored from envoyproxy/envoy @ 8b9b23b9a1d479b7e11212c865c647f2f78737e8
  • 08507f7 Mirrored from envoyproxy/envoy @ 9a474a30a1b9ecbfe1e9d1a5190ee8aef2b29041
  • Additional commits viewable in compare view

Updates github.com/envoyproxy/protoc-gen-validate from 1.0.4 to 1.1.0

Release notes

Sourced from github.com/envoyproxy/protoc-gen-validate's releases.

v1.1.0

What's Changed

New Contributors

Full Changelog: bufbuild/protoc-gen-validate@v1.0.4...v1.1.0

Commits
  • be2520c Bump golang.org/x/net from 0.26.0 to 0.27.0 in /tests in the go-tests group (...
  • f112c62 Use Message instead of GeneratedMessageV3 (#1142)
  • 32cc065 Bump setuptools from 65.5.1 to 70.0.0 (#1136)
  • 9c5640d Bump docker/build-push-action from 5 to 6 in the github-actions group (#1124)
  • a02dc1b Bump google.golang.org/protobuf from 1.34.1 to 1.34.2 in the go group (#1125)
  • ca5eb99 Bump google.golang.org/protobuf from 1.34.1 to 1.34.2 in /tests in the go-tes...
  • 451a7c2 Fix support for repeated int64 inclusion check (#1122)
  • d338e0a Bump golang.org/x/net from 0.25.0 to 0.26.0 in /tests in the go-tests group (...
  • 116108c Bump goreleaser/goreleaser-action from 5 to 6 in the github-actions group (#1...
  • 4ca0cd0 Bump golang.org/x/net from 0.25.0 to 0.26.0 in the go group (#1120)
  • Additional commits viewable in compare view

Updates google.golang.org/grpc from 1.65.0 to 1.66.0

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.66.0

New Features

  • metadata: stabilize ValueFromIncomingContext (#7368)
  • client: stabilize the WaitForStateChange and GetState methods, which were previously experimental. (#7425)
  • xds: Implement ADS flow control mechanism (#7458)
  • balancer/rls: Add metrics for data cache and picker internals (#7484, #7495)
  • xds: LRS load reports now include the total_issued_requests field. (#7544)

Bug Fixes

  • grpc: Clients now return status code INTERNAL instead of UNIMPLEMENTED when the server uses an unsupported compressor. This is consistent with the gRPC compression spec. (#7461)
  • transport: Fix a bug which could result in writes busy looping when the underlying conn.Write returns errors (#7394)
  • client: fix race that could lead to orphaned connections and associated resources. (#7390)
  • xds: use locality from the connected address for load reporting with pick_first (#7378)
    • without this fix, if a priority contains multiple localities with pick_first, load was reported for the wrong locality
  • client: prevent hanging during ClientConn.Close() when the network is unreachable (#7540)

Performance Improvements

  • transport: double buffering is avoided when using an http connect proxy and the target server waits for client to send the first message. (#7424)
  • codec: Implement a new Codec which uses buffer recycling for encoded message (#7356)
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go group with 3 updates: [github.com/envoyproxy/go-control-plane](https://github.com/envoyproxy/go-control-plane), [github.com/envoyproxy/protoc-gen-validate](https://github.com/envoyproxy/protoc-gen-validate) and [google.golang.org/grpc](https://github.com/grpc/grpc-go).


Updates `github.com/envoyproxy/go-control-plane` from 0.12.0 to 0.13.0
- [Release notes](https://github.com/envoyproxy/go-control-plane/releases)
- [Changelog](https://github.com/envoyproxy/go-control-plane/blob/main/CHANGELOG.md)
- [Commits](envoyproxy/go-control-plane@v0.12.0...v0.13.0)

Updates `github.com/envoyproxy/protoc-gen-validate` from 1.0.4 to 1.1.0
- [Release notes](https://github.com/envoyproxy/protoc-gen-validate/releases)
- [Changelog](https://github.com/bufbuild/protoc-gen-validate/blob/main/.goreleaser.yaml)
- [Commits](bufbuild/protoc-gen-validate@v1.0.4...v1.1.0)

Updates `google.golang.org/grpc` from 1.65.0 to 1.66.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.65.0...v1.66.0)

---
updated-dependencies:
- dependency-name: github.com/envoyproxy/go-control-plane
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/envoyproxy/protoc-gen-validate
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner September 1, 2024 12:28
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 1, 2024
@dependabot dependabot bot requested review from calebdoxsey and removed request for a team September 1, 2024 12:28
@calebdoxsey calebdoxsey merged commit 9b855ec into main Sep 3, 2024
2 checks passed
@calebdoxsey calebdoxsey deleted the dependabot/go_modules/go-dab6c8983e branch September 3, 2024 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant