From d95dcc61f33cfb862abcb2406ef3290f62375753 Mon Sep 17 00:00:00 2001 From: Stephen Augustus Date: Tue, 5 May 2020 15:15:30 -0400 Subject: [PATCH] cluster/images/etcd: Bump etcd image tags for new debian-base Signed-off-by: Stephen Augustus --- cluster/images/etcd-empty-dir-cleanup/Makefile | 2 +- cluster/images/etcd/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/images/etcd-empty-dir-cleanup/Makefile b/cluster/images/etcd-empty-dir-cleanup/Makefile index 4e3836c1232..9caa5494d76 100644 --- a/cluster/images/etcd-empty-dir-cleanup/Makefile +++ b/cluster/images/etcd-empty-dir-cleanup/Makefile @@ -20,7 +20,7 @@ ETCD_VERSION = 3.4.7 REGISTRY = k8s.gcr.io # Images should be pushed to staging-k8s.gcr.io. PUSH_REGISTRY = staging-k8s.gcr.io -TAG = 3.4.7.0 +TAG = 3.4.7.1 clean: rm -rf etcdctl etcd-v$(ETCD_VERSION)-linux-amd64 etcd-v$(ETCD_VERSION)-linux-amd64.tar.gz diff --git a/cluster/images/etcd/Makefile b/cluster/images/etcd/Makefile index 251113fbb5d..5287e1736be 100644 --- a/cluster/images/etcd/Makefile +++ b/cluster/images/etcd/Makefile @@ -34,7 +34,7 @@ LATEST_ETCD_VERSION?=3.4.7 # REVISION provides a version number fo this image and all it's bundled # artifacts. It should start at zero for each LATEST_ETCD_VERSION and increment # for each revision of this image at that etcd version. -REVISION?=0 +REVISION?=1 # IMAGE_TAG Uniquely identifies k8s.gcr.io/etcd docker image with a tag of the form "-". IMAGE_TAG=$(LATEST_ETCD_VERSION)-$(REVISION)