-
Notifications
You must be signed in to change notification settings - Fork 40k
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 images before 1.7 release #47386
Comments
@ixdy There are no sig labels on this issue. Please add a sig label by: |
@kubernetes/sig-release-misc |
/cc @dchen1107 |
cc @luxas |
Automatic merge from submit-queue Bump images that use debian-base image I recently updated the `debian-base-*` image off upstream with fixes for a number of CVEs. The downstream images now need to be updated, which I've done in this PR, bumping the patch version for each. I haven't yet pushed any of these images. After doing so, I'll need to follow up with additional changes in the manifests. x-ref kubernetes/kubernetes#47386 cc @Q-Lee @crassirostris
Automatic merge from submit-queue (batch tested with PRs 47302, 47389, 47402, 47468, 47459) Update to kube-addon-manager:v6.4-beta.2: kubectl v1.6.4 and refreshed base images **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**: ```release-note ``` /assign @MrHohn
Automatic merge from submit-queue (batch tested with PRs 47492, 47542, 46800, 47545, 45764) Update addons with upstream CVE fixes **What this PR does / why we need it**: refreshes the cluster-proportional-autoscaler, metadata-proxy, and fluentd-gcp addons with new base images with fixes for the following vulnerabilities: * CVE-2016-4448 * CVE-2016-8859 * CVE-2016-9841 * CVE-2016-9843 * CVE-2017-9526 **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: x-ref #47386, though there are still a few images left to update **Release note**: ```release-note Update cluster-proportional-autoscaler, metadata-proxy, and fluentd-gcp addons with fixes for CVE-2016-4448, CVE-2016-8859, CVE-2016-9841, CVE-2016-9843, and CVE-2017-9526. ``` /cc @timstclair @MrHohn @Q-Lee @crassirostris
The new |
also the metadata-proxy, prometheus-to-sd, the fluentd-event-exporter, and ip-masq-agent. |
Automatic merge from submit-queue (batch tested with PRs 47451, 47410, 47598, 47616, 47473) debian-base: don't remove libcap2 **What this PR does / why we need it**: when I updated the `debian-base` image earlier this week, it apparently removed the libcap2 libraries needed for some dependent images (e.g. fluentd-gcp, #47600). By holding this package, the library isn't removed from the base image. I've verified by running https://github.com/moul/docker-diff against the `debian-base` image from 2017-02-24. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: x-ref #47386 **Special notes for your reviewer**: nothing is pushed yet. **Release note**: ```release-note NONE ``` /cc @timstclair @dchen1107 @luxas @kubernetes/sig-release-misc
@ixdy anything more to do for this issue? |
yes, I need to get kubernetes-retired/contrib#2640 merged and update those images again. I also need to bump a few other images (dns and ip-masq-agent). |
#47877 should be the last update needed. |
Automatic merge from submit-queue Update addons with upstream CVE fixes **What this PR does / why we need it**: refreshes the kube-dns, metadata-proxy, and fluentd-gcp, event-exporter, prometheus-to-sd, and ip-masq-agent addons with new base images containing fixes for the following vulnerabilities: * CVE-2016-4448 * CVE-2016-9841 * CVE-2016-9843 * CVE-2017-1000366 * CVE-2017-2616 * CVE-2017-9526 **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #47386 (yay!) **Special notes for your reviewer**: **Release note**: ```release-note Update kube-dns, metadata-proxy, and fluentd-gcp, event-exporter, prometheus-to-sd, and ip-masq-agent addons with new base images containing fixes for CVE-2016-4448, CVE-2016-9841, CVE-2016-9843, CVE-2017-1000366, CVE-2017-2616, and CVE-2017-9526. ``` /assign @bowei @MrHohn @Q-Lee @crassirostris @dnardo /cc @dchen1107 @timstclair
A number of addon images have CVEs that have been fixed in the upstream base images.
We should update these images before the final 1.7 release.
cc @timstclair
The text was updated successfully, but these errors were encountered: