Skip to content

Commit 0c45e48

Browse files
authored
Merge pull request #1372 from justaugustus/kube-cross
kube-cross: Build v1.14.4-2 and v1.13.12-2 images
2 parents b85288b + f56d07d commit 0c45e48

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

images/build/cross/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ KUBE_CROSS_VERSION?=v1.14.4-1
2525
# Build args
2626
GO_VERSION?=1.14.4
2727
PROTOBUF_VERSION?=3.0.2
28-
ETCD_VERSION?=v3.4.7
28+
ETCD_VERSION?=v3.4.9
2929

3030
# TODO: Support multi-arch kube-cross images
3131
# ref:

images/build/cross/variants.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ variants:
22
go1.14:
33
CONFIG: 'go1.14'
44
GO_VERSION: '1.14.4'
5-
KUBE_CROSS_VERSION: 'v1.14.4-1'
5+
KUBE_CROSS_VERSION: 'v1.14.4-2'
66
PROTOBUF_VERSION: '3.0.2'
7-
ETCD_VERSION: 'v3.4.7'
7+
ETCD_VERSION: 'v3.4.9'
88
go1.13:
99
CONFIG: 'go1.13'
1010
GO_VERSION: '1.13.12'
11-
KUBE_CROSS_VERSION: 'v1.13.12-1'
11+
KUBE_CROSS_VERSION: 'v1.13.12-2'
1212
PROTOBUF_VERSION: '3.0.2'
13-
ETCD_VERSION: 'v3.4.7'
13+
ETCD_VERSION: 'v3.4.9'

0 commit comments

Comments
 (0)