-
Notifications
You must be signed in to change notification settings - Fork 39.8k
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
Update to kube-addon-manager:v6.4-beta.2: kubectl v1.6.4 and refreshed base images #47389
Update to kube-addon-manager:v6.4-beta.2: kubectl v1.6.4 and refreshed base images #47389
Conversation
/release-note |
Thanks! /lgtm |
/assign @roberthbailey I'm going to push these images now |
/lgtm |
/approve |
@k8s-bot pull-kubernetes-e2e-gce-etcd3 test this |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: MrHohn, ixdy, roberthbailey Associated issue: 47386 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
/retest |
ugh this test is the worst |
/retest |
1 similar comment
/retest |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
Automatic merge from submit-queue (batch tested with PRs 47302, 47389, 47402, 47468, 47459) |
@ixdy: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Automatic merge from submit-queue Refresh cluster-proportional-autoscaler, fluentd-gcp, kube-addon-manager, and kube-dns addons **What this PR does / why we need it**: refreshes a number of addons with new base images: * gcr.io/google-containers/cluster-proportional-autoscaler-amd64:1.1.1-r3 (rebuilt at 1.1.1) * gcr.io/google-containers/fluentd-gcp:2.0.7 (kubernetes-retired/contrib#2633, kubernetes-retired/contrib#2640) * gcr.io/google-containers/kube-addon-manager:v6.4-beta.2 (cherry-pick from #47389) * gcr.io/google-containers/k8s-dns-*:1.14.4 (kubernetes/dns#107, kubernetes/dns#108, kubernetes/dns#114, kubernetes/dns#115) These include upstream fixes to base images with fixes for the following CVEs: * CVE-2016-9841 * CVE-2016-9843 * CVE-2017-2616 * CVE-2017-6512 Note: I did **not** update the fluentd-gcp version in `cluster/saltbase/salt/fluentd-gcp/fluentd-gcp.yaml`, which is currently 2.0.2. While there should be no functional changes 2.0.5 -> 2.0.7, I don't know about 2.0.2 -> 2.0.7. If we think this is safe, I can update that one too; otherwise, we may need to build a 2.0.2-r2 image. **Release note**: ```release-note Update cluster-proportional-autoscaler, fluentd-gcp, and kube-addon-manager, and kube-dns addons with refreshed base images containing fixes for CVE-2016-9841, CVE-2016-9843, CVE-2017-2616, and CVE-2017-6512. ``` /release-note /assign @timstclair @enisoc /cc @MrHohn @crassirostris
What this PR does / why we need it: refreshes base images for kube-addon-manager with fixes for CVE-2016-9841 and CVE-2016-9843.
x-ref #47386
Special notes for your reviewer: the updated images are not yet pushed, so tests will fail until that's done.
Release note:
/assign @MrHohn