Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cff91ac

Browse files
authored
Merge pull request kubernetes#42937 from timstclair/bump-1.4
Patch CVE-2016-8859 in alpine based images
2 parents 96ddb18 + 66dca20 commit cff91ac

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

cluster/addons/dns/skydns-rc.yaml.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ spec:
8383
name: dns-tcp-local
8484
protocol: TCP
8585
- name: dnsmasq
86-
image: gcr.io/google_containers/kube-dnsmasq-amd64:1.4
86+
image: gcr.io/google_containers/kube-dnsmasq-amd64:1.4.1
8787
livenessProbe:
8888
httpGet:
8989
path: /healthz-dnsmasq

cluster/addons/dns/skydns-rc.yaml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ spec:
8383
name: dns-tcp-local
8484
protocol: TCP
8585
- name: dnsmasq
86-
image: gcr.io/google_containers/kube-dnsmasq-amd64:1.4
86+
image: gcr.io/google_containers/kube-dnsmasq-amd64:1.4.1
8787
livenessProbe:
8888
httpGet:
8989
path: /healthz-dnsmasq

cluster/addons/dns/skydns-rc.yaml.sed

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ spec:
8282
name: dns-tcp-local
8383
protocol: TCP
8484
- name: dnsmasq
85-
image: gcr.io/google_containers/kube-dnsmasq-amd64:1.4
85+
image: gcr.io/google_containers/kube-dnsmasq-amd64:1.4.1
8686
livenessProbe:
8787
httpGet:
8888
path: /healthz-dnsmasq

cluster/addons/etcd-empty-dir-cleanup/etcd-empty-dir-cleanup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ spec:
1010
dnsPolicy: Default
1111
containers:
1212
- name: etcd-empty-dir-cleanup
13-
image: gcr.io/google_containers/etcd-empty-dir-cleanup:0.0.1
13+
image: gcr.io/google_containers/etcd-empty-dir-cleanup:0.0.2

cluster/gce/coreos/kube-manifests/addons/dns/skydns-rc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ spec:
6464
name: dns-tcp-local
6565
protocol: TCP
6666
- name: dnsmasq
67-
image: gcr.io/google_containers/kube-dnsmasq-amd64:1.4
67+
image: gcr.io/google_containers/kube-dnsmasq-amd64:1.4.1
6868
livenessProbe:
6969
httpGet:
7070
path: /healthz-dnsmasq

cluster/images/etcd-empty-dir-cleanup/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
ETCD_VERSION = 2.2.1
1818
IMAGE = gcr.io/google_containers/etcd-empty-dir-cleanup
19-
TAG = 0.0.1
19+
TAG = 0.0.2
2020

2121
clean:
2222
rm -rf etcdctl etcd-v$(ETCD_VERSION)-linux-amd64 etcd-v$(ETCD_VERSION)-linux-amd64.tar.gz

0 commit comments

Comments
 (0)