-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
Bump debian-base to v1.0.1 and debian-iptables to v11.0.3 #88790
Conversation
/retest |
/assign @BenTheElder |
/retest |
BASEIMAGE?=k8s.gcr.io/debian-base-s390x:v1.0.0 | ||
endif | ||
|
||
BASEIMAGE?=k8s.gcr.io/debian-base-$(ARCH):v1.0.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does the etcd cross build behave properly if you do this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did a manual build (make all-build
) that succeeded, and the pull-kubernetes-cross job succeeded. I don't know how to do actual verification of the artifacts on other architectures though...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for lack of a resolve button:
resolved
this is fine, my tired brain is not registering that these are 100% equivalent.
/retest |
1 similar comment
/retest |
/lgtm |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: BenTheElder, mikedanese, tallclair 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 |
@kubernetes/patch-release-team for cherry-pick approval |
/retest |
…790-upstream-release-1.15 Automated cherry pick of #88790: Bump debian-base to v1.0.1 and debian-iptables to v11.0.3
What type of PR is this?
/kind bug
What this PR does / why we need it:
Bump debian-base to v1.0.1 and debian-iptables to v11.0.3, to pick up the fix for CVE-2017-14062
Which issue(s) this PR fixes:
Fixes CVE-2017-14062
Special notes for your reviewer:
This is blocked on #88789 and the corresponding image promotion.
Does this PR introduce a user-facing change?:
/area security
/priority important-soon
/sig release