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

[main] Upgrade to latest dependencies #5283

Conversation

knative-automation
Copy link
Contributor

Cron. -knative-prow-robot

/cc knative/eventing-writers
/assign knative/eventing-writers

Produced via:

./hack/update-deps.sh --upgrade --release v0.23
./hack/update-codegen.sh

Details:

bumping knative.dev/pkg b80a192...942c621:
  > 942c621 add prometheus condition (# 2088)
  > 554d133 Bump assorted dependencies (# 2096)
  > 2e62ba6 Add possibility to implement a deletion handler in a reconciler. (# 2089)
bumping google.golang.org/grpc 05138c1...daba805:
  > daba805 Change version to 1.37.0 (# 4304)
  > 03fa67a xds/interop: register admin services and reflection (# 4307) (# 4320)
  > 4a19753 interop: add a flag to clients to statically configure grpclb (# 4290)
  > 2456c5c Allow using interop client for making Traffic Director RPCs (# 4291)
  > 80e380e balancer/base: keep address attributes for pickers (# 4253)
  > 702608f xds: enable timeout, circuit breaking, and fault injection by default (# 4286)
  > faf4e1c xds: rename proto import to grpc (# 4287)
  > 46da49c xds: use different proto import for grpc services (# 4285)
  > b331a48 alts: re-add vmOnGCP and once globals for easier testing (# 4284)
  > d26af8e admin: implement admin services (# 4274)
  > f320c79 test: enable fault_injection xds test (# 4283)
  > bce1cde internal: use strings.Replace instead strings.ReplaceAll (# 4279)
  > 967933b xds/cdsbalancer: move xds client close to run() (# 4273)
  > 95173a5 csds: implement CSDS service handler (# 4243)
  > 1e7119b xds: support all matchers for SANs (# 4246)
  > 21976fa xds: disable fault injection test on 386 (# 4264)
  > de3c78e xds: validate 'listener_filters' and 'use_original_dst' fields (# 4258)
  > d773737 xds: implement fault injection HTTP filter (A33) (# 4236)
  > f168a3c c2p: add google-c2p resolver (# 4204)
  > 2f7f1f6 rls: update pb.gos after https://github.com/grpc/grpc-proto/pull/92 (# 4257)
  > e8930be xds: Prepare to support filter chains on the server (# 4222)
  > a45f13b xds: Support server_listener_resource_name_template  (# 4233)
  > d5b6288 vet: set PATH to HOME/go/bin, and print go version (# 4254)
  > fce74a9 cleanup: fix typo in Interceptor README (# 4249)
  > 19c44c2 xds: add env var protection for client-side security (# 4247)
  > 9779835 Added check for POST method in http2_server (# 4241)
  > 61f0b5f client: implement proper config selector interceptors (# 4235)
  > 930c791 csds: update xds_client to populate update metadata (# 4226)
  > c275c35 xds: Move tests requiring API client to `tests` directory (# 4238)
  > 29bf29e xds: add HTTP filter is_optional support (gRFC A39) (# 4221)
  > fc8f38c xds: add support for more resources to e2e server (# 4230)
  > c949703 xds/cdsbalancer: Override UpdateAddresses() (# 4227)
  > 9dfe677 balancer: Add UpdateAddresses() to balancer.ClientConn interface (# 4215)
  > 60843b1 xds: add support for HTTP filters (gRFC A39) (# 4206)
  > c8cef76 csds: update client resource cache to keep and dump metadata (# 4217)
  > dabedfb encoding/proto: do not panic when types do not match (# 4218)
  > 25cf939 vet: allow golint to run on generated protos (# 4220)
  > 26c143b circuit breaking: update picker inline when there's a counter update (# 4212)
  > 1b75f71 circuit breaking: keep max_count per picker, instead of globally, and add support in cluster_impl balancer (# 4203)
  > 425d405 test: add timeout to regular xds test runs (# 4201)
  > 9f3606c xds: xds_cluster_impl_balancer part 1 (# 4154)
  > c9217c7 priority: pass build options to balancergroup (# 4202)
  > ad24ab5 priority: the implementation (# 4070)
  > ce29c77 Change version to 1.37.0-dev (# 4200)

bumping knative.dev/pkg b80a192...942c621:
  > 942c621 add prometheus condition (# 2088)
  > 554d133 Bump assorted dependencies (# 2096)
  > 2e62ba6 Add possibility to implement a deletion handler in a reconciler. (# 2089)
bumping google.golang.org/grpc 05138c1...daba805:
  > daba805 Change version to 1.37.0 (# 4304)
  > 03fa67a xds/interop: register admin services and reflection (# 4307) (# 4320)
  > 4a19753 interop: add a flag to clients to statically configure grpclb (# 4290)
  > 2456c5c Allow using interop client for making Traffic Director RPCs (# 4291)
  > 80e380e balancer/base: keep address attributes for pickers (# 4253)
  > 702608f xds: enable timeout, circuit breaking, and fault injection by default (# 4286)
  > faf4e1c xds: rename proto import to grpc (# 4287)
  > 46da49c xds: use different proto import for grpc services (# 4285)
  > b331a48 alts: re-add vmOnGCP and once globals for easier testing (# 4284)
  > d26af8e admin: implement admin services (# 4274)
  > f320c79 test: enable fault_injection xds test (# 4283)
  > bce1cde internal: use strings.Replace instead strings.ReplaceAll (# 4279)
  > 967933b xds/cdsbalancer: move xds client close to run() (# 4273)
  > 95173a5 csds: implement CSDS service handler (# 4243)
  > 1e7119b xds: support all matchers for SANs (# 4246)
  > 21976fa xds: disable fault injection test on 386 (# 4264)
  > de3c78e xds: validate 'listener_filters' and 'use_original_dst' fields (# 4258)
  > d773737 xds: implement fault injection HTTP filter (A33) (# 4236)
  > f168a3c c2p: add google-c2p resolver (# 4204)
  > 2f7f1f6 rls: update pb.gos after grpc/grpc-proto#92 (# 4257)
  > e8930be xds: Prepare to support filter chains on the server (# 4222)
  > a45f13b xds: Support server_listener_resource_name_template  (# 4233)
  > d5b6288 vet: set PATH to HOME/go/bin, and print go version (# 4254)
  > fce74a9 cleanup: fix typo in Interceptor README (# 4249)
  > 19c44c2 xds: add env var protection for client-side security (# 4247)
  > 9779835 Added check for POST method in http2_server (# 4241)
  > 61f0b5f client: implement proper config selector interceptors (# 4235)
  > 930c791 csds: update xds_client to populate update metadata (# 4226)
  > c275c35 xds: Move tests requiring API client to `tests` directory (# 4238)
  > 29bf29e xds: add HTTP filter is_optional support (gRFC A39) (# 4221)
  > fc8f38c xds: add support for more resources to e2e server (# 4230)
  > c949703 xds/cdsbalancer: Override UpdateAddresses() (# 4227)
  > 9dfe677 balancer: Add UpdateAddresses() to balancer.ClientConn interface (# 4215)
  > 60843b1 xds: add support for HTTP filters (gRFC A39) (# 4206)
  > c8cef76 csds: update client resource cache to keep and dump metadata (# 4217)
  > dabedfb encoding/proto: do not panic when types do not match (# 4218)
  > 25cf939 vet: allow golint to run on generated protos (# 4220)
  > 26c143b circuit breaking: update picker inline when there's a counter update (# 4212)
  > 1b75f71 circuit breaking: keep max_count per picker, instead of globally, and add support in cluster_impl balancer (# 4203)
  > 425d405 test: add timeout to regular xds test runs (# 4201)
  > 9f3606c xds: xds_cluster_impl_balancer part 1 (# 4154)
  > c9217c7 priority: pass build options to balancergroup (# 4202)
  > ad24ab5 priority: the implementation (# 4070)
  > ce29c77 Change version to 1.37.0-dev (# 4200)

Signed-off-by: Knative Automation <automation@knative.team>
@knative-prow-robot knative-prow-robot requested a review from a team April 20, 2021 01:36
@knative-prow-robot knative-prow-robot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Apr 20, 2021
@google-cla google-cla bot added the cla: yes Indicates the PR's author has signed the CLA. label Apr 20, 2021
@codecov
Copy link

codecov bot commented Apr 20, 2021

Codecov Report

Merging #5283 (242f45b) into main (56631a5) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #5283   +/-   ##
=======================================
  Coverage   83.63%   83.63%           
=======================================
  Files         243      243           
  Lines        6879     6879           
=======================================
  Hits         5753     5753           
  Misses        783      783           
  Partials      343      343           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 56631a5...242f45b. Read the comment docs.

Copy link
Member

@matzew matzew left a comment

Choose a reason for hiding this comment

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

/lgtm
/approve

@knative-prow-robot knative-prow-robot added the lgtm Indicates that a PR is ready to be merged. label Apr 20, 2021
@knative-prow-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: matzew

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@knative-prow-robot knative-prow-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 20, 2021
@knative-prow-robot knative-prow-robot merged commit 31cda4c into knative:main Apr 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cla: yes Indicates the PR's author has signed the CLA. lgtm Indicates that a PR is ready to be merged. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants