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 #147

Conversation

knative-automation
Copy link
Contributor

@knative-automation knative-automation commented Apr 2, 2021

Justification, Bump releasability -evankanderson

/cc knative-sandbox/source-wg-leads
/assign knative-sandbox/source-wg-leads

Produced via:

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

Details:

bumping knative.dev/eventing dca8b0a...8f35d42:
  > 8f35d42 last control plane test for channel (# 5182)
  > 2d4951e redo smoketests, move one broker test (# 5187)
  > 5aacf4f Channel Data Plane Conformance Template (# 5183)
  > 6c632d1 add post 022 job to remove pingsource finalizer (# 5008)
  > ae36e5b upgrade to latest dependencies (# 5156)
  > ab0b9b0 Update common github actions (# 5186)
bumping knative.dev/serving 1fef748...813aa65:
  > 813aa65 dont add labels with empty values (# 11114)
  > 5dba505 Redo 10615 - add UID labels (# 11108)
  > baed25a Update net-kourier nightly (# 11031)
  > a43d38d Update net-istio nightly (# 11104)
  > 8e21f57 Add more debugging information to the autoscaling tests (# 11100)
  > abf4d9d preparation for Revision api change (# 11068)
  > 0293644 Update net-contour nightly (# 11096)
  > fc58a32 Update net-certmanager nightly (# 11095)
  > feb2da0 Add leeway for deployment rollouts in autoscale upgrade tests (# 11093)
  > fe09f38 Update net-contour nightly (# 11071)
  > bb43fdb Update net-istio nightly (# 11086)
  > 8671de8 Update net-certmanager nightly (# 11085)
  > a0a847b Update common github actions (# 11082)
  > 6174a0e upgrade to latest dependencies (# 11083)

@knative-automation knative-automation requested review from a team as code owners April 2, 2021 02:06
@knative-automation knative-automation requested a review from a user April 2, 2021 02:06
@knative-prow-robot knative-prow-robot requested a review from a team April 2, 2021 02:06
@google-cla google-cla bot added the cla: yes Indicates the PR's author has signed the CLA. label Apr 2, 2021
@knative-prow-robot knative-prow-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Apr 2, 2021
@codecov
Copy link

codecov bot commented Apr 2, 2021

Codecov Report

Merging #147 (57da186) into main (d9525c7) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #147   +/-   ##
=======================================
  Coverage   36.30%   36.30%           
=======================================
  Files          17       17           
  Lines         493      493           
=======================================
  Hits          179      179           
  Misses        311      311           
  Partials        3        3           

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 d9525c7...57da186. Read the comment docs.

@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch 4 times, most recently from 9b0e8ad to 1c5ec54 Compare April 6, 2021 13:44
bumping knative.dev/eventing dca8b0a...8f35d42:
  > 8f35d42 last control plane test for channel (# 5182)
  > 2d4951e redo smoketests, move one broker test (# 5187)
  > 5aacf4f Channel Data Plane Conformance Template (# 5183)
  > 6c632d1 add post 022 job to remove pingsource finalizer (# 5008)
  > ae36e5b upgrade to latest dependencies (# 5156)
  > ab0b9b0 Update common github actions (# 5186)
bumping knative.dev/serving 1fef748...813aa65:
  > 813aa65 dont add labels with empty values (# 11114)
  > 5dba505 Redo 10615 - add UID labels (# 11108)
  > baed25a Update net-kourier nightly (# 11031)
  > a43d38d Update net-istio nightly (# 11104)
  > 8e21f57 Add more debugging information to the autoscaling tests (# 11100)
  > abf4d9d preparation for Revision api change (# 11068)
  > 0293644 Update net-contour nightly (# 11096)
  > fc58a32 Update net-certmanager nightly (# 11095)
  > feb2da0 Add leeway for deployment rollouts in autoscale upgrade tests (# 11093)
  > fe09f38 Update net-contour nightly (# 11071)
  > bb43fdb Update net-istio nightly (# 11086)
  > 8671de8 Update net-certmanager nightly (# 11085)
  > a0a847b Update common github actions (# 11082)
  > 6174a0e upgrade to latest dependencies (# 11083)

Signed-off-by: Knative Automation <[email protected]>
@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch from 1c5ec54 to 57da186 Compare April 6, 2021 18:02
Copy link
Contributor

@evankanderson evankanderson 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 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 6, 2021
@knative-prow-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: evankanderson

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 merged commit 00e4ffc into knative-extensions:main Apr 6, 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/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants