Skip to content

[main] Upgrade to latest dependencies#395

Merged
knative-prow-robot merged 1 commit intoknative:mainfrom
knative-automation:auto-updates/update-deps-main
Apr 20, 2021
Merged

[main] Upgrade to latest dependencies#395
knative-prow-robot merged 1 commit intoknative:mainfrom
knative-automation:auto-updates/update-deps-main

Conversation

@knative-automation
Copy link
Contributor

Cron. -knative-prow-robot

/cc knative/networking-wg-leads
/assign knative/networking-wg-leads

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 golang.org/x/time 3af7569...f8bda1e:
  > f8bda1e all: go fmt ./...
  > 7e3f01d README.md: add badge to pkg.go.dev
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 golang.org/x/time 3af7569...f8bda1e:
  > f8bda1e all: go fmt ./...
  > 7e3f01d README.md: add badge to pkg.go.dev
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:31
@google-cla google-cla bot added the cla: yes Indicates the PR's author has signed the CLA. label Apr 20, 2021
@knative-prow-robot knative-prow-robot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Apr 20, 2021
@codecov
Copy link

codecov bot commented Apr 20, 2021

Codecov Report

Merging #395 (b3a2ed4) into main (90f951c) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #395   +/-   ##
=======================================
  Coverage   95.27%   95.27%           
=======================================
  Files          37       37           
  Lines         762      762           
=======================================
  Hits          726      726           
  Misses         25       25           
  Partials       11       11           

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 90f951c...b3a2ed4. Read the comment docs.

@nak3
Copy link
Contributor

nak3 commented Apr 20, 2021

/lgtm
/approve

@knative-prow-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: nak3

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

The pull request process is described here

Details 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 lgtm Indicates that a PR is ready to be merged. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Apr 20, 2021
@knative-prow-robot knative-prow-robot merged commit de8ac12 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