knative-extensions / control-protocol

Control protocol to enable interaction between control plane and data plane without redeploy
Apache License 2.0
2 stars 26 forks source link

Aligning the dependencies #137

Closed nak3 closed 2 years ago

nak3 commented 2 years ago

This patch makes control-protocol align the dependenciy.

It just runs the following commands as release doc mentioned.

RELEASE=1.1
./hack/update-deps.sh --upgrade --release ${RELEASE}
./hack/update-codegen.sh

/cc @travis-minke-sap @pierDipi @matzew

codecov[bot] commented 2 years ago

Codecov Report

Merging #137 (63e234f) into main (dffa2a8) will increase coverage by 0.27%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #137      +/-   ##
==========================================
+ Coverage   81.60%   81.88%   +0.27%     
==========================================
  Files          21       21              
  Lines         723      723              
==========================================
+ Hits          590      592       +2     
+ Misses         93       92       -1     
+ Partials       40       39       -1     
Impacted Files Coverage Δ
pkg/network/base_connection.go 90.76% <0.00%> (+3.07%) :arrow_up:

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 dffa2a8...63e234f. Read the comment docs.

knative-prow-robot commented 2 years ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: matzew, nak3

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: - ~~[OWNERS](https://github.com/knative-sandbox/control-protocol/blob/main/OWNERS)~~ [matzew,nak3] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment