diff --git a/charts/etcd/values.yaml b/charts/etcd/values.yaml index d7b432a5..e87263c3 100644 --- a/charts/etcd/values.yaml +++ b/charts/etcd/values.yaml @@ -14,8 +14,8 @@ images: tags: - etcd: quay.io/coreos/etcd:v3.4.2 - etcdctl: quay.io/coreos/etcd:v3.4.2 + etcd: quay.io/coreos/etcd:v3.4.3 + etcdctl: quay.io/coreos/etcd:v3.4.3 etcdctl_backup: "quay.io/airshipit/porthole-etcdctl-utility:latest-ubuntu_bionic" dep_check: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1 ks_user: docker.io/openstackhelm/heat:stein-ubuntu_bionic diff --git a/doc/source/configuration/genesis.rst b/doc/source/configuration/genesis.rst index 2266268d..6cfe964f 100644 --- a/doc/source/configuration/genesis.rst +++ b/doc/source/configuration/genesis.rst @@ -50,7 +50,7 @@ Here is a complete sample document: kubernetes: apiserver: gcr.io/google_containers/hyperkube-amd64:v1.18.6 controller-manager: gcr.io/google_containers/hyperkube-amd64:v1.18.6 - etcd: quay.io/coreos/etcd:v3.4.2 + etcd: quay.io/coreos/etcd:v3.4.3 scheduler: gcr.io/google_containers/hyperkube-amd64:v1.18.6 files: - path: /var/lib/anchor/calico-etcd-bootstrap diff --git a/examples/basic/Genesis.yaml b/examples/basic/Genesis.yaml index fc631069..9334ca65 100644 --- a/examples/basic/Genesis.yaml +++ b/examples/basic/Genesis.yaml @@ -53,7 +53,7 @@ data: kubernetes: apiserver: gcr.io/google_containers/hyperkube-amd64:v1.18.6 controller-manager: gcr.io/google_containers/hyperkube-amd64:v1.18.6 - etcd: quay.io/coreos/etcd:v3.4.2 + etcd: quay.io/coreos/etcd:v3.4.3 scheduler: gcr.io/google_containers/hyperkube-amd64:v1.18.6 files: - path: /var/lib/anchor/calico-etcd-bootstrap diff --git a/examples/basic/armada-resources.yaml b/examples/basic/armada-resources.yaml index 48bbafce..affb85c7 100644 --- a/examples/basic/armada-resources.yaml +++ b/examples/basic/armada-resources.yaml @@ -364,8 +364,8 @@ data: filename: calico-etcd-bootstrap images: tags: - etcd: quay.io/coreos/etcd:v3.4.2 - etcdctl: quay.io/coreos/etcd:v3.4.2 + etcd: quay.io/coreos/etcd:v3.4.3 + etcdctl: quay.io/coreos/etcd:v3.4.3 nodes: - name: n0 tls: @@ -520,7 +520,7 @@ data: images: tags: - calico_etcd: quay.io/coreos/etcd:v3.4.2 + calico_etcd: quay.io/coreos/etcd:v3.4.3 calico_node: quay.io/calico/node:v3.4.0 calico_cni: quay.io/calico/cni:v3.4.0 calico_ctl: quay.io/calico/ctl:v3.4.0 @@ -1065,8 +1065,8 @@ data: host_etc_path: /etc/etcd/kubernetes images: tags: - etcd: quay.io/coreos/etcd:v3.4.2 - etcdctl: quay.io/coreos/etcd:v3.4.2 + etcd: quay.io/coreos/etcd:v3.4.3 + etcdctl: quay.io/coreos/etcd:v3.4.3 nodes: - name: n0 tls: diff --git a/examples/complete/Genesis.yaml b/examples/complete/Genesis.yaml index f6542008..0da32473 100644 --- a/examples/complete/Genesis.yaml +++ b/examples/complete/Genesis.yaml @@ -41,7 +41,7 @@ data: kubernetes: apiserver: gcr.io/google_containers/hyperkube-amd64:v1.18.6 controller-manager: gcr.io/google_containers/hyperkube-amd64:v1.18.6 - etcd: quay.io/coreos/etcd:v3.4.2 + etcd: quay.io/coreos/etcd:v3.4.3 scheduler: gcr.io/google_containers/hyperkube-amd64:v1.18.6 files: - path: /var/lib/anchor/calico-etcd-bootstrap diff --git a/examples/complete/armada-resources.yaml b/examples/complete/armada-resources.yaml index f743a5a8..0109246d 100644 --- a/examples/complete/armada-resources.yaml +++ b/examples/complete/armada-resources.yaml @@ -401,8 +401,8 @@ data: filename: calico-etcd-bootstrap images: tags: - etcd: quay.io/coreos/etcd:v3.4.2 - etcdctl: quay.io/coreos/etcd:v3.4.2 + etcd: quay.io/coreos/etcd:v3.4.3 + etcdctl: quay.io/coreos/etcd:v3.4.3 nodes: - name: n0 tls: @@ -541,7 +541,7 @@ data: images: tags: - calico_etcd: quay.io/coreos/etcd:v3.4.2 + calico_etcd: quay.io/coreos/etcd:v3.4.3 calico_node: quay.io/calico/node:v2.6.5 calico_cni: quay.io/calico/cni:v1.11.2 calico_ctl: quay.io/calico/ctl:v1.6.2 @@ -1077,8 +1077,8 @@ data: host_etc_path: /etc/etcd/kubernetes images: tags: - etcd: quay.io/coreos/etcd:v3.4.2 - etcdctl: quay.io/coreos/etcd:v3.4.2 + etcd: quay.io/coreos/etcd:v3.4.3 + etcdctl: quay.io/coreos/etcd:v3.4.3 nodes: - name: n0 tls: diff --git a/examples/containerd/Genesis.yaml b/examples/containerd/Genesis.yaml index 2967d2d8..7a324d0d 100644 --- a/examples/containerd/Genesis.yaml +++ b/examples/containerd/Genesis.yaml @@ -53,7 +53,7 @@ data: kubernetes: apiserver: gcr.io/google_containers/hyperkube-amd64:v1.18.6 controller-manager: gcr.io/google_containers/hyperkube-amd64:v1.18.6 - etcd: quay.io/coreos/etcd:v3.4.2 + etcd: quay.io/coreos/etcd:v3.4.3 scheduler: gcr.io/google_containers/hyperkube-amd64:v1.18.6 files: - path: /var/lib/anchor/calico-etcd-bootstrap diff --git a/examples/containerd/armada-resources.yaml b/examples/containerd/armada-resources.yaml index 0e39b7eb..17fbbe90 100644 --- a/examples/containerd/armada-resources.yaml +++ b/examples/containerd/armada-resources.yaml @@ -277,8 +277,8 @@ data: filename: calico-etcd-bootstrap images: tags: - etcd: quay.io/coreos/etcd:v3.4.2 - etcdctl: quay.io/coreos/etcd:v3.4.2 + etcd: quay.io/coreos/etcd:v3.4.3 + etcdctl: quay.io/coreos/etcd:v3.4.3 nodes: - name: n0 tls: @@ -414,7 +414,7 @@ data: images: tags: - calico_etcd: quay.io/coreos/etcd:v3.4.2 + calico_etcd: quay.io/coreos/etcd:v3.4.3 calico_node: quay.io/calico/node:v3.4.0 calico_cni: quay.io/calico/cni:v3.4.0 calico_ctl: quay.io/calico/ctl:v3.4.0 @@ -876,8 +876,8 @@ data: host_etc_path: /etc/etcd/kubernetes images: tags: - etcd: quay.io/coreos/etcd:v3.4.2 - etcdctl: quay.io/coreos/etcd:v3.4.2 + etcd: quay.io/coreos/etcd:v3.4.3 + etcdctl: quay.io/coreos/etcd:v3.4.3 nodes: - name: n0 tls: diff --git a/examples/gate/Genesis.yaml b/examples/gate/Genesis.yaml index 2967d2d8..7a324d0d 100644 --- a/examples/gate/Genesis.yaml +++ b/examples/gate/Genesis.yaml @@ -53,7 +53,7 @@ data: kubernetes: apiserver: gcr.io/google_containers/hyperkube-amd64:v1.18.6 controller-manager: gcr.io/google_containers/hyperkube-amd64:v1.18.6 - etcd: quay.io/coreos/etcd:v3.4.2 + etcd: quay.io/coreos/etcd:v3.4.3 scheduler: gcr.io/google_containers/hyperkube-amd64:v1.18.6 files: - path: /var/lib/anchor/calico-etcd-bootstrap diff --git a/examples/gate/armada-resources.yaml b/examples/gate/armada-resources.yaml index 22a83989..ec70e640 100644 --- a/examples/gate/armada-resources.yaml +++ b/examples/gate/armada-resources.yaml @@ -283,8 +283,8 @@ data: filename: calico-etcd-bootstrap images: tags: - etcd: quay.io/coreos/etcd:v3.4.2 - etcdctl: quay.io/coreos/etcd:v3.4.2 + etcd: quay.io/coreos/etcd:v3.4.3 + etcdctl: quay.io/coreos/etcd:v3.4.3 nodes: - name: n0 tls: @@ -420,7 +420,7 @@ data: images: tags: - calico_etcd: quay.io/coreos/etcd:v3.4.2 + calico_etcd: quay.io/coreos/etcd:v3.4.3 calico_node: quay.io/calico/node:v3.4.0 calico_cni: quay.io/calico/cni:v3.4.0 calico_ctl: quay.io/calico/ctl:v3.4.0 @@ -882,8 +882,8 @@ data: host_etc_path: /etc/etcd/kubernetes images: tags: - etcd: quay.io/coreos/etcd:v3.4.2 - etcdctl: quay.io/coreos/etcd:v3.4.2 + etcd: quay.io/coreos/etcd:v3.4.3 + etcdctl: quay.io/coreos/etcd:v3.4.3 nodes: - name: n0 tls: diff --git a/tests/unit/api/test_validatedesign.py b/tests/unit/api/test_validatedesign.py index ad0ebe8e..67926de5 100644 --- a/tests/unit/api/test_validatedesign.py +++ b/tests/unit/api/test_validatedesign.py @@ -111,7 +111,7 @@ VALID_DOCS = [ 'controller-manager': 'gcr.io/google_containers/hyperkube-amd64:v1.18.6', 'etcd': - 'quay.io/coreos/etcd:v3.4.2', + 'quay.io/coreos/etcd:v3.4.3', 'scheduler': 'gcr.io/google_containers/hyperkube-amd64:v1.18.6' } diff --git a/tests/unit/builder_data/simple/Genesis.yaml b/tests/unit/builder_data/simple/Genesis.yaml index 3b2fd3b3..e0694b29 100644 --- a/tests/unit/builder_data/simple/Genesis.yaml +++ b/tests/unit/builder_data/simple/Genesis.yaml @@ -38,7 +38,7 @@ data: kubernetes: apiserver: gcr.io/google_containers/hyperkube-amd64:v1.18.6 controller-manager: gcr.io/google_containers/hyperkube-amd64:v1.18.6 - etcd: quay.io/coreos/etcd:v3.4.2 + etcd: quay.io/coreos/etcd:v3.4.3 scheduler: gcr.io/google_containers/hyperkube-amd64:v1.18.6 files: - path: /var/lib/anchor/calico-etcd-bootstrap diff --git a/tests/unit/builder_data/simple/armada-resources.yaml b/tests/unit/builder_data/simple/armada-resources.yaml index 63560200..d82ed532 100644 --- a/tests/unit/builder_data/simple/armada-resources.yaml +++ b/tests/unit/builder_data/simple/armada-resources.yaml @@ -304,8 +304,8 @@ data: filename: calico-etcd-bootstrap images: tags: - etcd: quay.io/coreos/etcd:v3.4.2 - etcdctl: quay.io/coreos/etcd:v3.4.2 + etcd: quay.io/coreos/etcd:v3.4.3 + etcdctl: quay.io/coreos/etcd:v3.4.3 nodes: - name: n0 tls: @@ -918,8 +918,8 @@ data: host_etc_path: /etc/etcd/kubernetes images: tags: - etcd: quay.io/coreos/etcd:v3.4.2 - etcdctl: quay.io/coreos/etcd:v3.4.2 + etcd: quay.io/coreos/etcd:v3.4.3 + etcdctl: quay.io/coreos/etcd:v3.4.3 nodes: - name: n0 tls: diff --git a/tools/gate/default-config-env b/tools/gate/default-config-env index 9b929005..1879035c 100644 --- a/tools/gate/default-config-env +++ b/tools/gate/default-config-env @@ -5,7 +5,7 @@ IMAGE_CALICO_KUBE_CONTROLLERS=quay.io/calico/kube-controllers:v1.0.2 IMAGE_CALICO_NODE=quay.io/calico/node:v2.6.5 IMAGE_COREDNS=coredns/coredns:1.6.4 IMAGE_DEP_CHECK=quay.io/stackanetes/kubernetes-entrypoint:v0.3.1 -IMAGE_ETCD=quay.io/coreos/etcd:v3.4.2 +IMAGE_ETCD=quay.io/coreos/etcd:v3.4.3 IMAGE_HAPROXY=haproxy:1.8.3 IMAGE_HELM=lachlanevenson/k8s-helm:v2.14.0 IMAGE_HYPERKUBE=gcr.io/google_containers/hyperkube-amd64:v1.18.6 diff --git a/tools/registry/IMAGES b/tools/registry/IMAGES index fff69ae0..d03fef4a 100644 --- a/tools/registry/IMAGES +++ b/tools/registry/IMAGES @@ -11,4 +11,4 @@ quay.io/calico/cni,v1.11.0,calico-cni quay.io/calico/ctl,v1.6.1,calico-ctl quay.io/calico/kube-controllers,v1.0.0,calico-kube-controllers quay.io/calico/node,v2.6.1,calico-node -quay.io/coreos/etcd,v3.4.2,etcd +quay.io/coreos/etcd,v3.4.3,etcd