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

Upgrade go dependencies #167

Merged

Conversation

willbeason
Copy link
Member

Upgrade core k8s libraries to be the same as the ones required for
gatekeeper. Also upgrade others.

No changes to our code required.

Signed-off-by: Will Beason willbeason@google.com

Upgrade core k8s libraries to be the same as the ones required for
gatekeeper. Also upgrade others.

No changes to our code required.

Signed-off-by: Will Beason <willbeason@google.com>
@codecov-commenter
Copy link

codecov-commenter commented Dec 1, 2021

Codecov Report

Merging #167 (1b79d4b) into master (352a1b3) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #167   +/-   ##
=======================================
  Coverage   44.98%   44.98%           
=======================================
  Files          59       59           
  Lines        2794     2794           
=======================================
  Hits         1257     1257           
  Misses       1295     1295           
  Partials      242      242           
Flag Coverage Δ
unittests 44.98% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


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 352a1b3...1b79d4b. Read the comment docs.

Copy link
Contributor

@maxsmythe maxsmythe left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@srenatus srenatus left a comment

Choose a reason for hiding this comment

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

Looks good to me. The OPA bump will get you open-policy-agent/opa#2092, which has mentioned some GK security audit from the past, just a heads-up. You may want to have a closer look.

@sozercan
Copy link
Member

sozercan commented Dec 2, 2021

@willbeason looks like there is vendor inconsistency in gk test

@willbeason
Copy link
Member Author

willbeason commented Dec 2, 2021

@willbeason looks like there is vendor inconsistency in gk test

That's because of the changes to frameworks/. As the dependencies of frameworks/ change, if frameworks/ is the only reason they are included in gatekeeper/ then this inconsistency will arise as the "correct" contents of vendor/ for gatekeeper/ will change. There isn't a (sane) way to do this without breaking that test.

@sozercan
Copy link
Member

sozercan commented Dec 2, 2021

@willbeason I see. Is the plan to open a corresponding PR to vendor latest frameworks into GK once this PR merges?

@willbeason
Copy link
Member Author

@willbeason I see. Is the plan to open a corresponding PR to vendor latest frameworks into GK once this PR merges?

Yep!

@willbeason
Copy link
Member Author

I'll merge in a couple hours - I'll have time then to send out a PR that resolves the resulting gatekeeper conflicts.

@willbeason
Copy link
Member Author

Merging now; I'll send out a PR for gatekeeper momentarily.

@willbeason willbeason merged commit 02ea899 into open-policy-agent:master Dec 3, 2021
@willbeason willbeason deleted the upgrade-dependencies branch December 3, 2021 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants